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.
5.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
17.69 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.
12.49 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.
42.45 s
Page Load Progression
FPage Weight BudgetAction5.3 MB transferred, 150 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
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 ImpactAction98% third-party, 0 ms blockingFIX
FJS Execution CostAction31670ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://github.githubassets.com/assets/chunk-39118-a79af489cc7bc7cc.js | 16584ms | 490ms | 5ms | 3rd |
| https://github.githubassets.com/assets/46752-46c707717fcbe6a9.js | 3383ms | 351ms | 12ms | 3rd |
| https://github.com/ | 3176ms | 12ms | 1ms | 1st |
| https://github.githubassets.com/assets/react-lib-a4cf89fce9a1300a.js | 3082ms | 2266ms | 118ms | 3rd |
| Unattributable | 1379ms | 148ms | 0ms | 3rd |
| https://github.githubassets.com/assets/behaviors-9ddaeb4e06adcb60.js | 1104ms | 302ms | 39ms | 3rd |
| https://github.githubassets.com/assets/landing-pages-55a9ce378b6db113.js | 1075ms | 868ms | 197ms | 3rd |
| https://github.githubassets.com/assets/64247-7de91c52a8aca0eb.js | 320ms | 264ms | 4ms | 3rd |
| https://github.githubassets.com/assets/github-elements-459d4cd7a0f718d7.js | 277ms | 270ms | 6ms | 3rd |
| https://github.githubassets.com/assets/26533-4df1172b25427069.js | 275ms | 166ms | 11ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction96 scripts, 688 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://github.githubassets.com/assets/landing-pages-55a9ce378b6db113.js | 352 KB | 304 KB (86%) | ✓ | 3rd |
| https://github.githubassets.com/assets/primer-react-72d2ec7521017972.js | 121 KB | 64 KB (53%) | ✓ | 3rd |
| https://github.githubassets.com/assets/react-lib-a4cf89fce9a1300a.js | 87 KB | 51 KB (59%) | ✓ | 3rd |
| https://github.githubassets.com/assets/48761-4941fce410205fe2.js | 114 KB | 48 KB (42%) | ✓ | 3rd |
| https://github.githubassets.com/assets/behaviors-9ddaeb4e06adcb60.js | 57 KB | 46 KB (82%) | ✓ | 3rd |
| https://github.githubassets.com/assets/37826-b3ebde81e7762221.js | 58 KB | 43 KB (74%) | ✓ | 3rd |
| https://github.githubassets.com/assets/6572-01263ee51465ffb1.js | 98 KB | 38 KB (39%) | ✓ | 3rd |
| https://github.githubassets.com/assets/react-core-2e47687b4310af0f.js | 57 KB | 38 KB (66%) | ✓ | 3rd |
| https://github.githubassets.com/assets/70641-5a6ec3de78151c22.js | 98 KB | 30 KB (31%) | ✓ | 3rd |
| https://github.githubassets.com/assets/39130-334926c8365e947c.js | 32 KB | 25 KB (77%) | ✓ | 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
CImage OptimizationAction18 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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0, private, must-revalidateREVIEW
max-age=0, private, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (251 KB)PASS
Web fonts
2
251 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 ~107 KB and ~214 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
Network Waterfall150 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 |
|---|---|---|---|---|---|---|
github.githubassets.com github.githubassets.com | Other | 16584ms | 10 KB | — | $220/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 3383ms | 26 KB | — | $45/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 3082ms | 87 KB | 59% | $41/mo | Costly |
Unattributable Unattributable | Other | 1379ms | 0 KB | — | $18/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 1104ms | 57 KB | 82% | $15/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 1075ms | 352 KB | 86% | $14/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 320ms | 7 KB | — | $4/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 277ms | 9 KB | — | $4/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 275ms | 18 KB | — | $4/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 260ms | 15 KB | — | $3/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 142ms | 121 KB | 53% | $2/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 94ms | 7 KB | — | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 92ms | 98 KB | 31% | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 90ms | 114 KB | 42% | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 86ms | 98 KB | 39% | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 68ms | 5 KB | — | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 64ms | 99 KB | — | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 64ms | 15 KB | — | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 57ms | 69 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- github.githubassets.com adds 16584ms and costs ~$220/month
- github.githubassets.com adds 3383ms and costs ~$45/month
- github.githubassets.com adds 3082ms and costs ~$41/month
- Unattributable adds 1379ms and costs ~$18/month
- github.githubassets.com adds 1104ms and costs ~$15/month
- github.githubassets.com adds 1075ms and costs ~$14/month
- github.githubassets.com adds 320ms and costs ~$4/month
- github.githubassets.com adds 277ms and costs ~$4/month
- github.githubassets.com adds 275ms and costs ~$4/month
- github.githubassets.com adds 260ms and costs ~$3/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
github.githubassets.com takes 16584ms 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
github.githubassets.com takes 3383ms 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
github.githubassets.com takes 3082ms 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
59% of github.githubassets.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
Unattributable takes 1379ms 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
github.githubassets.com takes 1104ms 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
82% of github.githubassets.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
github.githubassets.com takes 1075ms 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
86% of github.githubassets.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
github.githubassets.com takes 320ms 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
github.githubassets.com takes 277ms 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
github.githubassets.com takes 275ms 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
github.githubassets.com takes 260ms 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 github.githubassets.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