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
Image Optimization
5 images, 0 KB saveable
PASS
5 images, 0 KB saveable
Warning::
!
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
5images385 KB
0oversized-0 KB
0legacy format
2missing dimensionsCLS 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
A+
Font Loading
3 fonts (69 KB)
PASS
3 fonts (69 KB)
Info::
i
3 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
3
69 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
font-woff2;charset=utf-...woff2swap
Size23 KB
Load time7 ms
Start586 ms
RiskFOUT — text flashes from fallback to web font
font-woff2;charset=utf-...woff2swap
Size23 KB
Load time6 ms
Start589 ms
RiskFOUT — text flashes from fallback to web font
font-woff2;charset=utf-...woff2swap
Size23 KB
Load time149 ms
Start1.9 s
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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
✓
Page uses 5 resource hint(s)
Current Resource Hints
preconnect
2
preload
3
dns-prefetch—
prefetch—
5 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
Network Waterfall
74 requests over 5257ms
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-party4925ms · 660KB · $65/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.uic.edu
www.uic.edu
Other
2023ms
38 KB
—
$27/mo
Costly
www.uic.edu
www.uic.edu
Other
1246ms
31 KB
—
$17/mo
Costly
Unattributable
Unattributable
Other
525ms
0 KB
—
$7/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
522ms
128 KB
51%
$7/mo
Costly
www.uic.edu
www.uic.edu
Other
193ms
87 KB
45%
$3/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
182ms
177 KB
37%
$2/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
130ms
21 KB
—
$2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
104ms
179 KB
65%
$1/mo
Optional
www.uic.edu
Other
Costly
Execution2023ms
Transfer38 KB
Monthly Cost$27/mo
www.uic.edu
Other
Costly
Execution1246ms
Transfer31 KB
Monthly Cost$17/mo
Unattributable
Other
Costly
Execution525ms
Transfer0 KB
Monthly Cost$7/mo
Google Tag Manager
Tag Manager
Costly
Execution522ms
Transfer128 KB
Unused51%
Monthly Cost$7/mo
www.uic.edu
Other
Optional
Execution193ms
Transfer87 KB
Unused45%
Monthly Cost$3/mo
Google Tag Manager
Tag Manager
Optional
Execution182ms
Transfer177 KB
Unused37%
Monthly Cost$2/mo
Google Analytics
Analytics
Optional
Execution130ms
Transfer21 KB
Monthly Cost$2/mo
Google Tag Manager
Tag Manager
Optional
Execution104ms
Transfer179 KB
Unused65%
Monthly Cost$1/mo
These scripts may cost more than they're worth
www.uic.edu adds 2023ms and costs ~$27/month
www.uic.edu adds 1246ms and costs ~$17/month
Unattributable adds 525ms and costs ~$7/month
Google Tag Manager adds 522ms and costs ~$7/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.uic.edu takes 2023ms 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
www.uic.edu takes 1246ms 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 525ms 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 522ms 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
51% 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.
Source: web.dev
65% 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.