Performance
· 17 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.
2.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.16 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.
30.64 s
Page Load Progression
FPage Weight BudgetAction6.7 MB transferred, 166 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction16859ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.meetup.com/_next/static/chunks/framework-5d63545f2ef3c1f6.js | 6289ms | 5896ms | 23ms | 3rd |
| https://www.meetup.com/_next/static/chunks/pages/_app-f8c38d8f25588fbd.js | 2886ms | 1889ms | 305ms | 3rd |
| Unattributable | 1583ms | 219ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T2LNGD | 1092ms | 970ms | 75ms | 3rd |
| https://www.meetup.com/ | 1070ms | 105ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NP82XMKW0P&cx=c>m=4e64h1 | 468ms | 399ms | 63ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 364ms | 264ms | 62ms | 3rd |
| https://js.stripe.com/v3 | 325ms | 204ms | 120ms | 3rd |
| https://rkt.meetup.com/wsdk/plugins/widget/modern/index.bc13226619f0851fb148.js | 323ms | 159ms | 162ms | 3rd |
| https://www.meetup.com/_next/static/chunks/68640.0518dc9714fe604c.js | 292ms | 241ms | 13ms | 3rd |
Showing top 10 of 25 scripts
FJS BundlesAction58 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.meetup.com/_next/static/chunks/pages/_app-f8c38d8f25588fbd.js | 613 KB | 261 KB (43%) | ✓ | 3rd |
| https://rkt.meetup.com/wsdk/plugins/widget/modern/index.bc13226619f0851fb148.js | 253 KB | 204 KB (81%) | ✓ | 3rd |
| https://js.stripe.com/v3 | 220 KB | 160 KB (73%) | ✓ | 3rd |
| https://rkt.meetup.com/wsdk/plugins/dcui/index.a24659f4b08fce15a6ca.js | 145 KB | 112 KB (77%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 73 KB (56%) | ✓ | 3rd |
| https://www.meetup.com/_next/static/chunks/37015-b1bc0cf6d62d627a.js | 21 KB | 72 KB (81%) | ✓ | 3rd |
| https://www.meetup.com/_next/static/chunks/37015-b1bc0cf6d62d627a.js | 0 KB | 72 KB (81%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 71 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NP82XMKW0P&cx=c>m=4e64h1 | 164 KB | 60 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T2LNGD | 164 KB | 53 KB (32%) | ✓ | 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
FPage Weight InventoryAction166 resources · 6.7 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 166 resources | 6.7 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization41 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 Loading6 fonts (103 KB)PASS
Web fonts
6
103 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~2 KB and ~4 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints45 hints, 0 missing preconnectsPASS
Current Resource Hints
45 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall166 requests over 8381msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.meetup.com www.meetup.com | Other | 6289ms | 45 KB | — | $109/mo | Costly |
www.meetup.com www.meetup.com | Other | 2886ms | 613 KB | 43% | $50/mo | Costly |
Unattributable Unattributable | Other | 1583ms | 0 KB | — | $27/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1092ms | 164 KB | 32% | $19/mo | Costly |
www.meetup.com www.meetup.com | Other | 1070ms | 62 KB | — | $18/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 468ms | 164 KB | 36% | $8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 364ms | 129 KB | 56% | $6/mo | Essential |
Stripe js.stripe.com | Payment | 325ms | 220 KB | 73% | $6/mo | Essential |
rkt.meetup.com rkt.meetup.com | Other | 323ms | 253 KB | 81% | $6/mo | Costly |
www.meetup.com www.meetup.com | Other | 292ms | 33 KB | — | $5/mo | Costly |
rkt.meetup.com rkt.meetup.com | Other | 286ms | 145 KB | 77% | $5/mo | Costly |
rkt.meetup.com rkt.meetup.com | Other | 215ms | 57 KB | — | $4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 208ms | 45 KB | — | $4/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 185ms | 57 KB | 66% | $3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 183ms | 97 KB | 35% | $3/mo | Optional |
www.meetup.com www.meetup.com | Other | 147ms | 23 KB | — | $3/mo | Optional |
www.meetup.com www.meetup.com | Other | 144ms | 31 KB | — | $2/mo | Optional |
www.meetup.com www.meetup.com | Other | 142ms | 37 KB | — | $2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 127ms | 21 KB | — | $2/mo | Optional |
rkt.meetup.com rkt.meetup.com | Other | 126ms | 63 KB | 47% | $2/mo | Optional |
www.meetup.com www.meetup.com | Other | 103ms | 12 KB | — | $2/mo | Optional |
rkt.meetup.com rkt.meetup.com | Other | 94ms | 21 KB | — | $2/mo | Optional |
www.meetup.com www.meetup.com | Other | 82ms | 5 KB | — | $1/mo | Optional |
www.meetup.com www.meetup.com | Other | 71ms | 0 KB | 81% | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 57ms | 96 KB | 75% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.meetup.com adds 6289ms and costs ~$109/month
- www.meetup.com adds 2886ms and costs ~$50/month
- Unattributable adds 1583ms and costs ~$27/month
- Google Tag Manager adds 1092ms and costs ~$19/month
- www.meetup.com adds 1070ms and costs ~$18/month
- Google Tag Manager adds 468ms and costs ~$8/month
- rkt.meetup.com adds 323ms and costs ~$6/month
- www.meetup.com adds 292ms and costs ~$5/month
- rkt.meetup.com adds 286ms and costs ~$5/month
- rkt.meetup.com adds 215ms and costs ~$4/month
- Facebook Pixel adds 208ms and costs ~$4/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.meetup.com takes 6289ms 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
www.meetup.com takes 2886ms 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
Unattributable takes 1583ms 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 1092ms 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
www.meetup.com takes 1070ms 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 468ms 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
56% of OneTrust'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
73% of Stripe'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
rkt.meetup.com takes 323ms 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
81% of rkt.meetup.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
www.meetup.com takes 292ms 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
rkt.meetup.com takes 286ms 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
77% of rkt.meetup.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
rkt.meetup.com takes 215ms 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 208ms 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
66% of Hotjar'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
81% of www.meetup.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
75% of accounts.google.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