Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize cwws84.5173.csb.app
Sequential resource loading creates unnecessary delays in the critical rendering path.
Preload the critical CSS file using <link rel='preload' as='style'> in the HTML head. Consider inlining small CSS files directly into the HTML to eliminate the network request entirely. Minimize the dependency chain by combining critical resources where possible.
A score of 100 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.
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 achieved a perfect performance score of 100/100, indicating excellent loading speed and user experience. However, there are still some optimization opportunities that could make the site even more efficient for repeat visitors. The biggest issue is that CSS and image files aren't being cached properly, which means users have to re-download the same 9KB of resources on every visit instead of storing them locally. Additionally, a render-blocking CSS file is delaying the initial page display by about 140ms, though this isn't significantly impacting the overall performance score.
Why It Matters:
The CSS file blocks initial render, delaying LCP and FCP by 150ms each.
How to Fix:
Inline critical CSS directly in the HTML head section to eliminate the blocking request. For non-critical styles, use media queries or load them asynchronously with rel='preload' as='style'. Consider moving error page styles to load only when needed.
Why It Matters:
Zero cache lifetime on static assets forces unnecessary re-downloads on repeat visits.
How to Fix:
Set cache headers for static assets: 1 year for images (max-age=31536000), 30 days for CSS files. Add versioning to filenames for cache busting when updates are needed. Configure your CDN or server to send proper Cache-Control headers.
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 waste 187KB on repeat visits and slow returning user experience.
Main product image is lazy-loaded and not discoverable, causing 11.4s LCP delay.
Unused code accounts for 2.7 MB and delays LCP by 5.7 seconds with blocking render.
Zero cache lifetime on static assets forces unnecessary re-downloads on repeat visits.