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
4 fonts (100 KB)
PASS
4 fonts (100 KB)
Info::
i
4 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
4
100 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size37 KB
Load time55 ms
Start209 ms
RiskFOUT — text flashes from fallback to web font
SlGDmQSNjdsmc35JDF1K5E5...woff2swap
Size21 KB
Load time52 ms
Start213 ms
RiskFOUT — text flashes from fallback to web font
KFO5CnqEu92Fr1Mu53ZEC9_...woff2swap
Size41 KB
Load time60 ms
Start213 ms
RiskFOUT — text flashes from fallback to web font
slick.woffwoffswap
Size2 KB
Load time127 ms
Start303 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
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 ~1 KB and ~2 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
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
40 requests over 592ms
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-party1652ms · 389KB · €18/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.upenn.edu
www.upenn.edu
Other
577ms
30 KB
—
€6/mo
Costly
www.upenn.edu
www.upenn.edu
Other
318ms
50 KB
62%
€3/mo
Costly
Unattributable
Unattributable
Other
303ms
0 KB
—
€3/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
218ms
152 KB
43%
€2/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
174ms
137 KB
47%
€2/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
62ms
21 KB
—
€1/mo
Optional
www.upenn.edu
Other
Costly
Execution577ms
Transfer30 KB
Monthly Cost€6/mo
www.upenn.edu
Other
Costly
Execution318ms
Transfer50 KB
Unused62%
Monthly Cost€3/mo
Unattributable
Other
Costly
Execution303ms
Transfer0 KB
Monthly Cost€3/mo
Google Tag Manager
Tag Manager
Costly
Execution218ms
Transfer152 KB
Unused43%
Monthly Cost€2/mo
Google Tag Manager
Tag Manager
Optional
Execution174ms
Transfer137 KB
Unused47%
Monthly Cost€2/mo
Google Analytics
Analytics
Optional
Execution62ms
Transfer21 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
www.upenn.edu adds 577ms and costs ~€6/month
www.upenn.edu adds 318ms and costs ~€3/month
Unattributable adds 303ms and costs ~€3/month
Google Tag Manager adds 218ms and costs ~€2/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.upenn.edu takes 577ms 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.upenn.edu takes 318ms 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
62% of www.upenn.edu'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
Unattributable takes 303ms 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 218ms 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.