Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize vitacom.ro
Image optimization can improve LCP by 1.05 seconds and reduce 340 KiB of data transfer.
Convert all PNG images to WebP or AVIF format using tools like Squoosh or ImageOptim. Implement responsive images with srcset attributes for different screen sizes. Add WebP fallback support using picture elements for better browser compatibility.
A score of 74 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 website has poor performance with a score of 74/100, primarily due to extremely slow loading times with the Largest Contentful Paint taking 12.8 seconds. The biggest issues are oversized images (340 KB in potential savings) that aren't using modern formats like WebP, and a massive amount of unused CSS code (55 KB waste) that's blocking the page from rendering quickly. The site is also loading too much data overall at 3.4 MB, which significantly impacts load times especially on slower connections. Fixing these image optimization and CSS issues could dramatically improve the user experience and boost the performance score by 15-20 points.
Why It Matters:
91% of your CSS is unused, blocking render and delaying LCP by 300ms.
How to Fix:
Use PurgeCSS or UnCSS to remove unused styles from your main stylesheet. Split critical above-the-fold CSS and inline it in the head. Defer non-critical CSS using media='print' onload='this.media="all"' technique.
Why It Matters:
CSS files are blocking first paint and delaying page rendering by 270ms.
How to Fix:
Add async or defer attributes to non-critical JavaScript files. Inline critical CSS directly in the HTML head section. Move render-blocking CSS to load after first contentful paint using preload with onload handler.
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 Generic Speed Tests
Maximum potential First Input Delay of 270ms indicates JavaScript blocking user interactions.
83% of CSS (11KB) is unused, wasting bandwidth and blocking rendering.
Render-blocking CSS delays LCP by 150ms and blocks initial page render.
84% of CSS rules are unused, wasting 67KB of bandwidth and slowing page load.