Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
547 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
465 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.68 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.33 s
Page Load Progression
FPage Weight BudgetAction4.5 MB transferred, 160 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction74% third-party, 0 ms blockingFIX
DJS Execution CostAction3048ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.eventbrite.com/home/_next/static/chunks/framework-945b357d4a851f4b.js | 396ms | 360ms | 6ms | 1st |
| https://www.eventbrite.com/ | 361ms | 3ms | 0ms | 1st |
| Unattributable | 339ms | 41ms | 0ms | 3rd |
| https://t.contentsquare.net/uxa/757e6910546e7.js | 269ms | 240ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P8FXJ | 248ms | 189ms | 28ms | 3rd |
| https://js.hs-analytics.net/analytics/1775326800000/8020908.js | 233ms | 132ms | 4ms | 3rd |
| https://www.eventbrite.com/home/_next/static/chunks/pages/_app-58f20aaeb5cf3bf9.js | 123ms | 88ms | 30ms | 1st |
| https://www.eventbrite.com/home/_next/static/chunks/613.51b8f752b880b047.js | 121ms | 82ms | 5ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-1071787441&cx=c>m=4e6411 | 105ms | 93ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10956076365&cx=c>m=4e6411 | 100ms | 89ms | 10ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction60 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.eventbrite.com/home/_next/static/chunks/3b999911-e0f67891397df603.js | 130 KB | 130 KB (100%) | ✓ | 1st |
| https://www.eventbrite.com/home/_next/static/chunks/pages/_app-58f20aaeb5cf3bf9.js | 204 KB | 109 KB (54%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-1071787441 | 143 KB | 104 KB (73%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/757e6910546e7.js | 161 KB | 79 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-TQVES5V6SH&cx=c>m=4e6411 | 159 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P8FXJ | 194 KB | 65 KB (34%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-4080218&cx=c>m=4e6411 | 130 KB | 58 KB (45%) | ✓ | 3rd |
| https://www.eventbrite.com/home/_next/static/chunks/5631-74ddad1e2f1aec2d.js | 186 KB | 58 KB (31%) | ✓ | 1st |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 56 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1012298015&cx=c>m=4e6411 | 145 KB | 55 KB (38%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
BImage Optimization40 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (209 KB)PASS
Web fonts
4
209 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~52 KB and ~104 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300, s-maxage=600, stale-while-revalidate=3600, stale-if-error=86400
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
| s-maxage | 600 | CDN caches for 10 minutes |
| stale-while-revalidate | 3600 | Serve stale for 1 hour while fetching fresh |
| stale-if-error | 86400 |
Network Waterfall160 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 339ms | 0 KB | — | $4/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 269ms | 161 KB | 49% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 248ms | 194 KB | 34% | $3/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 233ms | 43 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 105ms | 143 KB | 38% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 100ms | 145 KB | 38% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 97ms | 143 KB | 38% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 96ms | 130 KB | 45% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 89ms | 145 KB | 38% | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 86ms | 110 KB | 51% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 84ms | 95 KB | 36% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 77ms | 159 KB | 42% | $1/mo | Optional |
cdntranscend.eventbrite.com cdntranscend.eventbrite.com | Other | 74ms | 91 KB | 50% | $1/mo | Optional |
js.hsadspixel.net js.hsadspixel.net | Other | 65ms | 4 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 339ms and costs ~$4/month
- t.contentsquare.net adds 269ms and costs ~$4/month
- Google Tag Manager adds 248ms and costs ~$3/month
- HubSpot Analytics adds 233ms and costs ~$3/month
64% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 339ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
t.contentsquare.net takes 269ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 248ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
HubSpot Analytics takes 233ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
51% of analytics.tiktok.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
50% of cdntranscend.eventbrite.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev