Fix LCP Image Resource Discovery

How to optimize playbackgalicia.com

Generic SiteScore: 80/100Analyzed March 2026Re-analyze this site

Fix LCP Image Resource Discovery

High Impact+15 points estimated

Why It Matters

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.

How to Fix

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'>.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

3.1s
Needs Improvement

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

195ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.04
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Defer YouTube JavaScript Loading

High Impact+12 points estimated

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.

Optimize Font Loading Strategy

Medium Impact+8 points estimated

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.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions