Fix Element Render Delay

How to optimize flotajoyeria.com.ar

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

Fix Element Render Delay

High Impact+25 points estimated

Why It Matters

Element render delay of 2.5 seconds is severely impacting your LCP score of 6.6 seconds.

How to Fix

The cookie notification element is causing massive render blocking. Move the cookie notification JavaScript to load asynchronously after page load. Remove render-blocking styles from critical path and inline essential CSS. Defer non-critical JavaScript execution until after first paint.

0Needs Improvement

What This Score Means

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

160ms
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 59/100, indicating significant issues that need attention. The biggest problem is an extremely slow Largest Contentful Paint of 6.6 seconds, primarily caused by a massive 2.5-second element render delay and render-blocking font requests that add another 320ms of delay. The site is also weighed down by 113 KiB of unused JavaScript from Google Analytics and Facebook tracking scripts, plus oversized images that could be reduced by 909 KiB through proper compression and responsive sizing. Fixing the render-blocking resources, optimizing images, and removing unused JavaScript could potentially improve the performance score by 25+ points and dramatically enhance user experience.

Other Optimization Recommendations

Eliminate Render Blocking Resources

High Impact+18 points estimated

Why It Matters:

Google Fonts CSS is blocking first paint and delaying LCP by 300ms.

How to Fix:

Replace the Google Fonts link with a preload directive: <link rel='preload' href='fonts-url' as='style' onload='this.onload=null;this.rel="stylesheet"'>. Add font-display: swap to font CSS rules. Consider self-hosting the font files to reduce network requests and improve cache control.

Remove Unused JavaScript Code

Medium Impact+12 points estimated

Why It Matters:

115KB of unused JavaScript is wasting bandwidth and delaying page interactivity by 600ms.

How to Fix:

Remove unused Google Analytics features by implementing GA4 with minimal configuration. Audit Facebook Pixel implementation and remove unnecessary event tracking. Use dynamic imports to load JavaScript modules only when needed. Consider removing or lazy-loading the Elfsight widgets if not immediately visible.

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