Performance
· 16 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.
1.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.29 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.
72.42 s
Page Load Progression
FPage Weight BudgetAction14.1 MB transferred, 67 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction6779ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/pages/_app-0ad9e43c5ce9c3d8.js | 3208ms | 1619ms | 1556ms | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/framework-41b02394b273386f.js | 1472ms | 1326ms | 25ms | 3rd |
| Unattributable | 696ms | 75ms | 0ms | 3rd |
| https://www.snapchat.com/ | 680ms | 8ms | 1ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-DPDHJB4310 | 565ms | 304ms | 258ms | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/main-2324219b5dd34d31.js | 104ms | 76ms | 26ms | 3rd |
| https://www.google-analytics.com/analytics.js | 54ms | 28ms | 25ms | 3rd |
FJS BundlesAction25 scripts, 8.7 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/pages/_app-0ad9e43c5ce9c3d8.js | 11956 KB | 8850 KB (76%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DPDHJB4310 | 169 KB | 66 KB (40%) | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/main-2324219b5dd34d31.js | 51 KB | 27 KB (53%) | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/4630.77cb43b65f5e1c81.js | 5 KB | — | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/2298.de8f2e7513101035.js | 2 KB | — | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/webpack-da1cb1501e637600.js | 6 KB | — | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/6018-a929ed8e96168083.js | 4 KB | — | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/1540-20a56721f07d4ed0.js | 4 KB | — | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/pages/index-4d8c485f82f083cd.js | 6 KB | — | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/OVOexCOz_k92F5c94RZO9/_buildManifest.js | 2 KB | — | ✓ | 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
BImage Optimization5 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (181 KB)PASS
Web fonts
3
181 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
A+HTTP Cachingmax-age=10800 (3 hours)PASS
public, max-age=10800, s-maxage=10800, stale-while-revalidate=5400
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 10800 | Cache for 3 hours |
| s-maxage | 10800 | CDN caches for 3 hours |
| stale-while-revalidate | 5400 | Serve stale for 1 hour while fetching fresh |
Network Waterfall67 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 |
|---|---|---|---|---|---|---|
static.snapchat.com static.snapchat.com | Other | 3208ms | 11956 KB | 76% | $43/mo | Costly |
static.snapchat.com static.snapchat.com | Other | 1472ms | 44 KB | — | $20/mo | Costly |
Unattributable Unattributable | Other | 696ms | 0 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 565ms | 169 KB | 40% | $7/mo | Costly |
static.snapchat.com static.snapchat.com | Other | 104ms | 51 KB | 53% | $1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 54ms | 21 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- static.snapchat.com adds 3208ms and costs ~$43/month
- static.snapchat.com adds 1472ms and costs ~$20/month
- Unattributable adds 696ms and costs ~$9/month
- Google Tag Manager adds 565ms and costs ~$7/month
90% 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
static.snapchat.com takes 3208ms 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
76% of static.snapchat.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
static.snapchat.com takes 1472ms 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 696ms 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 565ms 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
53% of static.snapchat.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