Fix Massive Layout Shifts

How to optimize staging.youlry.com

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

Fix Massive Layout Shifts

High Impact+35 points estimated

Why It Matters

A CLS score of 1.445 causes severe content jumping that destroys user experience and rankings.

How to Fix

Add explicit width and height attributes to the banner image and all menu images. Replace the owl-carousel banner with CSS dimensions set before content loads. Set aspect-ratio CSS properties on image containers to reserve space during loading.

0Poor

What This Score Means

A score of 24 falls in the "Poor" 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

8.3s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

210ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

1.44
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has severe performance issues with a critically low score of 24/100. The biggest problem is massive layout shifts (CLS score of 1.445) caused by images without proper dimensions, particularly banner images that cause the page to jump around as they load. The site is also bloated with 127 KiB of unused CSS and 450 KiB of unused JavaScript, making pages painfully slow with an 8.3-second load time for main content and a 22-second delay before users can interact with the page. Fixing image dimensions and removing unused code could dramatically improve performance and user experience by reducing layout shifts and cutting load times in half.

Other Optimization Recommendations

Remove Unused CSS and JavaScript

High Impact+25 points estimated

Why It Matters:

577KB of unused resources delay LCP by 2.1 seconds and block critical rendering.

How to Fix:

Remove 91% unused CSS from merged stylesheets and bootstrap files. Eliminate 450KB of unused JavaScript from Google services and third-party libraries. Split critical CSS for above-the-fold content and defer the rest using media='print' onload technique.

Optimize JavaScript Execution Performance

High Impact+15 points estimated

Why It Matters:

2.6 seconds of JavaScript execution blocks the main thread and delays interactivity to 21.9 seconds.

How to Fix:

Defer non-critical third-party scripts like Facebook Pixel and Breeze SDK to load after page interactive. Reduce forced reflows by batching DOM reads/writes in carousel and menu code. Move heavy scripts to web workers where possible.

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