Remove Unused CSS Rules

How to optimize vitacom.ro

Generic SiteScore: 74/100Analyzed May 2026Re-analyze this site

Remove Unused CSS Rules

High Impact+12 points estimated

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

12.8s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

85ms
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 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.

Other Optimization Recommendations

Optimize Images to WebP Format

High Impact+18 points estimated

Why It Matters:

Image optimization can improve LCP by 1.05 seconds and reduce 340 KiB of data transfer.

How to Fix:

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.

Defer Render-Blocking Resources

Medium Impact+8 points estimated

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.

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

Generic Performance Resources

Frequently Asked Questions