Skip to content
https://nmsu.edu

Performance

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

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

72
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.
92
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.42 s

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

2.93 s

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

0 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.005

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

2.93 s

Page Load Progression

818 ms
1.6 s
2.5 s
3.3 s
4.1 s
4.9 s
5.7 s
6.5 s
Checks
15
6 PASS 5 REVIEW 2 FIX
F
Page Weight Budget
Action
9.6 MB transferred, 97 requests
FIX
9.6 MB transferred, 97 requests
Critical::
Page weighs 12.2 MB (9.6 MB transferred)
Warning::
Images are 4.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.7 MB
Warning::
JavaScript is 754 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 754 KB
Info::
Fonts are 361 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 361 KB
Info::
97 HTTP requests
Info::
Estimated 2.0 g CO2 per page load
9.6 MB / 2.4 MB budget
9.6 MB transferred
97 requests
2.0 g CO2 per page load
Images 4.7 MiB 49%
Other 3.6 MiB 37%
JavaScript 754.1 KiB 8%
Fonts 360.6 KiB 4%
CSS 184.1 KiB 2%
HTML 21.4 KiB 0%
Other 14.9 KiB 0%
Other 1.9 KiB 0%
Other 640 B 0%
Other 553 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

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.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

D
JS Bundles
Action
25 scripts, 302 KB unused
FIX
25 scripts, 302 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-700F...: 113 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-700F...: 66 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MPF...: 63 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://nmsu.edu/assets/vendor/leaflet/dist/leafle...: 39 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://nmsu.edu/assets/vendor/bootstrap/dist/js/b...: 20 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 302 KB
302 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-700FE064YB&cx=c&gtm=4e64k0172 KB113 KB (66%)3rd
https://www.googletagmanager.com/gtag/js?id=G-700FE064YB172 KB66 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MPFB2G6118 KB63 KB (54%)3rd
https://nmsu.edu/assets/vendor/leaflet/dist/leaflet.js47 KB39 KB (83%)1st
https://nmsu.edu/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js24 KB20 KB (83%)1st
https://nmsu.edu/assets/vendor/slick-carousel/slick/slick.js17 KB1st
https://nmsu.edu/assets/vendor/hs-go-to/dist/hs-go-to.min.js2 KB1st
https://nmsu.edu/assets/vendor/hs-unfold/dist/hs-unfold.min.js6 KB1st
https://nmsu.edu/assets/vendor/typed.js/lib/typed.min.js4 KB1st
https://nmsu.edu/assets/vendor/hs-counter/dist/hs-counter.min.js2 KB1st

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

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

C
Image Optimization
Action
37 images, 0 KB saveable
REVIEW
37 images, 0 KB saveable
Warning::
https://nmsu.edu/assets/svg/logos/logo-mobile.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nmsu.edu/assets/svg/logos/logo-white_w_tag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nmsu.edu/assets/img/backgrounds/g_tower.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nmsu.edu/assets/svg/components/dots-3.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nmsu.edu/assets/vendor/flag-icon-css/flags... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nmsu.edu/assets/img/2025_ranking.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
37 images 4.7 MB
0 oversized -0 KB
35 legacy format
6 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

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

B
JS Execution Cost
599ms total JS execution
REVIEW
599ms total JS execution
Info::
Unattributable: 223ms CPU time
Info::
https://nmsu.edu/: 186ms CPU time
Info::
https://nmsu.edu/assets/vendor/jquery/dist/jquery....: 107ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-700F...: 84ms CPU time
Warning::
Third-party scripts: 307ms (51% of total)

Main Thread Breakdown

Other 35% Script Evaluation 29% Style & Layout 19% Script Parsing & Compilation 8% Rendering 5% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable223ms4ms0ms3rd
https://nmsu.edu/186ms6ms1ms1st
https://nmsu.edu/assets/vendor/jquery/dist/jquery.min.js107ms60ms3ms1st
https://www.googletagmanager.com/gtag/js?id=G-700FE064YB84ms66ms15ms3rd
C
Page Weight Inventory
Action
97 resources · 9.6 MB · 302 KB savings available
REVIEW
97 resources · 9.6 MB · 302 KB savings available
Warning::
Page weight 8.6 MB over 1MB target
Got: 9.6 MB Expected: ≤ 1 MB
Info::
~302 KB of savings available
Info::
27 third-party resources (8% of weight)
Info::
9 resources over 200KB
97 resources · 9.6 MiB · 27 third-party 8.6 MiB over 1MB target
Image 49% · 4.7 MiB
Media 37% · 3.6 MiB
JavaScript 8% · 754.1 KiB
Font 4% · 360.6 KiB
CSS 2% · 184.1 KiB
Document 0% · 21.4 KiB
Other 0% · 3.0 KiB

~301.5 KiB of savings available

