Skip to content
https://tailwindcss.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
77
GRADE
C
FIX
2
REVIEW
3
PASS
7
INFO
2

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

57
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
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.
91
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.

2.83 s

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

24.68 s

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

218 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.001

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

26.05 s

Page Load Progression

569 ms
1.1 s
1.7 s
2.3 s
2.8 s
3.4 s
4.0 s
4.5 s
Checks
14
7 PASS 3 REVIEW 2 FIX
F
Page Weight Budget
Action
7.2 MB transferred, 79 requests
FIX
7.2 MB transferred, 79 requests
Critical::
Page weighs 9.6 MB (7.2 MB transferred)
Warning::
Images are 5.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.4 MB
Info::
Fonts are 1.1 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.1 MB
Info::
79 HTTP requests
Info::
Estimated 1.5 g CO2 per page load
7.2 MB / 2.4 MB budget
7.2 MB transferred
79 requests
1.5 g CO2 per page load
Images 5.4 MiB 75%
Fonts 1.1 MiB 16%
JavaScript 328.3 KiB 4%
HTML 134.2 KiB 2%
Other 121.2 KiB 2%
CSS 79.1 KiB 1%
Other 3.1 KiB 0%
Other 829 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

F
JS Execution Cost
Action
8047ms total JS execution
FIX
8047ms total JS execution
Warning::
https://tailwindcss.com/: 3052ms CPU time
Warning::
https://tailwindcss.com/_next/static/chunks/33e576...: 2180ms CPU time
Warning::
https://tailwindcss.com/_next/static/chunks/70e258...: 1670ms CPU time
Warning::
Unattributable: 713ms CPU time
Warning::
https://tailwindcss.com/_next/static/chunks/612016...: 262ms CPU time
Info::
Third-party scripts: 713ms (9% of total)

Main Thread Breakdown

