Remove Unused CSS and JavaScript

How to optimize latamlegacy.com

Generic SiteScore: 75/100Analyzed January 2026

Remove Unused CSS and JavaScript

High Impact+12 points estimated

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

4.5s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

90ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Eliminate Render Blocking Resources

High Impact+15 points estimated

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.

Add Explicit Image Dimensions

Medium Impact+8 points estimated

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.

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

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