Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize casanovafoto.w4c.dev
Blocking CSS resources delay First Contentful Paint by 5.4 seconds and waste 237 KiB of unused styles.
Remove unused CSS rules from styles-m.css (97% unused) and form-builder.css. Inline critical above-the-fold styles directly in HTML. Use media queries to defer non-critical CSS loading or implement async CSS loading.
A score of 31 falls in the "Poor" 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 issues with a score of only 31/100, primarily due to massive JavaScript files that are slowing everything down. The biggest problem is 1,415 KiB of unminified JavaScript code that's blocking the page from loading quickly, with the main bundle file being over 50% unnecessary code. Additionally, render-blocking CSS files are delaying content appearance by over 5 seconds, and large unoptimized images (over 21MB total) are consuming excessive bandwidth. To improve performance, the site urgently needs JavaScript minification, CSS optimization, image compression using modern formats like WebP, and better caching strategies - these changes could potentially double the performance score and dramatically improve user experience.
Why It Matters:
Large unoptimized images cause 10.4 MB of wasted bandwidth and trigger major layout shifts affecting CLS.
How to Fix:
Convert PNG images to WebP format for 30-50% size reduction. Resize images to match display dimensions (seccion6-img-1 is oversized). Add explicit width and height attributes to all images to prevent layout shifts.
Why It Matters:
Unminified JavaScript wastes 1.4 MB and causes 2.3 seconds of blocking execution time.
How to Fix:
Minify bundle-common.js and bundle-cms.js to save 1.4 MB. Remove unused JavaScript code (50% unused in main bundles). Implement code splitting to load only necessary JavaScript per page.
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
Unminified JavaScript wastes 1.4 MB and causes 2.3 seconds of blocking execution time.
Large unoptimized images cause 10.4 MB of wasted bandwidth and trigger major layout shifts affecting CLS.
Critical CSS file blocks initial page render for 8.1 seconds, severely delaying FCP and LCP.
Images lack width/height attributes causing layout shifts and are oversized by 25KB total.