Skip to content
https://ncsu.edu

Performance

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

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

71
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
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.
92
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.55 s

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

2.58 s

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

105 ms

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

0.001

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

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

4.39 s

Page Load Progression

776 ms
1.6 s
2.3 s
3.1 s
3.9 s
4.7 s
5.4 s
6.2 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
8.1 MB transferred, 109 requests
FIX
8.1 MB transferred, 109 requests
Critical::
Page weighs 11.7 MB (8.1 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
109 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
8.1 MB / 2.4 MB budget
8.1 MB transferred
109 requests
1.7 g CO2 per page load
Other 5.2 MiB 64%
Images 1.5 MiB 18%
JavaScript 1.2 MiB 15%
CSS 125.1 KiB 2%
Fonts 89.5 KiB 1%
HTML 41.0 KiB 0%
Other 31.8 KiB 0%
Other 6.0 KiB 0%
Other 2.4 KiB 0%
Other 656 B 0%
Other 604 B 0%
Other 0 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

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 (8.1 MiB of 8.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
34 scripts, 444 KB unused
FIX
34 scripts, 444 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-52F...: 83 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-E68C...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-3BCC...: 68 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ncsu.edu/wp-content/plugins/instagram-...: 46 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 444 KB
444 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-52F226159 KB83 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-E68CCDKNRD&cx=c&gtm=4e64h1173 KB71 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3BCCQK39HR177 KB68 KB (38%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-786262903&cx=c&gtm=4e64h1172 KB68 KB (40%)3rd
https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/js/sbi-scripts.min.js?ver=6.6.070 KB46 KB (67%)3rd
https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/main.js?ver=4.15.164 KB45 KB (71%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB29 KB (53%)3rd
https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/search-overlay.js?ver=4.15.11 KB3rd
https://snap.licdn.com/li.lms-analytics/insight.min.js19 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
109 resources · 8.1 MB · 444 KB savings available
FIX
109 resources · 8.1 MB · 444 KB savings available
Warning::
Page weight 7.1 MB over 1MB target
Got: 8.1 MB Expected: ≤ 1 MB
Info::
~444 KB of savings available
Warning::
108 third-party resources (100% of weight)
Info::
3 resources over 200KB
109 resources · 8.1 MiB · 108 third-party 7.1 MiB over 1MB target
Media 64% · 5.2 MiB
Image 18% · 1.5 MiB
JavaScript 15% · 1.2 MiB
CSS 2% · 125.1 KiB
Font 1% · 89.5 KiB
Document 0% · 41.1 KiB
Other 0% · 11.6 KiB

~443.7 KiB of savings available

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

No Cache-Control header

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

B
Image Optimization
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Info::
All images are well-optimized
27 images 1.5 MB
0 oversized -0 KB
21 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1550ms total JS execution
REVIEW
1550ms total JS execution
Warning::
https://www.ncsu.edu/: 343ms CPU time
Warning::
Unattributable: 260ms CPU time
Info::
https://www.ncsu.edu/wp-includes/js/jquery/jquery....: 147ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-3BCC...: 124ms CPU time
Info::
https://www.googletagmanager.com/gtag/destination?...: 119ms CPU time
Warning::
Third-party scripts: 1550ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Style & Layout 20% Other 18% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.ncsu.edu/343ms15ms3ms3rd
Unattributable260ms9ms0ms3rd
https://www.ncsu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1147ms60ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-3BCCQK39HR124ms95ms19ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-786262903&cx=c&gtm=4e64h1119ms79ms21ms3rd
https://www.googletagmanager.com/gtag/js?id=G-E68CCDKNRD&cx=c&gtm=4e64h1113ms88ms18ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js102ms91ms6ms3rd
https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/main.js?ver=4.15.183ms29ms7ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-52F22677ms58ms16ms3rd
https://scripts.clarity.ms/0.8.59-beta/clarity.js73ms59ms5ms3rd

Showing top 10 of 12 scripts

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

6

89 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.6 s LCP 2.6 shttps://fonts.gstatic.com/s/robotoslab/v16/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2BngMUXZYTXPIvIBgJJSb6uf... https://fonts.gstatic.com/s/robotoslab/v16/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2 — 32.0 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2KFOlCnqEu92Fr1MmSU5fBBc... https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2 — 10.9 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZUSdy4Q.woff2ieVg2ZhZI2eCN5jzbjEETS9... https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZUSdy4Q.woff2 — 12.5 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2KFOmCnqEu92Fr1Mu4mxKKTU... https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 — 10.8 KiB — 14 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2KFOlCnqEu92Fr1MmWUlfBBc... https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2 — 10.8 KiB — 18 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2KFOkCnqEu92Fr1Mu51xIIzI... https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2 — 12.4 KiB — 6 ms — font-display: swap
BngMUXZYTXPIvIBgJJSb6uf... woff2 swap
Size 32 KB
Load time 36 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmSU5fBBc... woff2 swap
Size 11 KB
Load time 36 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ieVg2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 12 KB
Load time 36 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
KFOmCnqEu92Fr1Mu4mxKKTU... woff2 swap
Size 11 KB
Load time 14 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmWUlfBBc... woff2 swap
Size 11 KB
Load time 18 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFOkCnqEu92Fr1Mu51xIIzI... woff2 swap
Size 12 KB
Load time 6 ms
Start 1.8 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
109 requests over 5243ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 2.6 shttps://ncsu.edu// https://ncsu.edu/ — 301 — 86 B — 948 ms — http/1.1https://www.ncsu.edu/www.ncsu.edu/ https://www.ncsu.edu/ — 200 — 41.0 KiB — 270 ms — h2https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.6.0www.ncsu.edu/wp-content/plugins/ins... https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.6.0 — 200 — 15.4 KiB — 30 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/app/ThirdPartySupport/dist/styles/juicer.csswww.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/app/ThirdPartySupport/dist/styles/juicer.css — 200 — 1.0 KiB — 28 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/mainStyle.css?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/mainStyle.css?ver=4.15.1 — 200 — 43.1 KiB — 53 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/header.css?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/header.css?ver=2.1.2 — 200 — 4.8 KiB — 39 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/mainStyle.css?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/mainStyle.css?ver=2.1.2 — 200 — 1.7 KiB — 68 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/blocks.css?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/blocks.css?ver=4.15.1 — 200 — 33.2 KiB — 53 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/blocks.css?ver=1775173857www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/blocks.css?ver=1775173857 — 200 — 7.3 KiB — 38 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/coreHomepageStyle.css?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/coreHomepageStyle.css?ver=2.1.2 — 200 — 653 B — 43 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/mainStyle.css?ver=2.10.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/mainStyle.css?ver=2.10.2 — 200 — 3.7 KiB — 41 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/blocks.css?ver=2.10.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/blocks.css?ver=2.10.2 — 200 — 2.4 KiB — 44 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/mainStyle.css?ver=2.9.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/mainStyle.css?ver=2.9.2 — 200 — 3.0 KiB — 45 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/blocks.css?ver=2.9.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/blocks.css?ver=2.9.2 — 200 — 3.1 KiB — 69 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/components.css?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/components.css?ver=4.15.1 — 200 — 3.7 KiB — 62 ms — h2https://www.ncsu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.ncsu.edu/wp-includes/js/jquery/... https://www.ncsu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.2 KiB — 85 ms — h2https://www.ncsu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.ncsu.edu/wp-includes/js/jquery/... https://www.ncsu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 65 ms — h2https://fonts.gstatic.com/s/robotoslab/v16/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2fonts.gstatic.com/s/robotoslab/v16/... https://fonts.gstatic.com/s/robotoslab/v16/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2 — 200 — 32.0 KiB — 36 ms — h3https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2fonts.gstatic.com/s/roboto/v29/KFOl... https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2 — 200 — 10.9 KiB — 36 ms — h3https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZUSdy4Q.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZUSdy4Q.woff2 — 200 — 12.5 KiB — 36 ms — h3https://www.ncsu.edu/wp-content/uploads/2026/03/Libraries-Homepage-1-1920x1080-1.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/03/Libraries-Homepage-1-1920x1080-1.jpg — 200 — 581.9 KiB — 78 ms — h2https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/img/placeholder.pngwww.ncsu.edu/wp-content/plugins/ins... https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/img/placeholder.png — 200 — 644 B — 65 ms — h2blob:https://www.ncsu.edu/84f8d229-515d-45c0-b9f0-596dd0a02df1www.ncsu.edu/84f8d229-515d-45c0-b9f... blob:https://www.ncsu.edu/84f8d229-515d-45c0-b9f0-596dd0a02df1 — 200 — -1 B — 89 ms — blobhttps://www.ncsu.edu/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0www.ncsu.edu/wp-includes/js/dist/ve... https://www.ncsu.edu/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 14.6 KiB — 14 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerMobileMenu.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerMobileMenu.js?ver=2.1.2 — 200 — 906 B — 10 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerScrollLock.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerScrollLock.js?ver=2.1.2 — 200 — 787 B — 11 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/masthead.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/masthead.js?ver=2.1.2 — 200 — 1.2 KiB — 12 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/main.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/main.js?ver=2.1.2 — 200 — 570 B — 22 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/analytics.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/analytics.js?ver=2.1.2 — 200 — 896 B — 18 ms — h2https://www.ncsu.edu/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21www.ncsu.edu/wp-includes/js/dist/ve... https://www.ncsu.edu/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 24.8 KiB — 28 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 2.6 shttps://ncsu.edu// https://ncsu.edu/ — 301 — 86 B — 948 ms — http/1.1https://www.ncsu.edu/www.ncsu.edu/ https://www.ncsu.edu/ — 200 — 41.0 KiB — 270 ms — h2https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.6.0www.ncsu.edu/wp-content/plugins/ins... https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.6.0 — 200 — 15.4 KiB — 30 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/app/ThirdPartySupport/dist/styles/juicer.csswww.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/app/ThirdPartySupport/dist/styles/juicer.css — 200 — 1.0 KiB — 28 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/mainStyle.css?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/mainStyle.css?ver=4.15.1 — 200 — 43.1 KiB — 53 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/header.css?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/header.css?ver=2.1.2 — 200 — 4.8 KiB — 39 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/mainStyle.css?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/mainStyle.css?ver=2.1.2 — 200 — 1.7 KiB — 68 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/blocks.css?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/blocks.css?ver=4.15.1 — 200 — 33.2 KiB — 53 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/blocks.css?ver=1775173857www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/blocks.css?ver=1775173857 — 200 — 7.3 KiB — 38 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/coreHomepageStyle.css?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/styles/coreHomepageStyle.css?ver=2.1.2 — 200 — 653 B — 43 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/mainStyle.css?ver=2.10.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/mainStyle.css?ver=2.10.2 — 200 — 3.7 KiB — 41 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/blocks.css?ver=2.10.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/styles/blocks.css?ver=2.10.2 — 200 — 2.4 KiB — 44 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/mainStyle.css?ver=2.9.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/mainStyle.css?ver=2.9.2 — 200 — 3.0 KiB — 45 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/blocks.css?ver=2.9.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/styles/blocks.css?ver=2.9.2 — 200 — 3.1 KiB — 69 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/components.css?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/components.css?ver=4.15.1 — 200 — 3.7 KiB — 62 ms — h2https://www.ncsu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.ncsu.edu/wp-includes/js/jquery/... https://www.ncsu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.2 KiB — 85 ms — h2https://www.ncsu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.ncsu.edu/wp-includes/js/jquery/... https://www.ncsu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 65 ms — h2https://fonts.gstatic.com/s/robotoslab/v16/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2fonts.gstatic.com/s/robotoslab/v16/... https://fonts.gstatic.com/s/robotoslab/v16/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2 — 200 — 32.0 KiB — 36 ms — h3https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2fonts.gstatic.com/s/roboto/v29/KFOl... https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2 — 200 — 10.9 KiB — 36 ms — h3https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZUSdy4Q.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZUSdy4Q.woff2 — 200 — 12.5 KiB — 36 ms — h3https://www.ncsu.edu/wp-content/uploads/2026/03/Libraries-Homepage-1-1920x1080-1.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/03/Libraries-Homepage-1-1920x1080-1.jpg — 200 — 581.9 KiB — 78 ms — h2https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/img/placeholder.pngwww.ncsu.edu/wp-content/plugins/ins... https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/img/placeholder.png — 200 — 644 B — 65 ms — h2blob:https://www.ncsu.edu/84f8d229-515d-45c0-b9f0-596dd0a02df1www.ncsu.edu/84f8d229-515d-45c0-b9f... blob:https://www.ncsu.edu/84f8d229-515d-45c0-b9f0-596dd0a02df1 — 200 — -1 B — 89 ms — blobhttps://www.ncsu.edu/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0www.ncsu.edu/wp-includes/js/dist/ve... https://www.ncsu.edu/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 14.6 KiB — 14 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerMobileMenu.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerMobileMenu.js?ver=2.1.2 — 200 — 906 B — 10 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerScrollLock.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/headerScrollLock.js?ver=2.1.2 — 200 — 787 B — 11 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/masthead.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/masthead.js?ver=2.1.2 — 200 — 1.2 KiB — 12 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/main.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/main.js?ver=2.1.2 — 200 — 570 B — 22 ms — h2https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/analytics.js?ver=2.1.2www.ncsu.edu/wp-content/plugins/cor... https://www.ncsu.edu/wp-content/plugins/core-site-add-on/dist/scripts/analytics.js?ver=2.1.2 — 200 — 896 B — 18 ms — h2https://www.ncsu.edu/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21www.ncsu.edu/wp-includes/js/dist/ve... https://www.ncsu.edu/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 24.8 KiB — 28 ms — h2https://www.ncsu.edu/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381www.ncsu.edu/wp-includes/js/dist/do... https://www.ncsu.edu/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 818 B — 19 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/main.js?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/main.js?ver=4.15.1 — 200 — 63.6 KiB — 46 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/scripts/main.js?ver=2.9.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-premium-add-on/dist/scripts/main.js?ver=2.9.2 — 200 — 29.7 KiB — 30 ms — h2https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/scripts/main.js?ver=2.10.2www.ncsu.edu/wp-content/plugins/ncs... https://www.ncsu.edu/wp-content/plugins/ncstate-pro-add-on/dist/scripts/main.js?ver=2.10.2 — 200 — 30.2 KiB — 42 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/wolf-alert.js?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/wolf-alert.js?ver=4.15.1 — 200 — 1.5 KiB — 21 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/image-lightbox-ui.js?ver=1775173860www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/image-lightbox-ui.js?ver=1775173860 — 200 — 1.2 KiB — 33 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/search-overlay.js?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/scripts/search-overlay.js?ver=4.15.1 — 200 — 1.2 KiB — 44 ms — h2https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/js/sbi-scripts.min.js?ver=6.6.0www.ncsu.edu/wp-content/plugins/ins... https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/js/sbi-scripts.min.js?ver=6.6.0 — 200 — 70.2 KiB — 50 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3BCCQK39HRwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3BCCQK39HR — 200 — 177.4 KiB — 67 ms — h2https://www.ncsu.edu/wp-content/uploads/2022/01/campus-map-300x169.jpegwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2022/01/campus-map-300x169.jpeg — 200 — 15.0 KiB — 749 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-52F226www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-52F226 — 200 — 158.8 KiB — 92 ms — h2https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/print.css?ver=4.15.1www.ncsu.edu/wp-content/themes/ncst... https://www.ncsu.edu/wp-content/themes/ncstate-theme-v4/dist/styles/print.css?ver=4.15.1 — 200 — 2.1 KiB — 33 ms — h2https://www.ncsu.edu/wp-content/uploads/2022/03/ncstate-texture-brick_BK-3021-1.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2022/03/ncstate-texture-brick_BK-3021-1.jpg — 200 — 567.3 KiB — 84 ms — h2data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E…www.w3.org/2000/svg' viewBox='0 0 5... data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E… — 200 — 0 B — 0 ms — datahttps://www.ncsu.edu/wp-content/uploads/2026/04/christina-koch-red-chair-chat-interview-768x432.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/04/christina-koch-red-chair-chat-interview-768x432.jpg — 200 — 26.2 KiB — 13 ms — h2https://www.ncsu.edu/wp-content/uploads/2026/04/NCState-HumanFactor-Eisenberg26-WebHeader-1-300x169.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/04/NCState-HumanFactor-Eisenberg26-WebHeader-1-300x169.jpg — 200 — 40.3 KiB — 1.0 s — h2https://www.ncsu.edu/wp-content/uploads/2026/04/lenovoesports1500-scaled-1-300x169.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/04/lenovoesports1500-scaled-1-300x169.jpg — 200 — 38.1 KiB — 772 ms — h2https://www.ncsu.edu/wp-content/uploads/2026/04/Marie-Eline-Madsen_72_rgb-e1771427995892-300x169.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/04/Marie-Eline-Madsen_72_rgb-e1771427995892-300x169.jpg — 200 — 11.0 KiB — 15 ms — h2https://www.ncsu.edu/wp-content/uploads/2025/08/howling-wolf-silhouette-300x169.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2025/08/howling-wolf-silhouette-300x169.jpg — 200 — 7.5 KiB — 22 ms — h2https://www.ncsu.edu/wp-content/uploads/2026/03/JRL01932_WEB-300x169.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/03/JRL01932_WEB-300x169.jpg — 200 — 8.6 KiB — 24 ms — h2https://www.ncsu.edu/wp-content/uploads/2026/04/red-push-pin-talley-destination-300x169.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/04/red-push-pin-talley-destination-300x169.jpg — 200 — 56.4 KiB — 26 ms — h2https://www.ncsu.edu/wp-content/uploads/2023/08/Imani-Madison-STEPS-768x432.jpgwww.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2023/08/Imani-Madison-STEPS-768x432.jpg — 200 — 29.6 KiB — 741 ms — h2https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2fonts.gstatic.com/s/roboto/v29/KFOm... https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 — 200 — 10.8 KiB — 14 ms — h3https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2fonts.gstatic.com/s/roboto/v29/KFOl... https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2 — 200 — 10.8 KiB — 18 ms — h3https://cdn.ncsu.edu/brand-assets/favicons/manifest.webmanifestcdn.ncsu.edu/brand-assets/favicons/... https://cdn.ncsu.edu/brand-assets/favicons/manifest.webmanifest — 200 — 656 B — 49 ms — h2https://www.ncsu.edu/wp-content/uploads/2026/04/FW-WEB-V5-1.mp4www.ncsu.edu/wp-content/uploads/202... https://www.ncsu.edu/wp-content/uploads/2026/04/FW-WEB-V5-1.mp4 — 206 — 5.2 MiB — 482 ms — h2https://cdn.ncsu.edu/wolfalert/alert.jsoncdn.ncsu.edu/wolfalert/alert.json https://cdn.ncsu.edu/wolfalert/alert.json — 200 — 664 B — 5 ms — h2data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.pngwww.ncsu.edu/wp-content/plugins/ins... https://www.ncsu.edu/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png — 200 — 4.3 KiB — 157 ms — h2https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2fonts.gstatic.com/s/roboto/v29/KFOk... https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2 — 200 — 12.4 KiB — 6 ms — h3https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656745498_18577735261002571_7205198306500959221_nlow.webpwww.ncsu.edu/wp-content/uploads/sb-... https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656745498_18577735261002571_7205198306500959221_nlow.webp — 200 — 43.7 KiB — 127 ms — h2https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656572270_18577513318002571_8130926742537696874_nlow.webpwww.ncsu.edu/wp-content/uploads/sb-... https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656572270_18577513318002571_8130926742537696874_nlow.webp — 200 — 10.1 KiB — 127 ms — h2https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656632453_18577399672002571_8851540338863076050_nlow.webpwww.ncsu.edu/wp-content/uploads/sb-... https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656632453_18577399672002571_8851540338863076050_nlow.webp — 200 — 30.6 KiB — 125 ms — h2https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656279586_18577267348002571_5319248686279776751_nlow.webpwww.ncsu.edu/wp-content/uploads/sb-... https://www.ncsu.edu/wp-content/uploads/sb-instagram-feed-images/656279586_18577267348002571_5319248686279776751_nlow.webp — 200 — 20.7 KiB — 125 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-3BCCQK39HR&gtm=45je64h1v884827102za200zd884827102&_p=1776800659126&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=657621612&_eu=AAAAAGA&are=1&cid=630113784.1776800660&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~115616985~115938465~115938469~117266401~117512542&sid=1776800659&sct=1&seg=0&dl=https%3A%2F%2Fwww.ncsu.edu%2F&dt=NC%20State%20University&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&tfd=2025analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-3BCCQK39HR&gtm=45je64h1v884827102za200zd884827102&_p=1776800659126&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=657621612&_eu=AAAAAGA&are=1&cid=630113784.1776800660&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~115616985~115938465~115938469~117266401~117512542&sid=1776800659&sct=1&seg=0&dl=https%3A%2F%2Fwww.ncsu.edu%2F&dt=NC%20State%20University&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&tfd=2025 — 204 — 547 B — 36 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3BCCQK39HR&cid=630113784.1776800660&gtm=45je64h1v884827102za200zd884827102&rcb=0&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3BCCQK39HR&cid=630113784.1776800660&gtm=45je64h1v884827102za200zd884827102&rcb=0&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117512542 — 204 — 556 B — 19 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-3BCCQK39HR&cid=630113784.1776800660&gtm=45je64h1v884827102za200zd884827102&rcb=0&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117512542&z=1664177209www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-3BCCQK39HR&cid=630113784.1776800660&gtm=45je64h1v884827102za200zd884827102&rcb=0&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117512542&z=1664177209 — 200 — 408 B — 17 ms — h2https://www.googletagmanager.com/gtag/js?id=G-E68CCDKNRD&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-E68CCDKNRD&cx=c&gtm=4e64h1 — 200 — 173.4 KiB — 57 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 — 52 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 — 46 ms — h3https://www.clarity.ms/tag/5ow4jx8s1vwww.clarity.ms/tag/5ow4jx8s1v https://www.clarity.ms/tag/5ow4jx8s1v — 200 — 1.1 KiB — 42 ms — http/1.1https://www.sc.pages03.net/lp/static/js/iMAWebCookie.js?2744d0cb-17bef2e3430-b9e6bcd68d4fb511170ab3fcff55179d&h=www.pages03.netwww.sc.pages03.net/lp/static/js/iMA... https://www.sc.pages03.net/lp/static/js/iMAWebCookie.js?2744d0cb-17bef2e3430-b9e6bcd68d4fb511170ab3fcff55179d&h=www.pages03.net — 200 — 5.4 KiB — 757 ms — h2https://script.crazyegg.com/pages/scripts/0128/1485.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0128/1485.js — 200 — 2.7 KiB — 49 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=53066&time=1776800659968&url=https%3A%2F%2Fwww.ncsu.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=53066&time=1776800659968&url=https%3A%2F%2Fwww.ncsu.edu%2F — 200 — 1004 B — 197 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=53066&time=1776800659968&li_adsId=1de69904-8a75-46fd-9b31-2970e47f7ae2&url=https%3A%2F%2Fwww.ncsu.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=53066&time=1776800659968&li_adsId=1de69904-8a75-46fd-9b31-2970e47f7ae2&url=https%3A%2F%2Fwww.ncsu.edu%2F — 302 — 756 B — 235 ms — h2https://scripts.clarity.ms/0.8.59-beta/clarity.jsscripts.clarity.ms/0.8.59-beta/clar... https://scripts.clarity.ms/0.8.59-beta/clarity.js — 200 — 26.2 KiB — 26 ms — h2https://connect.facebook.net/signals/config/404208603265143?v=2.9.303&r=stable&domain=www.ncsu.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/404208603265143?v=2.9.303&r=stable&domain=www.ncsu.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 — 46.2 KiB — 220 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-786262903&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-786262903&cx=c&gtm=4e64h1 — 200 — 172.0 KiB — 31 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-E68CCDKNRD&gtm=45je64h1v885360355z871899802za20gzb71899802zd71899802&_p=1776800659126&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=630113784.1776800660&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512542~118128922&sid=1776800660&sct=1&seg=0&dl=https%3A%2F%2Fwww.ncsu.edu%2F&dt=NC%20State%20University&_tu=QA&en=page_view&_fv=1&_ss=1&tfd=2352analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-E68CCDKNRD&gtm=45je64h1v885360355z871899802za20gzb71899802zd71899802&_p=1776800659126&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=630113784.1776800660&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512542~118128922&sid=1776800660&sct=1&seg=0&dl=https%3A%2F%2Fwww.ncsu.edu%2F&dt=NC%20State%20University&_tu=QA&en=page_view&_fv=1&_ss=1&tfd=2352 — 204 — 48 B — 23 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-E68CCDKNRD&cid=630113784.1776800660&gtm=45je64h1v885360355z871899802za20gzb71899802zd71899802&rcb=19&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512542~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-E68CCDKNRD&cid=630113784.1776800660&gtm=45je64h1v885360355z871899802za20gzb71899802zd71899802&rcb=19&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512542~118128922 — 204 — 48 B — 21 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-E68CCDKNRD&cid=630113784.1776800660&gtm=45je64h1v885360355z871899802za20gzb71899802zd71899802&rcb=19&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512542~118128922&z=1441979467www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-E68CCDKNRD&cid=630113784.1776800660&gtm=45je64h1v885360355z871899802za20gzb71899802zd71899802&rcb=19&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117512542~118128922&z=1441979467 — 200 — 107 B — 22 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=53066&time=1776800659968&li_adsId=1de69904-8a75-46fd-9b31-2970e47f7ae2&url=https%3A%2F%2Fwww.ncsu.edu%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=53066&time=1776800659968&li_adsId=1de69904-8a75-46fd-9b31-2970e47f7ae2&url=https%3A%2F%2Fwww.ncsu.edu%2F&cookiesTest=true — 200 — 450 B — 211 ms — h2https://www.googleadservices.com/pagead/conversion/786262903/?random=1776800660309&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&bttype=purchase&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/786262903/?random=1776800660309&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&bttype=purchase&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=7 — 200 — 1.1 KiB — 18 ms — h3https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 276 B — 685 ms — http/1.1https://googleads.g.doubleclick.net/pagead/viewthroughconversion/786262903/?random=1277648388&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIG5vdC1ldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxYzo2I4LnlBUx0aBNiqbBEisp-pL5jaiyg&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6Z5JlAnP9BaXHWpKOBdChNfzcg0-rYJoc0E7oliRVfE7XzSJx2dGxBoC7d4&pscrd=IhMI6ZjJodr_kwMVOFidCR1o0DYsMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5uY3N1LmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGVXbnpmQ09ZV1cwQWtKcW5PQnhINkk2VGpIWVhEaWMzcGl4WjlnZ3FlNld3aUlZX1llSGJ3egwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/786262903/?random=1277648388&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIG5vdC1ldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxYzo2I4LnlBUx0aBNiqbBEisp-pL5jaiyg&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6Z5JlAnP9BaXHWpKOBdChNfzcg0-rYJoc0E7oliRVfE7XzSJx2dGxBoC7d4&pscrd=IhMI6ZjJodr_kwMVOFidCR1o0DYsMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5uY3N1LmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGVXbnpmQ09ZV1cwQWtKcW5PQnhINkk2VGpIWVhEaWMzcGl4WjlnZ3FlNld3aUlZX1llSGJ3egwICWIICAAQABgAIAA — 302 — 23 B — 77 ms — h3https://www.google.com/pagead/1p-conversion/786262903/?random=1277648388&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIG5vdC1ldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6Z5JlAnP9BaXHWpKOBdChNfzcg0-rYJoc0E7oliRVfE7XzSJx2dGxBoC7d4&pscrd=IhMI6ZjJodr_kwMVOFidCR1o0DYsMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5uY3N1LmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGVXbnpmQ09ZV1cwQWtKcW5PQnhINkk2VGpIWVhEaWMzcGl4WjlnZ3FlNld3aUlZX1llSGJ3egwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSyAEABaugfUph_WLfZdZ0F1yMH1wvw59_4GvytSdgyB1WhjqK9n_O8H-BP2IuvkQD1LfIWL73KhFekNRx8sSnDK3CV8OTqMK4CT14m1DQ4btAQr-L9qD-9O4tYpN2kNncZInaKBU6MjB5-I8g8IBw50XVXuz0S7rn3h_SO8TMb4ZEY_yziFVrkub4zytJ5P0qT0G8QH7WuVwK9a6QaxGk2iCBYBUsfGmjpp4T_4UAjRgSAXPBe228faeFeKX2nYNn-f3cCGKPmwXPcw&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxSIYstRWXTPC52-t2Y62D1pbTS1MblZA-Q&random=3668749648www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/786262903/?random=1277648388&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIG5vdC1ldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6Z5JlAnP9BaXHWpKOBdChNfzcg0-rYJoc0E7oliRVfE7XzSJx2dGxBoC7d4&pscrd=IhMI6ZjJodr_kwMVOFidCR1o0DYsMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5uY3N1LmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGVXbnpmQ09ZV1cwQWtKcW5PQnhINkk2VGpIWVhEaWMzcGl4WjlnZ3FlNld3aUlZX1llSGJ3egwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSyAEABaugfUph_WLfZdZ0F1yMH1wvw59_4GvytSdgyB1WhjqK9n_O8H-BP2IuvkQD1LfIWL73KhFekNRx8sSnDK3CV8OTqMK4CT14m1DQ4btAQr-L9qD-9O4tYpN2kNncZInaKBU6MjB5-I8g8IBw50XVXuz0S7rn3h_SO8TMb4ZEY_yziFVrkub4zytJ5P0qT0G8QH7WuVwK9a6QaxGk2iCBYBUsfGmjpp4T_4UAjRgSAXPBe228faeFeKX2nYNn-f3cCGKPmwXPcw&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxSIYstRWXTPC52-t2Y62D1pbTS1MblZA-Q&random=3668749648 — 302 — 22 B — 55 ms — h3https://www.facebook.com/tr/?id=404208603265143&ev=PageView&dl=https%3A%2F%2Fwww.ncsu.edu%2F&rl=&if=false&ts=1776800660420&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776800660406.165263426925785792&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=NC%20State%20University&pmd[locale]=en-US&pmd[description]=Discover%20North%20Carolina%20State%20University%2C%20a%20leading%20public%20research%20university%20located%20in%20Raleigh%2C%20North%20Carolina.&plt=1784.2999999523163&it=1776800660025&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=40420860326... https://www.facebook.com/tr/?id=404208603265143&ev=PageView&dl=https%3A%2F%2Fwww.ncsu.edu%2F&rl=&if=false&ts=1776800660420&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776800660406.165263426925785792&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=NC%20State%20University&pmd[locale]=en-US&pmd[description]=Discover%20North%20Carolina%20State%20University%2C%20a%20leading%20public%20research%20university%20located%20in%20Raleigh%2C%20North%20Carolina.&plt=1784.2999999523163&it=1776800660025&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 28 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=404208603265143&ev=PageView&dl=https%3A%2F%2Fwww.ncsu.edu%2F&rl=&if=false&ts=1776800660420&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776800660406.165263426925785792&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=NC%20State%20University&pmd[locale]=en-US&pmd[description]=Discover%20North%20Carolina%20State%20University%2C%20a%20leading%20public%20research%20university%20located%20in%20Raleigh%2C%20North%20Carolina.&plt=1784.2999999523163&it=1776800660025&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=404208603265143&ev=PageView&dl=https%3A%2F%2Fwww.ncsu.edu%2F&rl=&if=false&ts=1776800660420&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776800660406.165263426925785792&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=NC%20State%20University&pmd[locale]=en-US&pmd[description]=Discover%20North%20Carolina%20State%20University%2C%20a%20leading%20public%20research%20university%20located%20in%20Raleigh%2C%20North%20Carolina.&plt=1784.2999999523163&it=1776800660025&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 202 B — 438 ms — h3https://www.google.com.sg/pagead/1p-conversion/786262903/?random=1277648388&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIG5vdC1ldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6Z5JlAnP9BaXHWpKOBdChNfzcg0-rYJoc0E7oliRVfE7XzSJx2dGxBoC7d4&is_vtc=1&cid=CAQSyAEABaugfUph_WLfZdZ0F1yMH1wvw59_4GvytSdgyB1WhjqK9n_O8H-BP2IuvkQD1LfIWL73KhFekNRx8sSnDK3CV8OTqMK4CT14m1DQ4btAQr-L9qD-9O4tYpN2kNncZInaKBU6MjB5-I8g8IBw50XVXuz0S7rn3h_SO8TMb4ZEY_yziFVrkub4zytJ5P0qT0G8QH7WuVwK9a6QaxGk2iCBYBUsfGmjpp4T_4UAjRgSAXPBe228faeFeKX2nYNn-f3cCGKPmwXPcw&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxSIYstRWXTPC52-t2Y62D1pbTS1MblZA-Q&random=3668749648&ipr=y&pscrd=IhMI6ZjJodr_kwMVOFidCR1o0DYsMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5uY3N1LmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGVXbnpmQ09ZV1cwQWtKcW5PQnhINkk2VGpIWVhEaWMzcGl4WjlnZ3FlNld3aUlZX1llSGJ3egwICWIICAAQABgAIACCAQVwAYgBAQwww.google.com.sg/pagead/1p-convers... https://www.google.com.sg/pagead/1p-conversion/786262903/?random=1277648388&cv=11&fst=1776800660309&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9119313073z871899802za20gzb71899802zd71899802xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ncsu.edu%2F&rcb=1&label=npAnCJ33oLEBEPfW9fYC&capi=1&frm=0&tiba=NC%20State%20University&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1952414903.1776800660&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&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK3RyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2UsIG5vdC1ldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6Z5JlAnP9BaXHWpKOBdChNfzcg0-rYJoc0E7oliRVfE7XzSJx2dGxBoC7d4&is_vtc=1&cid=CAQSyAEABaugfUph_WLfZdZ0F1yMH1wvw59_4GvytSdgyB1WhjqK9n_O8H-BP2IuvkQD1LfIWL73KhFekNRx8sSnDK3CV8OTqMK4CT14m1DQ4btAQr-L9qD-9O4tYpN2kNncZInaKBU6MjB5-I8g8IBw50XVXuz0S7rn3h_SO8TMb4ZEY_yziFVrkub4zytJ5P0qT0G8QH7WuVwK9a6QaxGk2iCBYBUsfGmjpp4T_4UAjRgSAXPBe228faeFeKX2nYNn-f3cCGKPmwXPcw&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxSIYstRWXTPC52-t2Y62D1pbTS1MblZA-Q&random=3668749648&ipr=y&pscrd=IhMI6ZjJodr_kwMVOFidCR1o0DYsMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5uY3N1LmVkdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMGVXbnpmQ09ZV1cwQWtKcW5PQnhINkk2VGpIWVhEaWMzcGl4WjlnZ3FlNld3aUlZX1llSGJ3egwICWIICAAQABgAIACCAQVwAYgBAQ — 200 — 20 B — 23 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 — 255 ms — h3https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 276 B — 1.0 s — http/1.1https://script.crazyegg.com/pages/data-scripts/0128/1485/site/www.ncsu.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0128/1485/site/www.ncsu.edu.json?t=1 — 200 — 2.8 KiB — 33 ms — h3https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 14 ms — h2https://script.crazyegg.com/pages/data-scripts/0128/1485/sampling/www.ncsu.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0128/1485/sampling/www.ncsu.edu.json?t=1 — 200 — 376 B — 9 ms — h3https://tracking.crazyegg.com/clock?u=1281485&st=456606&t=1776800660839&tk=5f6f826ca9301c08bbea5bb172a16550tracking.crazyegg.com/clock?u=12814... https://tracking.crazyegg.com/clock?u=1281485&st=456606&t=1776800660839&tk=5f6f826ca9301c08bbea5bb172a16550 — 204 — 0 B — 45 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 459 B — 33 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 460 B — 28 ms — h2blob:https://www.ncsu.edu/b37c3114-d0a6-4b97-8cb1-bc855eb76206www.ncsu.edu/b37c3114-d0a6-4b97-8cb... blob:https://www.ncsu.edu/b37c3114-d0a6-4b97-8cb1-bc855eb76206 — 200 — -1 B — 23 ms — blobhttps://tracking.crazyegg.com/clock?u=1281485&st=456606&t=1776800660839&tk=5f6f826ca9301c08bbea5bb172a16550tracking.crazyegg.com/clock?u=12814... https://tracking.crazyegg.com/clock?u=1281485&st=456606&t=1776800660839&tk=5f6f826ca9301c08bbea5bb172a16550 — 200 — 143 B — 28 ms — h2https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 514 B — 108 ms — h2https://www.pages03.net/WTS/event.jpeg?accesskey=2744d0cb-17bef2e3430-b9e6bcd68d4fb511170ab3fcff55179d&v=1.31&isNewSession=1&type=pageview&isNewVisitor=1&sessionGUID=30a1ec71-08c3-b703-e73a-bb791284cac5&webSyncID=d0c837c3-952c-d343-78c5-e4ab49a34e13&url=https%3A%2F%2Fwww.ncsu.edu%2F&newSiteVisit=1&hostname=www.ncsu.edu&pathname=%2F&newPageVisit=1&eventKey=90a50240-2a4d-5306-1592-acdb073eba74www.pages03.net/WTS/event.jpeg?acce... https://www.pages03.net/WTS/event.jpeg?accesskey=2744d0cb-17bef2e3430-b9e6bcd68d4fb511170ab3fcff55179d&v=1.31&isNewSession=1&type=pageview&isNewVisitor=1&sessionGUID=30a1ec71-08c3-b703-e73a-bb791284cac5&webSyncID=d0c837c3-952c-d343-78c5-e4ab49a34e13&url=https%3A%2F%2Fwww.ncsu.edu%2F&newSiteVisit=1&hostname=www.ncsu.edu&pathname=%2F&newPageVisit=1&eventKey=90a50240-2a4d-5306-1592-acdb073eba74 — 200 — 519 B — 803 ms — h2https://www.pages03.net/WTS/event.jpeg?accesskey=2744d0cb-17bef2e3430-b9e6bcd68d4fb511170ab3fcff55179d&v=1.31&isNewSession=0&type=pageview&isNewVisitor=1&sessionGUID=30a1ec71-08c3-b703-e73a-bb791284cac5&webSyncID=d0c837c3-952c-d343-78c5-e4ab49a34e13&url=https%3A%2F%2Fwww.ncsu.edu%2F&newSiteVisit=0&hostname=www.ncsu.edu&pathname=%2F&newPageVisit=0&eventKey=17c79303-d87e-322e-c463-c60438caa457www.pages03.net/WTS/event.jpeg?acce... https://www.pages03.net/WTS/event.jpeg?accesskey=2744d0cb-17bef2e3430-b9e6bcd68d4fb511170ab3fcff55179d&v=1.31&isNewSession=0&type=pageview&isNewVisitor=1&sessionGUID=30a1ec71-08c3-b703-e73a-bb791284cac5&webSyncID=d0c837c3-952c-d343-78c5-e4ab49a34e13&url=https%3A%2F%2Fwww.ncsu.edu%2F&newSiteVisit=0&hostname=www.ncsu.edu&pathname=%2F&newPageVisit=0&eventKey=17c79303-d87e-322e-c463-c60438caa457 — 200 — 514 B — 775 ms — h2blob:https://www.ncsu.edu/5b08572f-ad9e-49c4-b20f-4a533f752b96www.ncsu.edu/5b08572f-ad9e-49c4-b20... blob:https://www.ncsu.edu/5b08572f-ad9e-49c4-b20f-4a533f752b96 — -1 — 0 B — 0 ms — https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 14 ms — h3https://cdn.ncsu.edu/brand-assets/favicons/favicon.svgcdn.ncsu.edu/brand-assets/favicons/... https://cdn.ncsu.edu/brand-assets/favicons/favicon.svg — 200 — 1.9 KiB — 65 ms — h2https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=8641BEC1D137465DBF277A313746022F&RedC=c.clarity.ms&MXFR=11780E2A298166DE0D8219682D8168EEc.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=8641BEC1D137465DBF277A313746022F&RedC=c.clarity.ms&MXFR=11780E2A298166DE0D8219682D8168EE — 302 — 766 B — 76 ms — h2https://cdn.ncsu.edu/brand-assets/favicons/favicon.icocdn.ncsu.edu/brand-assets/favicons/... https://cdn.ncsu.edu/brand-assets/favicons/favicon.ico — 200 — 27.8 KiB — 7 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=8641BEC1D137465DBF277A313746022F&MUID=1BD12085A65D625F19EE37C7A7AF63BCc.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=8641BEC1D137465DBF277A313746022F&MUID=1BD12085A65D625F19EE37C7A7AF63BC — 200 — 467 B — 70 ms — h2https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 276 B — 227 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 1550ms · 1041KB · $21/mo
www.ncsu.edu
Other
Costly
Execution 343ms
Transfer 41 KB
Monthly Cost $5/mo
Unattributable
Other
Costly
Execution 260ms
Transfer 0 KB
Monthly Cost $3/mo
www.ncsu.edu
Other
Optional
Execution 147ms
Transfer 30 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 124ms
Transfer 177 KB
Unused 38%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 119ms
Transfer 172 KB
Unused 40%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 113ms
Transfer 173 KB
Unused 41%
Monthly Cost $2/mo
script.crazyegg.com
Other
Optional
Execution 102ms
Transfer 55 KB
Unused 53%
Monthly Cost $1/mo
www.ncsu.edu
Other
Optional
Execution 83ms
Transfer 64 KB
Unused 71%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 77ms
Transfer 159 KB
Unused 53%
Monthly Cost $1/mo
Microsoft Clarity
Session Replay
Optional
Execution 73ms
Transfer 26 KB
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 55ms
Transfer 46 KB
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 53ms
Transfer 97 KB
Unused 34%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.ncsu.edu adds 343ms and costs ~$5/month
  • Unattributable adds 260ms 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.ncsu.edu takes 343ms 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 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

53% of script.crazyegg.com'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

71% of www.ncsu.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

53% of Google Tag Manager'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