Fix Font Loading Strategy

How to optimize playbackgalicia.com

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

Fix Font Loading Strategy

High Impact+8 points estimated

Why It Matters

Poor font loading blocks First Contentful Paint for 650ms and creates invisible text during load.

How to Fix

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

2.9s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

168ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.05
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Optimize Hero Image Performance

High Impact+12 points estimated

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.

Remove Unused YouTube Resources

Medium Impact+6 points estimated

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.

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