Implement Long-Term Browser Caching

How to optimize flotajoyeria.com.ar

Generic SiteScore: 65/100Analyzed February 2026Re-analyze this site

Implement Long-Term Browser Caching

Medium Impact+8 points estimated

Why It Matters

Poor cache policies waste 138 KiB on repeat visits and delay LCP by 450ms for returning users.

How to Fix

Configure your CDN or server to cache Facebook scripts for at least 1 year (31536000 seconds). Set proper cache headers for Elfsight platform scripts with longer expiration times. Add versioning to static assets to enable aggressive caching while maintaining update capability.

0Needs Improvement

What This Score Means

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

6.6s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

116ms
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 jewelry e-commerce site has poor performance with a score of 65/100, primarily due to very slow loading times - it takes 6.6 seconds for the main content to appear (Largest Contentful Paint). The biggest issues are inefficient caching of Facebook tracking scripts (wasting 138 KiB of data), unused JavaScript code that could save 140 KiB, and the main product image being lazy-loaded when it should load immediately. Fixing the caching settings, removing unnecessary JavaScript, and adding `fetchpriority="high"` to the main product image could significantly improve loading speeds and user experience.

Other Optimization Recommendations

Optimize LCP Image Loading Priority

High Impact+18 points estimated

Why It Matters:

The LCP image is lazy-loaded and lacks priority hints, significantly delaying the largest contentful paint by 450ms.

How to Fix:

Remove the loading='lazy' attribute from the main product image (LCP element). Add fetchpriority='high' attribute to the LCP image. Preload the LCP image using <link rel='preload' as='image' href='...'> in the HTML head section.

Reduce Unused JavaScript Code

High Impact+15 points estimated

Why It Matters:

140 KiB of unused JavaScript is blocking render and delaying LCP by 750ms and FCP by 350ms.

How to Fix:

Remove or defer Google Analytics code until after page load using gtag('config') with custom timing. Split the linkedstore JavaScript bundle to load only essential features initially. Consider removing Facebook Pixel or loading it asynchronously after user interaction.

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

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