Skip to content
https://unl.edu

Performance

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

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

69
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.
62
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.79 s

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

3.74 s

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

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

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

6.98 s

Page Load Progression

410 ms
821 ms
1.2 s
1.6 s
2.1 s
2.5 s
2.9 s
3.3 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.4 MB transferred, 188 requests
FIX
7.4 MB transferred, 188 requests
Critical::
Page weighs 11.1 MB (7.4 MB transferred)
Warning::
JavaScript is 2.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.9 MB
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Info::
Fonts are 459 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 459 KB
Warning::
188 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.4 MB / 2.4 MB budget
7.4 MB transferred
188 requests
1.6 g CO2 per page load
JavaScript 2.9 MiB 39%
Images 2.9 MiB 39%
Other 1018.9 KiB 13%
Fonts 458.6 KiB 6%
CSS 99.6 KiB 1%
HTML 73.6 KiB 1%
Other 17.8 KiB 0%
Other 12.7 KiB 0%
Other 1011 B 0%
Other 585 B 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.4 MiB of 7.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
92 scripts, 1.4 MB unused
FIX
92 scripts, 1.4 MB unused
Warning::
https://mediahub.unl.edu/templates/iframe/js/vendo...: 431 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mediahub.unl.edu/templates/iframe/js/vendo...: 342 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://larue.unl.edu/main.js?v=6.0.11: 145 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XYGR...: 66 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WKH...: 65 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1423 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://mediahub.unl.edu/templates/iframe/js/vendor/three.min.js?v=51c855d593 KB431 KB (73%)3rd
https://mediahub.unl.edu/templates/iframe/js/vendor/video.min.js?v=51c855d670 KB342 KB (51%)3rd
https://larue.unl.edu/main.js?v=6.0.11219 KB145 KB (67%)3rd
https://www.googletagmanager.com/gtag/js?id=G-XYGRJGQFZK&cx=c&gtm=4e64h1178 KB66 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WKHNC39172 KB65 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-17881525003&cx=c&gtm=4e64h1144 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11027044953&cx=c&gtm=4e64h1144 KB61 KB (43%)3rd
https://ucommchat.unl.edu/assets/js?for=client&version=6.0&cb=202642184 KB60 KB (71%)3rd
https://mediahub.unl.edu/templates/iframe/js/vendor/jquery.min.js?v=51c855d88 KB50 KB (58%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd

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
188 resources · 7.4 MB · 1.4 MB savings available
FIX
188 resources · 7.4 MB · 1.4 MB savings available
Warning::
Page weight 6.4 MB over 1MB target
Got: 7.4 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
187 third-party resources (100% of weight)
Info::
6 resources over 200KB
188 resources · 7.4 MiB · 187 third-party 6.4 MiB over 1MB target
JavaScript 39% · 2.9 MiB
Image 39% · 2.9 MiB
Other 14% · 1.0 MiB
Font 6% · 458.6 KiB
CSS 1% · 99.6 KiB
Document 1% · 75.3 KiB
Media 0% · 0 B

~1.4 MiB of savings available

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

No Cache-Control header

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

B
Image Optimization
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Info::
All images are well-optimized
30 images 2.9 MB
0 oversized -0 KB
29 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1091ms total JS execution
REVIEW
1091ms total JS execution
Warning::
https://www.unl.edu/: 260ms CPU time
Info::
Unattributable: 225ms CPU time
Info::
https://mediahub.unl.edu/templates/iframe/js/vendo...: 143ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-WKH...: 131ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-XYGR...: 109ms CPU time
Warning::
Third-party scripts: 1091ms (100% of total)

Main Thread Breakdown

