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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW
Green Hosting
No green hosting detected
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
7 fonts (312 KB)
PASS
7 fonts (312 KB)
Info::
i
7 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
7
312 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size37 KB
Load time10 ms
Start457 ms
RiskFOUT — text flashes from fallback to web font
0QIvMX1D_JOuMwr7I_FMl_E...woff2swap
Size37 KB
Load time19 ms
Start458 ms
RiskFOUT — text flashes from fallback to web font
55xxezRtP9G3CGPIf49hxc8...woff2swap
Size35 KB
Load time19 ms
Start458 ms
RiskFOUT — text flashes from fallback to web font
fa-solid-900.woff2woff2swap
Size79 KB
Load time177 ms
Start458 ms
RiskFOUT — text flashes from fallback to web font
fa-brands-400.woff2woff2swap
Size76 KB
Load time170 ms
Start549 ms
RiskFOUT — text flashes from fallback to web font
fa-regular-400.woff2woff2swap
Size14 KB
Load time125 ms
Start549 ms
RiskFOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size34 KB
Load time39 ms
Start796 ms
RiskFOUT — 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)
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
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
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
Network Waterfall
93 requests over 3980ms
INFO
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-party3747ms · 702KB · €41/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.chicago.gov
www.chicago.gov
Other
1119ms
24 KB
—
€12/mo
Costly
Unattributable
Unattributable
Other
492ms
0 KB
—
€5/mo
Costly
translate.googleapis.com
translate.googleapis.com
Other
426ms
119 KB
78%
€5/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
420ms
157 KB
41%
€5/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
292ms
146 KB
43%
€3/mo
Costly
cdnjs
cdnjs.cloudflare.com
CDN
287ms
51 KB
—
€3/mo
Costly
cdnjs
cdnjs.cloudflare.com
CDN
238ms
28 KB
—
€3/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
234ms
125 KB
52%
€3/mo
Costly
cdnjs
cdnjs.cloudflare.com
CDN
102ms
13 KB
—
€1/mo
Optional
siteimproveanalytics.com
siteimproveanalytics.com
Other
83ms
19 KB
—
€1/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
53ms
21 KB
—
€1/mo
Optional
www.chicago.gov
Other
Costly
Execution1119ms
Transfer24 KB
Monthly Cost€12/mo
Unattributable
Other
Costly
Execution492ms
Transfer0 KB
Monthly Cost€5/mo
translate.googleapis.com
Other
Costly
Execution426ms
Transfer119 KB
Unused78%
Monthly Cost€5/mo
Google Tag Manager
Tag Manager
Costly
Execution420ms
Transfer157 KB
Unused41%
Monthly Cost€5/mo
Google Tag Manager
Tag Manager
Costly
Execution292ms
Transfer146 KB
Unused43%
Monthly Cost€3/mo
cdnjs
CDN
Costly
Execution287ms
Transfer51 KB
Monthly Cost€3/mo
cdnjs
CDN
Costly
Execution238ms
Transfer28 KB
Monthly Cost€3/mo
Google Tag Manager
Tag Manager
Costly
Execution234ms
Transfer125 KB
Unused52%
Monthly Cost€3/mo
cdnjs
CDN
Optional
Execution102ms
Transfer13 KB
Monthly Cost€1/mo
siteimproveanalytics.com
Other
Optional
Execution83ms
Transfer19 KB
Monthly Cost€1/mo
Google Analytics
Analytics
Optional
Execution53ms
Transfer21 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
www.chicago.gov adds 1119ms and costs ~€12/month
Unattributable adds 492ms and costs ~€5/month
translate.googleapis.com adds 426ms and costs ~€5/month
Google Tag Manager adds 420ms and costs ~€5/month
Google Tag Manager adds 292ms and costs ~€3/month
cdnjs adds 287ms and costs ~€3/month
cdnjs adds 238ms and costs ~€3/month
Google Tag Manager adds 234ms 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
www.chicago.gov takes 1119ms 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 492ms 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
translate.googleapis.com takes 426ms 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
78% of translate.googleapis.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
Google Tag Manager takes 420ms 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
Google Tag Manager takes 292ms 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
cdnjs takes 287ms 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
cdnjs takes 238ms 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
Google Tag Manager takes 234ms 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
52% of Google Tag Manager'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.