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
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
11 fonts (516 KB)
PASS
11 fonts (516 KB)
Info::
i
11 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
11
516 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
bu-default-icons.woffwoffswap
Size29 KB
Load time49 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
d4a4a960-2cf2-430e-8b13...woffswap
Size37 KB
Load time40 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
019c3a13-b3d7-4c5a-be27...woffswap
Size37 KB
Load time50 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
TiemposHeadline-Medium-...woffswap
Size50 KB
Load time66 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
TiemposHeadline-Bold.woffwoffswap
Size48 KB
Load time66 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
TiemposHeadline-Regular...woffswap
Size51 KB
Load time62 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
TiemposHeadline-Bold-It...woffswap
Size50 KB
Load time77 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
8e221891-e89b-4eae-95ca...woffswap
Size37 KB
Load time70 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
WhitneySSmAdvancedSemib...woff2swap
Size65 KB
Load time77 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
WhitneySSmAdvancedBook_...woff2swap
Size64 KB
Load time84 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
TiemposHeadline-Regular...woffswap
Size49 KB
Load time82 ms
Start1.7 s
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 ~116 KB and ~232 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
Network Waterfall
64 requests over 2725ms
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-party1073ms · 772KB · $14/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.bu.edu
www.bu.edu
Other
371ms
134 KB
—
$5/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
149ms
157 KB
41%
$2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
126ms
153 KB
43%
$2/mo
Optional
Unattributable
Unattributable
Other
124ms
0 KB
—
$2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
122ms
157 KB
43%
$2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
113ms
140 KB
48%
$2/mo
Optional
js-agent.newrelic.com
js-agent.newrelic.com
Other
68ms
30 KB
—
$1/mo
Optional
www.bu.edu
Other
Costly
Execution371ms
Transfer134 KB
Monthly Cost$5/mo
Google Tag Manager
Tag Manager
Optional
Execution149ms
Transfer157 KB
Unused41%
Monthly Cost$2/mo
Google Tag Manager
Tag Manager
Optional
Execution126ms
Transfer153 KB
Unused43%
Monthly Cost$2/mo
Unattributable
Other
Optional
Execution124ms
Transfer0 KB
Monthly Cost$2/mo
Google Tag Manager
Tag Manager
Optional
Execution122ms
Transfer157 KB
Unused43%
Monthly Cost$2/mo
Google Tag Manager
Tag Manager
Optional
Execution113ms
Transfer140 KB
Unused48%
Monthly Cost$2/mo
js-agent.newrelic.com
Other
Optional
Execution68ms
Transfer30 KB
Monthly Cost$1/mo
These scripts may cost more than they're worth
www.bu.edu adds 371ms and costs ~$5/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.bu.edu takes 371ms 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.