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.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.00 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.
9.64 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.
32.43 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 152 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 ImpactAction97% third-party, 0 ms blockingFIX
FJS Execution CostAction16606ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://github.githubassets.com/assets/chunk-39118-a79af489cc7bc7cc.js | 9168ms | 311ms | 4ms | 3rd |
| https://github.githubassets.com/assets/react-lib-a4cf89fce9a1300a.js | 1796ms | 1415ms | 42ms | 3rd |
| https://github.com/ | 1144ms | 8ms | 1ms | 1st |
| https://github.githubassets.com/assets/46752-46c707717fcbe6a9.js | 1061ms | 95ms | 6ms | 3rd |
| Unattributable | 736ms | 54ms | 0ms | 3rd |
| https://github.githubassets.com/assets/landing-pages-c18ba2fdd1c5392f.js | 698ms | 554ms | 142ms | 3rd |
| https://github.githubassets.com/assets/environment-51c0968cf21c176d.js | 638ms | 40ms | 2ms | 3rd |
| https://github.githubassets.com/assets/behaviors-ea20a2c6238da250.js | 492ms | 138ms | 23ms | 3rd |
| https://github.githubassets.com/assets/22445-1d247a8bf5b6a1d5.js | 270ms | 2ms | 1ms | 3rd |
| https://github.githubassets.com/assets/64247-7de91c52a8aca0eb.js | 181ms | 161ms | 2ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction96 scripts, 664 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://github.githubassets.com/assets/landing-pages-c18ba2fdd1c5392f.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 | 88 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-ea20a2c6238da250.js | 57 KB | 47 KB (82%) | ✓ | 3rd |
| https://github.githubassets.com/assets/37826-b3ebde81e7762221.js | 59 KB | 43 KB (74%) | ✓ | 3rd |
| https://github.githubassets.com/assets/6572-01263ee51465ffb1.js | 99 KB | 38 KB (39%) | ✓ | 3rd |
| https://github.githubassets.com/assets/react-core-9efb35432aeb5ac0.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/85897-345989e6728659d7.js | 15 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
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall152 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 | 9168ms | 10 KB | — | $122/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 1796ms | 88 KB | 59% | $24/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 1061ms | 26 KB | — | $14/mo | Costly |
Unattributable Unattributable | Other | 736ms | 0 KB | — | $10/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 698ms | 352 KB | 86% | $9/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 638ms | 7 KB | — | $8/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 492ms | 57 KB | 82% | $7/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 270ms | 6 KB | — | $4/mo | Costly |
github.githubassets.com github.githubassets.com | Other | 181ms | 8 KB | — | $2/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 121ms | 19 KB | — | $2/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 67ms | 15 KB | — | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 67ms | 121 KB | 53% | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 62ms | 10 KB | — | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 54ms | 114 KB | 42% | $1/mo | Optional |
github.githubassets.com github.githubassets.com | Other | 51ms | 99 KB | 39% | $1/mo | Optional |
These scripts may cost more than they're worth
- github.githubassets.com adds 9168ms and costs ~$122/month
- github.githubassets.com adds 1796ms and costs ~$24/month
- github.githubassets.com adds 1061ms and costs ~$14/month
- Unattributable adds 736ms and costs ~$10/month
- github.githubassets.com adds 698ms and costs ~$9/month
- github.githubassets.com adds 638ms and costs ~$8/month
- github.githubassets.com adds 492ms and costs ~$7/month
- github.githubassets.com adds 270ms and costs ~$4/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
github.githubassets.com takes 9168ms 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 1796ms 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
github.githubassets.com takes 1061ms 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 736ms 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 698ms 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 638ms 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 492ms 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 270ms 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