Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize scanlight.se
Your LCP image takes 26 seconds to load due to lazy loading and lack of priority hints, severely impacting user experience.
Remove lazy loading from the LCP image (IMG_2717) by excluding it from LiteSpeed Cache's lazy loading. Add fetchpriority='high' to this image element. Preload the LCP image in your theme's header.php using <link rel='preload' as='image' href='...'> to make it discoverable immediately.
A score of 46 falls in the "Poor" range (50-89). While it is better than poor (0-49), you should aim for 90+ to provide an optimal user experience and maximize SEO benefits.
This site is slower than approximately 35% of similar sites. The main issues affecting performance are image optimization, JavaScript execution time, and layout stability.
Addressing these issues could improve your conversion rate by 15-20% and boost your search engine rankings.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
This WordPress site has severely poor performance with a score of just 46/100, indicating major user experience problems. The biggest issue is an extremely slow Largest Contentful Paint of 26 seconds, primarily caused by a massive 4.4MB FontAwesome JavaScript file that blocks page rendering and has no caching configured. The site is also loading oversized images (237KB wasted) and has 97% unused CSS code, creating unnecessary delays. Fixing the FontAwesome loading strategy, implementing proper caching, and optimizing images could dramatically improve the score by 40+ points and transform the user experience from unusable to acceptable.
Why It Matters:
FontAwesome JavaScript (4.4MB) blocks rendering for 23 seconds, preventing any content from displaying.
How to Fix:
Replace FontAwesome Pro with FontAwesome icons subset or switch to lightweight alternatives like Feather Icons. If FontAwesome is required, load it asynchronously using async attribute or defer loading until after critical content renders. Consider using only the icons you need with a custom build.
Why It Matters:
Images waste 237KB and 97% of your CSS (37KB) is unused, slowing down page load unnecessarily.
How to Fix:
Install ShortPixel or Imagify to compress images and convert to WebP format. Use WordPress responsive images correctly - fix the incorrect 1024x768 images loading for 360x270 display. Install Asset CleanUp Pro to remove unused CSS and optimize your theme.min.css file by removing unused styles.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
67% of your CSS (19 KiB) is unused, increasing initial page load time unnecessarily.
Oversized images are wasting 26 KiB and contributing to slower LCP on mobile devices.
Unused JavaScript is wasting 125 KiB and delaying LCP by 750ms, severely impacting user experience.
Missing image dimensions cause layout shifts and oversized images waste 27KB of bandwidth affecting load times.
Once your site is optimized, maintain that speed. Use DeployHQ for zero-downtime, automated deployments—so performance fixes and updates go live safely every time, without breaking your site.