Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize staging.youlry.com
577KB of unused resources delay LCP by 2.1 seconds and block critical rendering.
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.
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.
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 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.
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.
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.
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
2.6 seconds of JavaScript execution blocks the main thread and delays interactivity to 21.9 seconds.
A CLS score of 1.445 causes severe content jumping that destroys user experience and rankings.
Images waste 519 KiB in unnecessary bytes and use inefficient formats, slowing down page load.
JavaScript blocks the main thread for 2.6 seconds and creates 790ms of blocking time, preventing user interactions.