Skip to content
https://tamu.edu

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

73
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.80 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.96 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

188 ms

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.

2.58 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.

3.39 s

Page Load Progression

823 ms
1.6 s
2.5 s
3.3 s
4.1 s
4.9 s
5.8 s
6.6 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
15.6 MB transferred, 100 requests
FIX
15.6 MB transferred, 100 requests
Critical::
Page weighs 28.0 MB (15.6 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
CSS is 281 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 281 KB
Info::
100 HTTP requests
Info::
Estimated 3.3 g CO2 per page load
15.6 MB / 2.4 MB budget
15.6 MB transferred
100 requests
3.3 g CO2 per page load
Other 11.8 MiB 75%
JavaScript 2.1 MiB 14%
Images 811.1 KiB 5%
CSS 280.9 KiB 2%
Other 212.7 KiB 1%
Fonts 192.9 KiB 1%
HTML 181.0 KiB 1%
Other 98.8 KiB 1%
Other 1.8 KiB 0%
Other 547 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (15.6 MiB of 15.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
29 scripts, 213 KB unused
FIX
29 scripts, 213 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7SWS...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-YEYQ...: 61 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MV3...: 59 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.j...: 27 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.j...: unminified — 18 KB could be saved
Info::
Total unused JavaScript: 213 KB
213 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-7SWSBYHBHJ&cx=c&gtm=4e64h1157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-YEYQJ0XWPL&cx=c&gtm=4e64h1158 KB61 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2M139 KB59 KB (43%)3rd
https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.js40 KB27 KB (70%)3rd
https://www.clarity.ms/tag/k92wmfdzpl?ref=gtm1 KB3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb146 KB3rd
https://tamu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=1700 KB3rd
https://aux.tamu.edu/v1.13.2/js/aux-mega-menu.js3 KB3rd
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,base193 KB3rd
https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js436 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
100 resources · 15.6 MB · 213 KB savings available
FIX
100 resources · 15.6 MB · 213 KB savings available
Warning::
Page weight 14.6 MB over 1MB target
Got: 15.6 MB Expected: ≤ 1 MB
Info::
~213 KB of savings available
Warning::
99 third-party resources (100% of weight)
Info::
5 resources over 200KB
100 resources · 15.6 MiB · 99 third-party 14.6 MiB over 1MB target
Media 75% · 11.8 MiB
JavaScript 14% · 2.1 MiB
Image 7% · 1.1 MiB
CSS 2% · 280.9 KiB
Font 1% · 192.9 KiB
Document 1% · 181.2 KiB
Other 0% · 4.8 KiB

~213.2 KiB of savings available

Remove unused JavaScript: 213.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Warning::
https://www.tamu.edu/_files/images/home/Ring_Day_1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.tamu.edu/_files/images/logos/primaryTA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.tamu.edu/_files/images/logos/TAM-Stack... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
19 images 652 KB
0 oversized -0 KB
16 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1367ms total JS execution
REVIEW
1367ms total JS execution
Warning::
https://www.tamu.edu/: 374ms CPU time
Warning::
Unattributable: 351ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MV3...: 239ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-YEYQ...: 151ms CPU time
Info::
https://scripts.clarity.ms/0.8.59/clarity.js: 93ms CPU time
Warning::
Third-party scripts: 1367ms (100% of total)

Main Thread Breakdown

Script Evaluation 44% Other 23% Style & Layout 16% Script Parsing & Compilation 6% Parse HTML & CSS 5% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
https://www.tamu.edu/374ms21ms1ms3rd
Unattributable351ms12ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2M239ms204ms32ms3rd
https://www.googletagmanager.com/gtag/js?id=G-YEYQJ0XWPL&cx=c&gtm=4e64h1151ms117ms32ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js93ms64ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7SWSBYHBHJ&cx=c&gtm=4e64h188ms71ms16ms3rd
https://aux.tamu.edu/v1.13.2/styles/aux-styles.css71ms0ms0ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (193 KB)
PASS
6 fonts (193 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

193 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 2.0 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 7 ms — font-display: swaphttps://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2QGYsz_wNahGAdqQ43Rh_fKD... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 49.4 KiB — 12 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2TK3iWkUHHAIjg752GT8Gl-1... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 27.8 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 34.4 KiB — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 39.3 KiB — 22 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 7 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 12 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
TK3iWkUHHAIjg752GT8Gl-1... woff2 swap
Size 28 KB
Load time 11 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 46 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 39 KB
Load time 22 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
100 requests over 5740ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.8 s LCP 2.0 shttps://tamu.edu// https://tamu.edu/ — 301 — 83 B — 222 ms — h2https://www.tamu.edu/www.tamu.edu/ https://www.tamu.edu/ — 200 — 18.9 KiB — 136 ms — h2https://aux.tamu.edu/v1.13.2/styles/aux-styles.cssaux.tamu.edu/v1.13.2/styles/aux-sty... https://aux.tamu.edu/v1.13.2/styles/aux-styles.css — 200 — 173.8 KiB — 307 ms — h2https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.jsaux.tamu.edu/v1.13.2/js/jquery-3.7.... https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.js — 200 — 39.6 KiB — 465 ms — h2https://www.tamu.edu/_files/js/scrollreveal-4.0.9.min.jswww.tamu.edu/_files/js/scrollreveal... https://www.tamu.edu/_files/js/scrollreveal-4.0.9.min.js — 200 — 6.1 KiB — 8 ms — h2https://www.tamu.edu/_files/js/copyright.jswww.tamu.edu/_files/js/copyright.js https://www.tamu.edu/_files/js/copyright.js — 200 — 857 B — 16 ms — h2https://www.tamu.edu/_files/css/news-stories-feed.csswww.tamu.edu/_files/css/news-storie... https://www.tamu.edu/_files/css/news-stories-feed.css — 200 — 1.6 KiB — 19 ms — h2https://www.tamu.edu/_files/images/logos/primaryTAM.pngwww.tamu.edu/_files/images/logos/pr... https://www.tamu.edu/_files/images/logos/primaryTAM.png — 200 — 14.3 KiB — 19 ms — h2https://www.tamu.edu/_files/images/athletics/LoneStar.pngwww.tamu.edu/_files/images/athletic... https://www.tamu.edu/_files/images/athletics/LoneStar.png — 200 — 19.5 KiB — 22 ms — h2https://www.tamu.edu/_files/images/home/hype-video-bg.jpgwww.tamu.edu/_files/images/home/hyp... https://www.tamu.edu/_files/images/home/hype-video-bg.jpg — 200 — 127.0 KiB — 12 ms — h2https://aux.tamu.edu/v1.13.2/js/aux-accordion.jsaux.tamu.edu/v1.13.2/js/aux-accordi... https://aux.tamu.edu/v1.13.2/js/aux-accordion.js — 200 — 1.7 KiB — 243 ms — h2https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swapfonts.googleapis.com/css2?family=Wo... https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap — 200 — 572 B — 139 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap — 200 — 1.6 KiB — 667 ms — h2https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap — 200 — 1.0 KiB — 122 ms — h2https://aux.tamu.edu/v1.13.2/js/aux-mega-menu.jsaux.tamu.edu/v1.13.2/js/aux-mega-me... https://aux.tamu.edu/v1.13.2/js/aux-mega-menu.js — 200 — 2.5 KiB — 258 ms — h2https://aux.tamu.edu/v1.13.2/js/aux-mobile-nav.jsaux.tamu.edu/v1.13.2/js/aux-mobile-... https://aux.tamu.edu/v1.13.2/js/aux-mobile-nav.js — 200 — 1.5 KiB — 252 ms — h2https://tamu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=170tamu.apparmor.com/Notifications/Fee... https://tamu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=170 — 200 — 247 B — 228 ms — h2https://stories.tamu.edu/wp-content/uploads/2026/03/sxsw-2026-build-8-608x405.webpstories.tamu.edu/wp-content/uploads... https://stories.tamu.edu/wp-content/uploads/2026/03/sxsw-2026-build-8-608x405.webp — 200 — 33.4 KiB — 110 ms — h3https://stories.tamu.edu/wp-content/uploads/2026/03/Dr.-Safe-20251201-NP-8-1-608x342.jpgstories.tamu.edu/wp-content/uploads... https://stories.tamu.edu/wp-content/uploads/2026/03/Dr.-Safe-20251201-NP-8-1-608x342.jpg — 200 — 38.3 KiB — 110 ms — h3https://www.tamu.edu/_files/images/home/graduate-waving.jpgwww.tamu.edu/_files/images/home/gra... https://www.tamu.edu/_files/images/home/graduate-waving.jpg — 200 — 145.2 KiB — 27 ms — h2https://www.tamu.edu/_files/images/home/Ring_Day_18.jpgwww.tamu.edu/_files/images/home/Rin... https://www.tamu.edu/_files/images/home/Ring_Day_18.jpg — 200 — 175.2 KiB — 17 ms — h2https://www.tamu.edu/_files/images/logos/TAM-Stack-white.pngwww.tamu.edu/_files/images/logos/TA... https://www.tamu.edu/_files/images/logos/TAM-Stack-white.png — 200 — 8.1 KiB — 11 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2Mwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2M — 200 — 139.0 KiB — 91 ms — h2https://www.tamu.edu/_files/icons/aux-sprite.svgwww.tamu.edu/_files/icons/aux-sprit... https://www.tamu.edu/_files/icons/aux-sprite.svg — 200 — 85.1 KiB — 22 ms — h2https://www.youtube.com/embed/btgBnmyOC9I?rel=0&enablejsapi=1&ampwww.youtube.com/embed/btgBnmyOC9I?r... https://www.youtube.com/embed/btgBnmyOC9I?rel=0&enablejsapi=1&amp — 200 — 56.6 KiB — 184 ms — h2https://aux.tamu.edu/icons/aux-prod-icons/angle-down.svgaux.tamu.edu/icons/aux-prod-icons/a... https://aux.tamu.edu/icons/aux-prod-icons/angle-down.svg — 200 — 979 B — 36 ms — h2https://www.tamu.edu/_files/icons/aux-prod-icons/circle-pause-regular.svgwww.tamu.edu/_files/icons/aux-prod-... https://www.tamu.edu/_files/icons/aux-prod-icons/circle-pause-regular.svg — 200 — 1.2 KiB — 11 ms — h2https://aux.tamu.edu/icons/aux-prod-icons/arrow-right-long.svgaux.tamu.edu/icons/aux-prod-icons/a... https://aux.tamu.edu/icons/aux-prod-icons/arrow-right-long.svg — 200 — 1.1 KiB — 245 ms — h2https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svgaux.tamu.edu/icons/aux-prod-icons/a... https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svg — 200 — 1.1 KiB — 25 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 7 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.8 s LCP 2.0 shttps://tamu.edu// https://tamu.edu/ — 301 — 83 B — 222 ms — h2https://www.tamu.edu/www.tamu.edu/ https://www.tamu.edu/ — 200 — 18.9 KiB — 136 ms — h2https://aux.tamu.edu/v1.13.2/styles/aux-styles.cssaux.tamu.edu/v1.13.2/styles/aux-sty... https://aux.tamu.edu/v1.13.2/styles/aux-styles.css — 200 — 173.8 KiB — 307 ms — h2https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.jsaux.tamu.edu/v1.13.2/js/jquery-3.7.... https://aux.tamu.edu/v1.13.2/js/jquery-3.7.1.min.js — 200 — 39.6 KiB — 465 ms — h2https://www.tamu.edu/_files/js/scrollreveal-4.0.9.min.jswww.tamu.edu/_files/js/scrollreveal... https://www.tamu.edu/_files/js/scrollreveal-4.0.9.min.js — 200 — 6.1 KiB — 8 ms — h2https://www.tamu.edu/_files/js/copyright.jswww.tamu.edu/_files/js/copyright.js https://www.tamu.edu/_files/js/copyright.js — 200 — 857 B — 16 ms — h2https://www.tamu.edu/_files/css/news-stories-feed.csswww.tamu.edu/_files/css/news-storie... https://www.tamu.edu/_files/css/news-stories-feed.css — 200 — 1.6 KiB — 19 ms — h2https://www.tamu.edu/_files/images/logos/primaryTAM.pngwww.tamu.edu/_files/images/logos/pr... https://www.tamu.edu/_files/images/logos/primaryTAM.png — 200 — 14.3 KiB — 19 ms — h2https://www.tamu.edu/_files/images/athletics/LoneStar.pngwww.tamu.edu/_files/images/athletic... https://www.tamu.edu/_files/images/athletics/LoneStar.png — 200 — 19.5 KiB — 22 ms — h2https://www.tamu.edu/_files/images/home/hype-video-bg.jpgwww.tamu.edu/_files/images/home/hyp... https://www.tamu.edu/_files/images/home/hype-video-bg.jpg — 200 — 127.0 KiB — 12 ms — h2https://aux.tamu.edu/v1.13.2/js/aux-accordion.jsaux.tamu.edu/v1.13.2/js/aux-accordi... https://aux.tamu.edu/v1.13.2/js/aux-accordion.js — 200 — 1.7 KiB — 243 ms — h2https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swapfonts.googleapis.com/css2?family=Wo... https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap — 200 — 572 B — 139 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap — 200 — 1.6 KiB — 667 ms — h2https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap — 200 — 1.0 KiB — 122 ms — h2https://aux.tamu.edu/v1.13.2/js/aux-mega-menu.jsaux.tamu.edu/v1.13.2/js/aux-mega-me... https://aux.tamu.edu/v1.13.2/js/aux-mega-menu.js — 200 — 2.5 KiB — 258 ms — h2https://aux.tamu.edu/v1.13.2/js/aux-mobile-nav.jsaux.tamu.edu/v1.13.2/js/aux-mobile-... https://aux.tamu.edu/v1.13.2/js/aux-mobile-nav.js — 200 — 1.5 KiB — 252 ms — h2https://tamu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=170tamu.apparmor.com/Notifications/Fee... https://tamu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=170 — 200 — 247 B — 228 ms — h2https://stories.tamu.edu/wp-content/uploads/2026/03/sxsw-2026-build-8-608x405.webpstories.tamu.edu/wp-content/uploads... https://stories.tamu.edu/wp-content/uploads/2026/03/sxsw-2026-build-8-608x405.webp — 200 — 33.4 KiB — 110 ms — h3https://stories.tamu.edu/wp-content/uploads/2026/03/Dr.-Safe-20251201-NP-8-1-608x342.jpgstories.tamu.edu/wp-content/uploads... https://stories.tamu.edu/wp-content/uploads/2026/03/Dr.-Safe-20251201-NP-8-1-608x342.jpg — 200 — 38.3 KiB — 110 ms — h3https://www.tamu.edu/_files/images/home/graduate-waving.jpgwww.tamu.edu/_files/images/home/gra... https://www.tamu.edu/_files/images/home/graduate-waving.jpg — 200 — 145.2 KiB — 27 ms — h2https://www.tamu.edu/_files/images/home/Ring_Day_18.jpgwww.tamu.edu/_files/images/home/Rin... https://www.tamu.edu/_files/images/home/Ring_Day_18.jpg — 200 — 175.2 KiB — 17 ms — h2https://www.tamu.edu/_files/images/logos/TAM-Stack-white.pngwww.tamu.edu/_files/images/logos/TA... https://www.tamu.edu/_files/images/logos/TAM-Stack-white.png — 200 — 8.1 KiB — 11 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2Mwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MV3VHK2M — 200 — 139.0 KiB — 91 ms — h2https://www.tamu.edu/_files/icons/aux-sprite.svgwww.tamu.edu/_files/icons/aux-sprit... https://www.tamu.edu/_files/icons/aux-sprite.svg — 200 — 85.1 KiB — 22 ms — h2https://www.youtube.com/embed/btgBnmyOC9I?rel=0&enablejsapi=1&ampwww.youtube.com/embed/btgBnmyOC9I?r... https://www.youtube.com/embed/btgBnmyOC9I?rel=0&enablejsapi=1&amp — 200 — 56.6 KiB — 184 ms — h2https://aux.tamu.edu/icons/aux-prod-icons/angle-down.svgaux.tamu.edu/icons/aux-prod-icons/a... https://aux.tamu.edu/icons/aux-prod-icons/angle-down.svg — 200 — 979 B — 36 ms — h2https://www.tamu.edu/_files/icons/aux-prod-icons/circle-pause-regular.svgwww.tamu.edu/_files/icons/aux-prod-... https://www.tamu.edu/_files/icons/aux-prod-icons/circle-pause-regular.svg — 200 — 1.2 KiB — 11 ms — h2https://aux.tamu.edu/icons/aux-prod-icons/arrow-right-long.svgaux.tamu.edu/icons/aux-prod-icons/a... https://aux.tamu.edu/icons/aux-prod-icons/arrow-right-long.svg — 200 — 1.1 KiB — 245 ms — h2https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svgaux.tamu.edu/icons/aux-prod-icons/a... https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svg — 200 — 1.1 KiB — 25 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 7 ms — h3https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2fonts.gstatic.com/s/worksans/v24/QG... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 200 — 49.4 KiB — 12 ms — h3https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2fonts.gstatic.com/s/oswald/v57/TK3i... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 200 — 27.8 KiB — 11 ms — h3https://www.tamu.edu/_files/video/www-hero-092025.mp4www.tamu.edu/_files/video/www-hero-... https://www.tamu.edu/_files/video/www-hero-092025.mp4 — 206 — 11.8 MiB — 8 ms — h2https://prod.aux.cloud.tamu.edu/icons/aux-sprite.svgprod.aux.cloud.tamu.edu/icons/aux-s... https://prod.aux.cloud.tamu.edu/icons/aux-sprite.svg — 200 — 210.7 KiB — 217 ms — h2https://www.youtube.com/embed/WucdF-5nk9M?si=3E-7ynvEwty3AEJ-www.youtube.com/embed/WucdF-5nk9M?s... https://www.youtube.com/embed/WucdF-5nk9M?si=3E-7ynvEwty3AEJ- — 200 — 53.7 KiB — 110 ms — h2https://aux.tamu.edu/icons/aux-prod-icons/gig-em-outline-dark-maroon.svgaux.tamu.edu/icons/aux-prod-icons/g... https://aux.tamu.edu/icons/aux-prod-icons/gig-em-outline-dark-maroon.svg — 200 — 1.3 KiB — 248 ms — h2https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 56.9 KiB — 24 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.4 KiB — 30 ms — h2https://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,basewww.youtube.com/s/_/ytembeds/_/js/k... 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 — 200 — 193.0 KiB — 62 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.7 KiB — 83 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 34.4 KiB — 46 ms — h2https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 0 ms — h2https://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,basewww.youtube.com/s/_/ytembeds/_/js/k... 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 — 200 — 0 B — 43 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 56 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h2https://www.googletagmanager.com/gtag/js?id=G-YEYQJ0XWPL&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-YEYQJ0XWPL&cx=c&gtm=4e64h1 — 200 — 157.9 KiB — 83 ms — h2https://www.googletagmanager.com/gtag/js?id=G-7SWSBYHBHJ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7SWSBYHBHJ&cx=c&gtm=4e64h1 — 200 — 157.1 KiB — 97 ms — h2https://www.clarity.ms/tag/k92wmfdzpl?ref=gtmwww.clarity.ms/tag/k92wmfdzpl?ref=g... https://www.clarity.ms/tag/k92wmfdzpl?ref=gtm — 200 — 1.1 KiB — 236 ms — http/1.1https://analytics.google.com/g/collect?v=2&tid=G-YEYQJ0XWPL&gtm=45je64h1v9170480273z89170468386za20gzb9170468386zd9170468386&_p=1776800102637&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=702002958&_eu=AAAAAGA&are=1&cid=1208025502.1776800104&ec_mode=a&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512542~118128922&sid=1776800103&sct=1&seg=0&dl=https%3A%2F%2Fwww.tamu.edu%2F&dt=Texas%20A%26M%20University%20%7C%20Texas%20A%26M%20University&en=page_view&_fv=1&_nsi=1&_ss=1&ep.gtm_tag_name=GA-pageviews-lookup-tag&ep.stories_tag=&ep.stories_pub_date=null&ep.stories_original_pub=null&ep.stories_post_type=null&tfd=2317analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-YEYQJ0XWPL&gtm=45je64h1v9170480273z89170468386za20gzb9170468386zd9170468386&_p=1776800102637&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=702002958&_eu=AAAAAGA&are=1&cid=1208025502.1776800104&ec_mode=a&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512542~118128922&sid=1776800103&sct=1&seg=0&dl=https%3A%2F%2Fwww.tamu.edu%2F&dt=Texas%20A%26M%20University%20%7C%20Texas%20A%26M%20University&en=page_view&_fv=1&_nsi=1&_ss=1&ep.gtm_tag_name=GA-pageviews-lookup-tag&ep.stories_tag=&ep.stories_pub_date=null&ep.stories_original_pub=null&ep.stories_post_type=null&tfd=2317 — 204 — 547 B — 105 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-YEYQJ0XWPL&cid=1208025502.1776800104&gtm=45je64h1v9170480273z89170468386za20gzb9170468386zd9170468386&rcb=6&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384406~117512542~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-YEYQJ0XWPL&cid=1208025502.1776800104&gtm=45je64h1v9170480273z89170468386za20gzb9170468386zd9170468386&rcb=6&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384406~117512542~118128922 — 204 — 547 B — 81 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 2.8 KiB — 68 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 299 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 53 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-7SWSBYHBHJ&gtm=45je64h1v896337900z89170468386za20gzb9170468386zd9170468386&_p=1776800102637&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1208025502.1776800104&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542&sid=1776800103&sct=1&seg=0&dl=https%3A%2F%2Fwww.tamu.edu%2F&dt=Texas%20A%26M%20University%20%7C%20Texas%20A%26M%20University&en=page_view&_fv=1&_ss=1&ep.gtm_tag_name=GA-pageviews-global-tag&tfd=2416www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-7SWSBYHBHJ&gtm=45je64h1v896337900z89170468386za20gzb9170468386zd9170468386&_p=1776800102637&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1208025502.1776800104&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542&sid=1776800103&sct=1&seg=0&dl=https%3A%2F%2Fwww.tamu.edu%2F&dt=Texas%20A%26M%20University%20%7C%20Texas%20A%26M%20University&en=page_view&_fv=1&_ss=1&ep.gtm_tag_name=GA-pageviews-global-tag&tfd=2416 — 204 — 547 B — 71 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 40 ms — h3https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 60 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 22 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 276 B — 239 ms — http/1.1https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 29 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 205 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 276 B — 457 ms — http/1.1https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 25 ms — h3https://i.ytimg.com/vi_webp/btgBnmyOC9I/maxresdefault.webpi.ytimg.com/vi_webp/btgBnmyOC9I/max... https://i.ytimg.com/vi_webp/btgBnmyOC9I/maxresdefault.webp — 200 — 84.5 KiB — 92 ms — h2https://i.ytimg.com/vi/WucdF-5nk9M/maxresdefault.jpgi.ytimg.com/vi/WucdF-5nk9M/maxresde... https://i.ytimg.com/vi/WucdF-5nk9M/maxresdefault.jpg — 200 — 159.6 KiB — 44 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 36 ms — h3https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 725 B — 44 ms — h2https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 517 B — 68 ms — h2https://www.tamu.edu/_files/icons/favicon/favicon.icowww.tamu.edu/_files/icons/favicon/f... https://www.tamu.edu/_files/icons/favicon/favicon.ico — 200 — 12.3 KiB — 20 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 0 B — 1 ms — h3https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=CC75118D6A1C47C393D5B9FA1A977A75&RedC=c.clarity.ms&MXFR=2A83CE159E696D6815B4D9579A696325c.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=CC75118D6A1C47C393D5B9FA1A977A75&RedC=c.clarity.ms&MXFR=2A83CE159E696D6815B4D9579A696325 — 302 — 763 B — 79 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=CC75118D6A1C47C393D5B9FA1A977A75&MUID=17021BF182BD639909930CB383826230c.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=CC75118D6A1C47C393D5B9FA1A977A75&MUID=17021BF182BD639909930CB383826230 — 200 — 467 B — 31 ms — h2https://www.youtube.com/generate_204?mwPUEgwww.youtube.com/generate_204?mwPUEg https://www.youtube.com/generate_204?mwPUEg — 204 — 10 B — 8 ms — h3https://www.youtube.com/generate_204?uxOFyAwww.youtube.com/generate_204?uxOFyA https://www.youtube.com/generate_204?uxOFyA — 204 — 10 B — 5 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 46 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 29 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 31 ms — h3https://www.youtube.com/embed/WucdF-5nk9M?si=3E-7ynvEwty3AEJ-&enablejsapi=1www.youtube.com/embed/WucdF-5nk9M?s... https://www.youtube.com/embed/WucdF-5nk9M?si=3E-7ynvEwty3AEJ-&enablejsapi=1 — 200 — 51.8 KiB — 81 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 145 B — 32 ms — h3https://www.youtube.com/api/stats/atr?ns=yt&el=embedded&cpn=mbynEnObwQJ853o8&ver=2&cmt=0&fs=0&rt=0.897&euri=https%3A%2F%2Fwww.tamu.edu%2F&lact=926&cl=901361096&mos=0&volume=100&cbrand=apple&cbr=Chrome&cbrver=146.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260421.01.00&cplayer=UNIPLAYER&cos=Macintosh&cosver=10_15_7&cplatform=DESKTOP&epm=1&hl=en_US&cr=US&len=106&fexp=v1%2C24004644%2C494889%2C26510702%2C53408%2C34656%2C106030%2C18644%2C117689%2C9252%2C3479%2C13030%2C6258%2C16948%2C69795%2C30907%2C12608%2C2497%2C20831%2C4228%2C4174%2C30447%2C13516%2C5189%2C21437%2C4571%2C5237%2C5801%2C1978%2C13109%2C2978%2C9404%2C23826%2C9500%2C1840%2C12605%2C9869%2C11771%2C1365%2C10105%2C13160%2C16832%2C4359%2C329%2C9420%2C1564%2C9256%2C450%2C14341%2C3305%2C966%2C386%2C954%2C2754%2C9842%2C6727%2C5558%2C2195%2C9655%2C3572%2C3472%2C3548%2C3426%2C1302%2C3881%2C4566%2C1836%2C9515%2C8954%2C3104%2C2116%2C1526&muted=0&docid=WucdF-5nk9Mwww.youtube.com/api/stats/atr?ns=yt... https://www.youtube.com/api/stats/atr?ns=yt&el=embedded&cpn=mbynEnObwQJ853o8&ver=2&cmt=0&fs=0&rt=0.897&euri=https%3A%2F%2Fwww.tamu.edu%2F&lact=926&cl=901361096&mos=0&volume=100&cbrand=apple&cbr=Chrome&cbrver=146.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260421.01.00&cplayer=UNIPLAYER&cos=Macintosh&cosver=10_15_7&cplatform=DESKTOP&epm=1&hl=en_US&cr=US&len=106&fexp=v1%2C24004644%2C494889%2C26510702%2C53408%2C34656%2C106030%2C18644%2C117689%2C9252%2C3479%2C13030%2C6258%2C16948%2C69795%2C30907%2C12608%2C2497%2C20831%2C4228%2C4174%2C30447%2C13516%2C5189%2C21437%2C4571%2C5237%2C5801%2C1978%2C13109%2C2978%2C9404%2C23826%2C9500%2C1840%2C12605%2C9869%2C11771%2C1365%2C10105%2C13160%2C16832%2C4359%2C329%2C9420%2C1564%2C9256%2C450%2C14341%2C3305%2C966%2C386%2C954%2C2754%2C9842%2C6727%2C5558%2C2195%2C9655%2C3572%2C3472%2C3548%2C3426%2C1302%2C3881%2C4566%2C1836%2C9515%2C8954%2C3104%2C2116%2C1526&muted=0&docid=WucdF-5nk9M — -1 — 0 B — 5 ms — https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — -1 — 0 B — 2 ms — https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.iLl3DKTx01E.es5.O/am=AAAABA/d=1/br=1/rs=AGKMywFFpF_H_axXXdNkCUfjhvTDOly8rA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.iLl3DKTx01E.es5.O/am=AAAABA/d=1/br=1/rs=AGKMywFFpF_H_axXXdNkCUfjhvTDOly8rA/m=root,base — 200 — 214.7 KiB — 51 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed.vflset/en_US/base.js — 200 — 471.6 KiB — 66 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 200 — 39.3 KiB — 22 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 105 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.iLl3DKTx01E.es5.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFFpF_H_axXXdNkCUfjhvTDOly8rA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.iLl3DKTx01E.es5.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFFpF_H_axXXdNkCUfjhvTDOly8rA/m=r78Drb — 200 — 160.9 KiB — 18 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 27 ms — h3https://i.ytimg.com/vi/WucdF-5nk9M/maxresdefault.jpgi.ytimg.com/vi/WucdF-5nk9M/maxresde... https://i.ytimg.com/vi/WucdF-5nk9M/maxresdefault.jpg — 200 — 0 B — 1 ms — h2https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 0 B — 7 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 28 ms — h3https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 0 B — 1 ms — h3https://www.youtube.com/generate_204?OoKDBAwww.youtube.com/generate_204?OoKDBA https://www.youtube.com/generate_204?OoKDBA — 204 — 10 B — 5 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 145 B — 35 ms — h3https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 276 B — 81 ms — http/1.1https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 97 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1367ms · 673KB · $18/mo
www.tamu.edu
Other
Costly
Execution 374ms
Transfer 19 KB
Monthly Cost $5/mo
Unattributable
Other
Costly
Execution 351ms
Transfer 0 KB
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 239ms
Transfer 139 KB
Unused 43%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 151ms
Transfer 158 KB
Unused 39%
Monthly Cost $2/mo
Microsoft Clarity
Session Replay
Optional
Execution 93ms
Transfer 26 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 88ms
Transfer 157 KB
Unused 42%
Monthly Cost $1/mo
aux.tamu.edu
Other
Optional
Execution 71ms
Transfer 174 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.tamu.edu adds 374ms and costs ~$5/month
  • Unattributable adds 351ms and costs ~$5/month
  • Google Tag Manager adds 239ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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 374ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 351ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 239ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback