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.
3.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.21 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.
5.09 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.
17.75 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 51 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
FJS Execution CostAction3611ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.freecodecamp.org/app-f5209401474dfc55e08f.js | 1497ms | 1214ms | 189ms | 1st |
| https://www.freecodecamp.org/ | 564ms | 22ms | 3ms | 1st |
| Unattributable | 378ms | 13ms | 0ms | 3rd |
| https://www.freecodecamp.org/c8f7fe3b0e41be846d5687592cf2018ff6e22687-40d71bcd1644bb1c5dce.js | 360ms | 8ms | 351ms | 1st |
| https://js.stripe.com/v3 | 322ms | 236ms | 80ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SF1BGBDCNS&cx=c>m=4e6460 | 273ms | 222ms | 38ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-57R6KJM>m_auth=>m_preview=>m_cookies_win=x | 163ms | 122ms | 39ms | 3rd |
| https://www.freecodecamp.org/7e3b4c62-ba61f723d90acd3f2bee.js | 54ms | 2ms | 48ms | 1st |
FJS BundlesAction17 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.freecodecamp.org/c8f7fe3b0e41be846d5687592cf2018ff6e22687-40d71bcd1644bb1c5dce.js | 726 KB | 725 KB (100%) | ✓ | 1st |
| https://www.freecodecamp.org/app-f5209401474dfc55e08f.js | 467 KB | 142 KB (30%) | ✓ | 1st |
| https://js.stripe.com/v3 | 220 KB | 141 KB (64%) | ✓ | 3rd |
| https://www.freecodecamp.org/7e3b4c62-ba61f723d90acd3f2bee.js | 135 KB | 78 KB (60%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-SF1BGBDCNS&cx=c>m=4e6460 | 155 KB | 65 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-57R6KJM>m_auth=>m_preview=>m_cookies_win=x | 123 KB | 62 KB (51%) | ✓ | 3rd |
| https://www.freecodecamp.org/component---src-pages-index-tsx-593d70c38cd28a78f7ef.js | 40 KB | 21 KB (53%) | ✓ | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://www.freecodecamp.org/d82bff99d17dc59c45b6281a99a3ed0ccb6fc4cd-aed71431ef4b123bbb8f.js | 12 KB | — | ✓ | 1st |
| https://www.freecodecamp.org/webpack-runtime-a8251fda6df8e26fe320.js | 6 KB | — | ✓ | 1st |
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
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
AThird-Party Impact37% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization3 images, 0 KB saveablePASS
A+Font Loading7 fonts (202 KB)PASS
Web fonts
7
202 KB total
Render-blocking
0
of 7
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
- Convert to woff2 for ~30% smaller file size
- 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 ~61 KB and ~122 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
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: Cloudflare
Network Waterfall51 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 | 378ms | 0 KB | — | $1/mo | Costly |
Stripe js.stripe.com | Payment | 322ms | 220 KB | 64% | $1/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 273ms | 155 KB | 42% | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 163ms | 123 KB | 51% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 378ms and costs ~$1/month
- Google Tag Manager adds 273ms and costs ~$1/month
Unattributable takes 378ms 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
64% 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
Google Tag Manager takes 273ms 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 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