Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize playbackgalicia.com
Poor font loading blocks First Contentful Paint for 650ms and creates invisible text during load.
Add font-display: swap to all @font-face declarations in your CSS files. Preload critical Poppins fonts (500, 700) using <link rel='preload' as='font'> in HTML head. Consider using system fonts as fallbacks with font-metric overrides to reduce layout shifts.
A score of 81 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 good performance with a score of 81/100, but there's a major image optimization issue holding it back. The biggest problem is an oversized 6.4MB image (playback-17.jpg) that's displayed much smaller than its actual dimensions (6000x4000), creating unnecessary load delays and contributing to a 2.9-second Largest Contentful Paint. Converting this image to modern formats like WebP, properly sizing it for display, and adding explicit width/height attributes could save over 6MB of data transfer. Additionally, the site is loading 650KB of unused JavaScript and CSS from YouTube embeds and other sources, while font loading delays are costing an estimated 650ms in render time.
Why It Matters:
The 6.5MB hero image causes 3.5s resource load delay and directly impacts your LCP score of 2.9s.
How to Fix:
Compress playback-17.jpg from 6000x4000 to display size (570x380) and convert to WebP format for 80% size reduction. Add width='570' height='380' attributes to prevent layout shifts. Implement fetchpriority='high' and preload the optimized image in HTML head.
Why It Matters:
YouTube embeds load 650KB of unused JavaScript and CSS that don't contribute to page functionality.
How to Fix:
Replace YouTube iframe embeds with custom thumbnail images that load the video on click. Use lite-youtube-embed component or similar lazy-loading solution. This eliminates 99% unused code from YouTube player resources while maintaining functionality.
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
85 KiB of unused CSS and 59 KiB of unused JavaScript are unnecessarily slowing page load by 750ms total.
CSS and JavaScript files are blocking initial render, delaying First Contentful Paint by 1.7 seconds.
Images are causing a 2.75 second delay to LCP and wasting 623 KiB with oversized dimensions and poor compression.
The LCP image uses lazy loading inappropriately, adding unnecessary delay to the largest visual element.