Remove Unused CSS Rules

How to optimize hermanwells.com

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

Remove Unused CSS Rules

High Impact+15 points estimated

Why It Matters

89% of your main stylesheet (36 KiB) goes unused, slowing initial page rendering unnecessarily.

How to Fix

Use a tool like PurgeCSS to remove unused CSS rules from your stylesheets. Split critical above-the-fold CSS and inline it directly in the HTML head. Defer loading of non-critical CSS using media='print' onload='this.media="all"' technique.

0Good

What This Score Means

A score of 99 falls in the "Good" 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

72ms
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 website achieves an excellent performance score of 99/100, indicating very fast loading times for users. The biggest optimization opportunity is reducing unused CSS, which could save 36 KiB by removing unnecessary styling rules that aren't being used on the page. Additional improvements include eliminating 62 KiB of unused JavaScript from Google Tag Manager, updating legacy JavaScript code to modern standards (saving 13 KiB), and extending cache lifetimes for third-party scripts. While these optimizations would further enhance performance, the site is already performing exceptionally well and provides an excellent user experience.

Other Optimization Recommendations

Optimize Google Tag Manager

High Impact+12 points estimated

Why It Matters:

42% of your GTM script (62 KiB) is unused JavaScript that delays page interactivity.

How to Fix:

Review your GTM container and remove unused tags, triggers, and variables. Split tracking into essential (load immediately) and non-essential (defer until after page load). Consider loading GTM asynchronously after the window load event for non-critical tracking.

Fix Forced DOM Reflows

Medium Impact+8 points estimated

Why It Matters:

Multiple forced reflows are causing layout thrashing and degrading page responsiveness.

How to Fix:

Batch DOM reads and writes to avoid repeated layout calculations. Cache geometric properties instead of repeatedly querying offsetWidth/height. Move style changes to requestAnimationFrame callbacks to align with browser paint cycles.

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