Remove Unused CSS Rules

How to optimize hopechurchtolworth.org

Generic SiteScore: 66/100Analyzed January 2026

Remove Unused CSS Rules

Medium Impact+10 points estimated

Why It Matters

71 KiB of unused CSS delays LCP by 300ms and wastes network bandwidth.

How to Fix

Use PurgeCSS or UnCSS to remove unused styles from your stylesheet. Inline critical above-the-fold CSS directly in HTML. Defer non-critical CSS loading using media='print' onload technique.

0Needs Improvement

What This Score Means

A score of 66 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

6.8s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

146ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.01
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has poor performance with a score of 66/100, primarily due to excessive unused JavaScript and CSS that's slowing down page loading. The biggest issue is 874 KB of unused JavaScript code that's delaying the Largest Contentful Paint by 2.7 seconds, making users wait nearly 7 seconds to see the main content. Additionally, the site lacks proper caching (wasting 454 KB on repeat visits) and has render-blocking resources that prevent the page from displaying quickly. Removing unused code, implementing efficient caching, and optimizing the loading sequence could improve the score by 30+ points and dramatically reduce loading times from the current 12.9 seconds to under 5 seconds.

Other Optimization Recommendations

Eliminate Unused JavaScript Code

High Impact+25 points estimated

Why It Matters:

874 KiB of unused JavaScript is blocking LCP by 2.7 seconds and consuming excessive bandwidth.

How to Fix:

Code-split your main JavaScript bundle to load only required modules per page. Remove or defer reCAPTCHA loading until user interaction is needed. Use tree-shaking in your build process to eliminate dead code from the final bundle.

Implement Efficient Browser Caching

High Impact+15 points estimated

Why It Matters:

454 KiB of images load on every visit without caching, delaying LCP by 400ms unnecessarily.

How to Fix:

Configure your web server to set Cache-Control headers for static assets (images: 1 year, CSS/JS: 6 months). Add versioning to filenames for cache busting. Set up CDN caching rules for optimal asset delivery.

Want to Analyze YOUR Website?

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

More Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions

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