Purge Unused CSS Rules

How to optimize eq.axiomworx.com

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

Purge Unused CSS Rules

Medium Impact+8 points estimated

Why It Matters

98% of your CSS (90KB) is unused, wasting bandwidth and blocking render with unnecessary styles.

How to Fix

Use PurgeCSS or similar tools to remove unused CSS from your bundle. Split CSS by routes to load only necessary styles per page. Implement critical CSS extraction for above-the-fold content.

0Needs Improvement

What This Score Means

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

32.4s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

500ms
Poor

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 has severe performance problems with a score of just 50/100, taking an extremely slow 32.4 seconds to fully load content. The biggest culprit is an enormous JavaScript library (stimulsoft-reports-js) that's over 4MB in size and takes 5.6 seconds just to execute, with about 61% of it being unused code. The site is also loading 90KB of unused CSS (98% waste) and has render-blocking resources that delay the initial page display by nearly 30 seconds. Removing or drastically reducing these oversized JavaScript files, eliminating unused code, and optimizing the CSS delivery could potentially improve load times by 15+ seconds and dramatically enhance user experience.

Other Optimization Recommendations

Eliminate Massive JavaScript Libraries

High Impact+25 points estimated

Why It Matters:

The Stimulsoft reports library (4.4MB) causes 15.4 seconds of delay and blocks critical rendering.

How to Fix:

Load Stimulsoft reports library only when needed using dynamic imports. Split the library into smaller chunks and lazy-load report components. Consider switching to a lighter reporting solution or self-hosting with compression.

Remove Critical Render-Blocking Resources

High Impact+20 points estimated

Why It Matters:

Blocking CSS and JavaScript delay first paint by 29.7 seconds, severely impacting LCP and FCP.

How to Fix:

Inline critical CSS directly in the HTML head section. Defer non-critical CSS using media='print' onload technique. Move JavaScript files to load asynchronously with async or defer attributes.

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