Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize cerasus.ro
Your LCP element (hero banner) lacks fetchpriority='high' and loads as a background image, delaying discovery and rendering.
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.
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:
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.
Why It Matters:
Product images are oversized (680x844px served for 183x227px display) wasting 75KB and slowing page load.
How to Fix:
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.
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
Render-blocking scripts are delaying FCP by 3.3 seconds, preventing users from seeing content quickly.
254 KiB of unused CSS and 782 KiB of unused JavaScript are delaying FCP and LCP by 750ms.
Web fonts are causing 0.6 CLS score by shifting content when they load, severely impacting user experience.
Large PNG images total 6.3MB and could be reduced by 431KB using modern formats.