Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize byggdagboken.se
41KB of unused CSS is slowing down page rendering and wasting bandwidth on every page load.
Install Asset CleanUp or WP Rocket to identify and remove unused CSS. Audit your WordPress theme and plugins for CSS that's loaded globally but only needed on specific pages. Use critical CSS extraction to inline above-the-fold styles and defer the rest.
A score of 76 falls in the "Needs Improvement" 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 moderate performance issues with a score of 76/100, but there's significant room for improvement in user experience. The biggest problem is slow content loading, with your Largest Contentful Paint taking 4.4 seconds and First Contentful Paint at 3.2 seconds - both well above Google's recommended thresholds. The site is also loading 41 KB of unused CSS that could be removed to speed up page loading. Cleaning up your CSS, optimizing font loading (since multiple font files are causing delays), and removing the unused preconnect to leadcaller.com could meaningfully improve your Core Web Vitals and boost your performance score.
Why It Matters:
Font files create a 483ms chain blocking First Contentful Paint and delaying initial text rendering.
How to Fix:
Add font-display: swap to your Archivo font declarations in your WordPress theme's CSS. Preload the most critical font variant (Archivo-Regular.woff2) using <link rel='preload' as='font'> in your theme's header.php. Consider using a font optimization plugin like OMGF to host fonts locally and reduce network requests.
Why It Matters:
The unused preconnect to widget.leadcaller.com wastes browser resources and may slow down other connections.
How to Fix:
Remove the preconnect link to widget.leadcaller.com from your WordPress theme's header.php or functions.php if you're not using LeadCaller. Audit other preconnect hints to ensure they're only used for origins that will actually be requested during page load.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
The 664KB hero background image is delaying LCP by 1.6 seconds as it's not optimized or prioritized.
Over 2.4MB of unused JavaScript and 411KB of unused CSS are slowing LCP by 7+ seconds.
Critical CSS and JavaScript files are blocking initial page render, delaying FCP by 4.4 seconds.
Short cache durations force unnecessary re-downloads on repeat visits, slowing LCP by 150ms.