Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.66 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.079
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.00 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
23.40 s
Page Load Progression
FPage Weight BudgetAction21.9 MB transferred, 68 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5515ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.vanderbilt.edu/ | 1178ms | 10ms | 3ms | 3rd |
| Unattributable | 971ms | 30ms | 0ms | 3rd |
| https://cdn.vanderbilt.edu/vu-futurevu/assets/vu.js?ver=20260323 | 865ms | 330ms | 74ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Q8Z61J6QLT&cx=c>m=4e64h1 | 634ms | 389ms | 239ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MH87FL | 623ms | 506ms | 105ms | 3rd |
| https://cdn.hu-manity.co/hu-banner.min.js | 353ms | 245ms | 19ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 278ms | 224ms | 48ms | 3rd |
| https://www.vanderbilt.edu/wp-includes/js/jquery/jquery.min.js?ver=3.6.1 | 199ms | 159ms | 15ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 182ms | 131ms | 50ms | 3rd |
| https://cdn.hu-manity.co/hu-consent.min.js | 90ms | 62ms | 27ms | 3rd |
Showing top 10 of 12 scripts
DJS BundlesAction17 scripts, 386 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.vanderbilt.edu/vu-futurevu/assets/vu.js?ver=20260323 | 166 KB | 110 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MH87FL | 186 KB | 64 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Q8Z61J6QLT&cx=c>m=4e64h1 | 156 KB | 62 KB (40%) | ✓ | 3rd |
| https://cdn.hu-manity.co/hu-consent.min.js | 77 KB | 43 KB (60%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 37 KB (38%) | ✓ | 3rd |
| https://cdn.hu-manity.co/hu-display.min.js | 80 KB | 32 KB (39%) | ✓ | 3rd |
| https://www.vanderbilt.edu/wp-content/uploads/sites/3/bb-plugin/cache/8055-layout.js?ver=44f3722f05a1c035e4ac7e2670d47374 | 9 KB | — | ✗ | 3rd |
| https://www.vanderbilt.edu/wp-content/themes/anchordown-futurevu/library/scripts/story-list.js?ver=1.0 | 6 KB | — | ✗ | 3rd |
| https://www.vanderbilt.edu/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.7 | 13 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction68 resources · 21.9 MB · 386 KB savings availableFIX
~386.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 68 resources | 21.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction22 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (584 KB)PASS
Web fonts
10
584 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall68 requests over 3938msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.vanderbilt.edu www.vanderbilt.edu | Other | 1178ms | 40 KB | — | $5/mo | Costly |
Unattributable Unattributable | Other | 971ms | 0 KB | — | $4/mo | Costly |
cdn.vanderbilt.edu cdn.vanderbilt.edu | Other | 865ms | 166 KB | 66% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 634ms | 156 KB | 40% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 623ms | 186 KB | 35% | $2/mo | Costly |
cdn.hu-manity.co cdn.hu-manity.co | Other | 353ms | 45 KB | — | $1/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 278ms | 57 KB | 67% | $1/mo | Costly |
www.vanderbilt.edu www.vanderbilt.edu | Other | 199ms | 31 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 182ms | 97 KB | 38% | $1/mo | Optional |
cdn.hu-manity.co cdn.hu-manity.co | Other | 90ms | 77 KB | 60% | $0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 85ms | 23 KB | — | $0/mo | Optional |
cdn.hu-manity.co cdn.hu-manity.co | Other | 56ms | 80 KB | 39% | $0/mo | Optional |
These scripts may cost more than they're worth
- www.vanderbilt.edu adds 1178ms and costs ~$5/month
- Unattributable adds 971ms and costs ~$4/month
- cdn.vanderbilt.edu adds 865ms and costs ~$3/month
- Google Tag Manager adds 634ms and costs ~$2/month
- Google Tag Manager adds 623ms and costs ~$2/month
- cdn.hu-manity.co adds 353ms and costs ~$1/month
- Hotjar adds 278ms and costs ~$1/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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.vanderbilt.edu takes 1178ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 971ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.vanderbilt.edu takes 865ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
66% of cdn.vanderbilt.edu's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 634ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 623ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.hu-manity.co takes 353ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Hotjar takes 278ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
67% of Hotjar's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
60% of cdn.hu-manity.co's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev