Seoxpert.io
Category hub

Performance

Page speed, payload size, and resource loading efficiency.

13 issuesbelow — sorted by severity, with the critical and high-severity ones first because they're what you should fix this week. Each entry links to a single page with the symptom, the root cause, the actual code or config change to ship, and a free scan that checks if the issue applies to your site right now.

medium8 issues
External Resource Origins Without Preconnect Hints

External resources are loaded without preconnect or dns-prefetch hints, causing additional latency for critical scripts and stylesheets.

#preconnect#resource-hints#lcp#page-speed
Image-Heavy Pages Not Using Lazy Loading

Pages with many images load all at once without lazy loading, increasing initial load time and page weight.

#lazy-loading#images#page-speed#core-web-vitals
Images Missing Width and Height Attributes (Layout Shift Risk)

Images without width and height attributes can cause layout shifts, negatively impacting Core Web Vitals and SEO rankings.

#cls#layout-shift#core-web-vitals#images
LCP Image Candidate Not Preloaded

The main LCP image is not preloaded, delaying its rendering and negatively impacting Core Web Vitals.

#lcp#preload#resource-hints#core-web-vitals
Pages Loading Too Many JavaScript Files

When a web page loads more than 15 separate JavaScript files, it creates excessive HTTP requests, slowing down page rendering and negatively impacting user expe

#javascript#http-requests#render-blocking#bundling
Pages Served Without HTTP Compression

8944 pages with large HTML are served without gzip or Brotli compression, impacting load speed and bandwidth.

#compression#gzip#brotli#page-speed
Pages Using Meta Refresh Redirects

Meta refresh redirects are used on 2 pages, causing SEO and performance issues.

#meta-refresh#redirects#page-speed#crawl-signals
Pages with Large HTML Payloads

Pages with large HTML payloads have HTML files exceeding 200 KB, which slows down download, increases parse time, and delays rendering. This impacts user experi

#html-size#page-weight#compression