Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize latamlegacy.com
97% of Bootstrap CSS and 66% of jQuery are unused, wasting 285KB of network resources.
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.
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:
Images without width/height attributes cause layout shifts that hurt user experience and CLS.
How to Fix:
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.
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
Critical resources are chained with a 211ms dependency tree that delays page rendering.
The main CSS file blocks initial rendering and creates a 345ms delay in the critical path.
Firebase auth iframe creates a long dependency chain that extends page load by 1.4 seconds.
95% of your CSS (14 KiB) is unused and delays both FCP and LCP by 150ms.