Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize cerasus.ro
Product images are oversized (680x844px served for 183x227px display) wasting 75KB and slowing page load.
Configure WordPress responsive images to serve correctly sized variants. Update your WooCommerce product image sizes in WordPress admin. Use a plugin like ShortPixel or Smush to automatically generate and serve appropriately sized images based on display dimensions.
A score of 70 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 70/100, primarily due to an extremely slow Largest Contentful Paint of 7.8 seconds - nearly four times longer than the recommended 2.5 seconds. The biggest issues are render-blocking JavaScript files (jQuery and other scripts) that delay the initial page display by an estimated 320ms, and oversized images that waste 75KB of unnecessary downloads. Additionally, the site has 30KB of unused CSS code and experiences forced reflows from JavaScript that queries page layout properties inefficiently. To improve performance, prioritize deferring non-critical JavaScript, properly sizing images for their display dimensions, and removing unused CSS rules.
Why It Matters:
Your LCP element (hero banner) lacks fetchpriority='high' and loads as a background image, delaying discovery and rendering.
How to Fix:
Convert the background-image banner to an <img> element with fetchpriority='high' attribute. Update your Savoy theme's banner template to use proper img tags instead of CSS background-image. Ensure the image is discoverable in the initial HTML without JavaScript dependency.
Why It Matters:
jQuery and WordPress core scripts are blocking initial render and delaying FCP by 320ms.
How to Fix:
Use a WordPress optimization plugin like WP Rocket or Autoptimize to defer jquery.min.js, jquery-migrate.min.js, and hooks.min.js. Move these scripts to load after critical content renders. Consider using native JavaScript where possible to reduce jQuery dependency.
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.