Script Evaluation 52% Other 22% Style & Layout 12% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.unl.edu/260ms9ms0ms3rd
Unattributable225ms19ms0ms3rd
https://mediahub.unl.edu/templates/iframe/js/vendor/jquery.min.js?v=51c855d143ms117ms3ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WKHNC39131ms109ms18ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XYGRJGQFZK&cx=c&gtm=4e64h1109ms96ms11ms3rd
https://connect.facebook.net/en_US/fbevents.js58ms33ms25ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-11027044953&cx=c&gtm=4e64h157ms41ms6ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-17881525003&cx=c&gtm=4e64h155ms45ms10ms3rd
https://mediahub.unl.edu/templates/iframe/js/vendor/video.min.js?v=51c855d52ms35ms12ms3rd
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
10 fonts (459 KB)
PASS
10 fonts (459 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

459 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.7 shttps://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2WorkSans-Semibold.woff2 https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2 — 75.2 KiB — 199 ms — font-display: swaphttps://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2SourceSerif4-Medium-UNL... https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2 — 6.3 KiB — 199 ms — font-display: swaphttps://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2SourceSerif4-MediumItal... https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2 — 4.8 KiB — 103 ms — font-display: swaphttps://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2WorkSans-Regular.woff2 https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2 — 70.7 KiB — 160 ms — font-display: swaphttps://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2WorkSans-Semibold.woff2 https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2 — 75.3 KiB — 49 ms — font-display: swaphttps://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2SourceSerif4-Medium-UNL... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2 — 6.4 KiB — 51 ms — font-display: swaphttps://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2SourceSerif4-MediumItal... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2 — 4.8 KiB — 53 ms — font-display: swaphttps://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2WorkSans-Regular.woff2 https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2 — 70.8 KiB — 87 ms — font-display: swaphttps://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Bold.woff2WorkSans-Bold.woff2 https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Bold.woff2 — 75.0 KiB — 90 ms — font-display: swaphttps://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-SemiboldItalic.woff2WorkSans-SemiboldItalic... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-SemiboldItalic.woff2 — 69.3 KiB — 97 ms — font-display: swap
WorkSans-Semibold.woff2 woff2 swap
Size 75 KB
Load time 199 ms
Start 959 ms
Risk FOUT — text flashes from fallback to web font
SourceSerif4-Medium-UNL... woff2 swap
Size 6 KB
Load time 199 ms
Start 959 ms
Risk FOUT — text flashes from fallback to web font
SourceSerif4-MediumItal... woff2 swap
Size 5 KB
Load time 103 ms
Start 960 ms
Risk FOUT — text flashes from fallback to web font
WorkSans-Regular.woff2 woff2 swap
Size 71 KB
Load time 160 ms
Start 960 ms
Risk FOUT — text flashes from fallback to web font
WorkSans-Semibold.woff2 woff2 swap
Size 75 KB
Load time 49 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
SourceSerif4-Medium-UNL... woff2 swap
Size 6 KB
Load time 51 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
SourceSerif4-MediumItal... woff2 swap
Size 5 KB
Load time 53 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
WorkSans-Regular.woff2 woff2 swap
Size 71 KB
Load time 87 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
WorkSans-Bold.woff2 woff2 swap
Size 75 KB
Load time 90 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
WorkSans-SemiboldItalic... woff2 swap
Size 69 KB
Load time 97 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
188 requests over 4209ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.8 s LCP 3.7 shttps://unl.edu// https://unl.edu/ — 302 — 96 B — 420 ms — h2http://www.unl.edu/www.unl.edu/ http://www.unl.edu/ — 307 — 0 B — 1 ms — http/1.1https://www.unl.edu/www.unl.edu/ https://www.unl.edu/ — 200 — 56.0 KiB — 491 ms — h2https://ucommchat.unl.edu/assets/css?for=client&v=6ucommchat.unl.edu/assets/css?for=cl... https://ucommchat.unl.edu/assets/css?for=client&v=6 — 200 — 2.0 KiB — 815 ms — http/1.1https://wdn-cdn.unl.edu/wdn/templates_6.0/js/head-2.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/head-2.js?dep=6.0.11 — 200 — 1.6 KiB — 76 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_6pzQ6EDggJy8YYnK4UskIuPPtHo8XzeitIM-effJa8A.css?delta=0&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafMwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_6pzQ6EDggJy8YYnK4UskIuPPtHo8XzeitIM-effJa8A.css?delta=0&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafM — 200 — 1.5 KiB — 102 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_sH9OBi0Ux9wmNcVaey0POixs1rW58V_zyYRdPvvqQEM.css?delta=1&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafMwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_sH9OBi0Ux9wmNcVaey0POixs1rW58V_zyYRdPvvqQEM.css?delta=1&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafM — 200 — 5.6 KiB — 104 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_tR0LStwzVGN5-W9G6XZnwwv22qHUY60ZJgXqCehan2k.css?delta=2&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafMwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_tR0LStwzVGN5-W9G6XZnwwv22qHUY60ZJgXqCehan2k.css?delta=2&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafM — 200 — 2.1 KiB — 102 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/header-global-1.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/header-global-1.js?dep=6.0.11 — 200 — 1.2 KiB — 60 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/nav-container-2.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/nav-container-2.js?dep=6.0.11 — 200 — 2.3 KiB — 81 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/manifest.webmanifestwdn-cdn.unl.edu/wdn/templates_6.0/i... https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/manifest.webmanifest — 200 — 585 B — 56 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WKHNC39www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WKHNC39 — 200 — 172.0 KiB — 164 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/css/main.css?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/c... https://wdn-cdn.unl.edu/wdn/templates_6.0/css/main.css?dep=6.0.11 — 200 — 20.1 KiB — 29 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/css/print.css?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/c... https://wdn-cdn.unl.edu/wdn/templates_6.0/css/print.css?dep=6.0.11 — 200 — 948 B — 28 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/auto-loader.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/auto-loader.js?dep=6.0.11 — 200 — 2.0 KiB — 20 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_E3UfZuxLMneXmTKIJfNp8RYB_7R7IaKr1C-l2ERc8o4.js?scope=footer&delta=0&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbowww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_E3UfZuxLMneXmTKIJfNp8RYB_7R7IaKr1C-l2ERc8o4.js?scope=footer&delta=0&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbo — 200 — 31.7 KiB — 110 ms — h2https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMMLcdnjs.cloudflare.com/ajax/libs/math... https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML — 200 — 17.2 KiB — 67 ms — h3https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_cZCehRC7o7sGHKv-bjUIrzdMZLnTTi0hp5a5LZtX7ng.js?scope=footer&delta=2&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbowww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_cZCehRC7o7sGHKv-bjUIrzdMZLnTTi0hp5a5LZtX7ng.js?scope=footer&delta=2&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbo — 200 — 779 B — 103 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3Ewww.w3.org/2000/svg'/%3E data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E — 200 — 0 B — 0 ms — datahttps://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2 — 200 — 75.2 KiB — 199 ms — h2https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2 — 200 — 6.3 KiB — 199 ms — h2https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2 — 200 — 4.8 KiB — 103 ms — h2https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2 — 200 — 70.7 KiB — 160 ms — h2https://mediahub.unl.edu/media/21405?format=iframe&autoplay=0mediahub.unl.edu/media/21405?format... https://mediahub.unl.edu/media/21405?format=iframe&autoplay=0 — 200 — 16.5 KiB — 761 ms — http/1.1https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-dots-gray.svgwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-dots-gray.svg — 200 — 638 B — 30 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-grit.pngwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-grit.png — 200 — 8.8 KiB — 30 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/external-link.svgwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/external-link.svg — 200 — 867 B — 20 ms — h2https://unlcms.unl.edu/wdn/templates_5.3/images/bg-dots-gray.svgunlcms.unl.edu/wdn/templates_5.3/im... https://unlcms.unl.edu/wdn/templates_5.3/images/bg-dots-gray.svg — 200 — 656 B — 33 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/seal.svgwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/seal.svg — 200 — 44.4 KiB — 47 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_1440x810/public/media/image/ms-carson-theatre.jpg?itok=6zd-lzicwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_1440x810/public/media/image/ms-carson-theatre.jpg?itok=6zd-lzic — 200 — 286.7 KiB — 405 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.8 s LCP 3.7 shttps://unl.edu// https://unl.edu/ — 302 — 96 B — 420 ms — h2http://www.unl.edu/www.unl.edu/ http://www.unl.edu/ — 307 — 0 B — 1 ms — http/1.1https://www.unl.edu/www.unl.edu/ https://www.unl.edu/ — 200 — 56.0 KiB — 491 ms — h2https://ucommchat.unl.edu/assets/css?for=client&v=6ucommchat.unl.edu/assets/css?for=cl... https://ucommchat.unl.edu/assets/css?for=client&v=6 — 200 — 2.0 KiB — 815 ms — http/1.1https://wdn-cdn.unl.edu/wdn/templates_6.0/js/head-2.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/head-2.js?dep=6.0.11 — 200 — 1.6 KiB — 76 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_6pzQ6EDggJy8YYnK4UskIuPPtHo8XzeitIM-effJa8A.css?delta=0&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafMwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_6pzQ6EDggJy8YYnK4UskIuPPtHo8XzeitIM-effJa8A.css?delta=0&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafM — 200 — 1.5 KiB — 102 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_sH9OBi0Ux9wmNcVaey0POixs1rW58V_zyYRdPvvqQEM.css?delta=1&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafMwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_sH9OBi0Ux9wmNcVaey0POixs1rW58V_zyYRdPvvqQEM.css?delta=1&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafM — 200 — 5.6 KiB — 104 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_tR0LStwzVGN5-W9G6XZnwwv22qHUY60ZJgXqCehan2k.css?delta=2&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafMwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/css/css_tR0LStwzVGN5-W9G6XZnwwv22qHUY60ZJgXqCehan2k.css?delta=2&language=en&theme=unl_six_herbie&include=eJxljFsOwyAMBC9Ew5EsAw64IhjZkCa370OqKqU_K-2MdtGMBnC7UxyiPpotGKNoYmnwarDyAasoiGaIBXU4_J9Yr2gFVsIxlRLsnEggKydnpw3afEAjN1sF48PnKgHrzcZZueUvhkIamK62o2JW7MV80tmxLj-yzNZnqGyFktuZHuY_uWySZqXrcy8y5F3kat7sCaIaafM — 200 — 2.1 KiB — 102 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/header-global-1.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/header-global-1.js?dep=6.0.11 — 200 — 1.2 KiB — 60 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/nav-container-2.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/nav-container-2.js?dep=6.0.11 — 200 — 2.3 KiB — 81 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/manifest.webmanifestwdn-cdn.unl.edu/wdn/templates_6.0/i... https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/manifest.webmanifest — 200 — 585 B — 56 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WKHNC39www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WKHNC39 — 200 — 172.0 KiB — 164 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/css/main.css?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/c... https://wdn-cdn.unl.edu/wdn/templates_6.0/css/main.css?dep=6.0.11 — 200 — 20.1 KiB — 29 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/css/print.css?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/c... https://wdn-cdn.unl.edu/wdn/templates_6.0/css/print.css?dep=6.0.11 — 200 — 948 B — 28 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/auto-loader.js?dep=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/auto-loader.js?dep=6.0.11 — 200 — 2.0 KiB — 20 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_E3UfZuxLMneXmTKIJfNp8RYB_7R7IaKr1C-l2ERc8o4.js?scope=footer&delta=0&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbowww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_E3UfZuxLMneXmTKIJfNp8RYB_7R7IaKr1C-l2ERc8o4.js?scope=footer&delta=0&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbo — 200 — 31.7 KiB — 110 ms — h2https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMMLcdnjs.cloudflare.com/ajax/libs/math... https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML — 200 — 17.2 KiB — 67 ms — h3https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_cZCehRC7o7sGHKv-bjUIrzdMZLnTTi0hp5a5LZtX7ng.js?scope=footer&delta=2&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbowww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/js/js_cZCehRC7o7sGHKv-bjUIrzdMZLnTTi0hp5a5LZtX7ng.js?scope=footer&delta=2&language=en&theme=unl_six_herbie&include=eJxLSSxJzEmsTC3ST0rNSCzLzC8q1slNLMnISqzQL04tKS3QKc3LiS_OrNDPTMkFAJkdEbo — 200 — 779 B — 103 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3Ewww.w3.org/2000/svg'/%3E data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E — 200 — 0 B — 0 ms — datahttps://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2 — 200 — 75.2 KiB — 199 ms — h2https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2 — 200 — 6.3 KiB — 199 ms — h2https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2 — 200 — 4.8 KiB — 103 ms — h2https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2www.unl.edu/wdn/templates_6.0/asset... https://www.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2 — 200 — 70.7 KiB — 160 ms — h2https://mediahub.unl.edu/media/21405?format=iframe&autoplay=0mediahub.unl.edu/media/21405?format... https://mediahub.unl.edu/media/21405?format=iframe&autoplay=0 — 200 — 16.5 KiB — 761 ms — http/1.1https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-dots-gray.svgwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-dots-gray.svg — 200 — 638 B — 30 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-grit.pngwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/bg-grit.png — 200 — 8.8 KiB — 30 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/external-link.svgwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/external-link.svg — 200 — 867 B — 20 ms — h2https://unlcms.unl.edu/wdn/templates_5.3/images/bg-dots-gray.svgunlcms.unl.edu/wdn/templates_5.3/im... https://unlcms.unl.edu/wdn/templates_5.3/images/bg-dots-gray.svg — 200 — 656 B — 33 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/seal.svgwdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/images/seal.svg — 200 — 44.4 KiB — 47 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_1440x810/public/media/image/ms-carson-theatre.jpg?itok=6zd-lzicwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_1440x810/public/media/image/ms-carson-theatre.jpg?itok=6zd-lzic — 200 — 286.7 KiB — 405 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/2024-12/isela-tercero.jpgwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/2024-12/isela-tercero.jpg — 200 — 91.4 KiB — 434 ms — h2https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/johnny-carson-1957-640.jpgcms.unl.edu/university-communicatio... https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/johnny-carson-1957-640.jpg — 200 — 18.9 KiB — 404 ms — h2https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/230830-husker-volleyball-day-640.jpgcms.unl.edu/university-communicatio... https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/230830-husker-volleyball-day-640.jpg — 200 — 83.5 KiB — 432 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/media/image/aaron-douglas-640.jpgwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/media/image/aaron-douglas-640.jpg — 200 — 22.7 KiB — 401 ms — h2https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/240222_Life_Sciences_109-640.jpgcms.unl.edu/university-communicatio... https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/240222_Life_Sciences_109-640.jpg — 200 — 52.7 KiB — 431 ms — h2https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/160920_Aerials_978-1920.jpgcms.unl.edu/university-communicatio... https://cms.unl.edu/university-communication/top-level/sites/unl.edu.university-communication.top-level/files/media/image/160920_Aerials_978-1920.jpg — 200 — 99.8 KiB — 433 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_1010x568/public/images/feeds/HonorsParis.jpeg?itok=kAMZOwENwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_1010x568/public/images/feeds/HonorsParis.jpeg?itok=kAMZOwEN — 200 — 186.4 KiB — 441 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_720x405/public/images/feeds/IMG_5369_0.jpeg?itok=SxEDY7Igwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_720x405/public/images/feeds/IMG_5369_0.jpeg?itok=SxEDY7Ig — 200 — 49.1 KiB — 431 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_720x405/public/images/feeds/260320_4H_Robotics_Expansion_Event_002.JPG?itok=NX-goJXmwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_720x405/public/images/feeds/260320_4H_Robotics_Expansion_Event_002.JPG?itok=NX-goJXm — 200 — 80.3 KiB — 436 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_720x405/public/images/feeds/20260319-aaf-cojmc-nt.jpg?itok=g95zYoccwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/styles/16_9_720x405/public/images/feeds/20260319-aaf-cojmc-nt.jpg?itok=g95zYocc — 200 — 76.4 KiB — 435 ms — h2https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/media/image/4_Ns.jpgwww.unl.edu/sites/unl.edu.universit... https://www.unl.edu/sites/unl.edu.university-communication.top-level/files/media/image/4_Ns.jpg — 200 — 134.3 KiB — 437 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2wdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Semibold.woff2 — 200 — 75.3 KiB — 49 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2wdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-Medium-UNLwordmark.woff2 — 200 — 6.4 KiB — 51 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2wdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/SourceSerif4-MediumItalic-UNLwordmark.woff2 — 200 — 4.8 KiB — 53 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2wdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Regular.woff2 — 200 — 70.8 KiB — 87 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Bold.woff2wdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-Bold.woff2 — 200 — 75.0 KiB — 90 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-SemiboldItalic.woff2wdn-cdn.unl.edu/wdn/templates_6.0/a... https://wdn-cdn.unl.edu/wdn/templates_6.0/assets/fonts/WorkSans-SemiboldItalic.woff2 — 200 — 69.3 KiB — 97 ms — h2https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/config/TeX-AMS-MML_HTMLorMML.js?V=2.7.0cdnjs.cloudflare.com/ajax/libs/math... https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/config/TeX-AMS-MML_HTMLorMML.js?V=2.7.0 — 200 — 58.6 KiB — 61 ms — h3https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.banner.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.banner.js?v=6.0.11 — 200 — 1.5 KiB — 54 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.alert.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.alert.js?v=6.0.11 — 200 — 3.4 KiB — 52 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.analytics.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.analytics.js?v=6.0.11 — 200 — 2.7 KiB — 53 ms — h2https://ucommchat.unl.edu/assets/js?for=client&version=6.0&cb=2026421ucommchat.unl.edu/assets/js?for=cli... https://ucommchat.unl.edu/assets/js?for=client&version=6.0&cb=2026421 — 200 — 84.3 KiB — 1.2 s — http/1.1https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.tab.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.tab.js?v=6.0.11 — 200 — 1.2 KiB — 56 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.toggle-button.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.toggle-button.js?v=6.0.11 — 200 — 1.2 KiB — 57 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.collapsible-fieldset.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.collapsible-fieldset.js?v=6.0.11 — 200 — 1.2 KiB — 57 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.figcaption-toggle.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.figcaption-toggle.js?v=6.0.11 — 200 — 1.2 KiB — 55 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.notice.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.notice.js?v=6.0.11 — 200 — 1.2 KiB — 56 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.datepicker.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.datepicker.js?v=6.0.11 — 200 — 1.2 KiB — 57 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.autoplay-video.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.autoplay-video.js?v=6.0.11 — 200 — 1.2 KiB — 58 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.pagination.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.pagination.js?v=6.0.11 — 200 — 1.2 KiB — 57 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.card-as-link.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.card-as-link.js?v=6.0.11 — 200 — 1.2 KiB — 59 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.slideshow.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.slideshow.js?v=6.0.11 — 200 — 1.2 KiB — 54 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.search-select.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.search-select.js?v=6.0.11 — 200 — 1.2 KiB — 57 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.popup.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.popup.js?v=6.0.11 — 200 — 1.2 KiB — 57 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.dialog.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.dialog.js?v=6.0.11 — 200 — 1.1 KiB — 58 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.gallery.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.gallery.js?v=6.0.11 — 200 — 1.2 KiB — 68 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.event-list.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.event-list.js?v=6.0.11 — 200 — 1.2 KiB — 69 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.image-cropper.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.image-cropper.js?v=6.0.11 — 200 — 1.2 KiB — 69 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.idm.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.idm.js?v=6.0.11 — 200 — 1.0 KiB — 71 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.search.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.search.js?v=6.0.11 — 200 — 1.0 KiB — 74 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.font-serif.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.font-serif.js?v=6.0.11 — 200 — 983 B — 74 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.qa.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.qa.js?v=6.0.11 — 200 — 963 B — 74 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.file-size-validator.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.file-size-validator.js?v=6.0.11 — 200 — 1.1 KiB — 75 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.randomizer.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/plugins/plugin.randomizer.js?v=6.0.11 — 200 — 1.1 KiB — 76 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11027044953&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11027044953&cx=c&gtm=4e64h1 — 200 — 143.6 KiB — 95 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17881525003&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17881525003&cx=c&gtm=4e64h1 — 200 — 143.8 KiB — 93 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XYGRJGQFZK&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XYGRJGQFZK&cx=c&gtm=4e64h1 — 200 — 178.2 KiB — 76 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 115 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 59 ms — h2https://pixel.mathtag.com/event/js?mt_id=1537607&mt_adid=244333&mt_exem=&mt_excl=&v1=&v2=&v3=&s1=&s2=&s3=pixel.mathtag.com/event/js?mt_id=15... https://pixel.mathtag.com/event/js?mt_id=1537607&mt_adid=244333&mt_exem=&mt_excl=&v1=&v2=&v3=&s1=&s2=&s3= — 200 — 712 B — 324 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 129 ms — h3https://up.pixel.ad/assets/up.js?um=1up.pixel.ad/assets/up.js?um=1 https://up.pixel.ad/assets/up.js?um=1 — 200 — 3.1 KiB — 119 ms — http/1.1https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 121 ms — http/1.1https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unl.edu%2F&scrsrc=www.googletagmanager.com&rnd=702030675.1776801485&dt=University%20of%20Nebraska%E2%80%93Lincoln&auid=1973751177.1776801485&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v833390804za200zd833390804xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=1&tft=1776801484648&tfd=1224www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unl.edu%2F&scrsrc=www.googletagmanager.com&rnd=702030675.1776801485&dt=University%20of%20Nebraska%E2%80%93Lincoln&auid=1973751177.1776801485&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v833390804za200zd833390804xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=1&tft=1776801484648&tfd=1224 — 200 — 21 B — 119 ms — h3https://wdn-cdn.unl.edu/wdn/templates_6.0/js/lib/unl-utility.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/lib/unl-utility.js?v=6.0.11 — 200 — 1.6 KiB — 28 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk.dcf-utility.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk.dcf-utility.js?v=6.0.11 — 200 — 1.7 KiB — 29 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._collapsible-fieldsets.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._collapsible-fieldsets.js?v=6.0.11 — 200 — 621 B — 49 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._button-toggles.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._button-toggles.js?v=6.0.11 — 200 — 610 B — 48 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._figcaption-toggles.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._figcaption-toggles.js?v=6.0.11 — 200 — 625 B — 53 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._dialogs.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk._dialogs.js?v=6.0.11 — 200 — 582 B — 35 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.qa.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.qa.js?v=6.0.11 — 200 — 1.4 KiB — 33 ms — h2https://z168.unl.edu/script.jsz168.unl.edu/script.js https://z168.unl.edu/script.js — 200 — 40.4 KiB — 108 ms — h2https://www.unl.edu/wdn/templates_6.0/css/components-js/_unl-alert.css?v=6.0.11www.unl.edu/wdn/templates_6.0/css/c... https://www.unl.edu/wdn/templates_6.0/css/components-js/_unl-alert.css?v=6.0.11 — 200 — 826 B — 179 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.card-as-link.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.card-as-link.js?v=6.0.11 — 200 — 1.0 KiB — 27 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.event-list.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.event-list.js?v=6.0.11 — 200 — 4.0 KiB — 27 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.idm.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.idm.js?v=6.0.11 — 200 — 5.0 KiB — 28 ms — h2https://its-unl-cms-prd-s3.s3.amazonaws.com/wdn-message.htmlits-unl-cms-prd-s3.s3.amazonaws.com... https://its-unl-cms-prd-s3.s3.amazonaws.com/wdn-message.html — 200 — 602 B — 354 ms — http/1.1https://trkn.us/pixel/conv/ppt=6617;g=sitewide-gtm;gid=29133;cv1=https://www.unl.edu/;ord=14305902?gtmcb=1190742392trkn.us/pixel/conv/ppt=6617;g=sitew... https://trkn.us/pixel/conv/ppt=6617;g=sitewide-gtm;gid=29133;cv1=https://www.unl.edu/;ord=14305902?gtmcb=1190742392 — 302 — 583 B — 209 ms — http/1.1https://larue.unl.edu/main.js?v=6.0.11larue.unl.edu/main.js?v=6.0.11 https://larue.unl.edu/main.js?v=6.0.11 — 200 — 218.7 KiB — 1.1 s — http/1.1https://alert.unl.edu/json/unlcap.js?v=6.0.11&cb=1776801484702alert.unl.edu/json/unlcap.js?v=6.0.... https://alert.unl.edu/json/unlcap.js?v=6.0.11&cb=1776801484702 — 200 — 227 B — 408 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.search.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.search.js?v=6.0.11 — 200 — 2.8 KiB — 24 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.dialog.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/components/component.dialog.js?v=6.0.11 — 200 — 1.3 KiB — 25 ms — h2https://webaudit.unl.edu/registry/closest/?format=json&query=https%3A%2F%2Fwww.unl.edu%2Fwebaudit.unl.edu/registry/closest/?... https://webaudit.unl.edu/registry/closest/?format=json&query=https%3A%2F%2Fwww.unl.edu%2F — 200 — 3.0 KiB — 591 ms — http/1.1https://wdn-cdn.unl.edu/wdn/templates_6.0/js/lib/moment-timezone.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/lib/moment-timezone.js?v=6.0.11 — 200 — 5.3 KiB — 27 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/lib/moment.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/lib/moment.js?v=6.0.11 — 200 — 28.1 KiB — 31 ms — h2https://www.unl.edu/wdn/templates_6.0/css/components-js/_card-as-link.css?v=6.0.11www.unl.edu/wdn/templates_6.0/css/c... https://www.unl.edu/wdn/templates_6.0/css/components-js/_card-as-link.css?v=6.0.11 — 200 — 574 B — 103 ms — h2https://cdn.mathjax.org/mathjax/contrib/a11y/accessibility-menu.js?V=2.7.0cdn.mathjax.org/mathjax/contrib/a11... https://cdn.mathjax.org/mathjax/contrib/a11y/accessibility-menu.js?V=2.7.0 — 200 — 2.0 KiB — 76 ms — h2https://www.unl.edu/wdn/templates_6.0/css/components-js/_idm.css?v=6.0.11www.unl.edu/wdn/templates_6.0/css/c... https://www.unl.edu/wdn/templates_6.0/css/components-js/_idm.css?v=6.0.11 — 200 — 1.2 KiB — 104 ms — h2https://tr.snapchat.com/config/edu/1b0e48e2-fdf3-4635-9885-ff3e5cf0db77.js?v=3.55.0-2604211744tr.snapchat.com/config/edu/1b0e48e2... https://tr.snapchat.com/config/edu/1b0e48e2-fdf3-4635-9885-ff3e5cf0db77.js?v=3.55.0-2604211744 — 200 — 442 B — 186 ms — h2https://tr.snapchat.com/cm/i?pid=1b0e48e2-fdf3-4635-9885-ff3e5cf0db77&u_scsid=3eeedf62-c767-434d-99e5-d4269e7abfa9&u_sclid=ef31de87-976f-4e3d-a8b4-6fe078751b34tr.snapchat.com/cm/i?pid=1b0e48e2-f... https://tr.snapchat.com/cm/i?pid=1b0e48e2-fdf3-4635-9885-ff3e5cf0db77&u_scsid=3eeedf62-c767-434d-99e5-d4269e7abfa9&u_sclid=ef31de87-976f-4e3d-a8b4-6fe078751b34 — 200 — 183 B — 93 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk.dcf-dialog.js?v=6.0.11wdn-cdn.unl.edu/wdn/templates_6.0/j... https://wdn-cdn.unl.edu/wdn/templates_6.0/js/chunks/chunk.dcf-dialog.js?v=6.0.11 — 200 — 2.7 KiB — 23 ms — h2https://www.unl.edu/wdn/templates_6.0/css/components-js/_events.css?v=6.0.11www.unl.edu/wdn/templates_6.0/css/c... https://www.unl.edu/wdn/templates_6.0/css/components-js/_events.css?v=6.0.11 — 200 — 749 B — 103 ms — h2https://tr.snapchat.com/p?pid=1b0e48e2-fdf3-4635-9885-ff3e5cf0db77&ev=PAGE_VIEW&intg=gtm&pids=1b0e48e2-fdf3-4635-9885-ff3e5cf0db77&u_c1=e42089d6-f67b-4a28-bde3-1bed5617137d&cdid=%40-b65f1425-8dbc-41d6-a701-577501145483&u_sclid=ef31de87-976f-4e3d-a8b4-6fe078751b34&u_scsid=3eeedf62-c767-434d-99e5-d4269e7abfa9&gat=G-XYGRJGQFZK%2CAW-17881525003%2CAW-11027044953%2CGTM-WKHNC39&bg=false&bt=1d53c387&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=1076&m_fcps=980&m_pi=1064&m_pl=0&m_pv=2&m_rd=1398&m_sh=600&m_sl=1371&m_sw=800&pl=https%3A%2F%2Fwww.unl.edu%2F&trackId=2457649e-e75c-4f02-84d4-19aff3dbcf92&ts=1776801484823&v=3.55.0-2604211744tr.snapchat.com/p?pid=1b0e48e2-fdf3... https://tr.snapchat.com/p?pid=1b0e48e2-fdf3-4635-9885-ff3e5cf0db77&ev=PAGE_VIEW&intg=gtm&pids=1b0e48e2-fdf3-4635-9885-ff3e5cf0db77&u_c1=e42089d6-f67b-4a28-bde3-1bed5617137d&cdid=%40-b65f1425-8dbc-41d6-a701-577501145483&u_sclid=ef31de87-976f-4e3d-a8b4-6fe078751b34&u_scsid=3eeedf62-c767-434d-99e5-d4269e7abfa9&gat=G-XYGRJGQFZK%2CAW-17881525003%2CAW-11027044953%2CGTM-WKHNC39&bg=false&bt=1d53c387&d_a=x86&d_bvs=%5B%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D&d_os=10.15.7&d_ot=macOS&df=true&huah=true&m_dcl=1076&m_fcps=980&m_pi=1064&m_pl=0&m_pv=2&m_rd=1398&m_sh=600&m_sl=1371&m_sw=800&pl=https%3A%2F%2Fwww.unl.edu%2F&trackId=2457649e-e75c-4f02-84d4-19aff3dbcf92&ts=1776801484823&v=3.55.0-2604211744 — 200 — 444 B — 67 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-XYGRJGQFZK&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&_p=1776801484257&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=911953475&_eu=EAAAAGA&are=1&cid=1945045665.1776801485&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=14&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~115938466~115938468~117266400&sid=1776801484&sct=1&seg=0&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1492region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-XYGRJGQFZK&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&_p=1776801484257&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=911953475&_eu=EAAAAGA&are=1&cid=1945045665.1776801485&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=14&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~115938466~115938468~117266400&sid=1776801484&sct=1&seg=0&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1492 — 204 — 547 B — 103 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-XYGRJGQFZK&cid=1945045665.1776801485&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-XYGRJGQFZK&cid=1945045665.1776801485&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400 — 204 — 547 B — 78 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-GNJC9KPY9R&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1945045665.1776801485&frm=0&ir=1&pscdl=noapi&rcb=14&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&_s=1&tag_exp=0~115616986~115938466~115938468~117266400&sid=1776801484&sct=1&seg=0&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_fv=1&_ss=1&tfd=1501region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-GNJC9KPY9R&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=1945045665.1776801485&frm=0&ir=1&pscdl=noapi&rcb=14&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&_s=1&tag_exp=0~115616986~115938466~115938468~117266400&sid=1776801484&sct=1&seg=0&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_fv=1&_ss=1&tfd=1501 — 204 — 547 B — 111 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-XYGRJGQFZK&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=911953475&_eu=EAAAAGQ&are=1&cid=1945045665.1776801485&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=14&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~115938466~115938468~117266400&sid=1776801484&sct=1&seg=1&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_et=14&up.color_scheme=Light&tfd=1508region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-XYGRJGQFZK&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=911953475&_eu=EAAAAGQ&are=1&cid=1945045665.1776801485&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=14&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~115938466~115938468~117266400&sid=1776801484&sct=1&seg=1&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_et=14&up.color_scheme=Light&tfd=1508 — 204 — 48 B — 92 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-XYGRJGQFZK&gtm=45je64h1v886901814za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=911953475&_eu=EAACAGQ&are=1&cid=1945045665.1776801485&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=14&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~115938466~115938468~117266400&sid=1776801484&sct=1&seg=1&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_ee=1&ep.debug_mode=true&_et=3&tfd=1519region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-XYGRJGQFZK&gtm=45je64h1v886901814za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=911953475&_eu=EAACAGQ&are=1&cid=1945045665.1776801485&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=14&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~115938466~115938468~117266400&sid=1776801484&sct=1&seg=1&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_ee=1&ep.debug_mode=true&_et=3&tfd=1519 — 204 — 48 B — 76 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-XYGRJGQFZK&cid=1945045665.1776801485&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400&z=939195931www.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-XYGRJGQFZK&cid=1945045665.1776801485&gtm=45je64h1v886901814z8833390804za20gzb833390804zd833390804&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400&z=939195931 — 200 — 408 B — 87 ms — h2https://trkn.us/pixel/conv/ppt=6617;g=sitewide-gtm;gid=29133;cv1=https://www.unl.edu/;ord=14305902?gtmcb=1190742392;ip=141.227.188.120;cuidchk=1trkn.us/pixel/conv/ppt=6617;g=sitew... https://trkn.us/pixel/conv/ppt=6617;g=sitewide-gtm;gid=29133;cv1=https://www.unl.edu/;ord=14305902?gtmcb=1190742392;ip=141.227.188.120;cuidchk=1 — 200 — 721 B — 44 ms — http/1.1https://events.unl.edu/featured/?format=json&limit=3&pinned_limit=1events.unl.edu/featured/?format=jso... https://events.unl.edu/featured/?format=json&limit=3&pinned_limit=1 — 200 — 7.3 KiB — 512 ms — http/1.1https://unl.blueconic.net/DG/DEFAULT/cs?&callback=bc_json200unl.blueconic.net/DG/DEFAULT/cs?&ca... https://unl.blueconic.net/DG/DEFAULT/cs?&callback=bc_json200 — 200 — 729 B — 298 ms — h2https://www.unl.edu/wdn/templates_6.0/css/components-js/_dialogs.css?v=6.0.11www.unl.edu/wdn/templates_6.0/css/c... https://www.unl.edu/wdn/templates_6.0/css/components-js/_dialogs.css?v=6.0.11 — 200 — 770 B — 102 ms — h2https://mediahub.unl.edu/templates/iframe/js/vendor/jquery.min.js?v=51c855dmediahub.unl.edu/templates/iframe/j... https://mediahub.unl.edu/templates/iframe/js/vendor/jquery.min.js?v=51c855d — 200 — 87.7 KiB — 656 ms — http/1.1https://mediahub.unl.edu/templates/iframe/js/vendor/three.min.js?v=51c855dmediahub.unl.edu/templates/iframe/j... https://mediahub.unl.edu/templates/iframe/js/vendor/three.min.js?v=51c855d — 200 — 592.7 KiB — 1.1 s — http/1.1https://mediahub.unl.edu/templates/iframe/js/vendor/video-js.min.css?v=51c855dmediahub.unl.edu/templates/iframe/j... https://mediahub.unl.edu/templates/iframe/js/vendor/video-js.min.css?v=51c855d — 200 — 47.2 KiB — 383 ms — http/1.1https://mediahub.unl.edu/templates/iframe/js/vendor/video.min.js?v=51c855dmediahub.unl.edu/templates/iframe/j... https://mediahub.unl.edu/templates/iframe/js/vendor/video.min.js?v=51c855d — 200 — 670.3 KiB — 1.1 s — http/1.1https://mediahub.unl.edu/templates/iframe/js/vendor/videojs-mediahub.js?v=51c855dmediahub.unl.edu/templates/iframe/j... https://mediahub.unl.edu/templates/iframe/js/vendor/videojs-mediahub.js?v=51c855d — 200 — 21.0 KiB — 534 ms — http/1.1https://mediahub.unl.edu/templates/iframe/js/vendor/videojs-captions-toggle.jsmediahub.unl.edu/templates/iframe/j... https://mediahub.unl.edu/templates/iframe/js/vendor/videojs-captions-toggle.js — 200 — 4.3 KiB — 518 ms — http/1.1https://mediahub.unl.edu/templates/iframe/css/iframe.css?v=51c855dmediahub.unl.edu/templates/iframe/c... https://mediahub.unl.edu/templates/iframe/css/iframe.css?v=51c855d — 200 — 14.5 KiB — 516 ms — http/1.1https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unl.edu%2F&scrsrc=www.googletagmanager.com&rnd=702030675.1776801485&dt=University%20of%20Nebraska%E2%80%93Lincoln&auid=1973751177.1776801485&navt=n&npa=1&gtm=45be64h1v9244569908z8833390804za20gzb833390804zd833390804xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-17881525003&tid=AW-17881525003&tft=1776801485095&tfd=1670www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unl.edu%2F&scrsrc=www.googletagmanager.com&rnd=702030675.1776801485&dt=University%20of%20Nebraska%E2%80%93Lincoln&auid=1973751177.1776801485&navt=n&npa=1&gtm=45be64h1v9244569908z8833390804za20gzb833390804zd833390804xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-17881525003&tid=AW-17881525003&tft=1776801485095&tfd=1670 — 200 — 21 B — 77 ms — h3https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unl.edu%2F&scrsrc=www.googletagmanager.com&rnd=702030675.1776801485&dt=University%20of%20Nebraska%E2%80%93Lincoln&auid=1973751177.1776801485&navt=n&npa=1&gtm=45be64h1v9233798863z8833390804za20gzb833390804zd833390804xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117884344~118463262&apve=1&apvf=f&apvc=0&tids=AW-11027044953&tid=AW-11027044953&tft=1776801485154&tfd=1730www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unl.edu%2F&scrsrc=www.googletagmanager.com&rnd=702030675.1776801485&dt=University%20of%20Nebraska%E2%80%93Lincoln&auid=1973751177.1776801485&navt=n&npa=1&gtm=45be64h1v9233798863z8833390804za20gzb833390804zd833390804xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117884344~118463262&apve=1&apvf=f&apvc=0&tids=AW-11027044953&tid=AW-11027044953&tft=1776801485154&tfd=1730 — 200 — 21 B — 34 ms — h3https://www.unl.edu/wdn/templates_6.0/css/components-js/_search.css?v=6.0.11www.unl.edu/wdn/templates_6.0/css/c... https://www.unl.edu/wdn/templates_6.0/css/components-js/_search.css?v=6.0.11 — 200 — 930 B — 101 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 613 B — 208 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=1916700%2C5302684&time=1776801485187&url=https%3A%2F%2Fwww.unl.edu%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1916700%2C5302684&time=1776801485187&url=https%3A%2F%2Fwww.unl.edu%2F&tm=gtmv2 — 200 — 841 B — 218 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1916700%2C5302684&time=1776801485187&url=https%3A%2F%2Fwww.unl.edu%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1916700%2C5302684&time=1776801485187&url=https%3A%2F%2Fwww.unl.edu%2F&tm=gtmv2 — 302 — 835 B — 169 ms — h2https://connect.facebook.net/signals/config/131156648323374?v=2.9.303&r=stable&domain=www.unl.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/131156648323374?v=2.9.303&r=stable&domain=www.unl.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.5 KiB — 26 ms — h3https://connect.facebook.net/signals/config/1594752620938777?v=2.9.303&r=stable&domain=www.unl.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1594752620938777?v=2.9.303&r=stable&domain=www.unl.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.1 KiB — 19 ms — h3https://www.facebook.com/tr/?id=131156648323374&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485294&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=13115664832... https://www.facebook.com/tr/?id=131156648323374&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485294&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 19 B — 64 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=131156648323374&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485294&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=131156648323374&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485294&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 196 B — 193 ms — h3https://z168.unl.edu/DG/DEFAULT/rest/rpc/199?referer=https%3A%2F%2Fwww.unl.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T19%3A58%3A05%2B00%3A00&ts=1776801485330z168.unl.edu/DG/DEFAULT/rest/rpc/19... https://z168.unl.edu/DG/DEFAULT/rest/rpc/199?referer=https%3A%2F%2Fwww.unl.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T19%3A58%3A05%2B00%3A00&ts=1776801485330 — 200 — 5.0 KiB — 276 ms — h2https://www.facebook.com/tr/?id=1594752620938777&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485341&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=15947526209... https://www.facebook.com/tr/?id=1594752620938777&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485341&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 16 B — 22 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1594752620938777&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485341&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1594752620938777&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801485341&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 196 B — 155 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1916700%2C5302684&time=1776801485187&url=https%3A%2F%2Fwww.unl.edu%2F&tm=gtmv2&e_ipv6=AQJSrsmxc_Vk_QAAAZ2xnxH5fYOqNCJXZzg7Mli5Nu5tkjU_sYur34Ze10y_sIo15RTi-VrapDAcpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1916700%2C5302684&time=1776801485187&url=https%3A%2F%2Fwww.unl.edu%2F&tm=gtmv2&e_ipv6=AQJSrsmxc_Vk_QAAAZ2xnxH5fYOqNCJXZzg7Mli5Nu5tkjU_sYur34Ze10y_sIo15RTi-VrapDAc — 200 — 695 B — 242 ms — h2https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 47 B — 45 ms — h2https://pixel-sync.sitescout.com/dmp/asyncPixelSyncpixel-sync.sitescout.com/dmp/asyncP... https://pixel-sync.sitescout.com/dmp/asyncPixelSync — 204 — 191 B — 72 ms — h2https://pixel.sitescout.com/up/bddd23958ab94bb6?cntr_url=https%3A%2F%2Fwww.unl.edu%2Fpixel.sitescout.com/up/bddd23958ab9... https://pixel.sitescout.com/up/bddd23958ab94bb6?cntr_url=https%3A%2F%2Fwww.unl.edu%2F — 200 — 259 B — 97 ms — h2https://mediahub.unl.edu/uploads/posters/21405.jpg?1708964755mediahub.unl.edu/uploads/posters/21... https://mediahub.unl.edu/uploads/posters/21405.jpg?1708964755 — 200 — 1.7 MiB — 794 ms — http/1.1https://z168.unl.edu/plugin/plugin/22e41803d7445f6796f56f3ffecc7f84z168.unl.edu/plugin/plugin/22e41803... https://z168.unl.edu/plugin/plugin/22e41803d7445f6796f56f3ffecc7f84 — 200 — 22.6 KiB — 24 ms — h2https://z168.unl.edu/plugin/library/be9dc5962dda73fbf93c00b873d526a0z168.unl.edu/plugin/library/be9dc59... https://z168.unl.edu/plugin/library/be9dc5962dda73fbf93c00b873d526a0 — 200 — 9.7 KiB — 23 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 87 B — 30 ms — h2https://z168.unl.edu/DG/DEFAULT/rest/rpc/199/LB-Zone-2?referer=https%3A%2F%2Fwww.unl.edu%2F&bcsessionid=&bctempid=a7d2af13-a389-4e77-9caa-c8cc57d96524&overruleReferrer=&time=2026-04-21T19%3A58%3A05%2B00%3A00&ts=1776801485646z168.unl.edu/DG/DEFAULT/rest/rpc/19... https://z168.unl.edu/DG/DEFAULT/rest/rpc/199/LB-Zone-2?referer=https%3A%2F%2Fwww.unl.edu%2F&bcsessionid=&bctempid=a7d2af13-a389-4e77-9caa-c8cc57d96524&overruleReferrer=&time=2026-04-21T19%3A58%3A05%2B00%3A00&ts=1776801485646 — 200 — 1.5 KiB — 279 ms — h2https://ucommchat.unl.edu/wdn/templates_6.0/js/plugins/plugin.form-validator.jsucommchat.unl.edu/wdn/templates_6.0... https://ucommchat.unl.edu/wdn/templates_6.0/js/plugins/plugin.form-validator.js — 200 — 1.1 KiB — 133 ms — http/1.1https://ucommchat.unl.edu/js/VisitorChat/6.0/form.jsucommchat.unl.edu/js/VisitorChat/6.... https://ucommchat.unl.edu/js/VisitorChat/6.0/form.js — 200 — 10.2 KiB — 267 ms — http/1.1https://ucommchat.unl.edu/wdn/templates_6.0/js/lib/unl-utility.jsucommchat.unl.edu/wdn/templates_6.0... https://ucommchat.unl.edu/wdn/templates_6.0/js/lib/unl-utility.js — 200 — 1.8 KiB — 399 ms — http/1.1https://ucommchat.unl.edu/wdn/templates_6.0/js/chunks/chunk.dcf-utility.js?v=6.0.11ucommchat.unl.edu/wdn/templates_6.0... https://ucommchat.unl.edu/wdn/templates_6.0/js/chunks/chunk.dcf-utility.js?v=6.0.11 — 200 — 1.9 KiB — 398 ms — http/1.1https://larue.unl.edu/main.php?action_name=www.unl.edu%2FUniversity%20of%20Nebraska%E2%80%93Lincoln&idsite=1&rec=1&r=648186&h=19&m=58&s=5&url=https%3A%2F%2Fwww.unl.edu%2F&_id=d54c07dc36211e9d&_idn=1&send_image=0&_refts=0&pv_id=fNQAqp&fa_pv=1&fa_fp[0][fa_vid]=WmAalI&fa_fp[0][fa_id]=dcf-search-form&fa_fp[0][fa_fv]=1&pf_net=199&pf_srv=195&pf_tfr=99&pf_dm1=241&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600larue.unl.edu/main.php?action_name=... https://larue.unl.edu/main.php?action_name=www.unl.edu%2FUniversity%20of%20Nebraska%E2%80%93Lincoln&idsite=1&rec=1&r=648186&h=19&m=58&s=5&url=https%3A%2F%2Fwww.unl.edu%2F&_id=d54c07dc36211e9d&_idn=1&send_image=0&_refts=0&pv_id=fNQAqp&fa_pv=1&fa_fp[0][fa_vid]=WmAalI&fa_fp[0][fa_id]=dcf-search-form&fa_fp[0][fa_fv]=1&pf_net=199&pf_srv=195&pf_tfr=99&pf_dm1=241&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 330 B — 205 ms — http/1.1https://larue.unl.edu/plugins/HeatmapSessionRecording/configs.php?idsite=1&trackerid=g2BDFf&url=https%3A%2F%2Fwww.unl.edu%2Flarue.unl.edu/plugins/HeatmapSessio... https://larue.unl.edu/plugins/HeatmapSessionRecording/configs.php?idsite=1&trackerid=g2BDFf&url=https%3A%2F%2Fwww.unl.edu%2F — 200 — 384 B — 332 ms — http/1.1https://unl.blueconic.net/DG/DEFAULT/cs?bcsessionid=a7d2af13-a389-4e77-9caa-c8cc57d96524&&callback=bc_json201unl.blueconic.net/DG/DEFAULT/cs?bcs... https://unl.blueconic.net/DG/DEFAULT/cs?bcsessionid=a7d2af13-a389-4e77-9caa-c8cc57d96524&&callback=bc_json201 — 200 — 891 B — 100 ms — h2https://z168.unl.edu/DG/DEFAULT/rest/rpc/199?referer=https%3A%2F%2Fwww.unl.edu%2F&bcsessionid=a7d2af13-a389-4e77-9caa-c8cc57d96524&bctempid=&overruleReferrer=&time=2026-04-21T19%3A58%3A05%2B00%3A00&ts=1776801485944z168.unl.edu/DG/DEFAULT/rest/rpc/19... https://z168.unl.edu/DG/DEFAULT/rest/rpc/199?referer=https%3A%2F%2Fwww.unl.edu%2F&bcsessionid=a7d2af13-a389-4e77-9caa-c8cc57d96524&bctempid=&overruleReferrer=&time=2026-04-21T19%3A58%3A05%2B00%3A00&ts=1776801485944 — 200 — 1.6 KiB — 279 ms — h2https://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media.mp4mediahub.unl.edu/uploads/84a4fd60-6... https://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media.mp4 — -1 — 0 B — 63 ms — blob:https://mediahub.unl.edu/61e36742-9f96-4ea6-94a3-a0fcc7958297mediahub.unl.edu/61e36742-9f96-4ea6... blob:https://mediahub.unl.edu/61e36742-9f96-4ea6-94a3-a0fcc7958297 — 200 — -1 B — 40 ms — blobblob:https://mediahub.unl.edu/125d5d4a-4b0f-4051-97ce-e6f16487f498mediahub.unl.edu/125d5d4a-4b0f-4051... blob:https://mediahub.unl.edu/125d5d4a-4b0f-4051-97ce-e6f16487f498 — 200 — -1 B — 42 ms — blobblob:https://mediahub.unl.edu/1ce04075-bcd3-4ea3-82b6-5baf5a10d5c0mediahub.unl.edu/1ce04075-bcd3-4ea3... blob:https://mediahub.unl.edu/1ce04075-bcd3-4ea3-82b6-5baf5a10d5c0 — 200 — -1 B — 35 ms — blobblob:https://mediahub.unl.edu/7c0b0b84-c7e1-49af-a3c8-149c3c066f76mediahub.unl.edu/7c0b0b84-c7e1-49af... blob:https://mediahub.unl.edu/7c0b0b84-c7e1-49af-a3c8-149c3c066f76 — 200 — -1 B — 57 ms — blobhttps://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media.m3u8mediahub.unl.edu/uploads/84a4fd60-6... https://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media.m3u8 — 200 — 1.3 KiB — 137 ms — http/1.1https://mediahub.unl.edu/media/21405/vtt?text_file_id=10773mediahub.unl.edu/media/21405/vtt?te... https://mediahub.unl.edu/media/21405/vtt?text_file_id=10773 — 200 — 2.2 KiB — 143 ms — http/1.1https://www.unl.edu/wdn/templates_6.0/css/components-js/_form-validator.css?v=6.0.11www.unl.edu/wdn/templates_6.0/css/c... https://www.unl.edu/wdn/templates_6.0/css/components-js/_form-validator.css?v=6.0.11 — 200 — 781 B — 100 ms — h2https://unl.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json202unl.blueconic.net/DG/DEFAULT/cs?bcs... https://unl.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json202 — 200 — 734 B — 100 ms — h2https://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media480p.m3u8mediahub.unl.edu/uploads/84a4fd60-6... https://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media480p.m3u8 — 200 — 1.0 KiB — 131 ms — http/1.1https://ucommchat.unl.edu/wdn/templates_6.0/js/lib/jquery.js?v=6.0.11ucommchat.unl.edu/wdn/templates_6.0... https://ucommchat.unl.edu/wdn/templates_6.0/js/lib/jquery.js?v=6.0.11 — 200 — 53.3 KiB — 141 ms — http/1.1https://connect.facebook.net/signals/config/1348674603499640?v=2.9.303&r=stable&domain=www.unl.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1348674603499640?v=2.9.303&r=stable&domain=www.unl.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.0 KiB — 23 ms — h3https://js.ipredictive.com/viant_universal_pixel.jsjs.ipredictive.com/viant_universal_... https://js.ipredictive.com/viant_universal_pixel.js — 200 — 3.5 KiB — 56 ms — h2https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/icon.svgwdn-cdn.unl.edu/wdn/templates_6.0/i... https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/icon.svg — 200 — 1.0 KiB — 25 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=ho02hf2&cookie_sync=1&upv=3.0.0&upid=talksoi&ref=https://www.unl.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=ho02hf2&cookie_sync=1&upv=3.0.0&upid=talksoi&ref=https://www.unl.edu/ — 302 — 164 B — 133 ms — h2https://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 — 514 ms — http/1.1https://www.facebook.com/tr/?id=1348674603499640&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801486440&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.3&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=13486746034... https://www.facebook.com/tr/?id=1348674603499640&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801486440&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.3&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 16 B — 18 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1348674603499640&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801486440&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.3&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1348674603499640&ev=PageView&dl=https%3A%2F%2Fwww.unl.edu%2F&rl=&if=false&ts=1776801486440&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate-2.0.3&ec=0&o=4126&fbp=fb.1.1776801485283.26481709174952307&ler=empty&cdl=API_unavailable&pmd[title]=University%20of%20Nebraska%E2%80%93Lincoln&pmd[locale]=en&plt=1076.2999992370605&it=1776801485234&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 195 B — 123 ms — h3https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/favicon.icowdn-cdn.unl.edu/wdn/templates_6.0/i... https://wdn-cdn.unl.edu/wdn/templates_6.0/includes/global/favicon/favicon.ico — 200 — 15.1 KiB — 25 ms — h2https://ad.ipredictive.com/d/track/event?upid=117002&cache_buster=1776801486&url=https%3A%2F%2Fwww.unl.edu%2F&p1=remarketing&ps=0ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=117002&cache_buster=1776801486&url=https%3A%2F%2Fwww.unl.edu%2F&p1=remarketing&ps=0 — 200 — 327 B — 392 ms — http/1.1https://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media480p.tsmediahub.unl.edu/uploads/84a4fd60-6... https://mediahub.unl.edu/uploads/84a4fd60-6217-11ee-a0a8-005056832e99/media480p.ts — 206 — 1003.7 KiB — 151 ms — http/1.1https://ucommchat.unl.edu/wdn/templates_6.0/js/lib/jquery-validator.js?v=6.0.11ucommchat.unl.edu/wdn/templates_6.0... https://ucommchat.unl.edu/wdn/templates_6.0/js/lib/jquery-validator.js?v=6.0.11 — 200 — 4.2 KiB — 133 ms — http/1.1https://match.adsrvr.org/track/cei?advertiser_id=ho02hf2&cookie_sync=1&upv=3.0.0&upid=talksoi&ref=https%3a%2f%2fwww.unl.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=ho02hf2&cookie_sync=1&upv=3.0.0&upid=talksoi&ref=https%3a%2f%2fwww.unl.edu&redirect=1 — 200 — 369 B — 58 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 57 ms — http/1.1https://ucommchat.unl.edu/user/info?format=json&checkOperators=https%3A//www.unl.edu/&checkChatbots=https%3A//www.unl.edu/ucommchat.unl.edu/user/info?format=... https://ucommchat.unl.edu/user/info?format=json&checkOperators=https%3A//www.unl.edu/&checkChatbots=https%3A//www.unl.edu/ — 200 — 1.4 KiB — 138 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 115 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 348 B — 130 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-GNJC9KPY9R&gtm=45je64h1v886901814za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAACAAQ&are=1&cid=1945045665.1776801485&frm=0&ir=1&pscdl=noapi&rcb=14&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&_s=2&tag_exp=0~115616986~115938466~115938468~117266400&sid=1776801484&sct=1&seg=1&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_ee=1&ep.debug_mode=true&_et=20&tfd=6525region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-GNJC9KPY9R&gtm=45je64h1v886901814za20gzb833390804zd833390804&_p=1776801484257&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAACAAQ&are=1&cid=1945045665.1776801485&frm=0&ir=1&pscdl=noapi&rcb=14&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&_s=2&tag_exp=0~115616986~115938466~115938468~117266400&sid=1776801484&sct=1&seg=1&dl=https%3A%2F%2Fwww.unl.edu%2F&dt=University%20of%20Nebraska%E2%80%93Lincoln&en=page_view&_ee=1&ep.debug_mode=true&_et=20&tfd=6525 — -1 — 0 B — 0 ms —
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 1091ms · 1548KB · $14/mo
www.unl.edu
Other
Costly
Execution 260ms
Transfer 56 KB
Monthly Cost $3/mo
Unattributable
Other
Costly
Execution 225ms
Transfer 0 KB
Monthly Cost $3/mo
mediahub.unl.edu
Other
Optional
Execution 143ms
Transfer 88 KB
Unused 58%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 131ms
Transfer 172 KB
Unused 38%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 109ms
Transfer 178 KB
Unused 37%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 58ms
Transfer 97 KB
Unused 34%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 144 KB
Unused 43%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 144 KB
Unused 44%
Monthly Cost $1/mo
mediahub.unl.edu
Other
Optional
Execution 52ms
Transfer 670 KB
Unused 51%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.unl.edu adds 260ms and costs ~$3/month
  • Unattributable adds 225ms and costs ~$3/month

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

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.unl.edu takes 260ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

58% of mediahub.unl.edu's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

51% of mediahub.unl.edu's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

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