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.
3.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.09 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.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.
32.05 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 155 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 ImpactAction73% third-party, 0 ms blockingFIX
FJS Execution CostAction13334ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.eventbrite.com/home/_next/static/chunks/framework-945b357d4a851f4b.js | 1628ms | 1393ms | 22ms | 1st |
| Unattributable | 1539ms | 215ms | 0ms | 3rd |
| https://www.eventbrite.com/ | 1263ms | 14ms | 1ms | 1st |
| https://t.contentsquare.net/uxa/757e6910546e7.js | 1104ms | 1001ms | 56ms | 3rd |
| https://js.hs-analytics.net/analytics/1775326800000/8020908.js | 884ms | 617ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P8FXJ | 710ms | 598ms | 79ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1071787441&cx=c>m=4e6411 | 606ms | 542ms | 58ms | 3rd |
| https://www.eventbrite.com/home/_next/static/chunks/pages/_app-58f20aaeb5cf3bf9.js | 472ms | 387ms | 79ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-TQVES5V6SH&cx=c>m=4e6411 | 429ms | 345ms | 78ms | 3rd |
| https://www.eventbrite.com/home/_next/static/chunks/613.51b8f752b880b047.js | 400ms | 243ms | 22ms | 1st |
Showing top 10 of 32 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 | 144 KB | 105 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 | 66 KB (34%) | ✓ | 3rd |
| https://www.eventbrite.com/home/_next/static/chunks/5631-74ddad1e2f1aec2d.js | 186 KB | 61 KB (33%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=DC-4080218&cx=c>m=4e6411 | 130 KB | 58 KB (45%) | ✓ | 3rd |
| 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 Optimization37 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 Hints14 hints, 0 missing preconnectsPASS
Current Resource Hints
14 resource hints configured
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 Waterfall155 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 | 1539ms | 0 KB | — | $20/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 1104ms | 161 KB | 49% | $15/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 884ms | 43 KB | — | $12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 710ms | 194 KB | 34% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 606ms | 143 KB | 38% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 429ms | 159 KB | 42% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 359ms | 145 KB | 38% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 354ms | 145 KB | 38% | $5/mo | Costly |
js.hs-banner.com js.hs-banner.com | Other | 353ms | 21 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 342ms | 143 KB | 38% | $5/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 316ms | 110 KB | 51% | $4/mo | Costly |
cdntranscend.eventbrite.com cdntranscend.eventbrite.com | Other | 274ms | 91 KB | 50% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 259ms | 130 KB | 45% | $3/mo | Costly |
Heap Analytics cdn.heapanalytics.com | Analytics | 243ms | 40 KB | — | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 237ms | 95 KB | 35% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 151ms | 43 KB | — | $2/mo | Optional |
cdntranscend.eventbrite.com cdntranscend.eventbrite.com | Other | 128ms | 69 KB | — | $2/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 127ms | 27 KB | — | $2/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 119ms | 28 KB | — | $2/mo | Optional |
utt.impactcdn.com utt.impactcdn.com | Other | 102ms | 21 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 95ms | 144 KB | 73% | $1/mo | Optional |
js.usemessages.com js.usemessages.com | Other | 95ms | 33 KB | — | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 62ms | 40 KB | — | $1/mo | Optional |
pixel.byspotify.com pixel.byspotify.com | Other | 55ms | 10 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1539ms and costs ~$20/month
- t.contentsquare.net adds 1104ms and costs ~$15/month
- HubSpot Analytics adds 884ms and costs ~$12/month
- Google Tag Manager adds 710ms and costs ~$9/month
- Google Tag Manager adds 606ms and costs ~$8/month
- Google Tag Manager adds 429ms and costs ~$6/month
- Google Tag Manager adds 359ms and costs ~$5/month
- Google Tag Manager adds 354ms and costs ~$5/month
- js.hs-banner.com adds 353ms and costs ~$5/month
- Google Tag Manager adds 342ms and costs ~$5/month
- analytics.tiktok.com adds 316ms and costs ~$4/month
- cdntranscend.eventbrite.com adds 274ms and costs ~$4/month
- Google Tag Manager adds 259ms and costs ~$3/month
- Heap Analytics adds 243ms and costs ~$3/month
- Facebook Pixel adds 237ms and costs ~$3/month
67% 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 1539ms 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 1104ms 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 884ms 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 710ms 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 606ms 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 429ms 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 359ms 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 354ms 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
js.hs-banner.com takes 353ms 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 342ms 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
analytics.tiktok.com takes 316ms 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
cdntranscend.eventbrite.com takes 274ms 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
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
Google Tag Manager takes 259ms 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
Heap Analytics takes 243ms 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
Facebook Pixel takes 237ms 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
73% of Google Tag Manager'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