Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize latamlegacy.com
Images without width/height attributes cause layout shifts that hurt user experience and CLS.
Add width and height attributes to all img elements, especially dual1.avif and dual2.avif banner images. Use CSS aspect-ratio property for responsive images while maintaining dimensions. Reserve layout space before images load to prevent content jumping.
A score of 75 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 75/100, primarily due to slow loading times that hurt user experience. The biggest problem is render-blocking resources, especially a large Bootstrap CSS file that's delaying page rendering by over 2 seconds, causing your First Contentful Paint to reach 3.2 seconds and Largest Contentful Paint to hit 4.5 seconds. The site is also bloated with unused code - 97% of the Bootstrap CSS and significant portions of jQuery aren't being used, wasting 158KB of CSS and 124KB of JavaScript that users have to download unnecessarily. Addressing these render-blocking resources and removing unused code could dramatically improve your Core Web Vitals and potentially boost your performance score by 20+ points.
Why It Matters:
Bootstrap CSS and jQuery are blocking page render, delaying LCP by 2.35 seconds.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head. Load non-critical CSS asynchronously using media='print' onload='this.media="all"'. Defer jQuery and JavaScript execution using async/defer attributes or move to footer.
Why It Matters:
97% of Bootstrap CSS and 66% of jQuery are unused, wasting 285KB of network resources.
How to Fix:
Replace full Bootstrap with only needed components or use a CSS framework like Tailwind with purging. Remove unused jQuery features by using a custom build or replace with vanilla JavaScript. Use tools like PurgeCSS to eliminate unused CSS rules automatically.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Google Tag Manager scripts contain 139KB of unused code, slowing LCP by 600ms and wasting processing time.
17MB of video content has zero cache lifetime, forcing full re-downloads on every visit and wasting 69MB of bandwidth.
JavaScript files are blocking initial page render, delaying FCP by 750ms and preventing users from seeing content.
136KB of unused JavaScript and 63KB of unused CSS waste bandwidth and slow down page parsing.
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.