Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize eq.axiomworx.com
Blocking CSS and JavaScript delay first paint by 29.7 seconds, severely impacting LCP and FCP.
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.
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.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
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.
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.
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.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Poor cache policies on external scripts force repeated downloads, slowing repeat visits by 248 KiB.
330 KiB of unused JavaScript delays LCP by 400ms and blocks the main thread for 2 seconds.
Font loading delays are causing 650ms delay to First Contentful Paint and creating invisible text periods.
Missing width and height attributes on images cause layout shifts that hurt user experience and CLS scores.