Skip to content
https://sizzlejs.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
3
REVIEW
3
PASS
9
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

58
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.83 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

6.38 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

427 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.

4.01 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.

9.17 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
9 PASS 3 REVIEW 3 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.2 MiB of 1.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
3133ms total JS execution
FIX
3133ms total JS execution
Warning::
https://github.com/jquery/sizzle/wiki: 1427ms CPU time
Warning::
Unattributable: 326ms CPU time
Warning::
https://github.githubassets.com/assets/behaviors-e...: 306ms CPU time
Info::
https://github.githubassets.com/assets/environment...: 240ms CPU time
Info::
https://github.githubassets.com/assets/react-lib-e...: 168ms CPU time
Warning::
Third-party scripts: 3133ms (100% of total)

Main Thread Breakdown

Style & Layout 41% Script Evaluation 30% Other 13% Script Parsing & Compilation 9% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://github.com/jquery/sizzle/wiki1427ms3ms1ms3rd
Unattributable326ms9ms0ms3rd
https://github.githubassets.com/assets/behaviors-e2f9128395d9f8b3.js306ms156ms17ms3rd
https://github.githubassets.com/assets/environment-51c0968cf21c176d.js240ms42ms11ms3rd
https://github.githubassets.com/assets/react-lib-e36eebdcabb31afd.js168ms136ms28ms3rd
https://github.githubassets.com/assets/notifications-subscriptions-menu-c6a8800f72a52aef.js144ms143ms1ms3rd
https://github.githubassets.com/assets/64247-5fcfe92512e38512.js130ms103ms2ms3rd
https://github.githubassets.com/assets/46752-46c707717fcbe6a9.js128ms36ms5ms3rd
https://github.githubassets.com/assets/53102-7adf5a6968114b74.js114ms67ms18ms3rd
https://github.githubassets.com/assets/github-elements-f78f5f1cfce010ca.js98ms95ms3ms3rd

Showing top 10 of 11 scripts

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.2 MB transferred, 118 requests
REVIEW
1.2 MB transferred, 118 requests
Info::
Page weighs 5.3 MB (1.2 MB transferred)
Warning::
JavaScript is 993 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 993 KB
Warning::
118 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.26 g CO2 per page load
1.2 MB / 2.4 MB budget
1.2 MB transferred
118 requests
0.26 g CO2 per page load
JavaScript 993.4 KiB 79%
CSS 186.7 KiB 15%
HTML 51.8 KiB 4%
Other 17.3 KiB 1%
Other 4.4 KiB 0%
Other 1.4 KiB 0%
0 2.4 MB 4.9 MB
Under budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

C
JS Bundles
Action
88 scripts, 238 KB unused
REVIEW
88 scripts, 238 KB unused
Warning::
https://github.githubassets.com/assets/primer-reac...: 66 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/react-lib-e...: 63 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/react-core-...: 44 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/behaviors-e...: 43 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/53102-7adf5...: 21 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 238 KB
238 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://github.githubassets.com/assets/primer-react-6dbbf6a6b62127f5.js124 KB66 KB (53%)3rd
https://github.githubassets.com/assets/react-lib-e36eebdcabb31afd.js88 KB63 KB (73%)3rd
https://github.githubassets.com/assets/react-core-fa9bebcd564984e3.js59 KB44 KB (75%)3rd
https://github.githubassets.com/assets/behaviors-e2f9128395d9f8b3.js54 KB43 KB (80%)3rd
https://github.githubassets.com/assets/53102-7adf5a6968114b74.js31 KB21 KB (70%)3rd
https://github.githubassets.com/assets/19930-d7474e22a5e73a83.js4 KB3rd
https://github.githubassets.com/assets/octicons-react-bb57c7bed5998408.js100 KB3rd
https://github.githubassets.com/assets/fetch-utilities-23fca2e84f65970f.js3 KB3rd
https://github.githubassets.com/assets/85924-e131bec5f99667e1.js5 KB3rd
https://github.githubassets.com/assets/28839-734cb6d8a7150172.js6 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Page Weight Inventory
Action
118 resources · 1.2 MB · 238 KB savings available
REVIEW
118 resources · 1.2 MB · 238 KB savings available
Warning::
Page weight 231 KB over 1MB target
Got: 1.2 MB Expected: ≤ 1 MB
Info::
~238 KB of savings available
Warning::
117 third-party resources (100% of weight)
118 resources · 1.2 MiB · 117 third-party 231.0 KiB over 1MB target
JavaScript 79% · 993.4 KiB
CSS 15% · 186.7 KiB
Document 4% · 51.8 KiB
Image 1% · 17.2 KiB
Other 0% · 5.9 KiB

~237.6 KiB of savings available

Remove unused JavaScript: 237.6 KiB
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
6 hints, 0 missing preconnects
PASS
6 hints, 0 missing preconnects
Info::
Page uses 6 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
4
prefetch

