Skip to content
https://github.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
5
REVIEW
8
PASS
10
INFO
4

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

30
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

9.49 s

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

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

7.72 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.59 s

Page Load Progression

549 ms
1.1 s
1.6 s
2.2 s
2.7 s
3.3 s
3.8 s
4.4 s
Checks
27
10 PASS 8 REVIEW 5 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 150 requests
FIX
4.4 MB transferred, 150 requests
Critical::
Page weighs 13.5 MB (4.4 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
CSS is 279 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 279 KB
Info::
Fonts are 251 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 251 KB
Warning::
150 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.92 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
150 requests
0.92 g CO2 per page load
JavaScript 1.7 MiB 39%
Images 1.2 MiB 28%
Other 807.0 KiB 18%
CSS 279.1 KiB 6%
Fonts 251.5 KiB 6%
HTML 128.7 KiB 3%
Other 17.2 KiB 0%
Other 4.4 KiB 0%
Other 2.3 KiB 0%
Other 434 B 0%
0 2.4 MB 4.9 MB
Over 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

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
97% third-party, 0 ms blocking
FIX
97% third-party, 0 ms blocking
Warning::
Third-party code accounts for 97% of page weight (4.3 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
F
JS Execution Cost
Action
15912ms total JS execution
FIX
15912ms total JS execution
Warning::
https://github.githubassets.com/assets/chunk-39118...: 9683ms CPU time
Warning::
https://github.githubassets.com/assets/react-lib-1...: 1504ms CPU time
Warning::
https://github.com/: 1365ms CPU time
Warning::
https://github.githubassets.com/assets/81058-fc9cc...: 679ms CPU time
Warning::
Unattributable: 643ms CPU time
Warning::
Third-party scripts: 14547ms (91% of total)

Main Thread Breakdown

Other 64% Script Evaluation 17% Style & Layout 13% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://github.githubassets.com/assets/chunk-39118-635712f2ef75199c.js9683ms342ms2ms3rd
https://github.githubassets.com/assets/react-lib-1353f2cef82bcdc0.js1504ms1098ms48ms3rd
https://github.com/1365ms12ms1ms1st
https://github.githubassets.com/assets/81058-fc9ccbdd06141af8.js679ms189ms2ms3rd
Unattributable643ms69ms0ms3rd
https://github.githubassets.com/assets/landing-pages-29d9816a92404e81.js583ms413ms169ms3rd
https://github.githubassets.com/assets/environment-8e8857b66d545299.js502ms43ms1ms3rd
https://github.githubassets.com/assets/behaviors-d9f0cee1f9e3eb0f.js376ms145ms22ms3rd
https://github.githubassets.com/assets/46752-7bd8967216f7ea42.js260ms121ms5ms3rd
https://github.githubassets.com/assets/marketing-essentials-e60b26cbfd1e741e.js260ms24ms0ms3rd

Showing top 10 of 11 scripts

F
JS Bundles
Action
94 scripts, 788 KB unused
FIX
94 scripts, 788 KB unused
Warning::
https://github.githubassets.com/assets/landing-pag...: 409 KB unused (93%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/primer-reac...: 67 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/react-lib-1...: 51 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/48761-e0d70...: 48 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://github.githubassets.com/assets/react-core-...: 46 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 788 KB
788 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://github.githubassets.com/assets/landing-pages-29d9816a92404e81.js438 KB409 KB (93%)3rd
https://github.githubassets.com/assets/primer-react-0eccd57ee759dfd8.js123 KB67 KB (55%)3rd
https://github.githubassets.com/assets/react-lib-1353f2cef82bcdc0.js88 KB51 KB (59%)3rd
https://github.githubassets.com/assets/48761-e0d707ef4ac523be.js114 KB48 KB (42%)3rd
https://github.githubassets.com/assets/react-core-b2929a643e0ecc05.js66 KB46 KB (70%)3rd
https://github.githubassets.com/assets/behaviors-d9f0cee1f9e3eb0f.js54 KB44 KB (81%)3rd
https://github.githubassets.com/assets/37826-36074ccbdf2fd58c.js59 KB43 KB (74%)3rd
https://github.githubassets.com/assets/70641-df7d286b6e757eb5.js102 KB33 KB (32%)3rd
https://github.githubassets.com/assets/63050-9f22093e0909629c.js28 KB24 KB (88%)3rd
https://github.githubassets.com/assets/67466-79abcbf599986a00.js31 KB23 KB (77%)3rd

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

F
Page Weight Inventory
Action
150 resources · 4.4 MB · 788 KB savings available
FIX
150 resources · 4.4 MB · 788 KB savings available
Warning::
Page weight 4.4 MB exceeds 1 MB target by 3.4 MB
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~788 KB of savings available
Warning::
148 third-party resources (97% of weight)
Info::
5 resources over 200KB
150 resources · 4.4 MiB · 148 third-party 3.4 MiB over 1MB target
JavaScript 39% · 1.7 MiB
Image 28% · 1.2 MiB
Other 18% · 813.8 KiB
CSS 6% · 279.1 KiB
Font 6% · 251.5 KiB
Document 3% · 128.7 KiB
Media 0% · 434 B

~788.4 KiB of savings available

Remove unused JavaScript: 788.4 KiB
C
Image Optimization
Action
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://images.ctfassets.net/8aevphvgewt8/6Qr8Snm4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/8aevphvgewt8/g1XhuDG7... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 1.2 MB
0 oversized -0 KB
14 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
Resource Hints
8 hints, 0 missing preconnects
REVIEW
8 hints, 0 missing preconnects
Warning::
1 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
2 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://github.githubassets.com, https://avatars.githubusercontent.com. Remove the redundant dns-prefetch entries.
Info::
2 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://github.githubassets.com (dns-prefetch+preconnect), https://avatars.githubusercontent.com (dns-prefetch+preconnect).
Info::
Page uses 8 resource hint(s)

Current Resource Hints

preconnect
2
preload
2
dns-prefetch
4
prefetch

8 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://github.githubassets.com, https://avatars.githubusercontent.com. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://github.githubassets.com (dns-prefetch+preconnect), https://avatars.githubusercontent.com (dns-prefetch+preconnect).

Why this matters

Performance issues directly impact user engagement and conversion rates.

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
7 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 15.9 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
max-age=0, private, must-revalidate
REVIEW
max-age=0, private, must-revalidate
Info::
Cache-Control header is set
Got: max-age=0, private, must-revalidate
Info::
ETag present — enables conditional (304) responses
Cache-Control

max-age=0, private, must-revalidate

DirectiveValueMeaning
max-age0Cache for 0 seconds
privateOnly browser cache, not CDN/proxy
must-revalidateMust recheck with server after expiry
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+
Font Loading
2 fonts (251 KB)
PASS
2 fonts (251 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

251 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.8 s LCP 9.5 shttps://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2MonaSansVF-wdth-wght-op... https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2 — 214.6 KiB — 58 ms — font-display: swaphttps://github.githubassets.com/assets/MonaSansMonoVF-wght-04a1e3036ddf.woff2MonaSansMonoVF-wght-04a... https://github.githubassets.com/assets/MonaSansMonoVF-wght-04a1e3036ddf.woff2 — 36.9 KiB — 25 ms — font-display: swap
MonaSansVF-wdth-wght-op... woff2 swap
Size 215 KB
Load time 58 ms
Start 96 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
MonaSansMonoVF-wght-04a... woff2 swap
Size 37 KB
Load time 25 ms
Start 248 ms
Risk FOUT — text flashes from fallback to web font
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 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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: max-age=0, private, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With, Accept-Lan...
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
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
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
20 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
150 requests over 1725ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.8 s LCP 9.5 shttps://github.com// https://github.com/ — 200 — 128.7 KiB — 166 ms — h2https://github.githubassets.com/assets/global-banner-disable-7f8c9b12bd1db3c7.jsgithub.githubassets.com/assets/glob... https://github.githubassets.com/assets/global-banner-disable-7f8c9b12bd1db3c7.js — 200 — 677 B — 56 ms — h2https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2github.githubassets.com/assets/Mona... https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2 — 200 — 214.6 KiB — 58 ms — h2https://github.githubassets.com/assets/light-2ff56e1b36116ee2.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light-2ff56e1b36116ee2.css — 200 — 6.5 KiB — 30 ms — h2https://github.githubassets.com/assets/light_high_contrast-f7f95d7633592089.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light_high_contrast-f7f95d7633592089.css — 200 — 6.6 KiB — 30 ms — h2https://github.githubassets.com/assets/dark-2d1fe43dbc9adf1f.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark-2d1fe43dbc9adf1f.css — 200 — 6.9 KiB — 30 ms — h2https://github.githubassets.com/assets/dark_high_contrast-d530ee188d165539.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark_high_contrast-d530ee188d165539.css — 200 — 6.9 KiB — 30 ms — h2https://github.githubassets.com/assets/primer-primitives-7f694b60439d06c0.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-primitives-7f694b60439d06c0.css — 200 — 2.1 KiB — 29 ms — h2https://github.githubassets.com/assets/primer-b48faa60c69660fa.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-b48faa60c69660fa.css — 200 — 42.3 KiB — 45 ms — h2https://github.githubassets.com/assets/global-81a5f61ff87ac6f0.cssgithub.githubassets.com/assets/glob... https://github.githubassets.com/assets/global-81a5f61ff87ac6f0.css — 200 — 40.4 KiB — 53 ms — h2https://github.githubassets.com/assets/github-f825c0edd7ad57f8.cssgithub.githubassets.com/assets/gith... https://github.githubassets.com/assets/github-f825c0edd7ad57f8.css — 200 — 23.8 KiB — 52 ms — h2https://github.githubassets.com/assets/site-8e580c38ab6535be.cssgithub.githubassets.com/assets/site... https://github.githubassets.com/assets/site-8e580c38ab6535be.css — 200 — 82.3 KiB — 55 ms — h2https://github.githubassets.com/assets/landing-pages-270babc3e592e1db.cssgithub.githubassets.com/assets/land... https://github.githubassets.com/assets/landing-pages-270babc3e592e1db.css — 200 — 706 B — 49 ms — h2https://github.githubassets.com/assets/home-b65ad196250a1364.cssgithub.githubassets.com/assets/home... https://github.githubassets.com/assets/home-b65ad196250a1364.css — 200 — 8.4 KiB — 34 ms — h2https://github.githubassets.com/assets/high-contrast-cookie-218067197ba03c91.jsgithub.githubassets.com/assets/high... https://github.githubassets.com/assets/high-contrast-cookie-218067197ba03c91.js — 200 — 750 B — 46 ms — h2https://github.githubassets.com/assets/react-core.0c5a60be620dab14.module.cssgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-core.0c5a60be620dab14.module.css — 200 — 437 B — 32 ms — h2https://github.githubassets.com/assets/primer-react-css.48c74afb1f96b5a7.module.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-react-css.48c74afb1f96b5a7.module.css — 200 — 32.4 KiB — 40 ms — h2https://github.githubassets.com/assets/landing-pages.95e52e4789131d48.module.cssgithub.githubassets.com/assets/land... https://github.githubassets.com/assets/landing-pages.95e52e4789131d48.module.css — 200 — 12.9 KiB — 30 ms — h2https://github.githubassets.com/assets/keyboard-shortcuts-dialog.670668115736ecbc.module.cssgithub.githubassets.com/assets/keyb... https://github.githubassets.com/assets/keyboard-shortcuts-dialog.670668115736ecbc.module.css — 200 — 661 B — 29 ms — h2https://github.githubassets.com/assets/marketing-navigation.9c460dc5436e5da3.module.cssgithub.githubassets.com/assets/mark... https://github.githubassets.com/assets/marketing-navigation.9c460dc5436e5da3.module.css — 200 — 2.3 KiB — 14 ms — h2https://github.githubassets.com/assets/wp-runtime-a47dc0411ec7d2be.jsgithub.githubassets.com/assets/wp-r... https://github.githubassets.com/assets/wp-runtime-a47dc0411ec7d2be.js — 200 — 21.3 KiB — 3 ms — h2https://github.githubassets.com/assets/fetch-utilities-3140609b5732710f.jsgithub.githubassets.com/assets/fetc... https://github.githubassets.com/assets/fetch-utilities-3140609b5732710f.js — 200 — 3.4 KiB — 2 ms — h3https://github.githubassets.com/assets/28839-7adfdde5afeb1a03.jsgithub.githubassets.com/assets/2883... https://github.githubassets.com/assets/28839-7adfdde5afeb1a03.js — 200 — 6.1 KiB — 27 ms — h3https://github.githubassets.com/assets/85924-ac5602ef611dc506.jsgithub.githubassets.com/assets/8592... https://github.githubassets.com/assets/85924-ac5602ef611dc506.js — 200 — 5.4 KiB — 37 ms — h3https://github.githubassets.com/assets/34646-4c7883eb242d5210.jsgithub.githubassets.com/assets/3464... https://github.githubassets.com/assets/34646-4c7883eb242d5210.js — 200 — 6.7 KiB — 37 ms — h3https://github.githubassets.com/assets/environment-8e8857b66d545299.jsgithub.githubassets.com/assets/envi... https://github.githubassets.com/assets/environment-8e8857b66d545299.js — 200 — 7.5 KiB — 37 ms — h3https://github.githubassets.com/assets/runtime-helpers-cb4dfbc9d23f30be.jsgithub.githubassets.com/assets/runt... https://github.githubassets.com/assets/runtime-helpers-cb4dfbc9d23f30be.js — 200 — 1.5 KiB — 37 ms — h3https://github.githubassets.com/assets/2966-d68f2b4558d86113.jsgithub.githubassets.com/assets/2966... https://github.githubassets.com/assets/2966-d68f2b4558d86113.js — 200 — 7.3 KiB — 37 ms — h3https://github.githubassets.com/assets/96232-540ff5f81016a9ca.jsgithub.githubassets.com/assets/9623... https://github.githubassets.com/assets/96232-540ff5f81016a9ca.js — 200 — 3.7 KiB — 37 ms — h3https://github.githubassets.com/assets/41013-647932573fc130af.jsgithub.githubassets.com/assets/4101... https://github.githubassets.com/assets/41013-647932573fc130af.js — 200 — 5.4 KiB — 37 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.8 s LCP 9.5 shttps://github.com// https://github.com/ — 200 — 128.7 KiB — 166 ms — h2https://github.githubassets.com/assets/global-banner-disable-7f8c9b12bd1db3c7.jsgithub.githubassets.com/assets/glob... https://github.githubassets.com/assets/global-banner-disable-7f8c9b12bd1db3c7.js — 200 — 677 B — 56 ms — h2https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2github.githubassets.com/assets/Mona... https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2 — 200 — 214.6 KiB — 58 ms — h2https://github.githubassets.com/assets/light-2ff56e1b36116ee2.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light-2ff56e1b36116ee2.css — 200 — 6.5 KiB — 30 ms — h2https://github.githubassets.com/assets/light_high_contrast-f7f95d7633592089.cssgithub.githubassets.com/assets/ligh... https://github.githubassets.com/assets/light_high_contrast-f7f95d7633592089.css — 200 — 6.6 KiB — 30 ms — h2https://github.githubassets.com/assets/dark-2d1fe43dbc9adf1f.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark-2d1fe43dbc9adf1f.css — 200 — 6.9 KiB — 30 ms — h2https://github.githubassets.com/assets/dark_high_contrast-d530ee188d165539.cssgithub.githubassets.com/assets/dark... https://github.githubassets.com/assets/dark_high_contrast-d530ee188d165539.css — 200 — 6.9 KiB — 30 ms — h2https://github.githubassets.com/assets/primer-primitives-7f694b60439d06c0.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-primitives-7f694b60439d06c0.css — 200 — 2.1 KiB — 29 ms — h2https://github.githubassets.com/assets/primer-b48faa60c69660fa.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-b48faa60c69660fa.css — 200 — 42.3 KiB — 45 ms — h2https://github.githubassets.com/assets/global-81a5f61ff87ac6f0.cssgithub.githubassets.com/assets/glob... https://github.githubassets.com/assets/global-81a5f61ff87ac6f0.css — 200 — 40.4 KiB — 53 ms — h2https://github.githubassets.com/assets/github-f825c0edd7ad57f8.cssgithub.githubassets.com/assets/gith... https://github.githubassets.com/assets/github-f825c0edd7ad57f8.css — 200 — 23.8 KiB — 52 ms — h2https://github.githubassets.com/assets/site-8e580c38ab6535be.cssgithub.githubassets.com/assets/site... https://github.githubassets.com/assets/site-8e580c38ab6535be.css — 200 — 82.3 KiB — 55 ms — h2https://github.githubassets.com/assets/landing-pages-270babc3e592e1db.cssgithub.githubassets.com/assets/land... https://github.githubassets.com/assets/landing-pages-270babc3e592e1db.css — 200 — 706 B — 49 ms — h2https://github.githubassets.com/assets/home-b65ad196250a1364.cssgithub.githubassets.com/assets/home... https://github.githubassets.com/assets/home-b65ad196250a1364.css — 200 — 8.4 KiB — 34 ms — h2https://github.githubassets.com/assets/high-contrast-cookie-218067197ba03c91.jsgithub.githubassets.com/assets/high... https://github.githubassets.com/assets/high-contrast-cookie-218067197ba03c91.js — 200 — 750 B — 46 ms — h2https://github.githubassets.com/assets/react-core.0c5a60be620dab14.module.cssgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-core.0c5a60be620dab14.module.css — 200 — 437 B — 32 ms — h2https://github.githubassets.com/assets/primer-react-css.48c74afb1f96b5a7.module.cssgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-react-css.48c74afb1f96b5a7.module.css — 200 — 32.4 KiB — 40 ms — h2https://github.githubassets.com/assets/landing-pages.95e52e4789131d48.module.cssgithub.githubassets.com/assets/land... https://github.githubassets.com/assets/landing-pages.95e52e4789131d48.module.css — 200 — 12.9 KiB — 30 ms — h2https://github.githubassets.com/assets/keyboard-shortcuts-dialog.670668115736ecbc.module.cssgithub.githubassets.com/assets/keyb... https://github.githubassets.com/assets/keyboard-shortcuts-dialog.670668115736ecbc.module.css — 200 — 661 B — 29 ms — h2https://github.githubassets.com/assets/marketing-navigation.9c460dc5436e5da3.module.cssgithub.githubassets.com/assets/mark... https://github.githubassets.com/assets/marketing-navigation.9c460dc5436e5da3.module.css — 200 — 2.3 KiB — 14 ms — h2https://github.githubassets.com/assets/wp-runtime-a47dc0411ec7d2be.jsgithub.githubassets.com/assets/wp-r... https://github.githubassets.com/assets/wp-runtime-a47dc0411ec7d2be.js — 200 — 21.3 KiB — 3 ms — h2https://github.githubassets.com/assets/fetch-utilities-3140609b5732710f.jsgithub.githubassets.com/assets/fetc... https://github.githubassets.com/assets/fetch-utilities-3140609b5732710f.js — 200 — 3.4 KiB — 2 ms — h3https://github.githubassets.com/assets/28839-7adfdde5afeb1a03.jsgithub.githubassets.com/assets/2883... https://github.githubassets.com/assets/28839-7adfdde5afeb1a03.js — 200 — 6.1 KiB — 27 ms — h3https://github.githubassets.com/assets/85924-ac5602ef611dc506.jsgithub.githubassets.com/assets/8592... https://github.githubassets.com/assets/85924-ac5602ef611dc506.js — 200 — 5.4 KiB — 37 ms — h3https://github.githubassets.com/assets/34646-4c7883eb242d5210.jsgithub.githubassets.com/assets/3464... https://github.githubassets.com/assets/34646-4c7883eb242d5210.js — 200 — 6.7 KiB — 37 ms — h3https://github.githubassets.com/assets/environment-8e8857b66d545299.jsgithub.githubassets.com/assets/envi... https://github.githubassets.com/assets/environment-8e8857b66d545299.js — 200 — 7.5 KiB — 37 ms — h3https://github.githubassets.com/assets/runtime-helpers-cb4dfbc9d23f30be.jsgithub.githubassets.com/assets/runt... https://github.githubassets.com/assets/runtime-helpers-cb4dfbc9d23f30be.js — 200 — 1.5 KiB — 37 ms — h3https://github.githubassets.com/assets/2966-d68f2b4558d86113.jsgithub.githubassets.com/assets/2966... https://github.githubassets.com/assets/2966-d68f2b4558d86113.js — 200 — 7.3 KiB — 37 ms — h3https://github.githubassets.com/assets/96232-540ff5f81016a9ca.jsgithub.githubassets.com/assets/9623... https://github.githubassets.com/assets/96232-540ff5f81016a9ca.js — 200 — 3.7 KiB — 37 ms — h3https://github.githubassets.com/assets/41013-647932573fc130af.jsgithub.githubassets.com/assets/4101... https://github.githubassets.com/assets/41013-647932573fc130af.js — 200 — 5.4 KiB — 37 ms — h3https://github.githubassets.com/assets/51210-45dfb7dd106f6b96.jsgithub.githubassets.com/assets/5121... https://github.githubassets.com/assets/51210-45dfb7dd106f6b96.js — 200 — 4.6 KiB — 37 ms — h3https://github.githubassets.com/assets/81058-fc9ccbdd06141af8.jsgithub.githubassets.com/assets/8105... https://github.githubassets.com/assets/81058-fc9ccbdd06141af8.js — 200 — 8.7 KiB — 37 ms — h3https://github.githubassets.com/assets/81683-382ccc88e034ea1d.jsgithub.githubassets.com/assets/8168... https://github.githubassets.com/assets/81683-382ccc88e034ea1d.js — 200 — 5.7 KiB — 38 ms — h3https://github.githubassets.com/assets/46740-5a373320e5ef9c01.jsgithub.githubassets.com/assets/4674... https://github.githubassets.com/assets/46740-5a373320e5ef9c01.js — 200 — 3.9 KiB — 38 ms — h3https://github.githubassets.com/assets/82097-b1ab4d7cbdda0f4a.jsgithub.githubassets.com/assets/8209... https://github.githubassets.com/assets/82097-b1ab4d7cbdda0f4a.js — 200 — 4.0 KiB — 37 ms — h3https://github.githubassets.com/assets/67466-79abcbf599986a00.jsgithub.githubassets.com/assets/6746... https://github.githubassets.com/assets/67466-79abcbf599986a00.js — 200 — 30.7 KiB — 47 ms — h3https://github.githubassets.com/assets/github-elements-928ee121cbc88eff.jsgithub.githubassets.com/assets/gith... https://github.githubassets.com/assets/github-elements-928ee121cbc88eff.js — 200 — 11.0 KiB — 42 ms — h3https://github.githubassets.com/assets/element-registry-9700d6f59e3c7632.jsgithub.githubassets.com/assets/elem... https://github.githubassets.com/assets/element-registry-9700d6f59e3c7632.js — 200 — 11.5 KiB — 49 ms — h3https://github.githubassets.com/assets/react-core-b2929a643e0ecc05.jsgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-core-b2929a643e0ecc05.js — 200 — 66.2 KiB — 57 ms — h3https://github.githubassets.com/assets/react-lib-1353f2cef82bcdc0.jsgithub.githubassets.com/assets/reac... https://github.githubassets.com/assets/react-lib-1353f2cef82bcdc0.js — 200 — 87.6 KiB — 85 ms — h3https://github.githubassets.com/assets/79039-69acf717ffc901a4.jsgithub.githubassets.com/assets/7903... https://github.githubassets.com/assets/79039-69acf717ffc901a4.js — 200 — 5.2 KiB — 57 ms — h3https://github.githubassets.com/assets/61110-073153e0413daf3a.jsgithub.githubassets.com/assets/6111... https://github.githubassets.com/assets/61110-073153e0413daf3a.js — 200 — 3.9 KiB — 58 ms — h3https://github.githubassets.com/assets/2887-91b9c645d570616a.jsgithub.githubassets.com/assets/2887... https://github.githubassets.com/assets/2887-91b9c645d570616a.js — 200 — 2.4 KiB — 57 ms — h3https://github.githubassets.com/assets/26533-f22c29ae5e9b1ed2.jsgithub.githubassets.com/assets/2653... https://github.githubassets.com/assets/26533-f22c29ae5e9b1ed2.js — 200 — 18.5 KiB — 79 ms — h3https://github.githubassets.com/assets/86483-c3a819d46503a3da.jsgithub.githubassets.com/assets/8648... https://github.githubassets.com/assets/86483-c3a819d46503a3da.js — 200 — 3.6 KiB — 67 ms — h3https://github.githubassets.com/assets/49521-3b553cd29062db6a.jsgithub.githubassets.com/assets/4952... https://github.githubassets.com/assets/49521-3b553cd29062db6a.js — 200 — 16.9 KiB — 85 ms — h3https://github.githubassets.com/assets/60481-24b13ea726837f7b.jsgithub.githubassets.com/assets/6048... https://github.githubassets.com/assets/60481-24b13ea726837f7b.js — 200 — 3.7 KiB — 91 ms — h3https://github.githubassets.com/assets/46287-3a1f3269a02b8060.jsgithub.githubassets.com/assets/4628... https://github.githubassets.com/assets/46287-3a1f3269a02b8060.js — 200 — 8.5 KiB — 91 ms — h3https://github.githubassets.com/assets/33805-da9f821452a32f15.jsgithub.githubassets.com/assets/3380... https://github.githubassets.com/assets/33805-da9f821452a32f15.js — 200 — 12.7 KiB — 90 ms — h3https://github.githubassets.com/assets/89627-40275597692dc855.jsgithub.githubassets.com/assets/8962... https://github.githubassets.com/assets/89627-40275597692dc855.js — 200 — 4.1 KiB — 66 ms — h3https://github.githubassets.com/assets/79087-4f706db8aa2ec0fb.jsgithub.githubassets.com/assets/7908... https://github.githubassets.com/assets/79087-4f706db8aa2ec0fb.js — 200 — 4.3 KiB — 66 ms — h3https://github.githubassets.com/assets/71410-874f65a04c129aeb.jsgithub.githubassets.com/assets/7141... https://github.githubassets.com/assets/71410-874f65a04c129aeb.js — 200 — 3.5 KiB — 79 ms — h3https://github.githubassets.com/assets/99328-a2c6b180d25cb160.jsgithub.githubassets.com/assets/9932... https://github.githubassets.com/assets/99328-a2c6b180d25cb160.js — 200 — 3.1 KiB — 72 ms — h3https://github.githubassets.com/assets/behaviors-d9f0cee1f9e3eb0f.jsgithub.githubassets.com/assets/beha... https://github.githubassets.com/assets/behaviors-d9f0cee1f9e3eb0f.js — 200 — 54.4 KiB — 101 ms — h3https://github.githubassets.com/assets/4244-97fb660009234136.jsgithub.githubassets.com/assets/4244... https://github.githubassets.com/assets/4244-97fb660009234136.js — 200 — 4.5 KiB — 94 ms — h3https://github.githubassets.com/assets/notifications-global-442a23b66c306470.jsgithub.githubassets.com/assets/noti... https://github.githubassets.com/assets/notifications-global-442a23b66c306470.js — 200 — 3.4 KiB — 94 ms — h3https://github.githubassets.com/assets/10284-c7eca2de15da2db7.jsgithub.githubassets.com/assets/1028... https://github.githubassets.com/assets/10284-c7eca2de15da2db7.js — 200 — 4.4 KiB — 94 ms — h3https://github.githubassets.com/assets/22445-604e65e2ca54f03d.jsgithub.githubassets.com/assets/2244... https://github.githubassets.com/assets/22445-604e65e2ca54f03d.js — 200 — 6.2 KiB — 75 ms — h3https://github.githubassets.com/assets/marketing-essentials-e60b26cbfd1e741e.jsgithub.githubassets.com/assets/mark... https://github.githubassets.com/assets/marketing-essentials-e60b26cbfd1e741e.js — 200 — 804 B — 75 ms — h3https://github.githubassets.com/assets/primer-react-0eccd57ee759dfd8.jsgithub.githubassets.com/assets/prim... https://github.githubassets.com/assets/primer-react-0eccd57ee759dfd8.js — 200 — 122.7 KiB — 128 ms — h3https://github.githubassets.com/assets/octicons-react-60e727d7a1b6f52c.jsgithub.githubassets.com/assets/octi... https://github.githubassets.com/assets/octicons-react-60e727d7a1b6f52c.js — 200 — 99.6 KiB — 143 ms — h3https://github.githubassets.com/assets/89602-a5f6b5137a0e6e26.jsgithub.githubassets.com/assets/8960... https://github.githubassets.com/assets/89602-a5f6b5137a0e6e26.js — 200 — 5.6 KiB — 108 ms — h3https://github.githubassets.com/assets/23680-ebc1658f92b3666a.jsgithub.githubassets.com/assets/2368... https://github.githubassets.com/assets/23680-ebc1658f92b3666a.js — 200 — 12.3 KiB — 108 ms — h3https://github.githubassets.com/assets/68751-830b37204cdf7847.jsgithub.githubassets.com/assets/6875... https://github.githubassets.com/assets/68751-830b37204cdf7847.js — 200 — 4.0 KiB — 108 ms — h3https://github.githubassets.com/assets/47062-d1fa0b73fede728f.jsgithub.githubassets.com/assets/4706... https://github.githubassets.com/assets/47062-d1fa0b73fede728f.js — 200 — 3.6 KiB — 109 ms — h3https://github.githubassets.com/assets/70641-df7d286b6e757eb5.jsgithub.githubassets.com/assets/7064... https://github.githubassets.com/assets/70641-df7d286b6e757eb5.js — 200 — 102.1 KiB — 155 ms — h3https://github.githubassets.com/assets/46752-7bd8967216f7ea42.jsgithub.githubassets.com/assets/4675... https://github.githubassets.com/assets/46752-7bd8967216f7ea42.js — 200 — 26.2 KiB — 118 ms — h3https://github.githubassets.com/assets/65043-58417ea03a23223d.jsgithub.githubassets.com/assets/6504... https://github.githubassets.com/assets/65043-58417ea03a23223d.js — 200 — 13.8 KiB — 123 ms — h3https://github.githubassets.com/assets/71236-fdb2ebd28df18c79.jsgithub.githubassets.com/assets/7123... https://github.githubassets.com/assets/71236-fdb2ebd28df18c79.js — 200 — 3.8 KiB — 128 ms — h3https://github.githubassets.com/assets/23576-a8960869d82a265b.jsgithub.githubassets.com/assets/2357... https://github.githubassets.com/assets/23576-a8960869d82a265b.js — 200 — 4.7 KiB — 128 ms — h3https://github.githubassets.com/assets/48761-e0d707ef4ac523be.jsgithub.githubassets.com/assets/4876... https://github.githubassets.com/assets/48761-e0d707ef4ac523be.js — 200 — 113.8 KiB — 158 ms — h3https://github.githubassets.com/assets/26024-460fed32b167946f.jsgithub.githubassets.com/assets/2602... https://github.githubassets.com/assets/26024-460fed32b167946f.js — 200 — 29.0 KiB — 144 ms — h3https://github.githubassets.com/assets/63991-90c8c13c6389bc01.jsgithub.githubassets.com/assets/6399... https://github.githubassets.com/assets/63991-90c8c13c6389bc01.js — 200 — 3.3 KiB — 142 ms — h3https://github.githubassets.com/assets/55077-ecee4192c897786f.jsgithub.githubassets.com/assets/5507... https://github.githubassets.com/assets/55077-ecee4192c897786f.js — 200 — 9.3 KiB — 142 ms — h3https://github.githubassets.com/assets/95090-2cb2afdeaf009047.jsgithub.githubassets.com/assets/9509... https://github.githubassets.com/assets/95090-2cb2afdeaf009047.js — 200 — 18.5 KiB — 143 ms — h3https://github.githubassets.com/assets/37826-36074ccbdf2fd58c.jsgithub.githubassets.com/assets/3782... https://github.githubassets.com/assets/37826-36074ccbdf2fd58c.js — 200 — 58.5 KiB — 156 ms — h3https://github.githubassets.com/assets/63050-9f22093e0909629c.jsgithub.githubassets.com/assets/6305... https://github.githubassets.com/assets/63050-9f22093e0909629c.js — 200 — 27.6 KiB — 152 ms — h3https://github.githubassets.com/assets/39250-1f50271ac510e8d5.jsgithub.githubassets.com/assets/3925... https://github.githubassets.com/assets/39250-1f50271ac510e8d5.js — 200 — 3.8 KiB — 154 ms — h3https://github.githubassets.com/assets/60196-cdf69ceb16269baf.jsgithub.githubassets.com/assets/6019... https://github.githubassets.com/assets/60196-cdf69ceb16269baf.js — 200 — 24.3 KiB — 153 ms — h3https://github.githubassets.com/assets/54838-1a14af40ddd0e5aa.jsgithub.githubassets.com/assets/5483... https://github.githubassets.com/assets/54838-1a14af40ddd0e5aa.js — 200 — 4.3 KiB — 152 ms — h3https://github.githubassets.com/assets/landing-pages-29d9816a92404e81.jsgithub.githubassets.com/assets/land... https://github.githubassets.com/assets/landing-pages-29d9816a92404e81.js — 200 — 438.4 KiB — 172 ms — h3https://github.githubassets.com/assets/90350-89ca7e5359af8f77.jsgithub.githubassets.com/assets/9035... https://github.githubassets.com/assets/90350-89ca7e5359af8f77.js — 200 — 4.3 KiB — 163 ms — h3https://github.githubassets.com/assets/sessions-e0da6ce03532723c.jsgithub.githubassets.com/assets/sess... https://github.githubassets.com/assets/sessions-e0da6ce03532723c.js — 200 — 6.6 KiB — 164 ms — h3https://github.githubassets.com/assets/MonaSansMonoVF-wght-04a1e3036ddf.woff2github.githubassets.com/assets/Mona... https://github.githubassets.com/assets/MonaSansMonoVF-wght-04a1e3036ddf.woff2 — 200 — 36.9 KiB — 25 ms — h3https://github.githubassets.com/assets/particles-170bd1fd231f4669.pnggithub.githubassets.com/assets/part... https://github.githubassets.com/assets/particles-170bd1fd231f4669.png — 200 — 34.1 KiB — 6 ms — h3https://images.ctfassets.net/8aevphvgewt8/g1XhuDG7foMyNWIEIpGJj/b40a790b854d0803704deb7905b1bd82/logo-duolingo-14477f9e54a6.svgimages.ctfassets.net/8aevphvgewt8/g... https://images.ctfassets.net/8aevphvgewt8/g1XhuDG7foMyNWIEIpGJj/b40a790b854d0803704deb7905b1bd82/logo-duolingo-14477f9e54a6.svg — 200 — 3.2 KiB — 94 ms — h2https://images.ctfassets.net/8aevphvgewt8/6Qr8Snm4JceoMFRJhapgFa/802ded1d2c486a9d0a4c073d9f8f38f4/logo-gartner-aa8c2e452b64.svgimages.ctfassets.net/8aevphvgewt8/6... https://images.ctfassets.net/8aevphvgewt8/6Qr8Snm4JceoMFRJhapgFa/802ded1d2c486a9d0a4c073d9f8f38f4/logo-gartner-aa8c2e452b64.svg — 200 — 1.7 KiB — 141 ms — h2https://images.ctfassets.net/8aevphvgewt8/1Dt1ncaR6ZM4dQvknFzfBI/e5c2092be5bd53881622eced4fd37564/accordion-1-ce487d44c0bf.webpimages.ctfassets.net/8aevphvgewt8/1... https://images.ctfassets.net/8aevphvgewt8/1Dt1ncaR6ZM4dQvknFzfBI/e5c2092be5bd53881622eced4fd37564/accordion-1-ce487d44c0bf.webp — 200 — 163.1 KiB — 160 ms — h2https://images.ctfassets.net/8aevphvgewt8/1uXZYDy7dMcH9QwxuAU06F/1cb167cc60d725b8cf7089faf9a4ed06/accordion-2-730955545f07.webpimages.ctfassets.net/8aevphvgewt8/1... https://images.ctfassets.net/8aevphvgewt8/1uXZYDy7dMcH9QwxuAU06F/1cb167cc60d725b8cf7089faf9a4ed06/accordion-2-730955545f07.webp — 200 — 208.9 KiB — 168 ms — h2https://images.ctfassets.net/8aevphvgewt8/3xzVZaJhqo3B62R8NeHjX2/e37c81e4f26e9dac2aff1f23a0243087/accordion-3-52ca331d22ea.webpimages.ctfassets.net/8aevphvgewt8/3... https://images.ctfassets.net/8aevphvgewt8/3xzVZaJhqo3B62R8NeHjX2/e37c81e4f26e9dac2aff1f23a0243087/accordion-3-52ca331d22ea.webp — 200 — 187.4 KiB — 138 ms — h2https://images.ctfassets.net/8aevphvgewt8/3cgNgdKFqflI27vyDh4Gpa/c459dc8690133e7663b8db2626cf2045/accordion-4-a26744b70ff7.webpimages.ctfassets.net/8aevphvgewt8/3... https://images.ctfassets.net/8aevphvgewt8/3cgNgdKFqflI27vyDh4Gpa/c459dc8690133e7663b8db2626cf2045/accordion-4-a26744b70ff7.webp — 200 — 120.6 KiB — 148 ms — h2https://github.com/manifest.json/manifest.json https://github.com/manifest.json — 200 — 4.4 KiB — 28 ms — h2https://github.githubassets.com/assets/chunk-59113-bc348ccf69899420.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-59113-bc348ccf69899420.js — 200 — 15.5 KiB — 3 ms — h3https://github.githubassets.com/assets/chunk-30351-5fcfb220736f87f5.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-30351-5fcfb220736f87f5.js — 200 — 2.3 KiB — 9 ms — h3https://github.githubassets.com/assets/chunk-51591-229ee60bc70d7c87.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-51591-229ee60bc70d7c87.js — 200 — 6.1 KiB — 14 ms — h3https://github.githubassets.com/assets/chunk-34877-047dcfe658f78da5.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-34877-047dcfe658f78da5.js — 200 — 825 B — 18 ms — h3https://github.githubassets.com/assets/chunk-36423-2d27fe5fc21d0521.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-36423-2d27fe5fc21d0521.js — 200 — 3.9 KiB — 20 ms — h3https://github.githubassets.com/assets/1337-5c7b50dc27f6d46c.jsgithub.githubassets.com/assets/1337... https://github.githubassets.com/assets/1337-5c7b50dc27f6d46c.js — 200 — 3.8 KiB — 23 ms — h3https://github.githubassets.com/assets/2694-a1ec7e22fa281cb0.jsgithub.githubassets.com/assets/2694... https://github.githubassets.com/assets/2694-a1ec7e22fa281cb0.js — 200 — 7.2 KiB — 32 ms — h3https://github.githubassets.com/assets/50110-0f4d902364ca3e5b.jsgithub.githubassets.com/assets/5011... https://github.githubassets.com/assets/50110-0f4d902364ca3e5b.js — 200 — 4.7 KiB — 31 ms — h3https://github.githubassets.com/assets/chunk-87740-d6a4ee517711c245.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-87740-d6a4ee517711c245.js — 200 — 3.8 KiB — 31 ms — h3https://github.githubassets.com/assets/chunk-57335-9009c9b62567d5c7.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-57335-9009c9b62567d5c7.js — 200 — 17.6 KiB — 30 ms — h3https://github.githubassets.com/assets/chunk-78326-5cb7c5ad604ad3e9.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-78326-5cb7c5ad604ad3e9.js — 200 — 685 B — 30 ms — h3https://github.githubassets.com/assets/chunk-93657-893b51bfb16554ff.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-93657-893b51bfb16554ff.js — 200 — 6.0 KiB — 30 ms — h3https://github.githubassets.com/assets/chunk-57230-b2da88834d14aca4.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-57230-b2da88834d14aca4.js — 200 — 2.7 KiB — 30 ms — h3https://github.githubassets.com/assets/chunk-50050-7a170a27f8407cc3.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-50050-7a170a27f8407cc3.js — 200 — 800 B — 32 ms — h3https://github.githubassets.com/assets/chunk-92814-e84af0140fd85c0e.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-92814-e84af0140fd85c0e.js — 200 — 5.2 KiB — 32 ms — h3https://github.githubassets.com/assets/chunk-46661-340033b0f9e3d043.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-46661-340033b0f9e3d043.js — 200 — 3.9 KiB — 32 ms — h3https://github.githubassets.com/assets/59852-cfe1350d4189acbb.jsgithub.githubassets.com/assets/5985... https://github.githubassets.com/assets/59852-cfe1350d4189acbb.js — 200 — 11.1 KiB — 32 ms — h3https://github.githubassets.com/assets/8460-4e4a278b8536095b.jsgithub.githubassets.com/assets/8460... https://github.githubassets.com/assets/8460-4e4a278b8536095b.js — 200 — 6.4 KiB — 36 ms — h3https://github.githubassets.com/assets/38963.cb21c1afb12a325d.module.cssgithub.githubassets.com/assets/3896... https://github.githubassets.com/assets/38963.cb21c1afb12a325d.module.css — 200 — 638 B — 9 ms — h3https://github.githubassets.com/assets/24192-fc2091320ff0e8b7.jsgithub.githubassets.com/assets/2419... https://github.githubassets.com/assets/24192-fc2091320ff0e8b7.js — 200 — 5.1 KiB — 35 ms — h3https://github.githubassets.com/assets/70168.9ca30da65f3cc553.module.cssgithub.githubassets.com/assets/7016... https://github.githubassets.com/assets/70168.9ca30da65f3cc553.module.css — 200 — 2.2 KiB — 9 ms — h3https://github.githubassets.com/assets/chunk-52864-dd33de6d66e9a341.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-52864-dd33de6d66e9a341.js — 200 — 1.4 KiB — 3 ms — h3https://github.githubassets.com/assets/chunk-68015-6ff93618da88d2de.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-68015-6ff93618da88d2de.js — 200 — 1.4 KiB — 3 ms — h3https://github.githubassets.com/assets/cat-53c4522f687c1719.glbgithub.githubassets.com/assets/cat-... https://github.githubassets.com/assets/cat-53c4522f687c1719.glb — 200 — 268.1 KiB — 15 ms — h3https://github.githubassets.com/assets/duck-b3412913788eaa25.glbgithub.githubassets.com/assets/duck... https://github.githubassets.com/assets/duck-b3412913788eaa25.glb — 200 — 170.9 KiB — 16 ms — h3https://github.githubassets.com/assets/copilot-2addefe0e666acf2.glbgithub.githubassets.com/assets/copi... https://github.githubassets.com/assets/copilot-2addefe0e666acf2.glb — 200 — 247.7 KiB — 18 ms — h3https://github.githubassets.com/assets/shield-99c76cd962f04df2.glbgithub.githubassets.com/assets/shie... https://github.githubassets.com/assets/shield-99c76cd962f04df2.glb — 200 — 120.3 KiB — 13 ms — h3https://github.githubassets.com/assets/mascot-7c495cf9822e0d5c.jpggithub.githubassets.com/assets/masc... https://github.githubassets.com/assets/mascot-7c495cf9822e0d5c.jpg — 200 — 43.6 KiB — 10 ms — h3https://github.githubassets.com/assets/cat_eye-75fdf7af6c5dc157.jpggithub.githubassets.com/assets/cat_... https://github.githubassets.com/assets/cat_eye-75fdf7af6c5dc157.jpg — 200 — 32.2 KiB — 10 ms — h3https://github.githubassets.com/assets/star-9663b0f4de9d12b1.jpggithub.githubassets.com/assets/star... https://github.githubassets.com/assets/star-9663b0f4de9d12b1.jpg — 200 — 8.6 KiB — 23 ms — h3https://github.githubassets.com/assets/head_sss-29270cf59da664ea.jpggithub.githubassets.com/assets/head... https://github.githubassets.com/assets/head_sss-29270cf59da664ea.jpg — 200 — 139.8 KiB — 46 ms — h3https://github.githubassets.com/assets/eye_sss-8e43fcedfb9ddaf9.jpggithub.githubassets.com/assets/eye_... https://github.githubassets.com/assets/eye_sss-8e43fcedfb9ddaf9.jpg — 200 — 7.7 KiB — 23 ms — h3https://github.githubassets.com/assets/eye_color-bb27e609004c77cc.jpggithub.githubassets.com/assets/eye_... https://github.githubassets.com/assets/eye_color-bb27e609004c77cc.jpg — 200 — 10.6 KiB — 23 ms — h3https://github.githubassets.com/assets/body_sss-ecb11ff73d84fd3b.jpggithub.githubassets.com/assets/body... https://github.githubassets.com/assets/body_sss-ecb11ff73d84fd3b.jpg — 200 — 40.7 KiB — 36 ms — h3https://github.githubassets.com/assets/head_sss-b7e053d8d541a414.jpggithub.githubassets.com/assets/head... https://github.githubassets.com/assets/head_sss-b7e053d8d541a414.jpg — 200 — 189.4 KiB — 49 ms — h3https://github.githubassets.com/assets/shield_sss-b8d96cf3572b780d.jpggithub.githubassets.com/assets/shie... https://github.githubassets.com/assets/shield_sss-b8d96cf3572b780d.jpg — 200 — 22.2 KiB — 39 ms — h3https://github.githubassets.com/assets/shield_diffuse-41b84e036ea43614.jpggithub.githubassets.com/assets/shie... https://github.githubassets.com/assets/shield_diffuse-41b84e036ea43614.jpg — 200 — 10.6 KiB — 41 ms — h3https://github.githubassets.com/assets/shield_blur-bd197c0b02963d75.jpggithub.githubassets.com/assets/shie... https://github.githubassets.com/assets/shield_blur-bd197c0b02963d75.jpg — 200 — 29.8 KiB — 48 ms — h3https://github.githubassets.com/assets/code-1_mobile-56dc14fe27999221.mp4github.githubassets.com/assets/code... https://github.githubassets.com/assets/code-1_mobile-56dc14fe27999221.mp4 — 206 — 434 B — 57 ms — h3https://github.githubassets.com/assets/code-1_mobile-56dc14fe27999221.mp4github.githubassets.com/assets/code... https://github.githubassets.com/assets/code-1_mobile-56dc14fe27999221.mp4 — 206 — 0 B — 5 ms — h3https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 467 B — 346 ms — h2https://github.githubassets.com/assets/chunk-85825-bc9e06a98995d0c2.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-85825-bc9e06a98995d0c2.js — 200 — 9.6 KiB — 3 ms — h3https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 468 B — 247 ms — h2https://github.githubassets.com/assets/chunk-39118-635712f2ef75199c.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-39118-635712f2ef75199c.js — 200 — 10.0 KiB — 3 ms — h3https://github.githubassets.com/assets/chunk-8957-3ddb836bde3e634a.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-8957-3ddb836bde3e634a.js — 200 — 8.0 KiB — 8 ms — h3https://github.githubassets.com/assets/chunk-17064-1c0d5d88f6b7875d.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-17064-1c0d5d88f6b7875d.js — 200 — 9.3 KiB — 7 ms — h3https://github.githubassets.com/assets/66353-9b07ff24c0e06033.jsgithub.githubassets.com/assets/6635... https://github.githubassets.com/assets/66353-9b07ff24c0e06033.js — 200 — 7.5 KiB — 3 ms — h3https://github.githubassets.com/assets/chunk-27502-09c0235910ce9b9f.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-27502-09c0235910ce9b9f.js — 200 — 2.6 KiB — 3 ms — h3https://github.githubassets.com/favicons/favicon.svggithub.githubassets.com/favicons/fa... https://github.githubassets.com/favicons/favicon.svg — 200 — 1.3 KiB — 2 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 — 2 ms — h3https://github.githubassets.com/favicons/favicon.pnggithub.githubassets.com/favicons/fa... https://github.githubassets.com/favicons/favicon.png — 200 — 1.3 KiB — 6 ms — h3https://github.githubassets.com/assets/15272-0fca7ba11b03440f.jsgithub.githubassets.com/assets/1527... https://github.githubassets.com/assets/15272-0fca7ba11b03440f.js — 200 — 3.8 KiB — 10 ms — h3https://github.githubassets.com/assets/37103.f2ffdf02a1aa4a2e.module.cssgithub.githubassets.com/assets/3710... https://github.githubassets.com/assets/37103.f2ffdf02a1aa4a2e.module.css — 200 — 914 B — 3 ms — h3https://github.githubassets.com/assets/chunk-37103-675d8739fa7718e8.jsgithub.githubassets.com/assets/chun... https://github.githubassets.com/assets/chunk-37103-675d8739fa7718e8.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 — 239 ms — h2https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 467 B — 174 ms — h2https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 467 B — 108 ms — h2https://collector.github.com/github/collectcollector.github.com/github/collect https://collector.github.com/github/collect — 204 — 467 B — 107 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
91% of JavaScript execution is third-party
First-party Third-party 14547ms · 645KB · $193/mo
github.githubassets.com
Other
Costly
Execution 9683ms
Transfer 10 KB
Monthly Cost $129/mo
github.githubassets.com
Other
Costly
Execution 1504ms
Transfer 88 KB
Unused 59%
Monthly Cost $20/mo
github.githubassets.com
Other
Costly
Execution 679ms
Transfer 9 KB
Monthly Cost $9/mo
Unattributable
Other
Costly
Execution 643ms
Transfer 0 KB
Monthly Cost $9/mo
github.githubassets.com
Other
Costly
Execution 583ms
Transfer 438 KB
Unused 93%
Monthly Cost $8/mo
github.githubassets.com
Other
Costly
Execution 502ms
Transfer 7 KB
Monthly Cost $7/mo
github.githubassets.com
Other
Costly
Execution 376ms
Transfer 54 KB
Unused 81%
Monthly Cost $5/mo
github.githubassets.com
Other
Costly
Execution 260ms
Transfer 26 KB
Monthly Cost $3/mo
github.githubassets.com
Other
Costly
Execution 260ms
Transfer 1 KB
Monthly Cost $3/mo
github.githubassets.com
Other
Optional
Execution 58ms
Transfer 11 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • github.githubassets.com adds 9683ms and costs ~$129/month
  • github.githubassets.com adds 1504ms and costs ~$20/month
  • github.githubassets.com adds 679ms and costs ~$9/month
  • Unattributable adds 643ms and costs ~$9/month
  • github.githubassets.com adds 583ms and costs ~$8/month
  • github.githubassets.com adds 502ms and costs ~$7/month
  • github.githubassets.com adds 376ms and costs ~$5/month
  • github.githubassets.com adds 260ms and costs ~$3/month
  • github.githubassets.com adds 260ms and costs ~$3/month

91% 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.githubassets.com takes 9683ms 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 1504ms 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

59% 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 679ms 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 643ms 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 583ms 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

93% 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 502ms 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 376ms 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

81% 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 260ms 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 260ms 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

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)

LCP (p75)

2311 ms

78% good

INP (p75)

75 ms

92% good

CLS (p75)

0.080

84% good

FCP (p75)

1516 ms

TTFB (p75)

1112 ms

This origin passes Core Web Vitals assessment
Image Optimization
24 images, 101 KB total, 93 KB wasted
INFO

Image Optimization Audit

Total Images

24

Total Size

101 KB

Oversized

3

Wasted

93 KB

17 missing alt text 24 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback