Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize uticket.com.br
The LCP image has a 4.5 second resource load delay because it's not discoverable in the initial HTML.
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.
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.
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 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.
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.
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.
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
Images without explicit dimensions cause layout shifts and degrade user experience.
Your LCP element has a 2.76 second render delay, causing the 18.4 second LCP time.
1,329 KiB of unused JavaScript is delaying LCP by 6.15 seconds and blocking user interactions.
Missing image dimensions can cause layout shifts, and missing preconnects delay third-party resource loading.