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.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.95 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
570 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.253
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.06 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.
26.63 s
Page Load Progression
FPage Weight BudgetAction5.3 MB transferred, 89 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 CostAction3989ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.unm.edu/ | 1003ms | 11ms | 1ms | 3rd |
| Unattributable | 548ms | 19ms | 0ms | 3rd |
| https://webcore.unm.edu/v2/js/unm-scripts.min.js | 475ms | 328ms | 11ms | 3rd |
| https://www.unm.edu/assets/js/velocity.min.js | 435ms | 141ms | 2ms | 3rd |
| https://cdn-cookieyes.com/client_data/58c1efd5b1dc56581badcfe5/banner.js | 389ms | 339ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQT2MB | 296ms | 245ms | 46ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YE9XJVELVF&cx=c>m=4e64h1 | 173ms | 133ms | 40ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16942011988&cx=c>m=4e64h1 | 172ms | 137ms | 34ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-951269613&cx=c>m=4e64h1 | 152ms | 113ms | 38ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-771841062&cx=c>m=4e64h1 | 141ms | 106ms | 34ms | 3rd |
Showing top 10 of 12 scripts
DJS BundlesAction16 scripts, 451 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://assets.juicer.io/embed-no-jquery.js | 119 KB | 85 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YE9XJVELVF&cx=c>m=4e64h1 | 173 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-951269613&cx=c>m=4e64h1 | 147 KB | 65 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16942011988&cx=c>m=4e64h1 | 145 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-771841062&cx=c>m=4e64h1 | 145 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQT2MB | 167 KB | 60 KB (36%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 45 KB (46%) | ✓ | 3rd |
| https://www.unm.edu/assets/js/velocity.ui.min.js | 3 KB | — | ✓ | 3rd |
| https://cdn-cookieyes.com/client_data/58c1efd5b1dc56581badcfe5/script.js | 11 KB | — | ✓ | 3rd |
| https://www.unm.edu/assets/js/bythenumbers.js | 1 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
FPage Weight InventoryAction89 resources · 5.3 MB · 451 KB savings availableFIX
~450.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 89 resources | 5.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction37 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
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
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 Loading8 fonts (283 KB)PASS
Web fonts
8
283 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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)
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 Waterfall89 requests over 10469msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.unm.edu www.unm.edu | Other | 1003ms | 10 KB | — | $13/mo | Costly |
Unattributable Unattributable | Other | 548ms | 0 KB | — | $7/mo | Costly |
webcore.unm.edu webcore.unm.edu | Other | 475ms | 43 KB | — | $6/mo | Costly |
www.unm.edu www.unm.edu | Other | 435ms | 12 KB | — | $6/mo | Costly |
cdn-cookieyes.com cdn-cookieyes.com | Other | 389ms | 8 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 296ms | 167 KB | 36% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 173ms | 173 KB | 38% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 172ms | 145 KB | 45% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 152ms | 147 KB | 44% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 141ms | 145 KB | 45% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 111ms | 97 KB | 46% | $1/mo | Optional |
assets.juicer.io assets.juicer.io | Other | 94ms | 119 KB | 72% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.unm.edu adds 1003ms and costs ~$13/month
- Unattributable adds 548ms and costs ~$7/month
- webcore.unm.edu adds 475ms and costs ~$6/month
- www.unm.edu adds 435ms and costs ~$6/month
- cdn-cookieyes.com adds 389ms and costs ~$5/month
- Google Tag Manager adds 296ms and costs ~$4/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.unm.edu takes 1003ms 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 548ms 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
webcore.unm.edu takes 475ms 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.unm.edu takes 435ms 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-cookieyes.com takes 389ms 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 296ms 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
72% of assets.juicer.io'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