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.
7.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
33.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.79 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.03 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.
37.23 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 129 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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 CostAction6254ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 781ms | 41ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBT | 775ms | 657ms | 81ms | 3rd |
| https://www.washington.edu/ | 717ms | 11ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16646132057&cx=c>m=4e64f0&bs=ctrl2 | 505ms | 379ms | 71ms | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js | 411ms | 362ms | 28ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-JLHM9WH4JV&cx=c>m=4e64f0&bs=ctrl2 | 397ms | 321ms | 73ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3T65WK0BM8&cx=c>m=4e64f0&bs=ctrl2 | 347ms | 280ms | 64ms | 3rd |
| https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1 | 338ms | 251ms | 21ms | 3rd |
| https://info.discoveruw.org/mtc.js | 318ms | 223ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11078980387&cx=c>m=4e64f0&bs=ctrl2 | 317ms | 259ms | 54ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction38 scripts, 631 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1 | 164 KB | 113 KB (69%) | ✓ | 3rd |
| https://www.washington.edu/static/home/wp-includes/js/jquery/jquery.js?9583878 | 279 KB | 95 KB (34%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-JLHM9WH4JV&cx=c>m=4e64f0&bs=ctrl2 | 175 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3T65WK0BM8&cx=c>m=4e64f0&bs=ctrl2 | 157 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBT | 169 KB | 61 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-4532109&cx=c>m=4e64f0&bs=ctrl2 | 129 KB | 57 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11078980387&cx=c>m=4e64f0&bs=ctrl2 | 140 KB | 55 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16646132057&cx=c>m=4e64f0&bs=ctrl2 | 148 KB | 52 KB (35%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 96 KB | 33 KB (34%) | ✓ | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js | 55 KB | 29 KB (53%) | ✓ | 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 InventoryAction129 resources · 5.1 MB · 631 KB savings availableFIX
~631.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 129 resources | 5.1 MiB | ||||||
CImage OptimizationAction35 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
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (204 KB)PASS
Web fonts
6
204 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~49 KB and ~98 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall129 requests over 8103msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 781ms | 0 KB | — | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 775ms | 169 KB | 36% | $10/mo | Costly |
www.washington.edu www.washington.edu | Other | 717ms | 80 KB | — | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 505ms | 148 KB | 35% | $7/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 411ms | 55 KB | 53% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 397ms | 175 KB | 40% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 347ms | 157 KB | 42% | $5/mo | Costly |
www.washington.edu www.washington.edu | Other | 338ms | 164 KB | 69% | $4/mo | Costly |
info.discoveruw.org info.discoveruw.org | Other | 318ms | 4 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 317ms | 140 KB | 40% | $4/mo | Costly |
www.washington.edu www.washington.edu | Other | 287ms | 279 KB | 34% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 238ms | 129 KB | 44% | $3/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 216ms | 26 KB | — | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 206ms | 96 KB | 34% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 180ms | 46 KB | — | $2/mo | Optional |
nexus.ensighten.com nexus.ensighten.com | Other | 105ms | 1 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 59ms | 19 KB | — | $1/mo | Optional |
up.pixel.ad up.pixel.ad | Other | 57ms | 3 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 781ms and costs ~$10/month
- Google Tag Manager adds 775ms and costs ~$10/month
- www.washington.edu adds 717ms and costs ~$10/month
- Google Tag Manager adds 505ms and costs ~$7/month
- script.crazyegg.com adds 411ms and costs ~$5/month
- Google Tag Manager adds 397ms and costs ~$5/month
- Google Tag Manager adds 347ms and costs ~$5/month
- www.washington.edu adds 338ms and costs ~$4/month
- info.discoveruw.org adds 318ms and costs ~$4/month
- Google Tag Manager adds 317ms and costs ~$4/month
- www.washington.edu adds 287ms and costs ~$4/month
- Google Tag Manager adds 238ms and costs ~$3/month
- Microsoft Clarity adds 216ms and costs ~$3/month
- Facebook Pixel adds 206ms 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
Unattributable takes 781ms 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 775ms 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.washington.edu takes 717ms 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 505ms 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 411ms 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
53% 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 397ms 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 347ms 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.washington.edu takes 338ms 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
69% of www.washington.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
info.discoveruw.org takes 318ms 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 317ms 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.washington.edu takes 287ms 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 238ms 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
Microsoft Clarity takes 216ms 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 206ms 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