Style & Layout 29% Script Evaluation 29% Other 27% Rendering 6% Script Parsing & Compilation 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://tailwindcss.com/3052ms65ms180ms1st
https://tailwindcss.com/_next/static/chunks/33e576c593493439.js2180ms1420ms34ms1st
https://tailwindcss.com/_next/static/chunks/70e258b44c36445b.js1670ms651ms19ms1st
Unattributable713ms44ms0ms3rd
https://tailwindcss.com/_next/static/chunks/6120162fc820413f.js262ms159ms19ms1st
https://tailwindcss.com/_next/static/chunks/0aa6f91bf69bba4f.css169ms0ms0ms1st
B
Image Optimization
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Info::
All images are well-optimized
26 images 5.4 MB
0 oversized -0 KB
26 legacy format
0 missing dimensions CLS risk
B
JS Bundles
20 scripts, 76 KB unused
REVIEW
20 scripts, 76 KB unused
Warning::
https://tailwindcss.com/_next/static/chunks/396c93...: 27 KB unused (96%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tailwindcss.com/_next/static/chunks/16a6a8...: 25 KB unused (93%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tailwindcss.com/_next/static/chunks/33e576...: 24 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 76 KB
76 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tailwindcss.com/_next/static/chunks/396c9350f71c1071.js29 KB27 KB (96%)1st
https://tailwindcss.com/_next/static/chunks/16a6a8ec5f5434fe.js28 KB25 KB (93%)1st
https://tailwindcss.com/_next/static/chunks/33e576c593493439.js70 KB24 KB (34%)1st
https://tailwindcss.com/_next/static/chunks/f85253431e2047ca.js12 KB1st
https://tailwindcss.com/_next/static/chunks/b54333071b3153b4.js14 KB1st
https://tailwindcss.com/_next/static/chunks/8af0df776a7020ae.js1 KB1st
https://tailwindcss.com/_next/static/chunks/e343ebd917f30815.js8 KB1st
https://tailwindcss.com/_next/static/chunks/3999145dce13d1ea.js7 KB1st
https://tailwindcss.com/_next/static/chunks/6120162fc820413f.js33 KB1st
https://tailwindcss.com/_next/static/chunks/bea4eec49ddd3f96.js14 KB1st

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

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

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
0% third-party, 0 ms blocking
PASS
0% third-party, 0 ms blocking
Info::
Third-party code accounts for 0% of page weight (3.1 KiB of 7.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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
10 fonts (1178 KB)
PASS
10 fonts (1178 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

1178 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 2.8 s LCP 24.7 shttps://tailwindcss.com/_next/static/media/IBMPlexMono_Italic-s.p.ddd44df2.woff2IBMPlexMono_Italic-s.p.... https://tailwindcss.com/_next/static/media/IBMPlexMono_Italic-s.p.ddd44df2.woff2 — 49.7 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/IBMPlexMono_Medium-s.p.511bc7e4.woff2IBMPlexMono_Medium-s.p.... https://tailwindcss.com/_next/static/media/IBMPlexMono_Medium-s.p.511bc7e4.woff2 — 46.1 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/IBMPlexMono_MediumItalic-s.p.824237ad.woff2IBMPlexMono_MediumItali... https://tailwindcss.com/_next/static/media/IBMPlexMono_MediumItalic-s.p.824237ad.woff2 — 50.6 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/IBMPlexMono_Regular-s.p.170fa0da.woff2IBMPlexMono_Regular-s.p... https://tailwindcss.com/_next/static/media/IBMPlexMono_Regular-s.p.170fa0da.woff2 — 45.0 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/IBMPlexMono_SemiBold-s.p.4dbcf170.woff2IBMPlexMono_SemiBold-s.... https://tailwindcss.com/_next/static/media/IBMPlexMono_SemiBold-s.p.4dbcf170.woff2 — 46.4 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/IBMPlexMono_SemiBoldItalic-s.p.63e919a5.woff2IBMPlexMono_SemiBoldIta... https://tailwindcss.com/_next/static/media/IBMPlexMono_SemiBoldItalic-s.p.63e919a5.woff2 — 50.8 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/InterVariable-s.p.53d7b668.woff2InterVariable-s.p.53d7b... https://tailwindcss.com/_next/static/media/InterVariable-s.p.53d7b668.woff2 — 344.8 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/InterVariable_Italic-s.p.8c0e9517.woff2InterVariable_Italic-s.... https://tailwindcss.com/_next/static/media/InterVariable_Italic-s.p.8c0e9517.woff2 — 379.8 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/SourceSansPro_Regular_ttf-s.p.aa178fa4.woff2SourceSansPro_Regular_t... https://tailwindcss.com/_next/static/media/SourceSansPro_Regular_ttf-s.p.aa178fa4.woff2 — 85.4 KiB — 0 ms — font-display: swaphttps://tailwindcss.com/_next/static/media/Ubuntu_Mono_bold-s.p.36063628.woff2Ubuntu_Mono_bold-s.p.36... https://tailwindcss.com/_next/static/media/Ubuntu_Mono_bold-s.p.36063628.woff2 — 78.9 KiB — 0 ms — font-display: swap
IBMPlexMono_Italic-s.p.... woff2 swap
Size 50 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexMono_Medium-s.p.... woff2 swap
Size 46 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexMono_MediumItali... woff2 swap
Size 51 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexMono_Regular-s.p... woff2 swap
Size 45 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexMono_SemiBold-s.... woff2 swap
Size 46 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexMono_SemiBoldIta... woff2 swap
Size 51 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
InterVariable-s.p.53d7b... woff2 swap
Size 345 KB
Load time 0 ms
Start 0 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
InterVariable_Italic-s.... woff2 swap
Size 380 KB
Load time 0 ms
Start 0 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
SourceSansPro_Regular_t... woff2 swap
Size 85 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Ubuntu_Mono_bold-s.p.36... woff2 swap
Size 79 KB
Load time 0 ms
Start 0 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 ~362 KB and ~724 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+
Resource Hints
38 hints, 0 missing preconnects
PASS
38 hints, 0 missing preconnects
Info::
Page uses 38 resource hint(s)

Current Resource Hints

preconnect
1
preload
+27
37
dns-prefetch
prefetch

38 resource hints configured

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
79 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
9% of JavaScript execution is third-party
First-party Third-party 713ms · 0KB · $9/mo
Unattributable
Other
Costly
Execution 713ms
Transfer 0 KB
Monthly Cost $9/mo

These scripts may cost more than they're worth

  • Unattributable adds 713ms and costs ~$9/month

Unattributable takes 713ms 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

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

Send Feedback