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 4.2 second resource load delay and is lazy loaded, severely impacting page speed.
Remove loading='lazy' from the main image (wp-image-169) and add fetchpriority='high' attribute. Add explicit width and height dimensions to prevent layout shifts. Consider preloading this critical image using <link rel='preload' as='image'> in the document head.
A score of 51 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 poor performance with a score of 51/100, indicating significant user experience issues. The biggest problem is an extremely slow server response time of 1,080 milliseconds, which delays both First Contentful Paint (3.5s) and Largest Contentful Paint (5.3s) well beyond acceptable thresholds. The site is also loading over 1.2MB of unused JavaScript and 158KB of unused CSS, while multiple web fonts are causing layout shifts as they load. Fixing the slow server response time and removing unused code could improve performance by several seconds and dramatically enhance the user experience.
Why It Matters:
Web fonts are causing 310ms delay and multiple layout shifts during page load.
How to Fix:
Add font-display: swap to all @font-face declarations in your CSS. Preload critical fonts (Poppins 600, custom playback font) using <link rel='preload' as='font' crossorigin>. Consider using font metric overrides or system font fallbacks to reduce layout shifts.
Why It Matters:
The initial server response takes 1.08 seconds, delaying all subsequent resource loading.
How to Fix:
Enable server-side caching with WP Rocket or W3 Total Cache. Optimize your database by removing unused plugins and cleaning up post revisions. Consider upgrading to a faster hosting plan or implementing a CDN to reduce TTFB to under 200ms.
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
Your LCP element has 2.8 seconds of render delay, significantly impacting user experience.
47% of your main JavaScript bundle (28KB) is unused, wasting 150ms of load time.
Critical CSS and JavaScript files are blocking page render, delaying LCP by 600ms.
40 KiB of unused CSS is adding 300ms to both FCP and LCP load times.