6 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
118 requests over 1822ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.8 s LCP 6.4 shttps://sizzlejs.com// https://sizzlejs.com/ — 301 — 105 B — 64 ms — h2https://github.com/jquery/sizzle/wikigithub.com/jquery/sizzle/wiki https://github.com/jquery/sizzle/wiki — 200 — 51.8 KiB — 515 ms — h2https://github.githubassets.com/assets/light-8db8ec9d843a6198.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light-8db8ec9d843a6198.css — 200 — 6.8 KiB — 37 ms — h2https://github.githubassets.com/assets/light_high_contrast-1ebc8c2fbf646f62.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light_high_contrast-1ebc8c2fbf646f62.css — 200 — 6.6 KiB — 37 ms — h2https://github.githubassets.com/assets/dark-5a2079a7af880b5d.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark-5a2079a7af880b5d.css — 200 — 6.6 KiB — 37 ms — h2https://github.githubassets.com/assets/dark_high_contrast-f22f15c407d6eca1.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark_high_contrast-f22f15c407d6eca1.css — 200 — 6.9 KiB — 37 ms — h2https://github.githubassets.com/assets/primer-primitives-0f570a01cbe448fb.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-primitives-0f570a01cbe448fb.css — 200 — 2.0 KiB — 36 ms — h2https://github.githubassets.com/assets/primer-f638bd26ec06210f.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-f638bd26ec06210f.css — 200 — 42.3 KiB — 56 ms — h2https://github.githubassets.com/assets/global-38e9e8b8d7081236.cssgithub.githubassets.com/assets/glob... https://github.githubassets.com/assets/global-38e9e8b8d7081236.css — 200 — 40.3 KiB — 57 ms — h2https://github.githubassets.com/assets/github-cf5d2e35f4a0c3f5.cssgithub.githubassets.com/assets/gith... https://github.githubassets.com/assets/github-cf5d2e35f4a0c3f5.css — 200 — 23.7 KiB — 54 ms — h2https://github.githubassets.com/assets/repository-6ec84ae2261fecf8.cssgithub.githubassets.com/assets/repo... https://github.githubassets.com/assets/repository-6ec84ae2261fecf8.css — 200 — 5.4 KiB — 51 ms — h2https://github.githubassets.com/assets/wiki-3b8576bd4992bc25.cssgithub.githubassets.com/assets/wiki... https://github.githubassets.com/assets/wiki-3b8576bd4992bc25.css — 200 — 665 B — 51 ms — h2https://github.githubassets.com/assets/high-contrast-cookie-26d6bae49dfd2c29.jsgithub.githubassets.com/assets/high... https://github.githubassets.com/assets/high-contrast-cookie-26d6bae49dfd2c29.js — 200 — 847 B — 53 ms — h2https://github.githubassets.com/assets/react-core.8e8807bbcae141e7.module.cssgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-core.8e8807bbcae141e7.module.css — 200 — 437 B — 50 ms — h2https://github.githubassets.com/assets/primer-react-css.add9d698abe5ac23.module.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-react-css.add9d698abe5ac23.module.css — 200 — 34.1 KiB — 54 ms — h2https://github.githubassets.com/assets/notifications-subscriptions-menu.eafe1f00f7ea4df8.module.cssgithub.githubassets.com/assets/noti... https://github.githubassets.com/assets/notifications-subscriptions-menu.eafe1f00f7ea4df8.module.css — 200 — 1.3 KiB — 44 ms — h2https://github.githubassets.com/assets/keyboard-shortcuts-dialog.f28b62055c3637ed.module.cssgithub.githubassets.com/assets/keyb... https://github.githubassets.com/assets/keyboard-shortcuts-dialog.f28b62055c3637ed.module.css — 200 — 399 B — 35 ms — h2https://github.githubassets.com/assets/marketing-navigation.9b8d6525ad84b340.module.cssgithub.githubassets.com/assets/mark... https://github.githubassets.com/assets/marketing-navigation.9b8d6525ad84b340.module.css — 200 — 2.0 KiB — 41 ms — h2https://github.githubassets.com/assets/wp-runtime-afd6af4b76ea6963.jsgithub.githubassets.com/assets/wp-r... https://github.githubassets.com/assets/wp-runtime-afd6af4b76ea6963.js — 200 — 21.1 KiB — 4 ms — h2https://github.githubassets.com/assets/fetch-utilities-23fca2e84f65970f.jsgithub.githubassets.com/assets/fetc... https://github.githubassets.com/assets/fetch-utilities-23fca2e84f65970f.js — 200 — 3.2 KiB — 6 ms — h2https://github.githubassets.com/assets/85924-e131bec5f99667e1.jsgithub.githubassets.com/assets/8592... https://github.githubassets.com/assets/85924-e131bec5f99667e1.js — 200 — 5.4 KiB — 53 ms — h3https://github.githubassets.com/assets/28839-734cb6d8a7150172.jsgithub.githubassets.com/assets/2883... https://github.githubassets.com/assets/28839-734cb6d8a7150172.js — 200 — 6.1 KiB — 53 ms — h3https://github.githubassets.com/assets/34646-9e3e16bb1d35de16.jsgithub.githubassets.com/assets/3464... https://github.githubassets.com/assets/34646-9e3e16bb1d35de16.js — 200 — 6.7 KiB — 53 ms — h3https://github.githubassets.com/assets/environment-51c0968cf21c176d.jsgithub.githubassets.com/assets/envi... https://github.githubassets.com/assets/environment-51c0968cf21c176d.js — 200 — 7.5 KiB — 53 ms — h3https://github.githubassets.com/assets/runtime-helpers-3bb6f7d6b7a2f531.jsgithub.githubassets.com/assets/runt... https://github.githubassets.com/assets/runtime-helpers-3bb6f7d6b7a2f531.js — 200 — 1.5 KiB — 53 ms — h3https://github.githubassets.com/assets/2966-f6796bfd155feae1.jsgithub.githubassets.com/assets/2966... https://github.githubassets.com/assets/2966-f6796bfd155feae1.js — 200 — 7.3 KiB — 51 ms — h3https://github.githubassets.com/assets/96232-69d46a31854353d4.jsgithub.githubassets.com/assets/9623... https://github.githubassets.com/assets/96232-69d46a31854353d4.js — 200 — 3.7 KiB — 51 ms — h3https://github.githubassets.com/assets/41013-7a6deee6d6ff15eb.jsgithub.githubassets.com/assets/4101... https://github.githubassets.com/assets/41013-7a6deee6d6ff15eb.js — 200 — 5.4 KiB — 51 ms — h3https://github.githubassets.com/assets/51210-3abb7238871a5b29.jsgithub.githubassets.com/assets/5121... https://github.githubassets.com/assets/51210-3abb7238871a5b29.js — 200 — 4.6 KiB — 51 ms — h3https://github.githubassets.com/assets/64247-5fcfe92512e38512.jsgithub.githubassets.com/assets/6424... https://github.githubassets.com/assets/64247-5fcfe92512e38512.js — 200 — 7.6 KiB — 53 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.8 s LCP 6.4 shttps://sizzlejs.com// https://sizzlejs.com/ — 301 — 105 B — 64 ms — h2https://github.com/jquery/sizzle/wikigithub.com/jquery/sizzle/wiki https://github.com/jquery/sizzle/wiki — 200 — 51.8 KiB — 515 ms — h2https://github.githubassets.com/assets/light-8db8ec9d843a6198.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light-8db8ec9d843a6198.css — 200 — 6.8 KiB — 37 ms — h2https://github.githubassets.com/assets/light_high_contrast-1ebc8c2fbf646f62.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light_high_contrast-1ebc8c2fbf646f62.css — 200 — 6.6 KiB — 37 ms — h2https://github.githubassets.com/assets/dark-5a2079a7af880b5d.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark-5a2079a7af880b5d.css — 200 — 6.6 KiB — 37 ms — h2https://github.githubassets.com/assets/dark_high_contrast-f22f15c407d6eca1.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark_high_contrast-f22f15c407d6eca1.css — 200 — 6.9 KiB — 37 ms — h2https://github.githubassets.com/assets/primer-primitives-0f570a01cbe448fb.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-primitives-0f570a01cbe448fb.css — 200 — 2.0 KiB — 36 ms — h2https://github.githubassets.com/assets/primer-f638bd26ec06210f.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-f638bd26ec06210f.css — 200 — 42.3 KiB — 56 ms — h2https://github.githubassets.com/assets/global-38e9e8b8d7081236.cssgithub.githubassets.com/assets/glob... https://github.githubassets.com/assets/global-38e9e8b8d7081236.css — 200 — 40.3 KiB — 57 ms — h2https://github.githubassets.com/assets/github-cf5d2e35f4a0c3f5.cssgithub.githubassets.com/assets/gith... https://github.githubassets.com/assets/github-cf5d2e35f4a0c3f5.css — 200 — 23.7 KiB — 54 ms — h2https://github.githubassets.com/assets/repository-6ec84ae2261fecf8.cssgithub.githubassets.com/assets/repo... https://github.githubassets.com/assets/repository-6ec84ae2261fecf8.css — 200 — 5.4 KiB — 51 ms — h2https://github.githubassets.com/assets/wiki-3b8576bd4992bc25.cssgithub.githubassets.com/assets/wiki... https://github.githubassets.com/assets/wiki-3b8576bd4992bc25.css — 200 — 665 B — 51 ms — h2https://github.githubassets.com/assets/high-contrast-cookie-26d6bae49dfd2c29.jsgithub.githubassets.com/assets/high... https://github.githubassets.com/assets/high-contrast-cookie-26d6bae49dfd2c29.js — 200 — 847 B — 53 ms — h2https://github.githubassets.com/assets/react-core.8e8807bbcae141e7.module.cssgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-core.8e8807bbcae141e7.module.css — 200 — 437 B — 50 ms — h2https://github.githubassets.com/assets/primer-react-css.add9d698abe5ac23.module.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-react-css.add9d698abe5ac23.module.css — 200 — 34.1 KiB — 54 ms — h2https://github.githubassets.com/assets/notifications-subscriptions-menu.eafe1f00f7ea4df8.module.cssgithub.githubassets.com/assets/noti... https://github.githubassets.com/assets/notifications-subscriptions-menu.eafe1f00f7ea4df8.module.css — 200 — 1.3 KiB — 44 ms — h2https://github.githubassets.com/assets/keyboard-shortcuts-dialog.f28b62055c3637ed.module.cssgithub.githubassets.com/assets/keyb... https://github.githubassets.com/assets/keyboard-shortcuts-dialog.f28b62055c3637ed.module.css — 200 — 399 B — 35 ms — h2https://github.githubassets.com/assets/marketing-navigation.9b8d6525ad84b340.module.cssgithub.githubassets.com/assets/mark... https://github.githubassets.com/assets/marketing-navigation.9b8d6525ad84b340.module.css — 200 — 2.0 KiB — 41 ms — h2https://github.githubassets.com/assets/wp-runtime-afd6af4b76ea6963.jsgithub.githubassets.com/assets/wp-r... https://github.githubassets.com/assets/wp-runtime-afd6af4b76ea6963.js — 200 — 21.1 KiB — 4 ms — h2https://github.githubassets.com/assets/fetch-utilities-23fca2e84f65970f.jsgithub.githubassets.com/assets/fetc... https://github.githubassets.com/assets/fetch-utilities-23fca2e84f65970f.js — 200 — 3.2 KiB — 6 ms — h2https://github.githubassets.com/assets/85924-e131bec5f99667e1.jsgithub.githubassets.com/assets/8592... https://github.githubassets.com/assets/85924-e131bec5f99667e1.js — 200 — 5.4 KiB — 53 ms — h3https://github.githubassets.com/assets/28839-734cb6d8a7150172.jsgithub.githubassets.com/assets/2883... https://github.githubassets.com/assets/28839-734cb6d8a7150172.js — 200 — 6.1 KiB — 53 ms — h3https://github.githubassets.com/assets/34646-9e3e16bb1d35de16.jsgithub.githubassets.com/assets/3464... https://github.githubassets.com/assets/34646-9e3e16bb1d35de16.js — 200 — 6.7 KiB — 53 ms — h3https://github.githubassets.com/assets/environment-51c0968cf21c176d.jsgithub.githubassets.com/assets/envi... https://github.githubassets.com/assets/environment-51c0968cf21c176d.js — 200 — 7.5 KiB — 53 ms — h3https://github.githubassets.com/assets/runtime-helpers-3bb6f7d6b7a2f531.jsgithub.githubassets.com/assets/runt... https://github.githubassets.com/assets/runtime-helpers-3bb6f7d6b7a2f531.js — 200 — 1.5 KiB — 53 ms — h3https://github.githubassets.com/assets/2966-f6796bfd155feae1.jsgithub.githubassets.com/assets/2966... https://github.githubassets.com/assets/2966-f6796bfd155feae1.js — 200 — 7.3 KiB — 51 ms — h3https://github.githubassets.com/assets/96232-69d46a31854353d4.jsgithub.githubassets.com/assets/9623... https://github.githubassets.com/assets/96232-69d46a31854353d4.js — 200 — 3.7 KiB — 51 ms — h3https://github.githubassets.com/assets/41013-7a6deee6d6ff15eb.jsgithub.githubassets.com/assets/4101... https://github.githubassets.com/assets/41013-7a6deee6d6ff15eb.js — 200 — 5.4 KiB — 51 ms — h3https://github.githubassets.com/assets/51210-3abb7238871a5b29.jsgithub.githubassets.com/assets/5121... https://github.githubassets.com/assets/51210-3abb7238871a5b29.js — 200 — 4.6 KiB — 51 ms — h3https://github.githubassets.com/assets/64247-5fcfe92512e38512.jsgithub.githubassets.com/assets/6424... https://github.githubassets.com/assets/64247-5fcfe92512e38512.js — 200 — 7.6 KiB — 53 ms — h3https://github.githubassets.com/assets/81683-1370179bf9bdc0f0.jsgithub.githubassets.com/assets/8168... https://github.githubassets.com/assets/81683-1370179bf9bdc0f0.js — 200 — 5.7 KiB — 53 ms — h3https://github.githubassets.com/assets/9338-6be513b239268c6e.jsgithub.githubassets.com/assets/9338... https://github.githubassets.com/assets/9338-6be513b239268c6e.js — 200 — 5.2 KiB — 53 ms — h3https://github.githubassets.com/assets/46740-6606b1026a237412.jsgithub.githubassets.com/assets/4674... https://github.githubassets.com/assets/46740-6606b1026a237412.js — 200 — 3.9 KiB — 53 ms — h3https://github.githubassets.com/assets/53102-7adf5a6968114b74.jsgithub.githubassets.com/assets/5310... https://github.githubassets.com/assets/53102-7adf5a6968114b74.js — 200 — 30.8 KiB — 62 ms — h3https://github.githubassets.com/assets/github-elements-f78f5f1cfce010ca.jsgithub.githubassets.com/assets/gith... https://github.githubassets.com/assets/github-elements-f78f5f1cfce010ca.js — 200 — 11.1 KiB — 61 ms — h3https://github.githubassets.com/assets/element-registry-abc522980c301ca6.jsgithub.githubassets.com/assets/elem... https://github.githubassets.com/assets/element-registry-abc522980c301ca6.js — 200 — 11.3 KiB — 62 ms — h3https://github.githubassets.com/assets/react-core-fa9bebcd564984e3.jsgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-core-fa9bebcd564984e3.js — 200 — 58.9 KiB — 86 ms — h3https://github.githubassets.com/assets/react-lib-e36eebdcabb31afd.jsgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-lib-e36eebdcabb31afd.js — 200 — 87.6 KiB — 111 ms — h3https://github.githubassets.com/assets/7053-fe40037405b8998b.jsgithub.githubassets.com/assets/7053... https://github.githubassets.com/assets/7053-fe40037405b8998b.js — 200 — 3.3 KiB — 77 ms — h3https://github.githubassets.com/assets/58889-d610f96b052eeec5.jsgithub.githubassets.com/assets/5888... https://github.githubassets.com/assets/58889-d610f96b052eeec5.js — 200 — 5.2 KiB — 107 ms — h3https://github.githubassets.com/assets/79039-2565b539a6ebc09b.jsgithub.githubassets.com/assets/7903... https://github.githubassets.com/assets/79039-2565b539a6ebc09b.js — 200 — 5.2 KiB — 111 ms — h3https://github.githubassets.com/assets/61110-93cf7706e5dc8bfa.jsgithub.githubassets.com/assets/6111... https://github.githubassets.com/assets/61110-93cf7706e5dc8bfa.js — 200 — 3.9 KiB — 111 ms — h3https://github.githubassets.com/assets/2887-47ac9a4b8862e6bf.jsgithub.githubassets.com/assets/2887... https://github.githubassets.com/assets/2887-47ac9a4b8862e6bf.js — 200 — 2.4 KiB — 76 ms — h3https://github.githubassets.com/assets/26533-4df1172b25427069.jsgithub.githubassets.com/assets/2653... https://github.githubassets.com/assets/26533-4df1172b25427069.js — 200 — 18.5 KiB — 83 ms — h3https://github.githubassets.com/assets/86483-92f38323ee870655.jsgithub.githubassets.com/assets/8648... https://github.githubassets.com/assets/86483-92f38323ee870655.js — 200 — 3.6 KiB — 75 ms — h3https://github.githubassets.com/assets/28153-9a1a3fc3bf344626.jsgithub.githubassets.com/assets/2815... https://github.githubassets.com/assets/28153-9a1a3fc3bf344626.js — 200 — 15.6 KiB — 90 ms — h3https://github.githubassets.com/assets/60481-1a8127058c27e9af.jsgithub.githubassets.com/assets/6048... https://github.githubassets.com/assets/60481-1a8127058c27e9af.js — 200 — 3.7 KiB — 82 ms — h3https://github.githubassets.com/assets/46287-6c0cfc2c01413513.jsgithub.githubassets.com/assets/4628... https://github.githubassets.com/assets/46287-6c0cfc2c01413513.js — 200 — 8.5 KiB — 82 ms — h3https://github.githubassets.com/assets/2498-3d75f19334baa301.jsgithub.githubassets.com/assets/2498... https://github.githubassets.com/assets/2498-3d75f19334baa301.js — 200 — 4.0 KiB — 82 ms — h3https://github.githubassets.com/assets/61025-bb3e9d6f928ce438.jsgithub.githubassets.com/assets/6102... https://github.githubassets.com/assets/61025-bb3e9d6f928ce438.js — 200 — 9.9 KiB — 82 ms — h3https://github.githubassets.com/assets/89627-9ab4452238989035.jsgithub.githubassets.com/assets/8962... https://github.githubassets.com/assets/89627-9ab4452238989035.js — 200 — 4.1 KiB — 105 ms — h3https://github.githubassets.com/assets/79087-311cd6c222a9369e.jsgithub.githubassets.com/assets/7908... https://github.githubassets.com/assets/79087-311cd6c222a9369e.js — 200 — 4.3 KiB — 89 ms — h3https://github.githubassets.com/assets/49029-6159bf90b476d32f.jsgithub.githubassets.com/assets/4902... https://github.githubassets.com/assets/49029-6159bf90b476d32f.js — 200 — 3.5 KiB — 88 ms — h3https://github.githubassets.com/assets/99328-feb98d72e6134e37.jsgithub.githubassets.com/assets/9932... https://github.githubassets.com/assets/99328-feb98d72e6134e37.js — 200 — 3.1 KiB — 88 ms — h3https://github.githubassets.com/assets/behaviors-e2f9128395d9f8b3.jsgithub.githubassets.com/assets/beha... https://github.githubassets.com/assets/behaviors-e2f9128395d9f8b3.js — 200 — 54.3 KiB — 108 ms — h3https://github.githubassets.com/assets/4244-d059aa88db6f6f3b.jsgithub.githubassets.com/assets/4244... https://github.githubassets.com/assets/4244-d059aa88db6f6f3b.js — 200 — 4.5 KiB — 98 ms — h3https://github.githubassets.com/assets/notifications-global-3fa46b9a6c6c431f.jsgithub.githubassets.com/assets/noti... https://github.githubassets.com/assets/notifications-global-3fa46b9a6c6c431f.js — 200 — 3.4 KiB — 98 ms — h3https://github.githubassets.com/assets/19262-313c6e4aa6bc1abc.jsgithub.githubassets.com/assets/1926... https://github.githubassets.com/assets/19262-313c6e4aa6bc1abc.js — 200 — 5.9 KiB — 99 ms — h3https://github.githubassets.com/assets/49032-e844609a80d40b6e.jsgithub.githubassets.com/assets/4903... https://github.githubassets.com/assets/49032-e844609a80d40b6e.js — 200 — 4.6 KiB — 99 ms — h3https://github.githubassets.com/assets/21789-a78447c84de507a6.jsgithub.githubassets.com/assets/2178... https://github.githubassets.com/assets/21789-a78447c84de507a6.js — 200 — 6.7 KiB — 99 ms — h3https://github.githubassets.com/assets/19930-d7474e22a5e73a83.jsgithub.githubassets.com/assets/1993... https://github.githubassets.com/assets/19930-d7474e22a5e73a83.js — 200 — 3.9 KiB — 99 ms — h3https://github.githubassets.com/assets/29534-ee186437b7ff1342.jsgithub.githubassets.com/assets/2953... https://github.githubassets.com/assets/29534-ee186437b7ff1342.js — 200 — 6.5 KiB — 98 ms — h3https://github.githubassets.com/assets/diffs-e208c842ced00785.jsgithub.githubassets.com/assets/diff... https://github.githubassets.com/assets/diffs-e208c842ced00785.js — 200 — 17.2 KiB — 110 ms — h3https://github.githubassets.com/assets/primer-react-6dbbf6a6b62127f5.jsgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-react-6dbbf6a6b62127f5.js — 200 — 123.8 KiB — 156 ms — h3https://github.githubassets.com/assets/octicons-react-bb57c7bed5998408.jsgithub.githubassets.com/assets/octi... https://github.githubassets.com/assets/octicons-react-bb57c7bed5998408.js — 200 — 99.6 KiB — 155 ms — h3https://github.githubassets.com/assets/89960-5deb189fd329a9da.jsgithub.githubassets.com/assets/8996... https://github.githubassets.com/assets/89960-5deb189fd329a9da.js — 200 — 12.9 KiB — 114 ms — h3https://github.githubassets.com/assets/37869-a873e81f0fcb98e2.jsgithub.githubassets.com/assets/3786... https://github.githubassets.com/assets/37869-a873e81f0fcb98e2.js — 200 — 10.0 KiB — 114 ms — h3https://github.githubassets.com/assets/68751-fe5cb40b5547c377.jsgithub.githubassets.com/assets/6875... https://github.githubassets.com/assets/68751-fe5cb40b5547c377.js — 200 — 4.0 KiB — 146 ms — h3https://github.githubassets.com/assets/36505-d881e4fdaa1f52d2.jsgithub.githubassets.com/assets/3650... https://github.githubassets.com/assets/36505-d881e4fdaa1f52d2.js — 200 — 2.1 KiB — 127 ms — h3https://github.githubassets.com/assets/33073-19b499126dc11486.jsgithub.githubassets.com/assets/3307... https://github.githubassets.com/assets/33073-19b499126dc11486.js — 200 — 4.3 KiB — 128 ms — h3https://github.githubassets.com/assets/63991-125a5c660965e63e.jsgithub.githubassets.com/assets/6399... https://github.githubassets.com/assets/63991-125a5c660965e63e.js — 200 — 3.4 KiB — 128 ms — h3https://github.githubassets.com/assets/59852-5590c0c6714d20ab.jsgithub.githubassets.com/assets/5985... https://github.githubassets.com/assets/59852-5590c0c6714d20ab.js — 200 — 11.2 KiB — 129 ms — h3https://github.githubassets.com/assets/33684-669d0d93b2ba2c9c.jsgithub.githubassets.com/assets/3368... https://github.githubassets.com/assets/33684-669d0d93b2ba2c9c.js — 200 — 3.8 KiB — 129 ms — h3https://github.githubassets.com/assets/5289-dee457827699e59e.jsgithub.githubassets.com/assets/5289... https://github.githubassets.com/assets/5289-dee457827699e59e.js — 200 — 6.4 KiB — 129 ms — h3https://github.githubassets.com/assets/74772-2902dd3c3de84026.jsgithub.githubassets.com/assets/7477... https://github.githubassets.com/assets/74772-2902dd3c3de84026.js — 200 — 12.3 KiB — 147 ms — h3https://github.githubassets.com/assets/notifications-subscriptions-menu-c6a8800f72a52aef.jsgithub.githubassets.com/assets/noti... https://github.githubassets.com/assets/notifications-subscriptions-menu-c6a8800f72a52aef.js — 200 — 3.1 KiB — 134 ms — h3https://github.githubassets.com/assets/82207-4d7796fac69b4086.jsgithub.githubassets.com/assets/8220... https://github.githubassets.com/assets/82207-4d7796fac69b4086.js — 200 — 4.3 KiB — 134 ms — h3https://github.githubassets.com/assets/wiki-76b89d349eaae9e5.jsgithub.githubassets.com/assets/wiki... https://github.githubassets.com/assets/wiki-76b89d349eaae9e5.js — 200 — 12.9 KiB — 150 ms — h3https://github.githubassets.com/assets/46752-46c707717fcbe6a9.jsgithub.githubassets.com/assets/4675... https://github.githubassets.com/assets/46752-46c707717fcbe6a9.js — 200 — 26.2 KiB — 147 ms — h3https://github.githubassets.com/assets/90350-4433d18838554aeb.jsgithub.githubassets.com/assets/9035... https://github.githubassets.com/assets/90350-4433d18838554aeb.js — 200 — 4.3 KiB — 144 ms — h3https://github.githubassets.com/assets/sessions-e74d03d993e84335.jsgithub.githubassets.com/assets/sess... https://github.githubassets.com/assets/sessions-e74d03d993e84335.js — 200 — 6.6 KiB — 144 ms — h3https://github.com/manifest.jsongithub.com/manifest.json https://github.com/manifest.json — 200 — 4.4 KiB — 43 ms — h2https://github.githubassets.com/assets/chunk-51591-a655015837846668.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-51591-a655015837846668.js — 200 — 5.4 KiB — 10 ms — h3https://github.githubassets.com/assets/chunk-34877-fdaec2d7ab775509.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-34877-fdaec2d7ab775509.js — 200 — 831 B — 13 ms — h3https://github.githubassets.com/assets/chunk-36423-7610f7b55bc7f34d.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-36423-7610f7b55bc7f34d.js — 200 — 3.9 KiB — 13 ms — h3https://github.githubassets.com/assets/1337-ae2e2dfbf56d69f2.jsgithub.githubassets.com/assets/1337... https://github.githubassets.com/assets/1337-ae2e2dfbf56d69f2.js — 200 — 3.8 KiB — 20 ms — h3https://github.githubassets.com/assets/2694-eb7c55471169d0e6.jsgithub.githubassets.com/assets/2694... https://github.githubassets.com/assets/2694-eb7c55471169d0e6.js — 200 — 7.2 KiB — 27 ms — h3https://github.githubassets.com/assets/50110-4706379d5e5adfa5.jsgithub.githubassets.com/assets/5011... https://github.githubassets.com/assets/50110-4706379d5e5adfa5.js — 200 — 4.7 KiB — 27 ms — h3https://github.githubassets.com/assets/chunk-87740-ca53925defc1fbc0.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-87740-ca53925defc1fbc0.js — 200 — 3.8 KiB — 27 ms — h3https://github.githubassets.com/assets/chunk-57335-6a74adb4f1e6e7f9.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-57335-6a74adb4f1e6e7f9.js — 200 — 16.5 KiB — 27 ms — h3https://github.githubassets.com/assets/55077-7e6ec049c792d791.jsgithub.githubassets.com/assets/5507... https://github.githubassets.com/assets/55077-7e6ec049c792d791.js — 200 — 9.3 KiB — 27 ms — h3https://github.githubassets.com/assets/chunk-78326-75c5610d70c5d5ec.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-78326-75c5610d70c5d5ec.js — 200 — 689 B — 27 ms — h3https://github.githubassets.com/assets/chunk-50050-27220c8ab6a21ca6.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-50050-27220c8ab6a21ca6.js — 200 — 807 B — 26 ms — h3https://github.githubassets.com/assets/chunk-92814-ee86ebdb6128dc4f.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-92814-ee86ebdb6128dc4f.js — 200 — 5.2 KiB — 26 ms — h3https://github.githubassets.com/assets/chunk-69038-ede883175639abbd.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-69038-ede883175639abbd.js — 200 — 772 B — 25 ms — h3https://github.githubassets.com/assets/41911-85501ec7fd6ae96c.jsgithub.githubassets.com/assets/4191... https://github.githubassets.com/assets/41911-85501ec7fd6ae96c.js — 200 — 6.7 KiB — 25 ms — h3https://github.githubassets.com/assets/38963.f70dfea92b138b01.module.cssgithub.githubassets.com/assets/3896... https://github.githubassets.com/assets/38963.f70dfea92b138b01.module.css — 200 — 639 B — 9 ms — h3https://github.githubassets.com/assets/71236-ed1398bff632952c.jsgithub.githubassets.com/assets/7123... https://github.githubassets.com/assets/71236-ed1398bff632952c.js — 200 — 3.8 KiB — 29 ms — h3https://github.githubassets.com/assets/28174-86d8b64c92c04430.jsgithub.githubassets.com/assets/2817... https://github.githubassets.com/assets/28174-86d8b64c92c04430.js — 200 — 18.8 KiB — 29 ms — h3https://github.githubassets.com/assets/36522-bdd8d55ddb440cb8.jsgithub.githubassets.com/assets/3652... https://github.githubassets.com/assets/36522-bdd8d55ddb440cb8.js — 200 — 5.0 KiB — 29 ms — h3https://github.githubassets.com/assets/70168.33bc32a1383dd256.module.cssgithub.githubassets.com/assets/7016... https://github.githubassets.com/assets/70168.33bc32a1383dd256.module.css — 200 — 2.2 KiB — 12 ms — h3https://github.githubassets.com/assets/chunk-81053-4b979968b5019472.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-81053-4b979968b5019472.js — 200 — 15.5 KiB — 3 ms — h3https://github.githubassets.com/assets/chunk-46661-d5d295412f321b1d.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-46661-d5d295412f321b1d.js — 200 — 3.9 KiB — 2 ms — h3https://github.githubassets.com/assets/appearance-settings.bbd30affdb1c873f.module.cssgithub.githubassets.com/assets/appe... https://github.githubassets.com/assets/appearance-settings.bbd30affdb1c873f.module.css — 200 — 1.7 KiB — 4 ms — h3https://github.githubassets.com/assets/chunk-85825-b95e00c532a6f285.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-85825-b95e00c532a6f285.js — 200 — 9.6 KiB — 3 ms — h3https://github.githubassets.com/assets/53160-dceea6a389ad9115.jsgithub.githubassets.com/assets/5316... https://github.githubassets.com/assets/53160-dceea6a389ad9115.js — 200 — 5.8 KiB — 7 ms — h3https://github.githubassets.com/assets/71849.56ce4fb99933ba04.module.cssgithub.githubassets.com/assets/7184... https://github.githubassets.com/assets/71849.56ce4fb99933ba04.module.css — 200 — 1.7 KiB — 5 ms — h3https://github.githubassets.com/assets/chunk-lazy-react-partial-appearance-settings-5a2240782ac2c21c.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-lazy-react-partial-appearance-settings-5a2240782ac2c21c.js — 200 — 3.0 KiB — 6 ms — h3https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 469 B — 354 ms — h2https://github.githubassets.com/favicons/favicon.svggithub.githubassets.com/favicons/fa... https://github.githubassets.com/favicons/favicon.svg — 200 — 1.3 KiB — 7 ms — h3https://github.githubassets.com/assets/apple-touch-icon-144x144-b882e354c005.pnggithub.githubassets.com/assets/appl... https://github.githubassets.com/assets/apple-touch-icon-144x144-b882e354c005.png — 200 — 14.5 KiB — 3 ms — h3https://github.githubassets.com/assets/15272-00d6ef52b0f88c77.jsgithub.githubassets.com/assets/1527... https://github.githubassets.com/assets/15272-00d6ef52b0f88c77.js — 200 — 3.8 KiB — 11 ms — h3https://github.githubassets.com/assets/61975.8cef654162900584.module.cssgithub.githubassets.com/assets/6197... https://github.githubassets.com/assets/61975.8cef654162900584.module.css — 200 — 913 B — 4 ms — h3https://github.githubassets.com/assets/chunk-61975-89bf2c8790666b8b.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-61975-89bf2c8790666b8b.js — 200 — 2.0 KiB — 10 ms — h3https://api.github.com/_private/browser/statsapi.github.com/_private/browser/sta... https://api.github.com/_private/browser/stats — 200 — 0 B — 259 ms — h2https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 468 B — 370 ms — h2https://github.githubassets.com/favicons/favicon.pnggithub.githubassets.com/favicons/fa... https://github.githubassets.com/favicons/favicon.png — 200 — 1.3 KiB — 4 ms — h3https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 468 B — 210 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 3133ms · 404KB · €34/mo
github.com
Other
Costly
Execution 1427ms
Transfer 52 KB
Monthly Cost €15/mo
Unattributable
Other
Costly
Execution 326ms
Transfer 0 KB
Monthly Cost €4/mo
github.githubassets.com
Other
Costly
Execution 306ms
Transfer 54 KB
Unused 80%
Monthly Cost €3/mo
github.githubassets.com
Other
Costly
Execution 240ms
Transfer 7 KB
Monthly Cost €3/mo
github.githubassets.com
Other
Optional
Execution 168ms
Transfer 88 KB
Unused 73%
Monthly Cost €2/mo
github.githubassets.com
Other
Optional
Execution 144ms
Transfer 3 KB
Monthly Cost €2/mo
github.githubassets.com
Other
Optional
Execution 130ms
Transfer 8 KB
Monthly Cost €1/mo
github.githubassets.com
Other
Optional
Execution 128ms
Transfer 26 KB
Monthly Cost €1/mo
github.githubassets.com
Other
Optional
Execution 114ms
Transfer 31 KB
Unused 70%
Monthly Cost €1/mo
github.githubassets.com
Other
Optional
Execution 98ms
Transfer 11 KB
Monthly Cost €1/mo
github.githubassets.com
Other
Optional
Execution 52ms
Transfer 124 KB
Unused 53%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • github.com adds 1427ms and costs ~€15/month
  • Unattributable adds 326ms and costs ~€4/month
  • github.githubassets.com adds 306ms and costs ~€3/month
  • github.githubassets.com adds 240ms and costs ~€3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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.com takes 1427ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 326ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

github.githubassets.com takes 306ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

80% of github.githubassets.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

github.githubassets.com takes 240ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

73% of github.githubassets.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

70% of github.githubassets.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

53% of github.githubassets.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback