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.
1.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
119 ms
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.
1.53 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.
3.53 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 47 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
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 ImpactAction96% third-party, 0 ms blockingFIX
FJS BundlesAction31 scripts, 1.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.cdninstagram.com/rsrc.php/v4iDqw4/yR/l/en_US/82perklV9DJBMu4qonYA1T2mqBBUHA2Fi8JriexMzqPrAaDuivcDRuKoKGVUPWEs-dqHn7WPVnsii2Un3tEbQ1Cawy6TOoSQVo_p4fn1Iw4pEdnAdTcUuKOIvspZdStSQuQoIzb-dcO57g8B2fZxBO4vmAxeEdcvYgHI_fEXKxzJbolx1DAKUoGsim5BSzYMNqp2HZxslnTDalIH_7hFx3Yi0Aq1LXlhXPQd0TcP-eMJu6WuEh_DQo6mNz8dfZ2Gu4dbtEj8UfWop6x9DjNMqplvxAOVB17ZML0akupg0kbF2CakavQ57mttmLnTYuasW1OSSeKLsX.js | 728 KB | 537 KB (74%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4iXCl4/yB/l/en_US/ZSzYR14k9w9jLEwhnD36Ge6BQcE_IsJJsPYsQJs2DMgDGFI39NwSgLxVVBgXoGhzYn3zggH72LrtgAqWowacbfwv5s0eDmGqft6zrwlxJzwovgiFGHh9ozlMICLrCBvHMvU7duYgMnuCwTXhQ3eIbhY1l9nBLb-OhvDyE2k2Mw28D_gpvG2S0oRYw--Q7icxIyUiZk85ElNEPjABjXAqzp11_JpCmEnWJrIkZO1yB5KNx6PY3IJJDchOYIvRE-FZnFf2cMjHkLSd3HhguKe.js | 400 KB | 352 KB (88%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4idqz4/yP/l/en_US/k_wk718FR3gDSW1P86M9RR5-cZF6wdyBhUbHRbbu77fG.js | 420 KB | 219 KB (52%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4/yB/r/ny_ONvAlbQE.js | 159 KB | 149 KB (94%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4idBq4/ye/l/en_US/rwXNf31RJQG.js | 77 KB | 77 KB (100%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4/yu/r/u9HAKJpT99D.js | 60 KB | 58 KB (96%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4/yR/r/Ve24ViYIrgR.js | 41 KB | 39 KB (96%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4/ya/r/R1pEz0OuWy4.js | 74 KB | 35 KB (48%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4/yr/r/H_AD9smLz73.js | 35 KB | 32 KB (93%) | ✓ | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4iija4/yQ/l/en_US/d4u9RG6sxvDWLEKM8Y4pNee4gHWvIx9STahM-zyPJc7Sh3zsi1CQIOP.js | 35 KB | 31 KB (90%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, 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 |
| must-revalidate | — | Must recheck with server after expiry |
CJS Execution CostAction1313ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.cdninstagram.com/rsrc.php/v4/ya/r/R1pEz0OuWy4.js | 610ms | 537ms | 13ms | 3rd |
| https://www.instagram.com/ | 223ms | 15ms | 0ms | 1st |
| https://static.cdninstagram.com/rsrc.php/v4iDqw4/yR/l/en_US/82perklV9DJBMu4qonYA1T2mqBBUHA2Fi8JriexMzqPrAaDuivcDRuKoKGVUPWEs-dqHn7WPVnsii2Un3tEbQ1Cawy6TOoSQVo_p4fn1Iw4pEdnAdTcUuKOIvspZdStSQuQoIzb-dcO57g8B2fZxBO4vmAxeEdcvYgHI_fEXKxzJbolx1DAKUoGsim5BSzYMNqp2HZxslnTDalIH_7hFx3Yi0Aq1LXlhXPQd0TcP-eMJu6WuEh_DQo6mNz8dfZ2Gu4dbtEj8UfWop6x9DjNMqplvxAOVB17ZML0akupg0kbF2CakavQ57mttmLnTYuasW1OSSeKLsX.js | 150ms | 21ms | 113ms | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4idqz4/yP/l/en_US/k_wk718FR3gDSW1P86M9RR5-cZF6wdyBhUbHRbbu77fG.js | 145ms | 13ms | 67ms | 3rd |
| Unattributable | 114ms | 7ms | 0ms | 3rd |
| https://static.cdninstagram.com/rsrc.php/v4iXCl4/yB/l/en_US/ZSzYR14k9w9jLEwhnD36Ge6BQcE_IsJJsPYsQJs2DMgDGFI39NwSgLxVVBgXoGhzYn3zggH72LrtgAqWowacbfwv5s0eDmGqft6zrwlxJzwovgiFGHh9ozlMICLrCBvHMvU7duYgMnuCwTXhQ3eIbhY1l9nBLb-OhvDyE2k2Mw28D_gpvG2S0oRYw--Q7icxIyUiZk85ElNEPjABjXAqzp11_JpCmEnWJrIkZO1yB5KNx6PY3IJJDchOYIvRE-FZnFf2cMjHkLSd3HhguKe.js | 71ms | 5ms | 66ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization4 images, 0 KB saveablePASS
A+Font Loading2 fonts (212 KB)PASS
Web fonts
2
212 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~90 KB and ~180 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall47 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.cdninstagram.com static.cdninstagram.com | Other | 610ms | 74 KB | 48% | $8/mo | Costly |
static.cdninstagram.com static.cdninstagram.com | Other | 150ms | 728 KB | 74% | $2/mo | Optional |
static.cdninstagram.com static.cdninstagram.com | Other | 145ms | 420 KB | 52% | $2/mo | Optional |
Unattributable Unattributable | Other | 114ms | 0 KB | — | $2/mo | Optional |
static.cdninstagram.com static.cdninstagram.com | Other | 71ms | 400 KB | 88% | $1/mo | Optional |
These scripts may cost more than they're worth
- static.cdninstagram.com adds 610ms and costs ~$8/month
83% 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.cdninstagram.com takes 610ms 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
74% of static.cdninstagram.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
52% of static.cdninstagram.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
88% of static.cdninstagram.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