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.
3.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.96 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.80 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.
35.38 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 141 requestsFIX
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction6793ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-P6F85Q5 | 928ms | 767ms | 68ms | 3rd |
| https://www.vt.edu/ | 771ms | 21ms | 2ms | 3rd |
| Unattributable | 670ms | 43ms | 0ms | 3rd |
| https://www.assets.cms.vt.edu/font-awesome/archives-pro/5.latest/js/all.min.js | 577ms | 91ms | 430ms | 3rd |
| https://www.vt.edu/global_assets/templates/one/js/root.min.js | 452ms | 59ms | 18ms | 3rd |
| https://www.assets.cms.vt.edu/jquery/archives/jquery-3.cms.min.js | 403ms | 210ms | 7ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1030829117&cx=c>m=4e64h1 | 362ms | 297ms | 36ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17193693909&cx=c>m=4e64h1 | 350ms | 283ms | 65ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5Z60EH83Q9&cx=c>m=4e64h1 | 348ms | 286ms | 60ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17728352691&cx=c>m=4e64h1 | 303ms | 246ms | 55ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction36 scripts, 597 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-5Z60EH83Q9&cx=c>m=4e64h1 | 174 KB | 69 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DTEQ1JM2SG&cx=c>m=4e64h1 | 156 KB | 64 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17728352691&cx=c>m=4e64h1 | 145 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17193693909&cx=c>m=4e64h1 | 145 KB | 61 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P6F85Q5 | 206 KB | 57 KB (28%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1030829117&cx=c>m=4e64h1 | 145 KB | 56 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15114839&cx=c>m=4e64h1 | 131 KB | 55 KB (42%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 33 KB (34%) | ✓ | 3rd |
| https://www.vt.edu/global_assets/templates/one/js/root.min.js | 48 KB | 33 KB (70%) | ✓ | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js | 55 KB | 30 KB (54%) | ✓ | 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
FPage Weight InventoryAction141 resources · 5.0 MB · 597 KB savings availableFIX
~596.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 141 resources | 5.0 MiB | ||||||
CImage OptimizationAction32 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
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 Loading14 fonts (618 KB)PASS
Web fonts
14
618 KB total
Render-blocking
0
of 14
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 HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=600 (10 minutes)PASS
max-age=600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 600 | Cache for 10 minutes |
Network Waterfall141 requests over 4166msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 928ms | 206 KB | 28% | $12/mo | Costly |
www.vt.edu www.vt.edu | Other | 771ms | 16 KB | — | $10/mo | Costly |
Unattributable Unattributable | Other | 670ms | 0 KB | — | $9/mo | Costly |
www.assets.cms.vt.edu www.assets.cms.vt.edu | Other | 577ms | 1704 KB | — | $8/mo | Costly |
www.vt.edu www.vt.edu | Other | 452ms | 48 KB | 70% | $6/mo | Costly |
www.assets.cms.vt.edu www.assets.cms.vt.edu | Other | 403ms | 30 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 362ms | 145 KB | 39% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 350ms | 145 KB | 42% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 348ms | 174 KB | 39% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 303ms | 145 KB | 43% | $4/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 283ms | 55 KB | 54% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 267ms | 156 KB | 41% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 265ms | 131 KB | 42% | $4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 232ms | 97 KB | 27% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 163ms | 46 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 136ms | 97 KB | 34% | $2/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 123ms | 13 KB | — | $2/mo | Optional |
www.assets.cms.vt.edu www.assets.cms.vt.edu | Other | 97ms | 48 KB | 57% | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 61ms | 19 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 928ms and costs ~$12/month
- www.vt.edu adds 771ms and costs ~$10/month
- Unattributable adds 670ms and costs ~$9/month
- www.assets.cms.vt.edu adds 577ms and costs ~$8/month
- www.vt.edu adds 452ms and costs ~$6/month
- www.assets.cms.vt.edu adds 403ms and costs ~$5/month
- Google Tag Manager adds 362ms and costs ~$5/month
- Google Tag Manager adds 350ms and costs ~$5/month
- Google Tag Manager adds 348ms and costs ~$5/month
- Google Tag Manager adds 303ms and costs ~$4/month
- script.crazyegg.com adds 283ms and costs ~$4/month
- Google Tag Manager adds 267ms and costs ~$4/month
- Google Tag Manager adds 265ms and costs ~$4/month
- Facebook Pixel adds 232ms and costs ~$3/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
Google Tag Manager takes 928ms 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
www.vt.edu takes 771ms 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 670ms 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
www.assets.cms.vt.edu takes 577ms 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
www.vt.edu takes 452ms 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
70% of www.vt.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
www.assets.cms.vt.edu takes 403ms 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 362ms 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 350ms 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 348ms 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 303ms 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
script.crazyegg.com takes 283ms 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
54% of script.crazyegg.com'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 267ms 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 265ms 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
Facebook Pixel takes 232ms 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
57% of www.assets.cms.vt.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