Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize cerasus.ro
Forced reflows are causing 94ms of unnecessary layout calculations, contributing to poor interactivity scores.
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.
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.
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 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.
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.
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.
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 WordPress Speed Tests
Poor cache lifetimes waste 1,106 KiB on repeat visits and delay LCP by 1.1 seconds for returning users.
602 KiB of unused JavaScript and 112 KiB of unused CSS are blocking rendering and delaying LCP by 4.6 seconds.
Images are causing a 750ms LCP delay and waste 210 KiB, directly impacting your largest contentful paint performance.
Unused JavaScript is adding 1.2MB of dead code that blocks rendering and increases Total Blocking Time.