Remove unused JavaScript: 301.5 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
max-age=0, must-revalidate, private
REVIEW
max-age=0, must-revalidate, private
Info::
Cache-Control header is set
Got: max-age=0, must-revalidate, private
Info::
ETag present — enables conditional (304) responses
Cache-Control

max-age=0, must-revalidate, private

DirectiveValueMeaning
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
privateOnly browser cache, not CDN/proxy
A+
Third-Party Impact
8% third-party, 0 ms blocking
PASS
8% third-party, 0 ms blocking
Info::
Third-party code accounts for 8% of page weight (739.2 KiB of 9.6 MiB)
Info::
Third-party blocking time is low (0 ms)
92%
First-party Third-party
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 (361 KB)
PASS
6 fonts (361 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

361 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.4 s LCP 2.9 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 — 68 ms — font-display: swaphttps://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-solid-900.woff2 — 78.6 KiB — 601 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 55 ms — font-display: swaphttps://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-regular-400.woff2 — 13.3 KiB — 367 ms — font-display: swaphttps://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-brands-400.woff2 — 76.9 KiB — 569 ms — font-display: swaphttps://use.fontawesome.com/releases/v6.5.1/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://use.fontawesome.com/releases/v6.5.1/webfonts/fa-brands-400.woff2 — 115.1 KiB — 46 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 68 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 79 KB
Load time 601 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 55 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 13 KB
Load time 367 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 77 KB
Load time 569 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 115 KB
Load time 46 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~58 KB and ~116 ms

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
97 requests over 4484ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 2.9 shttps://nmsu.edu// https://nmsu.edu/ — 200 — 21.4 KiB — 699 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap — 200 — 1.7 KiB — 114 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap — 200 — 1.1 KiB — 95 ms — h2https://use.fontawesome.com/releases/v6.5.1/css/all.cssuse.fontawesome.com/releases/v6.5.1... https://use.fontawesome.com/releases/v6.5.1/css/all.css — 200 — 24.4 KiB — 83 ms — h2https://nmsu.edu/assets/vendor/fontawesome/css/all.min.css/assets/vendor/fontawesome/css/all.... https://nmsu.edu/assets/vendor/fontawesome/css/all.min.css — 200 — 13.4 KiB — 228 ms — h2https://nmsu.edu/assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.css/assets/vendor/hs-mega-menu/dist/hs... https://nmsu.edu/assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.css — 200 — 734 B — 502 ms — h2https://nmsu.edu/assets/vendor/full-screen-push/assets/css/style.css/assets/vendor/full-screen-push/ass... https://nmsu.edu/assets/vendor/full-screen-push/assets/css/style.css — 200 — 10.7 KiB — 604 ms — h2https://nmsu.edu/assets/vendor/aos/dist/aos.css/assets/vendor/aos/dist/aos.css https://nmsu.edu/assets/vendor/aos/dist/aos.css — 200 — 2.2 KiB — 510 ms — h2https://nmsu.edu/assets/vendor/slick-carousel/slick/slick.css/assets/vendor/slick-carousel/slick... https://nmsu.edu/assets/vendor/slick-carousel/slick/slick.css — 200 — 665 B — 420 ms — h2https://mayday.nmsu.edu/stylesheets/mayday.min.cssmayday.nmsu.edu/stylesheets/mayday.... https://mayday.nmsu.edu/stylesheets/mayday.min.css — 200 — 3.5 KiB — 674 ms — http/1.1https://nmsu.edu/assets/vendor/cubeportfolio/css/cubeportfolio.min.css/assets/vendor/cubeportfolio/css/cu... https://nmsu.edu/assets/vendor/cubeportfolio/css/cubeportfolio.min.css — 200 — 14.2 KiB — 605 ms — h2https://nmsu.edu/assets/vendor/leaflet/dist/leaflet.css/assets/vendor/leaflet/dist/leaflet... https://nmsu.edu/assets/vendor/leaflet/dist/leaflet.css — 200 — 3.8 KiB — 512 ms — h2https://nmsu.edu/assets/vendor/hs-video-bg/dist/hs-video-bg.min.css/assets/vendor/hs-video-bg/dist/hs-... https://nmsu.edu/assets/vendor/hs-video-bg/dist/hs-video-bg.min.css — 200 — 261 B — 419 ms — h2https://nmsu.edu/assets/vendor/dzsparallaxer/dzsparallaxer.css/assets/vendor/dzsparallaxer/dzspar... https://nmsu.edu/assets/vendor/dzsparallaxer/dzsparallaxer.css — 200 — 3.7 KiB — 513 ms — h2https://nmsu.edu/assets/vendor/fancyapps/fancybox/dist/jquery.fancybox.min.css/assets/vendor/fancyapps/fancybox/d... https://nmsu.edu/assets/vendor/fancyapps/fancybox/dist/jquery.fancybox.min.css — 200 — 3.3 KiB — 421 ms — h2https://nmsu.edu/assets/css/theme.min.css/assets/css/theme.min.css https://nmsu.edu/assets/css/theme.min.css — 200 — 72.0 KiB — 1.1 s — h2https://nmsu.edu/assets/css/top-menu.css/assets/css/top-menu.css https://nmsu.edu/assets/css/top-menu.css — 200 — 22.7 KiB — 708 ms — h2https://nmsu.edu/assets/css/custom.css/assets/css/custom.css https://nmsu.edu/assets/css/custom.css — 200 — 1.2 KiB — 422 ms — h2https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.csscdn.datatables.net/1.10.21/css/jque... https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css — 200 — 2.4 KiB — 72 ms — h2https://nmsu.edu/assets/svg/logos/logo-hp-header.svg/assets/svg/logos/logo-hp-header.sv... https://nmsu.edu/assets/svg/logos/logo-hp-header.svg — 200 — 3.8 KiB — 424 ms — h2https://nmsu.edu/assets/svg/logos/logo-mobile.svg/assets/svg/logos/logo-mobile.svg https://nmsu.edu/assets/svg/logos/logo-mobile.svg — 200 — 8.2 KiB — 422 ms — h2https://nmsu.edu/assets/svg/icons/menu.svg/assets/svg/icons/menu.svg https://nmsu.edu/assets/svg/icons/menu.svg — 200 — 1.2 KiB — 220 ms — h2https://nmsu.edu/assets/svg/icons/icon-15.svg/assets/svg/icons/icon-15.svg https://nmsu.edu/assets/svg/icons/icon-15.svg — 200 — 2.9 KiB — 220 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,800,700|Merriweather:400,700fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,800,700|Merriweather:400,700 — 200 — 2.0 KiB — 33 ms — h2https://nmsu.edu/assets/svg/icons/icon-1.svg/assets/svg/icons/icon-1.svg https://nmsu.edu/assets/svg/icons/icon-1.svg — 200 — 1.8 KiB — 220 ms — h2https://cdn.bc0a.com/autopilot/f00000000316270/autopilot_sdk.jscdn.bc0a.com/autopilot/f00000000316... https://cdn.bc0a.com/autopilot/f00000000316270/autopilot_sdk.js — 200 — 24.3 KiB — 71 ms — h2https://nmsu.edu/assets/vendor/jquery/dist/jquery.min.js/assets/vendor/jquery/dist/jquery.m... https://nmsu.edu/assets/vendor/jquery/dist/jquery.min.js — 200 — 33.1 KiB — 224 ms — h2https://nmsu.edu/assets/vendor/jquery-migrate/dist/jquery-migrate.min.js/assets/vendor/jquery-migrate/dist/... https://nmsu.edu/assets/vendor/jquery-migrate/dist/jquery-migrate.min.js — 200 — 4.1 KiB — 221 ms — h2https://nmsu.edu/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js/assets/vendor/bootstrap/dist/js/bo... https://nmsu.edu/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js — 200 — 24.4 KiB — 227 ms — h2https://nmsu.edu/assets/vendor/hs-header/dist/hs-header.min.js/assets/vendor/hs-header/dist/hs-he... https://nmsu.edu/assets/vendor/hs-header/dist/hs-header.min.js — 200 — 9.1 KiB — 417 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 2.9 shttps://nmsu.edu// https://nmsu.edu/ — 200 — 21.4 KiB — 699 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap — 200 — 1.7 KiB — 114 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap — 200 — 1.1 KiB — 95 ms — h2https://use.fontawesome.com/releases/v6.5.1/css/all.cssuse.fontawesome.com/releases/v6.5.1... https://use.fontawesome.com/releases/v6.5.1/css/all.css — 200 — 24.4 KiB — 83 ms — h2https://nmsu.edu/assets/vendor/fontawesome/css/all.min.css/assets/vendor/fontawesome/css/all.... https://nmsu.edu/assets/vendor/fontawesome/css/all.min.css — 200 — 13.4 KiB — 228 ms — h2https://nmsu.edu/assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.css/assets/vendor/hs-mega-menu/dist/hs... https://nmsu.edu/assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.css — 200 — 734 B — 502 ms — h2https://nmsu.edu/assets/vendor/full-screen-push/assets/css/style.css/assets/vendor/full-screen-push/ass... https://nmsu.edu/assets/vendor/full-screen-push/assets/css/style.css — 200 — 10.7 KiB — 604 ms — h2https://nmsu.edu/assets/vendor/aos/dist/aos.css/assets/vendor/aos/dist/aos.css https://nmsu.edu/assets/vendor/aos/dist/aos.css — 200 — 2.2 KiB — 510 ms — h2https://nmsu.edu/assets/vendor/slick-carousel/slick/slick.css/assets/vendor/slick-carousel/slick... https://nmsu.edu/assets/vendor/slick-carousel/slick/slick.css — 200 — 665 B — 420 ms — h2https://mayday.nmsu.edu/stylesheets/mayday.min.cssmayday.nmsu.edu/stylesheets/mayday.... https://mayday.nmsu.edu/stylesheets/mayday.min.css — 200 — 3.5 KiB — 674 ms — http/1.1https://nmsu.edu/assets/vendor/cubeportfolio/css/cubeportfolio.min.css/assets/vendor/cubeportfolio/css/cu... https://nmsu.edu/assets/vendor/cubeportfolio/css/cubeportfolio.min.css — 200 — 14.2 KiB — 605 ms — h2https://nmsu.edu/assets/vendor/leaflet/dist/leaflet.css/assets/vendor/leaflet/dist/leaflet... https://nmsu.edu/assets/vendor/leaflet/dist/leaflet.css — 200 — 3.8 KiB — 512 ms — h2https://nmsu.edu/assets/vendor/hs-video-bg/dist/hs-video-bg.min.css/assets/vendor/hs-video-bg/dist/hs-... https://nmsu.edu/assets/vendor/hs-video-bg/dist/hs-video-bg.min.css — 200 — 261 B — 419 ms — h2https://nmsu.edu/assets/vendor/dzsparallaxer/dzsparallaxer.css/assets/vendor/dzsparallaxer/dzspar... https://nmsu.edu/assets/vendor/dzsparallaxer/dzsparallaxer.css — 200 — 3.7 KiB — 513 ms — h2https://nmsu.edu/assets/vendor/fancyapps/fancybox/dist/jquery.fancybox.min.css/assets/vendor/fancyapps/fancybox/d... https://nmsu.edu/assets/vendor/fancyapps/fancybox/dist/jquery.fancybox.min.css — 200 — 3.3 KiB — 421 ms — h2https://nmsu.edu/assets/css/theme.min.css/assets/css/theme.min.css https://nmsu.edu/assets/css/theme.min.css — 200 — 72.0 KiB — 1.1 s — h2https://nmsu.edu/assets/css/top-menu.css/assets/css/top-menu.css https://nmsu.edu/assets/css/top-menu.css — 200 — 22.7 KiB — 708 ms — h2https://nmsu.edu/assets/css/custom.css/assets/css/custom.css https://nmsu.edu/assets/css/custom.css — 200 — 1.2 KiB — 422 ms — h2https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.csscdn.datatables.net/1.10.21/css/jque... https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css — 200 — 2.4 KiB — 72 ms — h2https://nmsu.edu/assets/svg/logos/logo-hp-header.svg/assets/svg/logos/logo-hp-header.sv... https://nmsu.edu/assets/svg/logos/logo-hp-header.svg — 200 — 3.8 KiB — 424 ms — h2https://nmsu.edu/assets/svg/logos/logo-mobile.svg/assets/svg/logos/logo-mobile.svg https://nmsu.edu/assets/svg/logos/logo-mobile.svg — 200 — 8.2 KiB — 422 ms — h2https://nmsu.edu/assets/svg/icons/menu.svg/assets/svg/icons/menu.svg https://nmsu.edu/assets/svg/icons/menu.svg — 200 — 1.2 KiB — 220 ms — h2https://nmsu.edu/assets/svg/icons/icon-15.svg/assets/svg/icons/icon-15.svg https://nmsu.edu/assets/svg/icons/icon-15.svg — 200 — 2.9 KiB — 220 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,800,700|Merriweather:400,700fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,800,700|Merriweather:400,700 — 200 — 2.0 KiB — 33 ms — h2https://nmsu.edu/assets/svg/icons/icon-1.svg/assets/svg/icons/icon-1.svg https://nmsu.edu/assets/svg/icons/icon-1.svg — 200 — 1.8 KiB — 220 ms — h2https://cdn.bc0a.com/autopilot/f00000000316270/autopilot_sdk.jscdn.bc0a.com/autopilot/f00000000316... https://cdn.bc0a.com/autopilot/f00000000316270/autopilot_sdk.js — 200 — 24.3 KiB — 71 ms — h2https://nmsu.edu/assets/vendor/jquery/dist/jquery.min.js/assets/vendor/jquery/dist/jquery.m... https://nmsu.edu/assets/vendor/jquery/dist/jquery.min.js — 200 — 33.1 KiB — 224 ms — h2https://nmsu.edu/assets/vendor/jquery-migrate/dist/jquery-migrate.min.js/assets/vendor/jquery-migrate/dist/... https://nmsu.edu/assets/vendor/jquery-migrate/dist/jquery-migrate.min.js — 200 — 4.1 KiB — 221 ms — h2https://nmsu.edu/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js/assets/vendor/bootstrap/dist/js/bo... https://nmsu.edu/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js — 200 — 24.4 KiB — 227 ms — h2https://nmsu.edu/assets/vendor/hs-header/dist/hs-header.min.js/assets/vendor/hs-header/dist/hs-he... https://nmsu.edu/assets/vendor/hs-header/dist/hs-header.min.js — 200 — 9.1 KiB — 417 ms — h2https://nmsu.edu/assets/vendor/hs-go-to/dist/hs-go-to.min.js/assets/vendor/hs-go-to/dist/hs-go-... https://nmsu.edu/assets/vendor/hs-go-to/dist/hs-go-to.min.js — 200 — 1.9 KiB — 231 ms — h2https://nmsu.edu/assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.js/assets/vendor/hs-mega-menu/dist/hs... https://nmsu.edu/assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.js — 200 — 30.6 KiB — 422 ms — h2https://nmsu.edu/assets/vendor/hs-unfold/dist/hs-unfold.min.js/assets/vendor/hs-unfold/dist/hs-un... https://nmsu.edu/assets/vendor/hs-unfold/dist/hs-unfold.min.js — 200 — 6.0 KiB — 328 ms — h2https://nmsu.edu/assets/vendor/typed.js/lib/typed.min.js/assets/vendor/typed.js/lib/typed.m... https://nmsu.edu/assets/vendor/typed.js/lib/typed.min.js — 200 — 3.7 KiB — 234 ms — h2https://nmsu.edu/assets/vendor/hs-counter/dist/hs-counter.min.js/assets/vendor/hs-counter/dist/hs-c... https://nmsu.edu/assets/vendor/hs-counter/dist/hs-counter.min.js — 200 — 2.0 KiB — 232 ms — h2https://nmsu.edu/assets/vendor/appear/dist/appear.min.js/assets/vendor/appear/dist/appear.m... https://nmsu.edu/assets/vendor/appear/dist/appear.min.js — 200 — 982 B — 235 ms — h2https://nmsu.edu/assets/vendor/hs-sticky-block/dist/hs-sticky-block.min.js/assets/vendor/hs-sticky-block/dist... https://nmsu.edu/assets/vendor/hs-sticky-block/dist/hs-sticky-block.min.js — 200 — 2.2 KiB — 234 ms — h2https://nmsu.edu/assets/vendor/slick-carousel/slick/slick.js/assets/vendor/slick-carousel/slick... https://nmsu.edu/assets/vendor/slick-carousel/slick/slick.js — 200 — 16.8 KiB — 424 ms — h2https://nmsu.edu/assets/vendor/cubeportfolio/js/jquery.cubeportfolio.min.js/assets/vendor/cubeportfolio/js/jqu... https://nmsu.edu/assets/vendor/cubeportfolio/js/jquery.cubeportfolio.min.js — 200 — 21.6 KiB — 438 ms — h2https://nmsu.edu/assets/vendor/leaflet/dist/leaflet.js/assets/vendor/leaflet/dist/leaflet... https://nmsu.edu/assets/vendor/leaflet/dist/leaflet.js — 200 — 46.7 KiB — 516 ms — h2https://nmsu.edu/assets/vendor/hs-video-bg/dist/hs-video-bg.min.js/assets/vendor/hs-video-bg/dist/hs-... https://nmsu.edu/assets/vendor/hs-video-bg/dist/hs-video-bg.min.js — 200 — 2.9 KiB — 235 ms — h2https://nmsu.edu/assets/vendor/dzsparallaxer/dzsparallaxer.js/assets/vendor/dzsparallaxer/dzspar... https://nmsu.edu/assets/vendor/dzsparallaxer/dzsparallaxer.js — 200 — 5.2 KiB — 326 ms — h2https://nmsu.edu/assets/vendor/fancyapps/fancybox/dist/jquery.fancybox.min.js/assets/vendor/fancyapps/fancybox/d... https://nmsu.edu/assets/vendor/fancyapps/fancybox/dist/jquery.fancybox.min.js — 200 — 23.7 KiB — 437 ms — h2https://mayday.nmsu.edu/js/mayday.min.jsmayday.nmsu.edu/js/mayday.min.js https://mayday.nmsu.edu/js/mayday.min.js — 200 — 4.1 KiB — 179 ms — http/1.1https://nmsu.edu/assets/js/theme.min.js/assets/js/theme.min.js https://nmsu.edu/assets/js/theme.min.js — 200 — 10.8 KiB — 327 ms — h2https://www.googletagmanager.com/gtag/js?id=G-700FE064YBwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-700FE064YB — 200 — 172.1 KiB — 201 ms — h2https://nmsu.edu/assets/svg/icons/icon-31.svg/assets/svg/icons/icon-31.svg https://nmsu.edu/assets/svg/icons/icon-31.svg — 200 — 2.7 KiB — 444 ms — h2https://nmsu.edu/assets/svg/icons/icon-21.svg/assets/svg/icons/icon-21.svg https://nmsu.edu/assets/svg/icons/icon-21.svg — 200 — 2.0 KiB — 285 ms — h2https://nmsu.edu/assets/svg/icons/icon-one-stop.svg/assets/svg/icons/icon-one-stop.svg https://nmsu.edu/assets/svg/icons/icon-one-stop.svg — 200 — 6.4 KiB — 419 ms — h2https://nmsu.edu/assets/svg/icons/icon-apply.svg/assets/svg/icons/icon-apply.svg https://nmsu.edu/assets/svg/icons/icon-apply.svg — 200 — 2.0 KiB — 417 ms — h2https://nmsu.edu/assets/img/navs/admissions.jpg/assets/img/navs/admissions.jpg https://nmsu.edu/assets/img/navs/admissions.jpg — 200 — 564.6 KiB — 1.2 s — h2https://nmsu.edu/assets/svg/icons/icon-11.svg/assets/svg/icons/icon-11.svg https://nmsu.edu/assets/svg/icons/icon-11.svg — 200 — 3.8 KiB — 424 ms — h2https://nmsu.edu/assets/svg/icons/icon-12.svg/assets/svg/icons/icon-12.svg https://nmsu.edu/assets/svg/icons/icon-12.svg — 200 — 1.4 KiB — 433 ms — h2https://nmsu.edu/assets/img/navs/academics.jpg/assets/img/navs/academics.jpg https://nmsu.edu/assets/img/navs/academics.jpg — 200 — 392.1 KiB — 977 ms — h2https://nmsu.edu/assets/svg/icons/icon-housing.svg/assets/svg/icons/icon-housing.svg https://nmsu.edu/assets/svg/icons/icon-housing.svg — 200 — 6.5 KiB — 433 ms — h2https://nmsu.edu/assets/svg/icons/icon-dining.svg/assets/svg/icons/icon-dining.svg https://nmsu.edu/assets/svg/icons/icon-dining.svg — 200 — 9.6 KiB — 435 ms — h2https://nmsu.edu/assets/img/navs/student-life.jpg/assets/img/navs/student-life.jpg https://nmsu.edu/assets/img/navs/student-life.jpg — 200 — 488.9 KiB — 1.1 s — h2https://nmsu.edu/assets/svg/icons/icon-locateoffice.svg/assets/svg/icons/icon-locateoffice... https://nmsu.edu/assets/svg/icons/icon-locateoffice.svg — 200 — 1.7 KiB — 436 ms — h2https://nmsu.edu/assets/svg/icons/icon-publications.svg/assets/svg/icons/icon-publications... https://nmsu.edu/assets/svg/icons/icon-publications.svg — 200 — 2.2 KiB — 438 ms — h2https://nmsu.edu/assets/img/navs/extension.jpg/assets/img/navs/extension.jpg https://nmsu.edu/assets/img/navs/extension.jpg — 200 — 66.8 KiB — 632 ms — h2https://nmsu.edu/assets/video/homepage-highlights.jpg/assets/video/homepage-highlights.j... https://nmsu.edu/assets/video/homepage-highlights.jpg — 200 — 72.1 KiB — 621 ms — h2https://nmsu.edu/assets/img/backgrounds/g_tower.jpg/assets/img/backgrounds/g_tower.jpg https://nmsu.edu/assets/img/backgrounds/g_tower.jpg — 200 — 188.1 KiB — 722 ms — h2https://nmsu.edu/assets/svg/icons/trophy.svg/assets/svg/icons/trophy.svg https://nmsu.edu/assets/svg/icons/trophy.svg — 200 — 2.0 KiB — 446 ms — h2https://nmsu.edu/assets/svg/icons/nm-map.svg/assets/svg/icons/nm-map.svg https://nmsu.edu/assets/svg/icons/nm-map.svg — 200 — 11.3 KiB — 447 ms — h2https://nmsu.edu/assets/svg/components/dots-3.svg/assets/svg/components/dots-3.svg https://nmsu.edu/assets/svg/components/dots-3.svg — 200 — 5.5 KiB — 446 ms — h2https://nmsu.edu/assets/svg/icons/ratio.svg/assets/svg/icons/ratio.svg https://nmsu.edu/assets/svg/icons/ratio.svg — 200 — 4.3 KiB — 442 ms — h2https://nmsu.edu/assets/img/news/Jan_05-TRIO.jpeg/assets/img/news/Jan_05-TRIO.jpeg https://nmsu.edu/assets/img/news/Jan_05-TRIO.jpeg — 200 — 350.3 KiB — 912 ms — h2https://nmsu.edu/assets/img/news/Jan_05_Rodeo.jpg/assets/img/news/Jan_05_Rodeo.jpg https://nmsu.edu/assets/img/news/Jan_05_Rodeo.jpg — 200 — 278.9 KiB — 906 ms — h2https://nmsu.edu/assets/img/features/socialmedia_banner.png/assets/img/features/socialmedia_ba... https://nmsu.edu/assets/img/features/socialmedia_banner.png — 200 — 1.7 MiB — 2.5 s — h2https://nmsu.edu/assets/svg/logos/logo-white_w_tagline-footer.svg/assets/svg/logos/logo-white_w_tagl... https://nmsu.edu/assets/svg/logos/logo-white_w_tagline-footer.svg — 200 — 13.1 KiB — 448 ms — h2https://nmsu.edu/assets/img/2025_ranking.svg/assets/img/2025_ranking.svg https://nmsu.edu/assets/img/2025_ranking.svg — 200 — 14.1 KiB — 551 ms — h2https://nmsu.edu/assets/vendor/flag-icon-css/flags/4x3/us.svg/assets/vendor/flag-icon-css/flags/... https://nmsu.edu/assets/vendor/flag-icon-css/flags/4x3/us.svg — 200 — 4.4 KiB — 449 ms — h2https://siteimproveanalytics.com/js/siteanalyze_66356457.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_66356457.js — 200 — 9.5 KiB — 59 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-MPFB2G6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MPFB2G6 — 200 — 117.5 KiB — 161 ms — h2https://collector-44309.us.tvsquared.com/tv2track.jscollector-44309.us.tvsquared.com/tv... https://collector-44309.us.tvsquared.com/tv2track.js — 200 — 8.7 KiB — 482 ms — http/1.1https://ixfd2-api.bc0a.com/api/ixf/1.0.0/get_capsule/f00000000316270/339092151?client=js_sdk&client_version=1.5.14ixfd2-api.bc0a.com/api/ixf/1.0.0/ge... https://ixfd2-api.bc0a.com/api/ixf/1.0.0/get_capsule/f00000000316270/339092151?client=js_sdk&client_version=1.5.14 — 200 — 1.1 KiB — 95 ms — h2data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http:/…data:image/svg+xml,%3Csvg width='24... data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http:/… — 200 — 0 B — 0 ms — datahttps://nmsu.edu/assets/img/features/Skeen_Hall.jpg/assets/img/features/Skeen_Hall.jpg https://nmsu.edu/assets/img/features/Skeen_Hall.jpg — 200 — 543.0 KiB — 1.2 s — 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 — 68 ms — h3https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-solid-900.woff2/assets/vendor/fontawesome/webfonts... https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-solid-900.woff2 — 200 — 78.6 KiB — 601 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 55 ms — h3https://nmsu.edu/assets/video/homepage-highlights.mp4/assets/video/homepage-highlights.m... https://nmsu.edu/assets/video/homepage-highlights.mp4 — 206 — 1.8 MiB — 2.4 s — h2data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f7faff' xmlns='http:/…data:image/svg+xml,%3Csvg width='24... data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f7faff' xmlns='http:/… — 200 — 0 B — 0 ms — datahttps://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-regular-400.woff2/assets/vendor/fontawesome/webfonts... https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-regular-400.woff2 — 200 — 13.3 KiB — 367 ms — h2https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-brands-400.woff2/assets/vendor/fontawesome/webfonts... https://nmsu.edu/assets/vendor/fontawesome/webfonts/fa-brands-400.woff2 — 200 — 76.9 KiB — 569 ms — h2https://use.fontawesome.com/releases/v6.5.1/webfonts/fa-brands-400.woff2use.fontawesome.com/releases/v6.5.1... https://use.fontawesome.com/releases/v6.5.1/webfonts/fa-brands-400.woff2 — 200 — 115.1 KiB — 46 ms — h2https://www.googletagmanager.com/gtag/js?id=G-700FE064YB&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-700FE064YB&cx=c&gtm=4e64k0 — 200 — 172.1 KiB — 42 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-700FE064YB&gtm=45je64k0v867620170z876272053za20gzb76272053zd76272053&_p=1776896007808&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AgAAAGA&are=1&cid=121825104.1776896008&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512543&sid=1776896008&sct=1&seg=0&dl=https%3A%2F%2Fnmsu.edu%2F&dt=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2031region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-700FE064YB&gtm=45je64k0v867620170z876272053za20gzb76272053zd76272053&_p=1776896007808&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AgAAAGA&are=1&cid=121825104.1776896008&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512543&sid=1776896008&sct=1&seg=0&dl=https%3A%2F%2Fnmsu.edu%2F&dt=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2031 — 204 — 544 B — 91 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-700FE064YB&cid=121825104.1776896008&gtm=45je64k0v867620170z876272053za20gzb76272053zd76272053&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266400~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-700FE064YB&cid=121825104.1776896008&gtm=45je64k0v867620170z876272053za20gzb76272053zd76272053&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266400~117512543 — 204 — 553 B — 121 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-700FE064YB&gtm=45je64k0v867620170za20gzb76272053zd76272053&_p=1776896007808&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAgAAGQ&are=1&cid=121825104.1776896008&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115616986~115938465~115938469~117266400~117512543&sid=1776896008&sct=1&seg=0&dl=https%3A%2F%2Fnmsu.edu%2F&dt=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&en=click_virtual_tour&_et=6&tfd=2041region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-700FE064YB&gtm=45je64k0v867620170za20gzb76272053zd76272053&_p=1776896007808&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAgAAGQ&are=1&cid=121825104.1776896008&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115616986~115938465~115938469~117266400~117512543&sid=1776896008&sct=1&seg=0&dl=https%3A%2F%2Fnmsu.edu%2F&dt=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&en=click_virtual_tour&_et=6&tfd=2041 — 204 — 48 B — 82 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-700FE064YB&gtm=45je64k0v867620170za20gzb76272053zd76272053&_p=1776896007808&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AgACAGQ&are=1&cid=121825104.1776896008&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=3&tag_exp=0~115616986~115938465~115938469~117266400~117512543&sid=1776896008&sct=1&seg=1&dl=https%3A%2F%2Fnmsu.edu%2F&dt=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&en=page_view&_ee=1&_et=1&tfd=2044region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-700FE064YB&gtm=45je64k0v867620170za20gzb76272053zd76272053&_p=1776896007808&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AgACAGQ&are=1&cid=121825104.1776896008&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=3&tag_exp=0~115616986~115938465~115938469~117266400~117512543&sid=1776896008&sct=1&seg=1&dl=https%3A%2F%2Fnmsu.edu%2F&dt=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&en=page_view&_ee=1&_et=1&tfd=2044 — 204 — 48 B — 81 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-700FE064YB&cid=121825104.1776896008&gtm=45je64k0v867620170z876272053za20gzb76272053zd76272053&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266400~117512543&z=59024464www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-700FE064YB&cid=121825104.1776896008&gtm=45je64k0v867620170z876272053za20gzb76272053zd76272053&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266400~117512543&z=59024464 — 200 — 408 B — 90 ms — h2https://collector-44309.us.tvsquared.com/tv2track.php?action_name=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&idsite=TV-5454639009-1&rec=1&r=703758&h=22&m=13&s=28&url=https%3A%2F%2Fnmsu.edu%2F&_id=cd34760fbcb1f52b&_idts=1776896008&_idvc=0&_idn=1&_viewts=&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&cookie=1&res=800x600&gt_ms=644collector-44309.us.tvsquared.com/tv... https://collector-44309.us.tvsquared.com/tv2track.php?action_name=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&idsite=TV-5454639009-1&rec=1&r=703758&h=22&m=13&s=28&url=https%3A%2F%2Fnmsu.edu%2F&_id=cd34760fbcb1f52b&_idts=1776896008&_idvc=0&_idn=1&_viewts=&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&cookie=1&res=800x600&gt_ms=644 — 200 — 276 B — 120 ms — http/1.1https://mayday.nmsu.edu/feed/mayday.nmsu.edu/feed/ https://mayday.nmsu.edu/feed/ — 200 — 802 B — 677 ms — http/1.1https://66356457.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fnmsu.edu%2F&title=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&res=800x600&accountid=66356457&rt=2429&prev=c66b0a7f-3075-bd72-6200-82082f46860f&luid=ebc8eaec-3e67-b6cc-9b04-921acfbb9d6f&rnd=7034366356457.global.siteimproveanalytic... https://66356457.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fnmsu.edu%2F&title=New%20Mexico%20State%20University%20%7C%20BE%20BOLD.%20Shape%20the%20Future.&res=800x600&accountid=66356457&rt=2429&prev=c66b0a7f-3075-bd72-6200-82082f46860f&luid=ebc8eaec-3e67-b6cc-9b04-921acfbb9d6f&rnd=70343 — 200 — 210 B — 79 ms — h2https://nmsu.edu/assets/video/homepage-highlights.mp4/assets/video/homepage-highlights.m... https://nmsu.edu/assets/video/homepage-highlights.mp4 — 206 — 1.8 MiB — 1 ms — h2https://nmsu.edu/assets/favicon.ico/assets/favicon.ico https://nmsu.edu/assets/favicon.ico — 200 — 14.9 KiB — 222 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
51% of JavaScript execution is third-party
First-party Third-party 307ms · 172KB · $4/mo
Unattributable
Other
Costly
Execution 223ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 172 KB
Unused 39%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 223ms and costs ~$3/month

51% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 223ms 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