Optimize LCP Image Discovery

How to optimize fansframe.com

Generic SiteScore: 69/100Analyzed February 2026

Optimize LCP Image Discovery

High Impact+12 points estimated

Why It Matters

The LCP image isn't discoverable in initial HTML and uses lazy loading, preventing fast loading of critical content.

How to Fix

Add fetchpriority='high' to your LCP image element (img.w-full in the carousel). Remove loading='lazy' from above-the-fold images. Ensure the LCP image source is directly in HTML rather than loaded via JavaScript to enable early discovery by the browser.

0Needs Improvement

What This Score Means

A score of 69 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.8s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

185ms
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 69/100, indicating significant issues that are slowing down the user experience. The biggest problem is excessive unused JavaScript (388 KiB) that's blocking the page from loading efficiently, causing the First Contentful Paint to take 4.3 seconds and Largest Contentful Paint to reach 4.8 seconds - both well above Google's recommended thresholds. The site is also loading nearly 19 KiB of unused CSS and has render-blocking resources that could save almost 1 second if properly optimized. Removing unused code, implementing proper lazy loading for the main hero image, and deferring non-critical JavaScript could dramatically improve load times and boost the performance score by 20-30 points.

Other Optimization Recommendations

Remove Unused JavaScript Code

High Impact+18 points estimated

Why It Matters:

Unused JavaScript wastes 397KB and delays LCP by 2.1 seconds, severely impacting page load performance.

How to Fix:

Audit your JavaScript bundle to identify unused code, especially in Alpine.js modules (@alpinejs/sort, @alpinejs/anchor, @alpinejs/focus). Use tree shaking with Vite to eliminate dead code. Consider lazy loading Livewire components that aren't immediately needed on page load.

Eliminate Render Blocking Resources

Medium Impact+8 points estimated

Why It Matters:

Render blocking scripts delay First Contentful Paint by nearly 1 second, slowing initial page rendering.

How to Fix:

Defer cookieconsent.min.js loading using async or defer attributes since it's not critical for initial render. Move Livewire initialization to load after DOM content. Inline critical CSS from cookieconsent.min.css or load it asynchronously with media='print' onload technique.

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