Add Explicit Image Dimensions

How to optimize playbackgalicia.com

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

Add Explicit Image Dimensions

Medium Impact+5 points estimated

Why It Matters

Missing width and height attributes on images cause layout shifts as content loads.

How to Fix

Add explicit width and height attributes to all image elements, particularly the main images (wp-image-188, wp-image-192). Use CSS aspect-ratio property as a fallback. Update your WordPress theme templates to automatically include dimensions for uploaded images.

0Needs Improvement

What This Score Means

A score of 77 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

4.3s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

35ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This WordPress site has fair performance with a score of 77/100, but has significant room for improvement in loading speed. The biggest problem is that critical resources like CSS files and fonts are blocking the initial page render, causing the first content to appear after 3.1 seconds and the largest image after 4.3 seconds. The site could gain substantial performance improvements by setting font-display properties (saving ~440ms), optimizing image delivery (reducing 51KB), and addressing render-blocking CSS files that delay content visibility by an estimated 230ms. Additionally, the lazy loading script is causing performance issues with forced reflows that waste nearly 50ms of processing time.

Other Optimization Recommendations

Fix Font Display Optimization

High Impact+12 points estimated

Why It Matters:

Fonts are blocking page render for 440ms, significantly delaying First Contentful Paint.

How to Fix:

Add font-display: swap to your Poppins font declarations in your theme CSS. Consider implementing font fallbacks using font-metric-overrides CSS to reduce layout shifts. Preload critical font files using <link rel='preload'> in the HTML head.

Optimize Lazy Loading Implementation

High Impact+8 points estimated

Why It Matters:

The EWWW Image Optimizer lazysizes script is causing 49ms of forced reflows, hurting performance.

How to Fix:

Replace the current lazy loading plugin with native browser lazy loading using loading='lazy' attributes on images. For the LCP image, remove lazy loading entirely and ensure it loads immediately. Update the EWWW Image Optimizer plugin or switch to a more efficient image optimization solution.

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