Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize scanlight.se
Images waste 237KB and 97% of your CSS (37KB) is unused, slowing down page load unnecessarily.
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.
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:
Your LCP image takes 26 seconds to load due to lazy loading and lack of priority hints, severely impacting user experience.
How to Fix:
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.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
Custom fonts block text rendering for 880ms, delaying FCP and creating poor user experience.
LCP element has 7.5 second resource load delay because it's not discoverable from initial HTML.
Unused assets waste 130KB of bandwidth and delay FCP by 1.05 seconds, severely impacting Core Web Vitals.
CSS files are blocking page rendering and delaying FCP by 8.99 seconds, severely impacting user experience.
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.