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
B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
✓
Cache-Control header is set
Got: no-cache
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
no-cache
Directive
Value
Meaning
no-cache
—
Cache but always revalidate first
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 (360 KB)
PASS
10 fonts (360 KB)
Info::
i
10 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
10
360 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
neue-helvetica-light.woff2woff2swap
Size18 KB
Load time41 ms
Start987 ms
RiskFOUT — text flashes from fallback to web font
spectral-regular.woff2woff2swap
Size80 KB
Load time61 ms
Start988 ms
RiskFOUT — text flashes from fallback to web font
spectral-light.woff2woff2swap
Size85 KB
Load time63 ms
Start990 ms
RiskFOUT — text flashes from fallback to web font
mgh-icons.woff2woff2swap
Size1 KB
Load time51 ms
Start991 ms
RiskFOUT — text flashes from fallback to web font
neue-helvetica-medium.w...woff2swap
Size18 KB
Load time61 ms
Start991 ms
RiskFOUT — text flashes from fallback to web font
neue-helvetica-italic.w...woff2swap
Size19 KB
Load time60 ms
Start992 ms
RiskFOUT — text flashes from fallback to web font
neue-helvetica-bold.woff2woff2swap
Size12 KB
Load time57 ms
Start992 ms
RiskFOUT — text flashes from fallback to web font
neue-helvetica-light-it...woff2swap
Size19 KB
Load time60 ms
Start992 ms
RiskFOUT — text flashes from fallback to web font
spectral-lightitalic.woff2woff2swap
Size90 KB
Load time61 ms
Start993 ms
RiskFOUT — text flashes from fallback to web font
neue-helvetica-roman.woff2woff2swap
Size18 KB
Load time15 ms
Start1.3 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
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
Network Waterfall
50 requests over 4757ms
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-party837ms · 213KB · $11/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
d34ap6s6npht7p.cloudfront.net
d34ap6s6npht7p.cloudfront.net
Other
305ms
100 KB
52%
$4/mo
Costly
www.massgeneral.org
www.massgeneral.org
Other
259ms
21 KB
—
$3/mo
Costly
Unattributable
Unattributable
Other
157ms
0 KB
—
$2/mo
Optional
mgb.containers.piwik.pro
mgb.containers.piwik.pro
Other
116ms
92 KB
38%
$2/mo
Optional
d34ap6s6npht7p.cloudfront.net
Other
Costly
Execution305ms
Transfer100 KB
Unused52%
Monthly Cost$4/mo
www.massgeneral.org
Other
Costly
Execution259ms
Transfer21 KB
Monthly Cost$3/mo
Unattributable
Other
Optional
Execution157ms
Transfer0 KB
Monthly Cost$2/mo
mgb.containers.piwik.pro
Other
Optional
Execution116ms
Transfer92 KB
Unused38%
Monthly Cost$2/mo
These scripts may cost more than they're worth
d34ap6s6npht7p.cloudfront.net adds 305ms and costs ~$4/month
www.massgeneral.org adds 259ms 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
d34ap6s6npht7p.cloudfront.net takes 305ms 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 d34ap6s6npht7p.cloudfront.net'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
www.massgeneral.org takes 259ms 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.