Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize playbackgalicia.com
Large unoptimized images delay LCP by 9.6 seconds and consume 1,879 KiB of unnecessary bandwidth.
Resize the hero image from 6000x4000 to appropriate display dimensions (587x391). Compress images using tools like TinyPNG or install a WordPress plugin like Smush. Convert to WebP format and implement responsive images with proper srcset attributes.
A score of 48 falls in the "Poor" 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 48/100, indicating significant speed issues that hurt user experience. The biggest problem is extremely slow loading times - it takes 13.5 seconds for the largest content to appear and 3.3 seconds just for the first text or images to show up. The main culprits are oversized images (particularly a 6000x4000 pixel image being displayed at only 587x391), render-blocking CSS files that delay initial page rendering, and excessive unused JavaScript code totaling over 1.2MB. Optimizing these images, deferring non-critical CSS and JavaScript, and adding fetchpriority="high" to key images could dramatically improve loading speeds and boost the performance score by 30+ points.
Why It Matters:
CSS files are blocking initial page render and delaying First Contentful Paint by 1.3 seconds.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head. Defer non-critical CSS files using media='print' onload technique or async CSS loading. Remove unused CSS rules, especially from Give donation plugin (100% unused) and YouTube embeds.
Why It Matters:
Unused JavaScript consumes 1,251 KiB and blocks the main thread for 2.3 seconds, delaying interactivity.
How to Fix:
Remove or defer unused WordPress block editor scripts that shouldn't load on frontend. Optimize YouTube embed loading by replacing with a lightweight thumbnail that loads the player on click. Use code splitting to load JavaScript only when needed.
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
Unsized images cause 0.13 CLS score with layout shifts primarily from the logo and hero image lacking explicit dimensions.
732 KiB of unused JavaScript delays LCP by 3.6 seconds, with block-editor and components scripts being 80%+ unused.
The 1.4MB hero image causes 5.1 second resource load delay and significantly impacts LCP by appearing oversized at 6000x4000 for 570x380 display.
CSS and JavaScript files are blocking initial page render for 3,090ms, significantly delaying First Contentful Paint.