Skip to content
https://unc.edu

Performance

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

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

75
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.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.06 s

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

2.93 s

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

158 ms

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

0.000

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

2.02 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.27 s

Page Load Progression

515 ms
1.0 s
1.5 s
2.1 s
2.6 s
3.1 s
3.6 s
4.1 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
28.1 MB transferred, 94 requests
FIX
28.1 MB transferred, 94 requests
Critical::
Page weighs 29.3 MB (28.1 MB transferred)
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
CSS is 202 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 202 KB
Info::
94 HTTP requests
Info::
Estimated 5.9 g CO2 per page load
28.1 MB / 2.4 MB budget
28.1 MB transferred
94 requests
5.9 g CO2 per page load
Other 24.0 MiB 86%
Images 2.5 MiB 9%
JavaScript 1.1 MiB 4%
CSS 202.4 KiB 1%
Fonts 165.7 KiB 1%
HTML 40.0 KiB 0%
Other 8.7 KiB 0%
Other 1.9 KiB 0%
Other 1.2 KiB 0%
Other 651 B 0%
Other 556 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Why this matters

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

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (28.1 MiB of 28.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
32 scripts, 384 KB unused
FIX
32 scripts, 384 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-K8M...: 69 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-E95B...: 66 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TPZ...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.unc.edu/wp-content/themes/unc/build/fr...: 63 KB unused (95%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-176...: 54 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 384 KB
384 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=GT-K8MTF9S174 KB69 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-E95BWS6VCF&cx=c&gtm=4e64h1161 KB66 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TPZ8LKZW156 KB66 KB (42%)3rd
https://www.unc.edu/wp-content/themes/unc/build/frontend/frontend.js67 KB63 KB (95%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-17654813082&cx=c&gtm=4e64h1138 KB54 KB (39%)3rd
https://connect.facebook.net/signals/plugins/openbridge3.js?v=2.9.30388 KB33 KB (38%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB32 KB (33%)3rd
https://www.unc.edu/wp-includes/js/dist/vendor/wp-polyfill.min.js16 KB3rd
https://www.unc.edu/wp-content/themes/unc/src/js/tracking/mtiFontTrackingCode.js1 KB3rd
https://www.youtube.com/player_api4 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
94 resources · 28.1 MB · 384 KB savings available
FIX
94 resources · 28.1 MB · 384 KB savings available
Warning::
Page weight 27.1 MB over 1MB target
Got: 28.1 MB Expected: ≤ 1 MB
Info::
~384 KB of savings available
Warning::
93 third-party resources (100% of weight)
Info::
4 resources over 200KB
94 resources · 28.1 MiB · 93 third-party 27.1 MiB over 1MB target
Media 86% · 24.0 MiB
Image 9% · 2.5 MiB
JavaScript 4% · 1.1 MiB
CSS 1% · 202.4 KiB
Font 1% · 165.7 KiB
Document 0% · 40.4 KiB
Other 0% · 4.6 KiB

~383.9 KiB of savings available

Remove unused JavaScript: 383.9 KiB
B
Image Optimization
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://www.unc.edu/wp-content/uploads/2025/11/Uni... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 2.5 MB
0 oversized -0 KB
10 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1233ms total JS execution
REVIEW
1233ms total JS execution
Warning::
Unattributable: 308ms CPU time
Info::
https://www.unc.edu/: 224ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=GT-K8M...: 122ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-E95B...: 114ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TPZ...: 108ms CPU time
Warning::
Third-party scripts: 1233ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Other 26% Style & Layout 12% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
Unattributable308ms5ms0ms3rd
https://www.unc.edu/224ms13ms5ms3rd
https://www.googletagmanager.com/gtag/js?id=GT-K8MTF9S122ms98ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=G-E95BWS6VCF&cx=c&gtm=4e64h1114ms92ms21ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TPZ8LKZW108ms87ms18ms3rd
https://connect.facebook.net/signals/plugins/openbridge3.js?v=2.9.303102ms94ms7ms3rd
https://www.unc.edu/wp-includes/js/jquery/jquery.min.js96ms26ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-17654813082&cx=c&gtm=4e64h184ms73ms9ms3rd
https://connect.facebook.net/en_US/fbevents.js76ms53ms23ms3rd
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
8 fonts (166 KB)
PASS
8 fonts (166 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

166 KB total

Render-blocking

0

of 8

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.1 s LCP 2.9 shttps://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 15.1 KiB — 15 ms — font-display: swaphttps://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 15.4 KiB — 28 ms — font-display: swaphttps://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 14.8 KiB — 26 ms — font-display: swaphttps://use.typekit.net/af/4ae560/00000000000000007735a11a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/4ae560/00000000000000007735a11a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 42.9 KiB — 23 ms — font-display: swaphttps://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 16.0 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/0e39c6/00000000000000007735bbcb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/0e39c6/00000000000000007735bbcb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 15.9 KiB — 30 ms — font-display: swaphttps://use.typekit.net/af/500595/00000000000000007735bbd2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3l https://use.typekit.net/af/500595/00000000000000007735bbd2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 16.1 KiB — 16 ms — font-display: swaphttps://use.typekit.net/af/5595d6/00000000000000007735c72c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/5595d6/00000000000000007735c72c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 29.4 KiB — 7 ms — font-display: swap
l woff2 swap
Size 15 KB
Load time 15 ms
Start 374 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 28 ms
Start 375 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 26 ms
Start 375 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 43 KB
Load time 23 ms
Start 375 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 33 ms
Start 375 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 30 ms
Start 376 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 16 ms
Start 376 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 29 KB
Load time 7 ms
Start 514 ms
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
A
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
Cache-Control header is set
Got: public, max-age=86400
Info::
Effective TTL: 1 day (max-age=86400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=86400

DirectiveValueMeaning
publicAny cache may store this response
max-age86400Cache for 1 day
Effective TTL: 86400 seconds
Network Waterfall
94 requests over 1837ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 2.9 shttps://unc.edu// https://unc.edu/ — 301 — 412 B — 93 ms — h2https://www.unc.edu/www.unc.edu/ https://www.unc.edu/ — 200 — 40.0 KiB — 23 ms — h2https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.csswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.css — 200 — 853 B — 38 ms — h2https://www.unc.edu/wp-includes/css/dist/block-library/style.min.csswww.unc.edu/wp-includes/css/dist/bl... https://www.unc.edu/wp-includes/css/dist/block-library/style.min.css — 200 — 19.5 KiB — 24 ms — h2https://use.typekit.net/nrh8rcg.cssuse.typekit.net/nrh8rcg.css https://use.typekit.net/nrh8rcg.css — 200 — 1.4 KiB — 25 ms — h2https://www.unc.edu/wp-content/themes/unc/build/frontend/frontend.csswww.unc.edu/wp-content/themes/unc/b... https://www.unc.edu/wp-content/themes/unc/build/frontend/frontend.css — 200 — 179.9 KiB — 49 ms — h2https://www.unc.edu/wp-includes/js/jquery/jquery.min.jswww.unc.edu/wp-includes/js/jquery/j... https://www.unc.edu/wp-includes/js/jquery/jquery.min.js — 200 — 35.0 KiB — 43 ms — h2https://www.unc.edu/wp-includes/js/jquery/jquery-migrate.min.jswww.unc.edu/wp-includes/js/jquery/j... https://www.unc.edu/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.5 KiB — 36 ms — h2https://www.unc.edu/wp-content/plugins/unc-experience//assets/js/frontend.jswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-experience//assets/js/frontend.js — 200 — 2.3 KiB — 16 ms — h2https://www.unc.edu/wp-content/uploads/2025/11/University_Signature_White_Navy_rgb_h.svgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/11/University_Signature_White_Navy_rgb_h.svg — 200 — 4.2 KiB — 16 ms — h2https://www.unc.edu/wp-content/uploads/2026/04/CarolineRobinson_Hero.pngwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/CarolineRobinson_Hero.png — 200 — 77.4 KiB — 24 ms — h2https://p.typekit.net/p.css?s=1&k=nrh8rcg&ht=tk&f=12784.12786.12788.12790.12095.12098.15882.39281.39282.39292.44933&a=7268699&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nrh8rcg&h... https://p.typekit.net/p.css?s=1&k=nrh8rcg&ht=tk&f=12784.12786.12788.12790.12095.12098.15882.39281.39282.39292.44933&a=7268699&app=typekit&e=css — 200 — 172 B — 29 ms — h2https://www.unc.edu/wp-content/uploads/2026/04/davis-library-photo.jpgwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/davis-library-photo.jpg — 200 — 157.9 KiB — 19 ms — h2https://www.unc.edu/wp-content/uploads/2025/09/009825_fallfest033-1200x1200.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/09/009825_fallfest033-1200x1200.jpg — 200 — 137.5 KiB — 15 ms — h2https://www.unc.edu/wp-content/uploads/2025/09/007025a_spring_commencement0235-1200x1200.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/09/007025a_spring_commencement0235-1200x1200.jpg — 200 — 75.5 KiB — 16 ms — h2https://www.unc.edu/wp-includes/js/dist/dom-ready.min.jswww.unc.edu/wp-includes/js/dist/dom... https://www.unc.edu/wp-includes/js/dist/dom-ready.min.js — 200 — 700 B — 14 ms — h2https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.jswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.js — 200 — 1.0 KiB — 15 ms — h2https://www.unc.edu/wp-includes/js/dist/vendor/moment.min.jswww.unc.edu/wp-includes/js/dist/ven... https://www.unc.edu/wp-includes/js/dist/vendor/moment.min.js — 200 — 21.4 KiB — 18 ms — h2https://www.unc.edu/wp-includes/js/dist/hooks.min.jswww.unc.edu/wp-includes/js/dist/hoo... https://www.unc.edu/wp-includes/js/dist/hooks.min.js — 200 — 2.1 KiB — 34 ms — h2https://www.unc.edu/wp-includes/js/dist/i18n.min.jswww.unc.edu/wp-includes/js/dist/i18... https://www.unc.edu/wp-includes/js/dist/i18n.min.js — 200 — 4.1 KiB — 35 ms — h2https://www.unc.edu/wp-includes/js/dist/vendor/wp-polyfill.min.jswww.unc.edu/wp-includes/js/dist/ven... https://www.unc.edu/wp-includes/js/dist/vendor/wp-polyfill.min.js — 200 — 16.5 KiB — 40 ms — h2https://www.youtube.com/player_apiwww.youtube.com/player_api https://www.youtube.com/player_api — 200 — 3.5 KiB — 152 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-K8MTF9Swww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-K8MTF9S — 200 — 173.9 KiB — 121 ms — h2https://localist-images.azureedge.net/photos/51559359260818/huge/935277cc8ffe84f5262e17e26ab15e33eea21d0e.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/51559359260818/huge/935277cc8ffe84f5262e17e26ab15e33eea21d0e.jpg — 200 — 124.6 KiB — 51 ms — h2https://localist-images.azureedge.net/photos/52487354695238/huge/66db207f1d38e4008c13bca1ef0db1930ef97a44.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/52487354695238/huge/66db207f1d38e4008c13bca1ef0db1930ef97a44.jpg — 200 — 37.1 KiB — 43 ms — h2https://www.unc.edu/wp-includes/js/dist/url.min.jswww.unc.edu/wp-includes/js/dist/url... https://www.unc.edu/wp-includes/js/dist/url.min.js — 200 — 4.3 KiB — 17 ms — h2https://www.unc.edu/wp-includes/js/dist/api-fetch.min.jswww.unc.edu/wp-includes/js/dist/api... https://www.unc.edu/wp-includes/js/dist/api-fetch.min.js — 200 — 2.9 KiB — 18 ms — h2https://www.unc.edu/wp-content/plugins/unc-alerts/build/frontend/frontend.jswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-alerts/build/frontend/frontend.js — 200 — 55.4 KiB — 32 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyY…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyY… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 2.9 shttps://unc.edu// https://unc.edu/ — 301 — 412 B — 93 ms — h2https://www.unc.edu/www.unc.edu/ https://www.unc.edu/ — 200 — 40.0 KiB — 23 ms — h2https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.csswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.css — 200 — 853 B — 38 ms — h2https://www.unc.edu/wp-includes/css/dist/block-library/style.min.csswww.unc.edu/wp-includes/css/dist/bl... https://www.unc.edu/wp-includes/css/dist/block-library/style.min.css — 200 — 19.5 KiB — 24 ms — h2https://use.typekit.net/nrh8rcg.cssuse.typekit.net/nrh8rcg.css https://use.typekit.net/nrh8rcg.css — 200 — 1.4 KiB — 25 ms — h2https://www.unc.edu/wp-content/themes/unc/build/frontend/frontend.csswww.unc.edu/wp-content/themes/unc/b... https://www.unc.edu/wp-content/themes/unc/build/frontend/frontend.css — 200 — 179.9 KiB — 49 ms — h2https://www.unc.edu/wp-includes/js/jquery/jquery.min.jswww.unc.edu/wp-includes/js/jquery/j... https://www.unc.edu/wp-includes/js/jquery/jquery.min.js — 200 — 35.0 KiB — 43 ms — h2https://www.unc.edu/wp-includes/js/jquery/jquery-migrate.min.jswww.unc.edu/wp-includes/js/jquery/j... https://www.unc.edu/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.5 KiB — 36 ms — h2https://www.unc.edu/wp-content/plugins/unc-experience//assets/js/frontend.jswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-experience//assets/js/frontend.js — 200 — 2.3 KiB — 16 ms — h2https://www.unc.edu/wp-content/uploads/2025/11/University_Signature_White_Navy_rgb_h.svgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/11/University_Signature_White_Navy_rgb_h.svg — 200 — 4.2 KiB — 16 ms — h2https://www.unc.edu/wp-content/uploads/2026/04/CarolineRobinson_Hero.pngwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/CarolineRobinson_Hero.png — 200 — 77.4 KiB — 24 ms — h2https://p.typekit.net/p.css?s=1&k=nrh8rcg&ht=tk&f=12784.12786.12788.12790.12095.12098.15882.39281.39282.39292.44933&a=7268699&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nrh8rcg&h... https://p.typekit.net/p.css?s=1&k=nrh8rcg&ht=tk&f=12784.12786.12788.12790.12095.12098.15882.39281.39282.39292.44933&a=7268699&app=typekit&e=css — 200 — 172 B — 29 ms — h2https://www.unc.edu/wp-content/uploads/2026/04/davis-library-photo.jpgwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/davis-library-photo.jpg — 200 — 157.9 KiB — 19 ms — h2https://www.unc.edu/wp-content/uploads/2025/09/009825_fallfest033-1200x1200.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/09/009825_fallfest033-1200x1200.jpg — 200 — 137.5 KiB — 15 ms — h2https://www.unc.edu/wp-content/uploads/2025/09/007025a_spring_commencement0235-1200x1200.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/09/007025a_spring_commencement0235-1200x1200.jpg — 200 — 75.5 KiB — 16 ms — h2https://www.unc.edu/wp-includes/js/dist/dom-ready.min.jswww.unc.edu/wp-includes/js/dist/dom... https://www.unc.edu/wp-includes/js/dist/dom-ready.min.js — 200 — 700 B — 14 ms — h2https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.jswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-cookie-banner/dist/cookie-banner.js — 200 — 1.0 KiB — 15 ms — h2https://www.unc.edu/wp-includes/js/dist/vendor/moment.min.jswww.unc.edu/wp-includes/js/dist/ven... https://www.unc.edu/wp-includes/js/dist/vendor/moment.min.js — 200 — 21.4 KiB — 18 ms — h2https://www.unc.edu/wp-includes/js/dist/hooks.min.jswww.unc.edu/wp-includes/js/dist/hoo... https://www.unc.edu/wp-includes/js/dist/hooks.min.js — 200 — 2.1 KiB — 34 ms — h2https://www.unc.edu/wp-includes/js/dist/i18n.min.jswww.unc.edu/wp-includes/js/dist/i18... https://www.unc.edu/wp-includes/js/dist/i18n.min.js — 200 — 4.1 KiB — 35 ms — h2https://www.unc.edu/wp-includes/js/dist/vendor/wp-polyfill.min.jswww.unc.edu/wp-includes/js/dist/ven... https://www.unc.edu/wp-includes/js/dist/vendor/wp-polyfill.min.js — 200 — 16.5 KiB — 40 ms — h2https://www.youtube.com/player_apiwww.youtube.com/player_api https://www.youtube.com/player_api — 200 — 3.5 KiB — 152 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-K8MTF9Swww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-K8MTF9S — 200 — 173.9 KiB — 121 ms — h2https://localist-images.azureedge.net/photos/51559359260818/huge/935277cc8ffe84f5262e17e26ab15e33eea21d0e.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/51559359260818/huge/935277cc8ffe84f5262e17e26ab15e33eea21d0e.jpg — 200 — 124.6 KiB — 51 ms — h2https://localist-images.azureedge.net/photos/52487354695238/huge/66db207f1d38e4008c13bca1ef0db1930ef97a44.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/52487354695238/huge/66db207f1d38e4008c13bca1ef0db1930ef97a44.jpg — 200 — 37.1 KiB — 43 ms — h2https://www.unc.edu/wp-includes/js/dist/url.min.jswww.unc.edu/wp-includes/js/dist/url... https://www.unc.edu/wp-includes/js/dist/url.min.js — 200 — 4.3 KiB — 17 ms — h2https://www.unc.edu/wp-includes/js/dist/api-fetch.min.jswww.unc.edu/wp-includes/js/dist/api... https://www.unc.edu/wp-includes/js/dist/api-fetch.min.js — 200 — 2.9 KiB — 18 ms — h2https://www.unc.edu/wp-content/plugins/unc-alerts/build/frontend/frontend.jswww.unc.edu/wp-content/plugins/unc-... https://www.unc.edu/wp-content/plugins/unc-alerts/build/frontend/frontend.js — 200 — 55.4 KiB — 32 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyY…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyY… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datahttps://www.unc.edu/wp-content/themes/unc/src/js/min/jquery.jscroll.min.jswww.unc.edu/wp-content/themes/unc/s... https://www.unc.edu/wp-content/themes/unc/src/js/min/jquery.jscroll.min.js — 200 — 1.7 KiB — 49 ms — h2https://www.unc.edu/wp-content/themes/unc/build/frontend/frontend.jswww.unc.edu/wp-content/themes/unc/b... https://www.unc.edu/wp-content/themes/unc/build/frontend/frontend.js — 200 — 67.1 KiB — 48 ms — h2https://www.unc.edu/wp-content/plugins/page-links-to/dist/new-tab.jswww.unc.edu/wp-content/plugins/page... https://www.unc.edu/wp-content/plugins/page-links-to/dist/new-tab.js — 200 — 14.3 KiB — 49 ms — h2https://www.unc.edu/wp-content/plugins/highlight-and-share/dist/highlight-and-share.jswww.unc.edu/wp-content/plugins/high... https://www.unc.edu/wp-content/plugins/highlight-and-share/dist/highlight-and-share.js — 200 — 6.2 KiB — 48 ms — h2https://www.unc.edu/wp-content/themes/unc/assets/images/favicon/manifest.json?v=jwLzlQrBRlwww.unc.edu/wp-content/themes/unc/a... https://www.unc.edu/wp-content/themes/unc/assets/images/favicon/manifest.json?v=jwLzlQrBRl — 200 — 651 B — 34 ms — h2https://www.unc.edu/wp-content/uploads/2025/10/006825_red_white_carolina_blue004-1536x1024.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/10/006825_red_white_carolina_blue004-1536x1024.jpg — 200 — 166.9 KiB — 37 ms — h2https://localist-images.azureedge.net/photos/50569624880719/huge/657fba01727aa45f366e3e2e94d11311055693e2.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/50569624880719/huge/657fba01727aa45f366e3e2e94d11311055693e2.jpg — 200 — 119.1 KiB — 24 ms — h2https://localist-images.azureedge.net/photos/52507597504271/huge/74f95505babbf5800ed3809647752e1f85a570d4.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/52507597504271/huge/74f95505babbf5800ed3809647752e1f85a570d4.jpg — 200 — 140.1 KiB — 51 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 52 ms — h3https://www.unc.edu/wp-content/uploads/2025/05/007025b_spring_commencement219-1536x1024.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/05/007025b_spring_commencement219-1536x1024.jpg — 200 — 196.8 KiB — 86 ms — h2https://www.unc.edu/wp-content/uploads/2025/03/06252024_currituck_sound_wednesday_001-1536x1024.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/03/06252024_currituck_sound_wednesday_001-1536x1024.jpg — 200 — 149.5 KiB — 48 ms — h2https://www.unc.edu/wp-content/uploads/2026/04/NewIvy_2026_v1-1-copy.pngwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/NewIvy_2026_v1-1-copy.png — 200 — 153.0 KiB — 70 ms — h2https://www.unc.edu/wp-content/uploads/2026/04/AIConference_Hero_v2.pngwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/AIConference_Hero_v2.png — 200 — 81.5 KiB — 65 ms — h2https://www.unc.edu/wp-content/uploads/2026/04/SouthBuildingRestoration-1.pngwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/SouthBuildingRestoration-1.png — 200 — 239.6 KiB — 100 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TPZ8LKZWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TPZ8LKZW — 200 — 156.3 KiB — 75 ms — h2https://www.unc.edu/wp-content/themes/unc/src/js/tracking/mtiFontTrackingCode.jswww.unc.edu/wp-content/themes/unc/s... https://www.unc.edu/wp-content/themes/unc/src/js/tracking/mtiFontTrackingCode.js — 200 — 814 B — 36 ms — h2https://www.unc.edu/wp-content/uploads/2024/05/008624a_spring_commencement_fireworks002.jpgwww.unc.edu/wp-content/uploads/2024... https://www.unc.edu/wp-content/uploads/2024/05/008624a_spring_commencement_fireworks002.jpg — 200 — 236.3 KiB — 99 ms — h2https://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.net/af/ce6b1d/000000000... https://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 15.1 KiB — 15 ms — h2https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/b825af/000000000... https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 15.4 KiB — 28 ms — h2https://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/a2031c/000000000... https://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 14.8 KiB — 26 ms — h2https://use.typekit.net/af/4ae560/00000000000000007735a11a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/4ae560/000000000... https://use.typekit.net/af/4ae560/00000000000000007735a11a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 42.9 KiB — 23 ms — h2https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9cb78a/000000000... https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 16.0 KiB — 33 ms — h2https://use.typekit.net/af/0e39c6/00000000000000007735bbcb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/0e39c6/000000000... https://use.typekit.net/af/0e39c6/00000000000000007735bbcb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 15.9 KiB — 30 ms — h2https://use.typekit.net/af/500595/00000000000000007735bbd2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3use.typekit.net/af/500595/000000000... https://use.typekit.net/af/500595/00000000000000007735bbd2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 200 — 16.1 KiB — 16 ms — h2https://www.unc.edu/wp-content/uploads/2026/02/Web-Video-update-1.mp4www.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/02/Web-Video-update-1.mp4 — 206 — 24.0 MiB — 12 ms — h2https://siteimproveanalytics.com/js/siteanalyze_6357647.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_6357647.js — 200 — 12.7 KiB — 38 ms — h3https://www.unc.edu/wp-content/uploads/2026/04/Hero-SpringScenes.jpgwww.unc.edu/wp-content/uploads/2026... https://www.unc.edu/wp-content/uploads/2026/04/Hero-SpringScenes.jpg — 200 — 161.9 KiB — 53 ms — h2https://www.unc.edu/wp-content/uploads/2025/12/OldWell_Lights.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/12/OldWell_Lights.jpg — 200 — 268.2 KiB — 79 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyY…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyY… — 200 — 0 B — 0 ms — datahttps://use.typekit.net/af/5595d6/00000000000000007735c72c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/5595d6/000000000... https://use.typekit.net/af/5595d6/00000000000000007735c72c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 29.4 KiB — 7 ms — h2https://fast.fonts.net/t/1.css?apiType=css&projectid=8836afec-9ea5-4ed1-a2fe-267565f59015fast.fonts.net/t/1.css?apiType=css&... https://fast.fonts.net/t/1.css?apiType=css&projectid=8836afec-9ea5-4ed1-a2fe-267565f59015 — 200 — 663 B — 47 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 1.4 KiB — 98 ms — h2https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 8 ms — h2https://connect.facebook.net/signals/plugins/openbridge3.js?v=2.9.303connect.facebook.net/signals/plugin... https://connect.facebook.net/signals/plugins/openbridge3.js?v=2.9.303 — 200 — 87.9 KiB — 33 ms — h3https://connect.facebook.net/signals/config/553655075018580?v=2.9.303&r=stable&domain=www.unc.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/553655075018580?v=2.9.303&r=stable&domain=www.unc.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 — 21 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-BWYTL825SN&gtm=45Pe64h1v9118107591za200zd9118107591&_p=1776799072222&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=1099305393.1776799073&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117384405~118128923&sid=1776799072&sct=1&seg=0&dl=https%3A%2F%2Fwww.unc.edu%2F&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=928www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-BWYTL825SN&gtm=45Pe64h1v9118107591za200zd9118107591&_p=1776799072222&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=1099305393.1776799073&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117384405~118128923&sid=1776799072&sct=1&seg=0&dl=https%3A%2F%2Fwww.unc.edu%2F&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=928 — 204 — 547 B — 155 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-85Z7G6V6TR&gtm=45Pe64h1v9118107591za200zd9118107591&_p=1776799072222&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=1099305393.1776799073&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117384405~118128923&sid=1776799072&sct=1&seg=0&dl=https%3A%2F%2Fwww.unc.edu%2F&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&en=page_view&_fv=1&_ss=1&_ee=1&tfd=946www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-85Z7G6V6TR&gtm=45Pe64h1v9118107591za200zd9118107591&_p=1776799072222&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=1099305393.1776799073&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117384405~118128923&sid=1776799072&sct=1&seg=0&dl=https%3A%2F%2Fwww.unc.edu%2F&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&en=page_view&_fv=1&_ss=1&_ee=1&tfd=946 — 204 — 48 B — 136 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17654813082&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17654813082&cx=c&gtm=4e64h1 — 200 — 137.5 KiB — 71 ms — h2https://www.googletagmanager.com/gtag/js?id=G-E95BWS6VCF&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-E95BWS6VCF&cx=c&gtm=4e64h1 — 200 — 161.2 KiB — 85 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 — 34 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unc.edu%2F&scrsrc=www.googletagmanager.com&rnd=367315836.1776799073&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&auid=995878321.1776799073&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v9217722347za200zd9217722347xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776799073060&tfd=1074www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.unc.edu%2F&scrsrc=www.googletagmanager.com&rnd=367315836.1776799073&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&auid=995878321.1776799073&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v9217722347za200zd9217722347xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776799073060&tfd=1074 — 200 — 21 B — 183 ms — h3https://www.facebook.com/tr/?id=553655075018580&ev=PageView&dl=https%3A%2F%2Fwww.unc.edu%2F&rl=&if=false&ts=1776799073216&sw=800&sh=600&v=2.9.303&r=stable&a=wordpress-6.8.5-4.1.5&ec=0&o=12318&fbp=fb.1.1776799073193.755859780859280672&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&pmd[locale]=en_US&pmd[description]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill%2C%20the%20nation%E2%80%99s%20first%20public%20university%2C%20is%20a%20global%20higher%20education%20leader%20known%20for%20innovative%20teaching%2C%20research%20and%20public%20service.%20A%20member%20of%20the%20prestigious%20Association%20of%20American%20Universities%2C%20Carolina%20regularly%20ranks%20as%20the%20best%20value%20for%20academic%20quality%20in%20U.S.%20public%20higher%20education.&plt=645.2000000476837&it=1776799072735&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=55365507501... https://www.facebook.com/tr/?id=553655075018580&ev=PageView&dl=https%3A%2F%2Fwww.unc.edu%2F&rl=&if=false&ts=1776799073216&sw=800&sh=600&v=2.9.303&r=stable&a=wordpress-6.8.5-4.1.5&ec=0&o=12318&fbp=fb.1.1776799073193.755859780859280672&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&pmd[locale]=en_US&pmd[description]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill%2C%20the%20nation%E2%80%99s%20first%20public%20university%2C%20is%20a%20global%20higher%20education%20leader%20known%20for%20innovative%20teaching%2C%20research%20and%20public%20service.%20A%20member%20of%20the%20prestigious%20Association%20of%20American%20Universities%2C%20Carolina%20regularly%20ranks%20as%20the%20best%20value%20for%20academic%20quality%20in%20U.S.%20public%20higher%20education.&plt=645.2000000476837&it=1776799072735&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 19 B — 28 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=553655075018580&ev=PageView&dl=https%3A%2F%2Fwww.unc.edu%2F&rl=&if=false&ts=1776799073216&sw=800&sh=600&v=2.9.303&r=stable&a=wordpress-6.8.5-4.1.5&ec=0&o=12318&fbp=fb.1.1776799073193.755859780859280672&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&pmd[locale]=en_US&pmd[description]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill%2C%20the%20nation%E2%80%99s%20first%20public%20university%2C%20is%20a%20global%20higher%20education%20leader%20known%20for%20innovative%20teaching%2C%20research%20and%20public%20service.%20A%20member%20of%20the%20prestigious%20Association%20of%20American%20Universities%2C%20Carolina%20regularly%20ranks%20as%20the%20best%20value%20for%20academic%20quality%20in%20U.S.%20public%20higher%20education.&plt=645.2000000476837&it=1776799072735&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=553655075018580&ev=PageView&dl=https%3A%2F%2Fwww.unc.edu%2F&rl=&if=false&ts=1776799073216&sw=800&sh=600&v=2.9.303&r=stable&a=wordpress-6.8.5-4.1.5&ec=0&o=12318&fbp=fb.1.1776799073193.755859780859280672&ler=empty&cdl=API_unavailable&pmd[title]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&pmd[locale]=en_US&pmd[description]=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill%2C%20the%20nation%E2%80%99s%20first%20public%20university%2C%20is%20a%20global%20higher%20education%20leader%20known%20for%20innovative%20teaching%2C%20research%20and%20public%20service.%20A%20member%20of%20the%20prestigious%20Association%20of%20American%20Universities%2C%20Carolina%20regularly%20ranks%20as%20the%20best%20value%20for%20academic%20quality%20in%20U.S.%20public%20higher%20education.&plt=645.2000000476837&it=1776799072735&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 200 B — 78 ms — h3https://6357647.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.unc.edu%2F&title=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&res=800x600&accountid=6357647&rt=1095&prev=bddd9fec-dcef-4d4a-2715-caa784bc19a2&luid=f69c94f7-fba6-f4f7-e3dc-a739101720cf&rnd=600866357647.global.r2.siteimproveanalyt... https://6357647.global.r2.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.unc.edu%2F&title=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&res=800x600&accountid=6357647&rt=1095&prev=bddd9fec-dcef-4d4a-2715-caa784bc19a2&luid=f69c94f7-fba6-f4f7-e3dc-a739101720cf&rnd=60086 — 200 — 210 B — 53 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=6907610&time=1776799073250&url=https%3A%2F%2Fwww.unc.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=6907610&time=1776799073250&url=https%3A%2F%2Fwww.unc.edu%2F — 200 — 791 B — 66 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6907610&time=1776799073250&li_adsId=5383144c-2fd4-44e5-acc9-13760f2541b6&url=https%3A%2F%2Fwww.unc.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6907610&time=1776799073250&li_adsId=5383144c-2fd4-44e5-acc9-13760f2541b6&url=https%3A%2F%2Fwww.unc.edu%2F — 302 — 760 B — 83 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/17654813082/?random=1776799073295&cv=11&fst=1776799073295&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.unc.edu%2F&rcb=17&frm=0&tiba=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=995878321.1776799073&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/17654813082/?random=1776799073295&cv=11&fst=1776799073295&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.unc.edu%2F&rcb=17&frm=0&tiba=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=995878321.1776799073&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 68 ms — h3https://www.google.com/rmkt/collect/17654813082/?random=1776799073295&cv=11&fst=1776799073295&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.unc.edu%2F&rcb=17&frm=0&tiba=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=995878321.1776799073&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1765481... https://www.google.com/rmkt/collect/17654813082/?random=1776799073295&cv=11&fst=1776799073295&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.unc.edu%2F&rcb=17&frm=0&tiba=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=995878321.1776799073&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 129 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unc.edu%2F&scrsrc=www.googletagmanager.com&rnd=367315836.1776799073&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&auid=995878321.1776799073&navt=n&npa=0&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-17654813082&tid=AW-17654813082&tft=1776799073333&tfd=1346www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.unc.edu%2F&scrsrc=www.googletagmanager.com&rnd=367315836.1776799073&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&auid=995878321.1776799073&navt=n&npa=0&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&apve=1&apvf=f&apvc=0&tids=AW-17654813082&tid=AW-17654813082&tft=1776799073333&tfd=1346 — 200 — 21 B — 125 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6907610&time=1776799073250&li_adsId=5383144c-2fd4-44e5-acc9-13760f2541b6&url=https%3A%2F%2Fwww.unc.edu%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6907610&time=1776799073250&li_adsId=5383144c-2fd4-44e5-acc9-13760f2541b6&url=https%3A%2F%2Fwww.unc.edu%2F&cookiesTest=true — 200 — 452 B — 117 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-E95BWS6VCF&gtm=45je64h1v9119792285z89217722347za20gzb9217722347zd9217722347&_p=1776799072222&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=283722851&_eu=EAAAAGA&are=1&cid=1099305393.1776799073&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~118128922&sid=1776799073&sct=1&seg=0&dl=https%3A%2F%2Fwww.unc.edu%2F&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&en=page_view&_fv=1&_ss=1&_c=1&tfd=1464analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-E95BWS6VCF&gtm=45je64h1v9119792285z89217722347za20gzb9217722347zd9217722347&_p=1776799072222&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=283722851&_eu=EAAAAGA&are=1&cid=1099305393.1776799073&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~118128922&sid=1776799073&sct=1&seg=0&dl=https%3A%2F%2Fwww.unc.edu%2F&dt=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&en=page_view&_fv=1&_ss=1&_c=1&tfd=1464 — 204 — 547 B — 63 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-E95BWS6VCF&cid=1099305393.1776799073&gtm=45je64h1v9119792285z89217722347za20gzb9217722347zd9217722347&rcb=16&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-E95BWS6VCF&cid=1099305393.1776799073&gtm=45je64h1v9119792285z89217722347za20gzb9217722347zd9217722347&rcb=16&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~118128922 — 204 — 556 B — 66 ms — h2https://www.google.com/pagead/1p-user-list/17654813082/?random=1776799073295&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.unc.edu%2F&rcb=17&frm=0&tiba=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=995878321.1776799073&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfYymd_YdDjO90MW9vJyGBTQUj_v_L2tjp2cOvCrfP5P1XMble86HmSvSg8GvbSGhdhoXnsptPCyKkKl_it90oDtAXsgFjLMmoSUZ8asPzOkt92puRLo2fYZNV-T6les73QJ81lYDKL9om9q4wzMt4PI_XKyhu36MGnM6pmeuChMPvBFvyIMg6aOueUNefnr4B8VeMUIcXOzFNeqR9hF07-z7IhaBOQ-EWCIphg&random=317572775&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/17654813082/?random=1776799073295&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9232503527z89217722347za20gzb9217722347zd9217722347xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.unc.edu%2F&rcb=17&frm=0&tiba=The%20University%20of%20North%20Carolina%20at%20Chapel%20Hill&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=995878321.1776799073&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfYymd_YdDjO90MW9vJyGBTQUj_v_L2tjp2cOvCrfP5P1XMble86HmSvSg8GvbSGhdhoXnsptPCyKkKl_it90oDtAXsgFjLMmoSUZ8asPzOkt92puRLo2fYZNV-T6les73QJ81lYDKL9om9q4wzMt4PI_XKyhu36MGnM6pmeuChMPvBFvyIMg6aOueUNefnr4B8VeMUIcXOzFNeqR9hF07-z7IhaBOQ-EWCIphg&random=317572775&rmt_tld=0&ipr=y — 200 — 64 B — 33 ms — h3https://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 — 45 B — 91 ms — h3https://js-agent.newrelic.com/nr-rum-1.313.1.min.jsjs-agent.newrelic.com/nr-rum-1.313.... https://js-agent.newrelic.com/nr-rum-1.313.1.min.js — 200 — 18.7 KiB — 24 ms — h2https://www.unc.edu/wp-content/themes/unc/assets/images/favicon/favicon.ico?v=jwLzlQrBRlwww.unc.edu/wp-content/themes/unc/a... https://www.unc.edu/wp-content/themes/unc/assets/images/favicon/favicon.ico?v=jwLzlQrBRl — 200 — 2.8 KiB — 17 ms — h2https://www.unc.edu/wp-content/uploads/2025/11/cropped-CB_Background-Favicon-150x150.jpgwww.unc.edu/wp-content/uploads/2025... https://www.unc.edu/wp-content/uploads/2025/11/cropped-CB_Background-Favicon-150x150.jpg — 200 — 3.4 KiB — 10 ms — h2https://bam.nr-data.net/1/NRJS-98c4da328252ac2fff4?a=603784308&v=1.313.1&to=YVZaZhBWCkNUW0RQXFgceVEWXgteGkhRXlY%3D&rst=1587&ck=0&s=36b4d01794a91c1f&ref=https://www.unc.edu/&ptid=f04dcbfc47c6ae2a&ap=1819&be=116&fe=1422&dc=529&at=TRFZEFhMGU0%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776799071988,%22n%22:0,%22f%22:95,%22dn%22:95,%22dne%22:95,%22c%22:95,%22s%22:95,%22ce%22:95,%22rq%22:102,%22rp%22:116,%22rpe%22:119,%22di%22:636,%22ds%22:636,%22de%22:645,%22dc%22:1534,%22l%22:1534,%22le%22:1538%7D,%22navigation%22:%7B%7D%7D&fp=456&fcp=456bam.nr-data.net/1/NRJS-98c4da328252... https://bam.nr-data.net/1/NRJS-98c4da328252ac2fff4?a=603784308&v=1.313.1&to=YVZaZhBWCkNUW0RQXFgceVEWXgteGkhRXlY%3D&rst=1587&ck=0&s=36b4d01794a91c1f&ref=https://www.unc.edu/&ptid=f04dcbfc47c6ae2a&ap=1819&be=116&fe=1422&dc=529&at=TRFZEFhMGU0%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776799071988,%22n%22:0,%22f%22:95,%22dn%22:95,%22dne%22:95,%22c%22:95,%22s%22:95,%22ce%22:95,%22rq%22:102,%22rp%22:116,%22rpe%22:119,%22di%22:636,%22ds%22:636,%22de%22:645,%22dc%22:1534,%22l%22:1534,%22le%22:1538%7D,%22navigation%22:%7B%7D%7D&fp=456&fcp=456 — 200 — 711 B — 140 ms — http/1.1https://www.unc.edu/wp-content/themes/unc/assets/images/favicon/favicon-32x32.png?v=jwLzlQrBRlwww.unc.edu/wp-content/themes/unc/a... https://www.unc.edu/wp-content/themes/unc/assets/images/favicon/favicon-32x32.png?v=jwLzlQrBRl — 200 — 1.3 KiB — 12 ms — h2https://bam.nr-data.net/events/1/NRJS-98c4da328252ac2fff4?a=603784308&v=1.313.1&to=YVZaZhBWCkNUW0RQXFgceVEWXgteGkhRXlY%3D&rst=1736&ck=0&s=36b4d01794a91c1f&ref=https://www.unc.edu/&ptid=f04dcbfc47c6ae2abam.nr-data.net/events/1/NRJS-98c4d... https://bam.nr-data.net/events/1/NRJS-98c4da328252ac2fff4?a=603784308&v=1.313.1&to=YVZaZhBWCkNUW0RQXFgceVEWXgteGkhRXlY%3D&rst=1736&ck=0&s=36b4d01794a91c1f&ref=https://www.unc.edu/&ptid=f04dcbfc47c6ae2a — 200 — 401 B — 100 ms — http/1.1
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 1233ms · 888KB · $7/mo
Unattributable
Other
Costly
Execution 308ms
Transfer 0 KB
Monthly Cost $2/mo
www.unc.edu
Other
Costly
Execution 224ms
Transfer 40 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 122ms
Transfer 174 KB
Unused 40%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 114ms
Transfer 161 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 108ms
Transfer 156 KB
Unused 42%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 102ms
Transfer 88 KB
Unused 38%
Monthly Cost $1/mo
www.unc.edu
Other
Optional
Execution 96ms
Transfer 35 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 138 KB
Unused 39%
Monthly Cost $0/mo
Facebook Pixel
Advertising
Optional
Execution 76ms
Transfer 97 KB
Unused 33%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 308ms and costs ~$2/month
  • www.unc.edu adds 224ms and costs ~$1/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

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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback