Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize playbackgalicia.com
The LCP image has a 3.5 second resource load delay because it's not discoverable in the initial HTML, severely impacting page load performance.
Add fetchpriority='high' attribute to the LCP image (wp-image-2805). Move the image source directly into the HTML instead of relying on JavaScript lazy loading. Use a preload link in the head for this critical image: <link rel='preload' as='image' href='[image-url]' fetchpriority='high'>.
A score of 80 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 decent performance with a score of 80/100, but faces significant loading delays that hurt user experience. The biggest issue is an extreme resource load delay of 3.5 seconds affecting the main image, likely caused by lazy loading on critical content that should load immediately. The site is also bloated with 499 KiB of unused JavaScript from YouTube embeds and 102 KiB of unused CSS, while render-blocking stylesheets delay initial page rendering by 450ms. To improve performance, prioritize the main image loading with fetchpriority="high", defer non-critical YouTube scripts until needed, and optimize font loading to reduce the lengthy 11.2-second Time to Interactive.
Why It Matters:
YouTube embeds are loading 511KB of unused JavaScript (70% unused), blocking page interactivity and increasing TTI to 11.2 seconds.
How to Fix:
Replace YouTube iframes with thumbnail images that load the full embed on click. Use facades like wp-youtube-lyte plugin or implement click-to-load manually. This eliminates 308KB from YouTube's base.js and 203KB from embed player scripts until user interaction.
Why It Matters:
Font loading is blocking render for 350ms and causing layout shifts, with custom fonts taking up to 355ms to load.
How to Fix:
Add font-display: swap to all @font-face declarations in your CSS. Preload critical fonts (Poppins 700 and DM Sans) using <link rel='preload' as='font' type='font/woff2' href='[font-url]' crossorigin>. Consider using system fonts as fallbacks with similar metrics to reduce CLS.
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
Critical resources block initial page render for 1.2 seconds, preventing users from seeing content.
552KB of unused JavaScript blocks rendering for 3.3 seconds and delays user interactions.
Images waste 4.2MB with poor compression and oversized dimensions, delaying LCP by 7.3 seconds.
85 KiB of unused CSS and 59 KiB of unused JavaScript are unnecessarily slowing page load by 750ms total.