Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize mp.parcel.ru
CSS and JavaScript files are blocking initial page render, delaying LCP by 2.2 seconds and FCP by 2.2 seconds.
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.
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.
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 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.
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.
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.
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
Analysis for mp-parcel.ru
575 KiB of unused JavaScript wastes bandwidth and increases LCP by 1.4 seconds.
Missing width and height attributes on images cause layout shifts as content loads.
The EWWW Image Optimizer lazysizes script is causing 49ms of forced reflows, hurting performance.