Remove Unused JavaScript Code

How to optimize mp.parcel.ru

Generic SiteScore: 56/100Analyzed March 2026Re-analyze this site

Remove Unused JavaScript Code

High Impact+20 points estimated

Why It Matters

575 KiB of unused JavaScript wastes bandwidth and increases LCP by 1.4 seconds.

How to Fix

Remove or replace heavy Kinescope video player scripts if not essential for above-the-fold content. Implement lazy loading for video players to load only when needed. Split Yandex Metrika tracking code to load asynchronously after page interactive. Use tree-shaking or code splitting to eliminate unused portions of remaining scripts.

0Needs Improvement

What This Score Means

A score of 56 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

6.1s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

164ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.10
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 56/100, indicating significant issues that need attention. The biggest problem is an extremely slow Time to Interactive of 14.2 seconds, caused primarily by 575 KiB of unused JavaScript from video player and analytics scripts that are blocking the page from becoming fully interactive. The site also suffers from render-blocking resources that delay the First Contentful Paint (3.2s) and Largest Contentful Paint (6.1s) by an estimated 2.2 seconds. Removing or deferring unused JavaScript, especially from the Kinescope video player and Yandex analytics, and optimizing the loading of CSS and JavaScript files could dramatically improve performance and user experience.

Other Optimization Recommendations

Eliminate Render Blocking Resources

High Impact+25 points estimated

Why It Matters:

CSS and JavaScript files are blocking initial page render, delaying LCP by 2.2 seconds and FCP by 2.2 seconds.

How to Fix:

Inline critical CSS for above-the-fold content directly in the HTML head. Move non-critical CSS files to load asynchronously using media='print' onload='this.media="all"'. Defer jQuery and other JavaScript files using async or defer attributes, or move them to the footer.

Optimize Font Loading Strategy

Medium Impact+10 points estimated

How to Fix:

Preload the Caveat font files directly using <link rel='preload' as='font' type='font/woff2' crossorigin>. Self-host Google Fonts to reduce DNS lookups and external dependencies. Use font-display: swap in CSS to show fallback fonts immediately while custom fonts load.

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