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.
655 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
998 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.11 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.
13.18 s
Page Load Progression
FPage Weight BudgetAction15.4 MB transferred, 76 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2106ms 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 | 810ms | 399ms | 392ms | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/framework-41b02394b273386f.js | 617ms | 582ms | 5ms | 3rd |
| Unattributable | 336ms | 59ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DPDHJB4310 | 204ms | 106ms | 95ms | 3rd |
| https://www.snapchat.com/ | 138ms | 3ms | 0ms | 1st |
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 | 11943 KB | 8779 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DPDHJB4310 | 169 KB | 66 KB (39%) | ✓ | 3rd |
| https://static.snapchat.com/snapchat-dot-com/_next/static/chunks/main-2324219b5dd34d31.js | 50 KB | 26 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 Optimization4 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (217 KB)PASS
Web fonts
4
217 KB total
Render-blocking
0
of 4
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 HintsNo optimization neededPASS
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 Waterfall76 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 | 810ms | 11943 KB | 75% | $11/mo | Costly |
static.snapchat.com static.snapchat.com | Other | 617ms | 44 KB | — | $8/mo | Costly |
Unattributable Unattributable | Other | 336ms | 0 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 204ms | 169 KB | 39% | $3/mo | Costly |
These scripts may cost more than they're worth
- static.snapchat.com adds 810ms and costs ~$11/month
- static.snapchat.com adds 617ms and costs ~$8/month
- Unattributable adds 336ms and costs ~$4/month
- Google Tag Manager adds 204ms and costs ~$3/month
93% 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 810ms 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
75% 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 617ms 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 336ms 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 204ms 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