Remove Unused CSS Rules

How to optimize byggdagboken.se

WordPress SiteScore: 76/100Analyzed March 2026Re-analyze this site

Remove Unused CSS Rules

High Impact+8 points estimated

Why It Matters

41KB of unused CSS is slowing down page rendering and wasting bandwidth on every page load.

How to Fix

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

4.4s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

16ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Optimize Font Loading Strategy

High Impact+12 points estimated

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.

Clean Up Unused Preconnections

Low Impact+4 points estimated

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.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More WordPress Speed Tests

WordPress Performance Resources

Frequently Asked Questions