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.
2.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.41 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.30 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.
24.73 s
Page Load Progression
FPage Weight BudgetAction4.0 MB transferred, 105 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
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
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 CostAction5484ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.colorado.edu/ | 1453ms | 9ms | 2ms | 3rd |
| Unattributable | 693ms | 119ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M3DX2QP | 540ms | 448ms | 68ms | 3rd |
| https://www.colorado.edu/modules/custom/ucb_third_party_libraries/js/FontAwesome/all.min.js?v=1 | 367ms | 186ms | 135ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WW2LE17NC1&cx=c>m=4e64h1 | 301ms | 254ms | 44ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js | 271ms | 223ms | 46ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12320119&cx=c>m=4e64h1 | 239ms | 199ms | 38ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-958535370&cx=c>m=4e64h1 | 211ms | 175ms | 35ms | 3rd |
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main | 210ms | 156ms | 40ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12399946&cx=c>m=4e64h1 | 203ms | 173ms | 29ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction32 scripts, 632 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main | 119 KB | 94 KB (79%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M3DX2QP | 193 KB | 73 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WW2LE17NC1&cx=c>m=4e64h1 | 169 KB | 64 KB (38%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js | 117 KB | 64 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-958535370&cx=c>m=4e64h1 | 145 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12399946&cx=c>m=4e64h1 | 131 KB | 60 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-10798108385&cx=c>m=4e64h1 | 138 KB | 60 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12320119&cx=c>m=4e64h1 | 131 KB | 57 KB (44%) | ✓ | 3rd |
| https://www.colorado.edu/sites/default/files/js/js_UAM_9otwUAyHzZOeb4woD4suuEdijCa5oFxi2zBWJx4.js?scope=footer&delta=1&language=en&theme=boulder_base&include=eJx1jUEOwjAMBD9E6I07F74R2a0VQp24ih1Bf09pAIkCF0s7O1qjVB6oeASlrvboAgsC73DLEwVYTq4OWfrxl5DrN1WC0p8dyu1vl2RYHgaRwOQNQheWs817uMDtE6bdMuJRxNQKTJ5hlmq6Tr-pe9LV7SFNVX2ma7Nado_c-pGGaFL8xDXErN0LuAac2szUXDvHMvgJis2eIxYokbQ7SbbjlVQSHe5tUIZt | 54 KB | 39 KB (73%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 32 KB (33%) | ✓ | 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 InventoryAction105 resources · 4.0 MB · 632 KB savings availableFIX
~631.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 105 resources | 4.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction31 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
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 Loading2 fonts (82 KB)PASS
Web fonts
2
82 KB total
Render-blocking
0
of 2
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
Network Waterfall105 requests over 1859msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.colorado.edu www.colorado.edu | Other | 1453ms | 18 KB | — | €16/mo | Costly |
Unattributable Unattributable | Other | 693ms | 0 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 540ms | 193 KB | 38% | €6/mo | Costly |
www.colorado.edu www.colorado.edu | Other | 367ms | 633 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 301ms | 169 KB | 38% | €3/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 271ms | 117 KB | 54% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 239ms | 131 KB | 44% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 211ms | 145 KB | 44% | €2/mo | Costly |
translate.googleapis.com translate.googleapis.com | Other | 210ms | 119 KB | 79% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 203ms | 131 KB | 46% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 192ms | 138 KB | 44% | €2/mo | Optional |
sc-static.net sc-static.net | Other | 146ms | 25 KB | — | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 142ms | 44 KB | — | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 135ms | 97 KB | 33% | €1/mo | Optional |
www.colorado.edu www.colorado.edu | Other | 125ms | 54 KB | 73% | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 86ms | 19 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 60ms | 18 KB | — | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 58ms | 40 KB | — | €1/mo | Optional |
www.colorado.edu www.colorado.edu | Other | 52ms | 62 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.colorado.edu adds 1453ms and costs ~€16/month
- Unattributable adds 693ms and costs ~€8/month
- Google Tag Manager adds 540ms and costs ~€6/month
- www.colorado.edu adds 367ms and costs ~€4/month
- Google Tag Manager adds 301ms and costs ~€3/month
- analytics.tiktok.com adds 271ms and costs ~€3/month
- Google Tag Manager adds 239ms and costs ~€3/month
- Google Tag Manager adds 211ms and costs ~€2/month
- translate.googleapis.com adds 210ms and costs ~€2/month
- Google Tag Manager adds 203ms and costs ~€2/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.colorado.edu takes 1453ms 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 693ms 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 540ms 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.colorado.edu takes 367ms 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 301ms 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
analytics.tiktok.com takes 271ms 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 analytics.tiktok.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 239ms 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 211ms 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
translate.googleapis.com takes 210ms 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
79% of translate.googleapis.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 203ms 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
73% of www.colorado.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