Optimize LCP Image Loading

How to optimize cerasus.ro

WordPress SiteScore: 69/100Analyzed May 2026Re-analyze this site

Optimize LCP Image Loading

High Impact+25 points estimated

Why It Matters

Your LCP image has a 3.2 second resource load delay, making your LCP score critically poor at 7.6 seconds.

How to Fix

Add fetchpriority='high' to your banner background image and ensure it's not lazy-loaded. Convert the banner image to WebP format and preload it in the document head. Consider using an <img> tag instead of CSS background-image for better browser optimization.

0Needs Improvement

What This Score Means

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

7.6s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

71ms
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 poor performance with a score of 69/100, primarily due to severe loading delays that cause your Largest Contentful Paint to take 7.6 seconds - far above Google's recommended 2.5 seconds. The biggest issue is a massive 3.2-second delay in loading your main banner image, combined with render-blocking JavaScript files that could save 470ms if deferred. Your site is also loading 27KB of unused CSS (64% waste) and has inefficient image sizing that's downloading unnecessarily large files. Addressing the banner image loading delay, deferring non-critical JavaScript, and optimizing image sizes could dramatically improve your Core Web Vitals and user experience.

Other Optimization Recommendations

Defer Render-Blocking JavaScript

High Impact+15 points estimated

Why It Matters:

jQuery and other JavaScript files are blocking initial page render, delaying FCP by 470ms.

How to Fix:

Use a WordPress optimization plugin like WP Rocket to defer jQuery loading until after page render. Move non-critical JavaScript to load asynchronously using the 'defer' attribute. Consider inlining small critical scripts to reduce network requests.

Eliminate JavaScript Forced Reflows

Medium Impact+8 points estimated

Why It Matters:

Forced reflows are causing 94ms of unnecessary layout calculations, contributing to poor interactivity scores.

How to Fix:

Audit your jQuery code and theme JavaScript (nm-core.min.js) to batch DOM reads and writes. Replace synchronous style queries with CSS-based solutions where possible. Update your Savoy theme to the latest version for potential performance improvements.

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 WordPress Speed Tests

WordPress Performance Resources

Frequently Asked Questions