Remove Unused Code Resources

How to optimize hermanwells.com

Generic SiteScore: 63/100Analyzed March 2026Re-analyze this site

Remove Unused Code Resources

Medium Impact+10 points estimated

Why It Matters

Unused CSS (37KB) and JavaScript (1.7MB) are bloating page size and slowing down loading without providing value.

How to Fix

Use PurgeCSS to remove 88% of unused CSS from the combined stylesheet. Audit and remove unused JavaScript from third-party services. Split critical CSS and defer non-critical styles using media='print' onload technique.

0Needs Improvement

What This Score Means

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

1.8s
Good

Good: < 2.5s

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

INP

Interaction to Next Paint

214ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.16
Needs Improvement

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 63/100, primarily due to excessive JavaScript blocking the main thread for nearly 7 seconds. The biggest culprit is JavaScript execution time (4.9 seconds) combined with a massive 1,684 KiB of unused JavaScript code, particularly from Google reCAPTCHA which appears to be loaded multiple times. Layout shifts caused by unsized images and web fonts are also hurting the user experience, resulting in a Time to Interactive of 33.6 seconds. Removing duplicate scripts, optimizing JavaScript delivery, and properly sizing images could dramatically improve performance and reduce the blocking time by over 1.8 seconds.

Other Optimization Recommendations

Reduce JavaScript Execution Time

High Impact+25 points estimated

Why It Matters:

JavaScript is blocking the main thread for 6.9 seconds with 1,820ms Total Blocking Time, severely impacting user interactions and Core Web Vitals.

How to Fix:

Defer the Google reCAPTCHA script until user interaction is detected. Remove duplicate reCAPTCHA loads (appears 3 times). Use async loading for CallTrack and Facebook Pixel scripts. Consider lazy-loading non-critical third-party scripts after page interactive.

Fix Layout Shift Issues

High Impact+15 points estimated

Why It Matters:

Layout shifts score 0.162 CLS due to unsized images and web font loading, causing content to jump and poor user experience.

How to Fix:

Add explicit width='19' height='17' attributes to all star rating images. Implement font-display: swap for custom fonts and preload critical font files. Use CSS aspect-ratio or min-height to reserve space for dynamically loaded content.

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 Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions