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.
12.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.25 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.
12.56 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.
22.47 s
Page Load Progression
FPage Weight BudgetAction15.2 MB transferred, 97 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4665ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.tamu.edu/ | 1434ms | 36ms | 4ms | 3rd |
| Unattributable | 1091ms | 13ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-7SWSBYHBHJ&cx=c>m=4e64h1 | 495ms | 379ms | 111ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 446ms | 272ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YEYQJ0XWPL&cx=c>m=4e64h1 | 368ms | 295ms | 71ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2M | 302ms | 254ms | 43ms | 3rd |
| https://aux.tamu.edu/v1.13.2/styles/aux-styles.css | 300ms | 0ms | 0ms | 3rd |
| https://www.youtube.com/s/player/1e1d6f74/www-widgetapi.vflset/www-widgetapi.js | 135ms | 125ms | 3ms | 3rd |
| https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.js | 94ms | 63ms | 27ms | 3rd |
DJS BundlesAction29 scripts, 217 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-7SWSBYHBHJ&cx=c>m=4e64h1 | 157 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YEYQJ0XWPL&cx=c>m=4e64h1 | 158 KB | 64 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2M | 139 KB | 60 KB (44%) | ✓ | 3rd |
| https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.js | 40 KB | 27 KB (70%) | ✗ | 3rd |
| https://www.clarity.ms/tag/k92wmfdzpl?ref=gtm | 1 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/1e1d6f74/www-widgetapi.vflset/www-widgetapi.js | 11 KB | — | ✓ | 3rd |
| https://tamu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=170 | 0 KB | — | ✓ | 3rd |
| https://aux.tamu.edu/v1.13.2/js/aux-mega-menu.js | 3 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base | 193 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js | 436 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
DPage Weight InventoryAction97 resources · 15.2 MB · 217 KB savings availableFIX
~217.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 97 resources | 15.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction18 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 Loading6 fonts (192 KB)PASS
Web fonts
6
192 KB total
Render-blocking
0
of 6
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 Waterfall97 requests over 4616msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.tamu.edu www.tamu.edu | Other | 1434ms | 19 KB | — | $19/mo | Costly |
Unattributable Unattributable | Other | 1091ms | 0 KB | — | $14/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 495ms | 157 KB | 42% | $7/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 446ms | 26 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 368ms | 158 KB | 41% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 302ms | 139 KB | 44% | $4/mo | Costly |
aux.tamu.edu aux.tamu.edu | Other | 300ms | 174 KB | — | $4/mo | Costly |
www.youtube.com www.youtube.com | Other | 135ms | 11 KB | — | $2/mo | Optional |
aux.tamu.edu aux.tamu.edu | Other | 94ms | 40 KB | 70% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.tamu.edu adds 1434ms and costs ~$19/month
- Unattributable adds 1091ms and costs ~$14/month
- Google Tag Manager adds 495ms and costs ~$7/month
- Microsoft Clarity adds 446ms and costs ~$6/month
- Google Tag Manager adds 368ms and costs ~$5/month
- Google Tag Manager adds 302ms and costs ~$4/month
- aux.tamu.edu adds 300ms 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.tamu.edu takes 1434ms 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 1091ms 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 495ms 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 446ms 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 368ms 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 302ms 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
aux.tamu.edu takes 300ms 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 aux.tamu.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