Optimize LCP Image Discovery

How to optimize uticket.com.br

Generic SiteScore: 28/100Analyzed April 2026Re-analyze this site

Optimize LCP Image Discovery

High Impact+20 points estimated

Why It Matters

The LCP image has a 4.5 second resource load delay because it's not discoverable in the initial HTML.

How to Fix

Move the banner image from JavaScript-rendered content to static HTML. Add fetchpriority='high' attribute to the LCP image element. Use a <link rel='preload'> for the banner.webp image in the document head.

0Poor

What This Score Means

A score of 28 falls in the "Poor" 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

18.6s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

558ms
Poor

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 severe performance issues with a critically low score of 28/100. The biggest problem is excessive JavaScript that takes 3.8 seconds to execute, with the main JavaScript file being 873KB and containing 57% unused code that's blocking the page from becoming interactive for over 20 seconds. The site's images load extremely slowly (18.6 seconds for the largest image) because they're not discoverable in the initial HTML and lack proper optimization. Reducing the JavaScript bundle size, removing unused code, and optimizing image delivery could dramatically improve the score by 40+ points and transform the user experience from frustratingly slow to acceptable.

Other Optimization Recommendations

Reduce JavaScript Execution Time

High Impact+25 points estimated

Why It Matters:

JavaScript execution takes 3.8 seconds, blocking user interactions and contributing 1,550ms to Total Blocking Time.

How to Fix:

Split the 873KB main bundle using React.lazy() for route-based code splitting. Remove unused code from main.js (56% is unused). Defer Google Tag Manager scripts using async/defer attributes or load them after page interactive event.

Add Image Dimensions and Preconnects

Medium Impact+8 points estimated

Why It Matters:

Missing image dimensions can cause layout shifts, and missing preconnects delay third-party resource loading.

How to Fix:

Add explicit width and height attributes to all img elements, especially mobile-admin-event.webp and desktop-admin-event.webp. Add preconnect links for cdn.inspectlet.com, api.uticket.com.br, and www.google.co.uk to save 300-326ms on first requests.

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