Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize playbackgalicia.com
Critical CSS and JavaScript files are blocking first paint, delaying FCP by 350ms and increasing LCP.
Inline critical CSS for above-the-fold content directly in the HTML head. Defer non-critical CSS using media='print' onload trick. Move the lazy-loader JavaScript to load asynchronously or defer until after page interactive.
A score of 68 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 WordPress site has poor performance with a score of 68/100, primarily due to massive image optimization issues. The biggest problem is an oversized 1.4MB image that's displayed at only 325px wide but was uploaded at 6000x4000 pixels, causing significant delays in loading. Additionally, the site suffers from layout shifts (elements jumping around as fonts and images load) and has lazy loading enabled on the main image when it should load immediately. Resizing images to appropriate dimensions, removing lazy loading from above-the-fold content, and optimizing CSS delivery could improve the score by 15-20 points and dramatically enhance user experience.
Why It Matters:
The LCP image is lazy-loaded and oversized, causing a 3.6s LCP delay and wasting 1.4MB of bandwidth.
How to Fix:
Remove loading='lazy' from the main hero image and add fetchpriority='high'. Serve responsive image sizes using WordPress srcset - the 6000x4000 image only needs to be 570x380 for display. Add explicit width and height attributes to prevent layout shifts.
Why It Matters:
Multiple web fonts cause 290ms delays and layout shifts, contributing to poor CLS score of 0.169.
How to Fix:
Add font-display: swap to all @font-face declarations in CSS. Preload the most critical font files (Poppins and DM Sans) using <link rel='preload'> in the HTML head. Use font metric overrides in fallback fonts to minimize layout shifts during font swap.
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
The LCP image is lazy-loaded and oversized, causing a 3.6s LCP delay and wasting 1.4MB of bandwidth.
The LCP image is not discoverable in initial HTML, causing delayed loading and poor performance.
280 KiB of unused JavaScript wastes bandwidth and delays LCP by 1.5 seconds.
Render-blocking scripts delay First Contentful Paint by 11.2 seconds, severely impacting user experience.