Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize flotajoyeria.com.ar
Poor cache policies waste 138 KiB on repeat visits and delay LCP by 450ms for returning users.
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.
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.
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 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.
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.
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.
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
140 KiB of unused JavaScript is blocking render and delaying LCP by 750ms and FCP by 350ms.
The LCP image is lazy-loaded and lacks priority hints, significantly delaying the largest contentful paint by 450ms.
Images waste 82 KiB due to oversized dimensions and poor compression, slowing down page rendering.
The main product image uses lazy loading and lacks priority hints, delaying the largest contentful paint.