Skip to content
https://unt.edu

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
4
REVIEW
3
PASS
6
INFO
2

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

53
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
62
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.

2.62 s

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

5.35 s

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

231 ms

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

0.028

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

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

5.53 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
6.1 MB transferred, 89 requests
FIX
6.1 MB transferred, 89 requests
Critical::
Page weighs 10.1 MB (6.1 MB transferred)
Warning::
Images are 4.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.2 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
Fonts are 340 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 340 KB
Info::
89 HTTP requests
Info::
Estimated 1.3 g CO2 per page load
6.1 MB / 2.4 MB budget
6.1 MB transferred
89 requests
1.3 g CO2 per page load
Images 4.2 MiB 68%
JavaScript 1.5 MiB 24%
Fonts 340.2 KiB 5%
CSS 96.9 KiB 2%
HTML 69.2 KiB 1%
Other 4.1 KiB 0%
Other 2.4 KiB 0%
Other 963 B 0%
Other 556 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
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 (6.1 MiB of 6.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
31 scripts, 433 KB unused
FIX
31 scripts, 433 KB unused
Warning::
https://siteimproveanalytics.com/js/siteanalyze_85...: 73 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-33TT...: 69 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5ZJ...: 65 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-178...: 63 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-103...: 62 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 433 KB
433 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://siteimproveanalytics.com/js/siteanalyze_8543.js92 KB73 KB (80%)3rd
https://www.googletagmanager.com/gtag/js?id=G-33TTT716N7&cx=c&gtm=4e64h1h1179 KB69 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5ZJML75166 KB65 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-17878439880&cx=c&gtm=4e64h1h1144 KB63 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1036238582&cx=c&gtm=4e64h1h1146 KB62 KB (43%)3rd
https://www.clickcease.com/monitor/stat.js44 KB38 KB (90%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB37 KB (38%)3rd
https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js63 KB25 KB (41%)3rd
https://omni-templates.unt.edu/_resources/js/assets/height-width.js1 KB3rd
https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.js32 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

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

F
Page Weight Inventory
Action
89 resources · 6.1 MB · 433 KB savings available
FIX
89 resources · 6.1 MB · 433 KB savings available
Warning::
Page weight 5.1 MB over 1MB target
Got: 6.1 MB Expected: ≤ 1 MB
Info::
~433 KB of savings available
Warning::
88 third-party resources (100% of weight)
Info::
8 resources over 200KB
89 resources · 6.1 MiB · 88 third-party 5.1 MiB over 1MB target
Image 68% · 4.2 MiB
JavaScript 24% · 1.5 MiB
Font 5% · 340.2 KiB
CSS 2% · 96.9 KiB
Document 1% · 70.1 KiB
Other 0% · 5.6 KiB

~432.7 KiB of savings available

Remove unused JavaScript: 432.7 KiB
C
Image Optimization
Action
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Warning::
https://www.unt.edu/_resources/images/16_637_footb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unt.edu/_homepage_images/24_0210_cmee0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://webassets.unt.edu/assets/branding/unt-stac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://webassets.unt.edu/assets/branding/unt-word... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
31 images 4.2 MB
0 oversized -0 KB
28 legacy format
4 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

C
JS Execution Cost
Action
1377ms total JS execution
REVIEW
1377ms total JS execution
Warning::
https://www.unt.edu/: 377ms CPU time
Info::
Unattributable: 199ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5ZJ...: 194ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-33TT...: 161ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-103...: 122ms CPU time
Warning::
Third-party scripts: 1377ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Style & Layout 20% Other 18% Script Parsing & Compilation 14%
ScriptTotalScriptingParse/CompileParty
https://www.unt.edu/377ms5ms2ms3rd
Unattributable199ms3ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5ZJML75194ms153ms33ms3rd
https://www.googletagmanager.com/gtag/js?id=G-33TTT716N7&cx=c&gtm=4e64h1h1161ms118ms26ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1036238582&cx=c&gtm=4e64h1h1122ms99ms22ms3rd
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js120ms34ms58ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-17878439880&cx=c&gtm=4e64h1h195ms71ms23ms3rd
https://connect.facebook.net/en_US/fbevents.js57ms43ms14ms3rd
https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.js52ms34ms4ms3rd
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
7 fonts (340 KB)
PASS
7 fonts (340 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

340 KB total

Render-blocking

0

of 7

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 4.0 s 5.0 s FCP 2.6 s LCP 5.3 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 47 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 14.4 KiB — 22 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 — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu3cOWxw.woff2 — 13.9 KiB — 27 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2 — 147.1 KiB — 68 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 14.6 KiB — 29 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2 — 107.9 KiB — 16 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 47 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 22 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
TK3iWkUHHAIjg752GT8Gl-1... woff2 swap
Size 28 KB
Load time 41 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 27 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 147 KB
Load time 68 ms
Start 1.9 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
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 29 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 108 KB
Load time 16 ms
Start 1.9 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 ~127 KB and ~254 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
A
HTTP Caching
max-age=900 (15 minutes)
PASS
max-age=900 (15 minutes)
Info::
Cache-Control header is set
Got: max-age=900
Info::
Effective TTL: 15 minutes (max-age=900)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=900

DirectiveValueMeaning
max-age900Cache for 15 minutes
Effective TTL: 900 seconds
Network Waterfall
89 requests over 4210ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.6 s LCP 5.3 shttps://unt.edu// https://unt.edu/ — 301 — 298 B — 471 ms — h2http://www.unt.edu/www.unt.edu/ http://www.unt.edu/ — 307 — 0 B — 2 ms — http/1.1https://www.unt.edu/www.unt.edu/ https://www.unt.edu/ — 200 — 69.2 KiB — 673 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css — 200 — 19.0 KiB — 43 ms — h3https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Source+Sans+Pro:wght@200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@300;400;500;700;900&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Source+Sans+Pro:wght@200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@300;400;500;700;900&display=swap — 200 — 1.9 KiB — 31 ms — h2https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.jscdn.jsdelivr.net/npm/jquery@3.6/dis... https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.js — 200 — 32.0 KiB — 38 ms — h2https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/tablesaw.stackonly.jss3-us-west-2.amazonaws.com/s.cdpn.i... https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/tablesaw.stackonly.js — 200 — 7.4 KiB — 572 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.jscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js — 200 — 395.6 KiB — 66 ms — h3https://cdn.jsdelivr.net/npm/lodash@4.17/lodash.min.jscdn.jsdelivr.net/npm/lodash@4.17/lo... https://cdn.jsdelivr.net/npm/lodash@4.17/lodash.min.js — 200 — 26.6 KiB — 43 ms — h2https://omni-templates.unt.edu/_resources/css/styles.cssomni-templates.unt.edu/_resources/c... https://omni-templates.unt.edu/_resources/css/styles.css — 200 — 63.8 KiB — 717 ms — h2https://omni-templates.unt.edu/_resources/css/app.cssomni-templates.unt.edu/_resources/c... https://omni-templates.unt.edu/_resources/css/app.css — 200 — 6.8 KiB — 532 ms — h2https://omni-templates.unt.edu/_resources/css/oustyles.cssomni-templates.unt.edu/_resources/c... https://omni-templates.unt.edu/_resources/css/oustyles.css — 200 — 1.0 KiB — 620 ms — h2https://www.unt.edu/_resources/css/oustyles.csswww.unt.edu/_resources/css/oustyles... https://www.unt.edu/_resources/css/oustyles.css — 200 — 1.1 KiB — 209 ms — h2https://omni-templates.unt.edu/ou-alerts/alerts-config.alerts.css?v=2.1-20260129120401omni-templates.unt.edu/ou-alerts/al... https://omni-templates.unt.edu/ou-alerts/alerts-config.alerts.css?v=2.1-20260129120401 — 200 — 2.6 KiB — 615 ms — h2https://webassets.unt.edu/assets/branding/unt-stacked-logo.svgwebassets.unt.edu/assets/branding/u... https://webassets.unt.edu/assets/branding/unt-stacked-logo.svg — 200 — 4.7 KiB — 584 ms — h2https://webassets.unt.edu/assets/branding/unt-mobile-logo.svgwebassets.unt.edu/assets/branding/u... https://webassets.unt.edu/assets/branding/unt-mobile-logo.svg — 200 — 2.8 KiB — 585 ms — h2https://omni-templates.unt.edu/omni-templates.unt.edu/ https://omni-templates.unt.edu/ — -1 — 0 B — 736 ms — https://www.unt.edu/_resources/images/16_637_footballsmu0176a_opt.jpgwww.unt.edu/_resources/images/16_63... https://www.unt.edu/_resources/images/16_637_footballsmu0176a_opt.jpg — 200 — 194.3 KiB — 537 ms — h2https://www.unt.edu/_homepage_images/25_0251_orientation0853.jpgwww.unt.edu/_homepage_images/25_025... https://www.unt.edu/_homepage_images/25_0251_orientation0853.jpg — 200 — 736.4 KiB — 878 ms — h2https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swapfonts.googleapis.com/css2?family=Pr... https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap — 200 — 662 B — 12 ms — h2https://www.unt.edu/_images/txam250_logo_4c.pngwww.unt.edu/_images/txam250_logo_4c... https://www.unt.edu/_images/txam250_logo_4c.png — 200 — 24.8 KiB — 586 ms — h2https://omni-templates.unt.edu/_resources/js/assets/global.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/global.js — 200 — 812 B — 115 ms — h2https://omni-templates.unt.edu/_resources/js/assets/header.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/header.js — 200 — 1.3 KiB — 136 ms — h2https://omni-templates.unt.edu/_resources/js/assets/search.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/search.js — 200 — 4.4 KiB — 138 ms — h2https://omni-templates.unt.edu/_resources/js/assets/height-width.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/height-width.js — 200 — 698 B — 112 ms — h2https://omni-templates.unt.edu/_resources/js/assets/mobile-menu.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/mobile-menu.js — 200 — 1.3 KiB — 122 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.jscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js — 200 — 9.7 KiB — 21 ms — h3https://omni-templates.unt.edu/_resources/js/assets/tabs.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/tabs.js — 200 — 2.4 KiB — 125 ms — h2https://omni-templates.unt.edu/_resources/js/assets/carousel.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/carousel.js — 200 — 878 B — 114 ms — h2https://omni-templates.unt.edu/_resources/js/assets/accordions.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/accordions.js — 200 — 4.6 KiB — 142 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.6 s LCP 5.3 shttps://unt.edu// https://unt.edu/ — 301 — 298 B — 471 ms — h2http://www.unt.edu/www.unt.edu/ http://www.unt.edu/ — 307 — 0 B — 2 ms — http/1.1https://www.unt.edu/www.unt.edu/ https://www.unt.edu/ — 200 — 69.2 KiB — 673 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css — 200 — 19.0 KiB — 43 ms — h3https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Source+Sans+Pro:wght@200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@300;400;500;700;900&display=swapfonts.googleapis.com/css2?family=Os... https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Source+Sans+Pro:wght@200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@300;400;500;700;900&display=swap — 200 — 1.9 KiB — 31 ms — h2https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.jscdn.jsdelivr.net/npm/jquery@3.6/dis... https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.js — 200 — 32.0 KiB — 38 ms — h2https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/tablesaw.stackonly.jss3-us-west-2.amazonaws.com/s.cdpn.i... https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/tablesaw.stackonly.js — 200 — 7.4 KiB — 572 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.jscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js — 200 — 395.6 KiB — 66 ms — h3https://cdn.jsdelivr.net/npm/lodash@4.17/lodash.min.jscdn.jsdelivr.net/npm/lodash@4.17/lo... https://cdn.jsdelivr.net/npm/lodash@4.17/lodash.min.js — 200 — 26.6 KiB — 43 ms — h2https://omni-templates.unt.edu/_resources/css/styles.cssomni-templates.unt.edu/_resources/c... https://omni-templates.unt.edu/_resources/css/styles.css — 200 — 63.8 KiB — 717 ms — h2https://omni-templates.unt.edu/_resources/css/app.cssomni-templates.unt.edu/_resources/c... https://omni-templates.unt.edu/_resources/css/app.css — 200 — 6.8 KiB — 532 ms — h2https://omni-templates.unt.edu/_resources/css/oustyles.cssomni-templates.unt.edu/_resources/c... https://omni-templates.unt.edu/_resources/css/oustyles.css — 200 — 1.0 KiB — 620 ms — h2https://www.unt.edu/_resources/css/oustyles.csswww.unt.edu/_resources/css/oustyles... https://www.unt.edu/_resources/css/oustyles.css — 200 — 1.1 KiB — 209 ms — h2https://omni-templates.unt.edu/ou-alerts/alerts-config.alerts.css?v=2.1-20260129120401omni-templates.unt.edu/ou-alerts/al... https://omni-templates.unt.edu/ou-alerts/alerts-config.alerts.css?v=2.1-20260129120401 — 200 — 2.6 KiB — 615 ms — h2https://webassets.unt.edu/assets/branding/unt-stacked-logo.svgwebassets.unt.edu/assets/branding/u... https://webassets.unt.edu/assets/branding/unt-stacked-logo.svg — 200 — 4.7 KiB — 584 ms — h2https://webassets.unt.edu/assets/branding/unt-mobile-logo.svgwebassets.unt.edu/assets/branding/u... https://webassets.unt.edu/assets/branding/unt-mobile-logo.svg — 200 — 2.8 KiB — 585 ms — h2https://omni-templates.unt.edu/omni-templates.unt.edu/ https://omni-templates.unt.edu/ — -1 — 0 B — 736 ms — https://www.unt.edu/_resources/images/16_637_footballsmu0176a_opt.jpgwww.unt.edu/_resources/images/16_63... https://www.unt.edu/_resources/images/16_637_footballsmu0176a_opt.jpg — 200 — 194.3 KiB — 537 ms — h2https://www.unt.edu/_homepage_images/25_0251_orientation0853.jpgwww.unt.edu/_homepage_images/25_025... https://www.unt.edu/_homepage_images/25_0251_orientation0853.jpg — 200 — 736.4 KiB — 878 ms — h2https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swapfonts.googleapis.com/css2?family=Pr... https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap — 200 — 662 B — 12 ms — h2https://www.unt.edu/_images/txam250_logo_4c.pngwww.unt.edu/_images/txam250_logo_4c... https://www.unt.edu/_images/txam250_logo_4c.png — 200 — 24.8 KiB — 586 ms — h2https://omni-templates.unt.edu/_resources/js/assets/global.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/global.js — 200 — 812 B — 115 ms — h2https://omni-templates.unt.edu/_resources/js/assets/header.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/header.js — 200 — 1.3 KiB — 136 ms — h2https://omni-templates.unt.edu/_resources/js/assets/search.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/search.js — 200 — 4.4 KiB — 138 ms — h2https://omni-templates.unt.edu/_resources/js/assets/height-width.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/height-width.js — 200 — 698 B — 112 ms — h2https://omni-templates.unt.edu/_resources/js/assets/mobile-menu.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/mobile-menu.js — 200 — 1.3 KiB — 122 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.jscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js — 200 — 9.7 KiB — 21 ms — h3https://omni-templates.unt.edu/_resources/js/assets/tabs.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/tabs.js — 200 — 2.4 KiB — 125 ms — h2https://omni-templates.unt.edu/_resources/js/assets/carousel.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/carousel.js — 200 — 878 B — 114 ms — h2https://omni-templates.unt.edu/_resources/js/assets/accordions.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/accordions.js — 200 — 4.6 KiB — 142 ms — h2https://omni-templates.unt.edu/_resources/js/navigation.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/navigation.js — 200 — 906 B — 122 ms — h2https://omni-templates.unt.edu/_resources/js/assets/css-manipulations.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/css-manipulations.js — 200 — 859 B — 116 ms — h2https://omni-templates.unt.edu/_resources/js/assets/sidenav.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/assets/sidenav.js — 200 — 3.7 KiB — 138 ms — h2https://omni-templates.unt.edu/_resources/js/partridge.jsomni-templates.unt.edu/_resources/j... https://omni-templates.unt.edu/_resources/js/partridge.js — 200 — 1.9 KiB — 134 ms — h2https://omni-templates.unt.edu/ou-alerts/alerts-config.alerts.js?v=2.1-20260129120400omni-templates.unt.edu/ou-alerts/al... https://omni-templates.unt.edu/ou-alerts/alerts-config.alerts.js?v=2.1-20260129120400 — 200 — 6.5 KiB — 203 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5ZJML75www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5ZJML75 — 200 — 165.8 KiB — 52 ms — h2https://www.unt.edu/_homepage_images/22_0271_earth-fest0010crop2.jpgwww.unt.edu/_homepage_images/22_027... https://www.unt.edu/_homepage_images/22_0271_earth-fest0010crop2.jpg — 200 — 473.7 KiB — 826 ms — h2https://www.unt.edu/_images/24_0633_research-day0471.jpgwww.unt.edu/_images/24_0633_researc... https://www.unt.edu/_images/24_0633_research-day0471.jpg — 200 — 94.1 KiB — 846 ms — h2https://www.unt.edu/_homepage_images/24_0210_cmee093_small-why-unt-spot-2.jpgwww.unt.edu/_homepage_images/24_021... https://www.unt.edu/_homepage_images/24_0210_cmee093_small-why-unt-spot-2.jpg — 200 — 630.3 KiB — 923 ms — h2https://webassets.unt.edu/assets/branding/unt-wordmark-stacked.svgwebassets.unt.edu/assets/branding/u... https://webassets.unt.edu/assets/branding/unt-wordmark-stacked.svg — 200 — 4.0 KiB — 123 ms — h2https://omni-templates.unt.edu/_resources/images/unt-battle-flag.svgomni-templates.unt.edu/_resources/i... https://omni-templates.unt.edu/_resources/images/unt-battle-flag.svg — 200 — 1.4 KiB — 295 ms — h2https://www.clickcease.com/monitor/stat.jswww.clickcease.com/monitor/stat.js https://www.clickcease.com/monitor/stat.js — 200 — 43.6 KiB — 27 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23454545' viewBox…www.w3.org/2000/svg' fill='%2345454... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23454545' viewBox… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0…www.w3.org/2000/svg' fill='%23fff' ... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0… — 200 — 0 B — 0 ms — datahttps://webassets.unt.edu/assets/elements/trianglify-green-6.pngwebassets.unt.edu/assets/elements/t... https://webassets.unt.edu/assets/elements/trianglify-green-6.png — 200 — 430.8 KiB — 465 ms — h2https://webassets.unt.edu/assets/elements/trianglify-charcoal.svgwebassets.unt.edu/assets/elements/t... https://webassets.unt.edu/assets/elements/trianglify-charcoal.svg — 200 — 14.2 KiB — 337 ms — h2https://webassets.unt.edu/assets/elements/diving-eagle-green.svgwebassets.unt.edu/assets/elements/d... https://webassets.unt.edu/assets/elements/diving-eagle-green.svg — 200 — 1.4 KiB — 366 ms — h2https://omni-templates.unt.edu/_resources/images/welcome-center-campus-beauty-slide-l.jpgomni-templates.unt.edu/_resources/i... https://omni-templates.unt.edu/_resources/images/welcome-center-campus-beauty-slide-l.jpg — 200 — 311.9 KiB — 345 ms — h2https://webassets.unt.edu/assets/elements/diving-eagle-footer.svgwebassets.unt.edu/assets/elements/d... https://webassets.unt.edu/assets/elements/diving-eagle-footer.svg — 200 — 1.6 KiB — 380 ms — h2https://www.unt.edu/_homepage_images/disco-park.jpgwww.unt.edu/_homepage_images/disco-... https://www.unt.edu/_homepage_images/disco-park.jpg — 200 — 309.2 KiB — 632 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 47 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 200 — 14.4 KiB — 22 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 — 41 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu3cOWxw.woff2 — 200 — 13.9 KiB — 27 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2 — 200 — 147.1 KiB — 68 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 14.6 KiB — 29 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2 — 200 — 107.9 KiB — 16 ms — h3https://www.unt.edu/_resources/dmc/php/news.php?datasource=partridge&xpath=items%2Fitem&max=10&returntype=jsonwww.unt.edu/_resources/dmc/php/news... https://www.unt.edu/_resources/dmc/php/news.php?datasource=partridge&xpath=items%2Fitem&max=10&returntype=json — 200 — 4.1 KiB — 451 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17878439880&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17878439880&cx=c&gtm=4e64h1h1 — 200 — 143.6 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1036238582&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1036238582&cx=c&gtm=4e64h1h1 — 200 — 145.8 KiB — 35 ms — h2https://www.googletagmanager.com/gtag/js?id=G-33TTT716N7&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-33TTT716N7&cx=c&gtm=4e64h1h1 — 200 — 179.2 KiB — 66 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 59 ms — h3https://siteimproveanalytics.com/js/siteanalyze_8543.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_8543.js — 200 — 92.3 KiB — 67 ms — h3https://dx.mountain.com/spx?dxver=4.0.0&shaid=34104&tdr=&plh=https%3A%2F%2Fwww.unt.edu%2F&cb=13988408854268208term=valuedx.mountain.com/spx?dxver=4.0.0&sha... https://dx.mountain.com/spx?dxver=4.0.0&shaid=34104&tdr=&plh=https%3A%2F%2Fwww.unt.edu%2F&cb=13988408854268208term=value — 200 — 6.6 KiB — 175 ms — h2https://trkn.us/pixel/conv/ppt=24791;g=website_visits;gid=61953;ord=236547667?gtmcb662308708=1581462904trkn.us/pixel/conv/ppt=24791;g=webs... https://trkn.us/pixel/conv/ppt=24791;g=website_visits;gid=61953;ord=236547667?gtmcb662308708=1581462904 — 302 — 566 B — 127 ms — http/1.1https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unt.edu%2F&scrsrc=www.googletagmanager.com&rnd=541791195.1776815040&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&auid=410499477.1776815040&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v813592707za200zd813592707xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384406~118128922&apve=1&apvf=f&apvc=1&tft=1776815040144&tfd=2399www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unt.edu%2F&scrsrc=www.googletagmanager.com&rnd=541791195.1776815040&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&auid=410499477.1776815040&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v813592707za200zd813592707xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384406~118128922&apve=1&apvf=f&apvc=1&tft=1776815040144&tfd=2399 — 200 — 21 B — 136 ms — h3https://www.unt.edu/sites/default/files/18_0804_unt-v-fau1942x_embed.jpgwww.unt.edu/sites/default/files/18_... https://www.unt.edu/sites/default/files/18_0804_unt-v-fau1942x_embed.jpg — 200 — 128.0 KiB — 171 ms — h2https://www.unt.edu/_homepage_images/_partridge/22_0342_welcome-center0004.jpgwww.unt.edu/_homepage_images/_partr... https://www.unt.edu/_homepage_images/_partridge/22_0342_welcome-center0004.jpg — 200 — 168.5 KiB — 170 ms — h2https://www.unt.edu/_homepage_images/22_0315_commencement0615_hp.jpgwww.unt.edu/_homepage_images/22_031... https://www.unt.edu/_homepage_images/22_0315_commencement0615_hp.jpg — 200 — 94.7 KiB — 180 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unt.edu%2F&scrsrc=www.googletagmanager.com&rnd=541791195.1776815040&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&auid=410499477.1776815040&navt=n&npa=1&gtm=45be64h1h1z8813592707za20gzb813592707zd813592707xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-1036238582&tid=AW-1036238582&tft=1776815040278&tfd=2534www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unt.edu%2F&scrsrc=www.googletagmanager.com&rnd=541791195.1776815040&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&auid=410499477.1776815040&navt=n&npa=1&gtm=45be64h1h1z8813592707za20gzb813592707zd813592707xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-1036238582&tid=AW-1036238582&tft=1776815040278&tfd=2534 — 200 — 21 B — 114 ms — h3https://www.unt.edu/_homepage_images/22_0725_battle-flag-sunset_4650.jpgwww.unt.edu/_homepage_images/22_072... https://www.unt.edu/_homepage_images/22_0725_battle-flag-sunset_4650.jpg — 200 — 74.4 KiB — 242 ms — h2https://trkn.us/pixel/conv/ppt=24791;g=website_visits;gid=61953;ord=236547667?gtmcb662308708=1581462904;ip=5.8.34.200;cuidchk=1trkn.us/pixel/conv/ppt=24791;g=webs... https://trkn.us/pixel/conv/ppt=24791;g=website_visits;gid=61953;ord=236547667?gtmcb662308708=1581462904;ip=5.8.34.200;cuidchk=1 — 200 — 721 B — 11 ms — http/1.1https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unt.edu%2F&scrsrc=www.googletagmanager.com&rnd=541791195.1776815040&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&auid=410499477.1776815040&navt=n&npa=1&gtm=45be64h1h1v9240755487z8813592707za20gzb813592707zd813592707xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117884344~118463261&apve=1&apvf=f&apvc=0&tids=AW-17878439880&tid=AW-17878439880&tft=1776815040384&tfd=2639www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unt.edu%2F&scrsrc=www.googletagmanager.com&rnd=541791195.1776815040&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&auid=410499477.1776815040&navt=n&npa=1&gtm=45be64h1h1v9240755487z8813592707za20gzb813592707zd813592707xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117884344~118463261&apve=1&apvf=f&apvc=0&tids=AW-17878439880&tid=AW-17878439880&tft=1776815040384&tfd=2639 — 200 — 21 B — 17 ms — h3https://www.unt.edu/_homepage_images/_partridge/dec23/ravsten109squoosh_partridge.jpgwww.unt.edu/_homepage_images/_partr... https://www.unt.edu/_homepage_images/_partridge/dec23/ravsten109squoosh_partridge.jpg — 200 — 79.1 KiB — 204 ms — h2https://www.unt.edu/_homepage_images/_partridge/dec23/22_0749_willis0010_partridge.jpgwww.unt.edu/_homepage_images/_partr... https://www.unt.edu/_homepage_images/_partridge/dec23/22_0749_willis0010_partridge.jpg — 200 — 132.9 KiB — 165 ms — h2https://www.unt.edu/_homepage_images/_partridge/keller-texas-talent-accelerator.jpgwww.unt.edu/_homepage_images/_partr... https://www.unt.edu/_homepage_images/_partridge/keller-texas-talent-accelerator.jpg — 200 — 352.6 KiB — 237 ms — h2https://connect.facebook.net/signals/config/671168089658083?v=2.9.303&r=stable&domain=www.unt.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/671168089658083?v=2.9.303&r=stable&domain=www.unt.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 14 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-33TTT716N7&gtm=45je64h1h1v880781338z8813592707za20gzb813592707zd813592707&_p=1776815038692&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=64662633.1776815041&frm=0&ir=1&pscdl=noapi&rcb=0&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~115938465~115938469~117266400~117512543~118128922&sid=1776815040&sct=1&seg=0&dl=https%3A%2F%2Fwww.unt.edu%2F&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2922region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-33TTT716N7&gtm=45je64h1h1v880781338z8813592707za20gzb813592707zd813592707&_p=1776815038692&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=64662633.1776815041&frm=0&ir=1&pscdl=noapi&rcb=0&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~115938465~115938469~117266400~117512543~118128922&sid=1776815040&sct=1&seg=0&dl=https%3A%2F%2Fwww.unt.edu%2F&dt=UNT%20Home%20%7C%20University%20of%20North%20Texas&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2922 — 204 — 547 B — 46 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-33TTT716N7&cid=64662633.1776815041&gtm=45je64h1h1v880781338z8813592707za20gzb813592707zd813592707&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512543~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-33TTT716N7&cid=64662633.1776815041&gtm=45je64h1h1v880781338z8813592707za20gzb813592707zd813592707&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512543~118128922 — 204 — 556 B — 34 ms — h2https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-33TTT716N7&cid=64662633.1776815041&gtm=45je64h1h1v880781338z8813592707za20gzb813592707zd813592707&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512543~118128922&z=149254128www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-33TTT716N7&cid=64662633.1776815041&gtm=45je64h1h1v880781338z8813592707za20gzb813592707zd813592707&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266400~117512543~118128922&z=149254128 — 200 — 408 B — 29 ms — h2https://44.228.85.26/is?cb=177681504071644.228.85.26/is?cb=1776815040716 https://44.228.85.26/is?cb=1776815040716 — 200 — 353 B — 636 ms — http/1.1https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.jscapi-automation.s3.us-east-2.amazon... https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js — 200 — 63.2 KiB — 456 ms — http/1.1https://www.facebook.com/tr/?id=671168089658083&ev=PageView&dl=https%3A%2F%2Fwww.unt.edu%2F&rl=&if=false&ts=1776815040750&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.2&ec=0&o=4125&fbp=fb.1.1776815040747.912011988592306080&ler=empty&cdl=API_unavailable&plt=2128.7000000476837&it=1776815040509&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=67116808965... https://www.facebook.com/tr/?id=671168089658083&ev=PageView&dl=https%3A%2F%2Fwww.unt.edu%2F&rl=&if=false&ts=1776815040750&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.2&ec=0&o=4125&fbp=fb.1.1776815040747.912011988592306080&ler=empty&cdl=API_unavailable&plt=2128.7000000476837&it=1776815040509&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 19 B — 18 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=671168089658083&ev=PageView&dl=https%3A%2F%2Fwww.unt.edu%2F&rl=&if=false&ts=1776815040750&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.2&ec=0&o=4125&fbp=fb.1.1776815040747.912011988592306080&ler=empty&cdl=API_unavailable&plt=2128.7000000476837&it=1776815040509&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=671168089658083&ev=PageView&dl=https%3A%2F%2Fwww.unt.edu%2F&rl=&if=false&ts=1776815040750&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.2&ec=0&o=4125&fbp=fb.1.1776815040747.912011988592306080&ler=empty&cdl=API_unavailable&plt=2128.7000000476837&it=1776815040509&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 139 ms — h3https://8543.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.unt.edu%2F&title=UNT%20Home%20%7C%20University%20of%20North%20Texas&res=800x600&accountid=8543&rt=2958&prev=a8b499d1-fc8f-1332-9f0c-673b399027fd&luid=a1ee92f2-7f8f-af85-8d32-32f363f7dcb3&rnd=830328543.global.siteimproveanalytics.io... https://8543.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.unt.edu%2F&title=UNT%20Home%20%7C%20University%20of%20North%20Texas&res=800x600&accountid=8543&rt=2958&prev=a8b499d1-fc8f-1332-9f0c-673b399027fd&luid=a1ee92f2-7f8f-af85-8d32-32f363f7dcb3&rnd=83032 — 200 — 210 B — 39 ms — h2https://omni-templates.unt.edu/_resources/images/favicon.icoomni-templates.unt.edu/_resources/i... https://omni-templates.unt.edu/_resources/images/favicon.ico — 200 — 1.6 KiB — 102 ms — h2https://px.mountain.com/st?ga_tracking_id=G-33TTT716N7&ga_client_id=64662633.1776815041&shpt=UNT%20Home%20%7C%20%20University%20of%20North%20Texas&dcm_cid=s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined&available_ga=%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-33TTT716N7%22%2C%22ga_tracking_id%22%3A%22G-33TTT716N7%22%2C%22ga_client_id%22%3A%2264662633.1776815041%22%2C%22shpt%22%3A%22UNT%20Home%20%7C%20%20University%20of%20North%20Texas%22%2C%22dcm_cid%22%3A%22s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined%22%2C%22mntnis%22%3A%22EaGAPTF5Hq6CWhtmzFaDfRpKZBjHSe%2Fw%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-33TTT716N7&meta_tag_data=UNT%20Home%20%7C%20University%20of%20North%20Texas&dxver=4.0.0&shaid=34104&plh=https%3A%2F%2Fwww.unt.edu%2F&cb=13988408854268208term%3Dvalue&shoid=64662633.1776815041&shadditional=googletagmanager%3Dtrue%2Cga4%3Dtrue&hc_ga_tr_id=G-33TTT716N7px.mountain.com/st?ga_tracking_id=G... https://px.mountain.com/st?ga_tracking_id=G-33TTT716N7&ga_client_id=64662633.1776815041&shpt=UNT%20Home%20%7C%20%20University%20of%20North%20Texas&dcm_cid=s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined&available_ga=%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-33TTT716N7%22%2C%22ga_tracking_id%22%3A%22G-33TTT716N7%22%2C%22ga_client_id%22%3A%2264662633.1776815041%22%2C%22shpt%22%3A%22UNT%20Home%20%7C%20%20University%20of%20North%20Texas%22%2C%22dcm_cid%22%3A%22s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined%22%2C%22mntnis%22%3A%22EaGAPTF5Hq6CWhtmzFaDfRpKZBjHSe%2Fw%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-33TTT716N7&meta_tag_data=UNT%20Home%20%7C%20University%20of%20North%20Texas&dxver=4.0.0&shaid=34104&plh=https%3A%2F%2Fwww.unt.edu%2F&cb=13988408854268208term%3Dvalue&shoid=64662633.1776815041&shadditional=googletagmanager%3Dtrue%2Cga4%3Dtrue&hc_ga_tr_id=G-33TTT716N7 — 200 — 1.1 KiB — 129 ms — h2https://gs.mountain.com/gsgs.mountain.com/gs https://gs.mountain.com/gs — 200 — 345 B — 131 ms — h2https://px.mountain.com/st?ga_tracking_id=G-33TTT716N7&ga_client_id=64662633.1776815041&shpt=UNT%20Home%20%7C%20%20University%20of%20North%20Texas&dcm_cid=s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined&available_ga=%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-33TTT716N7%22%2C%22ga_tracking_id%22%3A%22G-33TTT716N7%22%2C%22ga_client_id%22%3A%2264662633.1776815041%22%2C%22shpt%22%3A%22UNT%20Home%20%7C%20%20University%20of%20North%20Texas%22%2C%22dcm_cid%22%3A%22s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined%22%2C%22mntnis%22%3A%22EaGAPTF5Hq6CWhtmzFaDfRpKZBjHSe%2Fw%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-33TTT716N7&meta_tag_data=UNT%20Home%20%7C%20University%20of%20North%20Texas&dxver=4.0.0&shaid=34104&plh=https%3A%2F%2Fwww.unt.edu%2F&shoid=64662633.1776815041&shadditional=googletagmanager%3Dtrue%2Cga4%3Dtrue&hc_ga_tr_id=G-33TTT716N7&cb=1776815041593899&shguid=ae51a2fd-d207-33d6-91af-36b3543d4f21&shgts=1776815041726px.mountain.com/st?ga_tracking_id=G... https://px.mountain.com/st?ga_tracking_id=G-33TTT716N7&ga_client_id=64662633.1776815041&shpt=UNT%20Home%20%7C%20%20University%20of%20North%20Texas&dcm_cid=s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined&available_ga=%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-33TTT716N7%22%2C%22sess_id%22%3A%221776815040%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-33TTT716N7%22%2C%22ga_tracking_id%22%3A%22G-33TTT716N7%22%2C%22ga_client_id%22%3A%2264662633.1776815041%22%2C%22shpt%22%3A%22UNT%20Home%20%7C%20%20University%20of%20North%20Texas%22%2C%22dcm_cid%22%3A%22s1776815040%24o1%24g0%24t1776815040%24j60%24l0%24h0.undefined%22%2C%22mntnis%22%3A%22EaGAPTF5Hq6CWhtmzFaDfRpKZBjHSe%2Fw%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-33TTT716N7&meta_tag_data=UNT%20Home%20%7C%20University%20of%20North%20Texas&dxver=4.0.0&shaid=34104&plh=https%3A%2F%2Fwww.unt.edu%2F&shoid=64662633.1776815041&shadditional=googletagmanager%3Dtrue%2Cga4%3Dtrue&hc_ga_tr_id=G-33TTT716N7&cb=1776815041593899&shguid=ae51a2fd-d207-33d6-91af-36b3543d4f21&shgts=1776815041726 — 200 — 590 B — 164 ms — h2
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 1377ms · 1228KB · $18/mo
www.unt.edu
Other
Costly
Execution 377ms
Transfer 69 KB
Monthly Cost $5/mo
Unattributable
Other
Optional
Execution 199ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 194ms
Transfer 166 KB
Unused 39%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 161ms
Transfer 179 KB
Unused 38%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 122ms
Transfer 146 KB
Unused 43%
Monthly Cost $2/mo
cdnjs
CDN
Optional
Execution 120ms
Transfer 396 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 95ms
Transfer 144 KB
Unused 44%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 57ms
Transfer 97 KB
Unused 38%
Monthly Cost $1/mo
jsDelivr
CDN
Optional
Execution 52ms
Transfer 32 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.unt.edu adds 377ms and costs ~$5/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.unt.edu takes 377ms 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