Implement Proper Browser Caching

How to optimize antoniomadrigal.mx

Generic SiteScore: 84/100Analyzed January 2026

Implement Proper Browser Caching

Medium Impact+4 points estimated

Why It Matters

Poor cache headers for 38KB of resources force unnecessary re-downloads and delay LCP by 150ms on repeat visits.

How to Fix

Set cache-control headers for static assets to 'max-age=31536000' (1 year) in your server configuration. Add versioning to filenames like app-BXS-Op9n.js for cache busting. Configure CDN cache lifetime to at least 1 month for external libraries like SweetAlert2.

0Needs Improvement

What This Score Means

A score of 84 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

3.5s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

128ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.01
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has good performance with a score of 84/100, but there's significant room for improvement in loading speed. The biggest issue is render-blocking JavaScript files that are preventing the page from displaying content quickly, causing a slow Time to Interactive of 8.8 seconds and delaying the Largest Contentful Paint to 3.5 seconds. The site is loading 419 KiB of unused JavaScript (primarily from reCAPTCHA) and has several scripts blocking the initial render that could save nearly a full second if deferred. Optimizing JavaScript delivery, removing unused code, and implementing proper caching could dramatically improve the user experience and push this site into the excellent performance range.

Other Optimization Recommendations

Eliminate Render Blocking JavaScript

High Impact+12 points estimated

Why It Matters:

Critical JavaScript blocks initial page render for 910ms, directly delaying both FCP and LCP by 900ms.

How to Fix:

Add 'defer' attribute to welcome.js and welcome-head.js script tags. Move reCAPTCHA script to load asynchronously after page load using window.onload event. Consider inlining small critical scripts directly in HTML to avoid network requests.

Remove Unused JavaScript Code

High Impact+8 points estimated

Why It Matters:

419KB of unused JavaScript wastes bandwidth and slows down FCP by 150ms.

How to Fix:

Implement lazy loading for reCAPTCHA by only loading it when contact forms are visible using Intersection Observer API. Remove or defer Swiper bundle (42KB wasted) until carousel interaction is needed. Use tree shaking to eliminate dead code from bundled scripts.

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