Skip to content
https://nc.gov

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
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.
100
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.54 s

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

2.94 s

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

0 ms

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

0.096

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

1.54 s

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

2.94 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
D
Page Weight Budget
Action
2.5 MB transferred, 107 requests
FIX
2.5 MB transferred, 107 requests
Warning::
Page weighs 3.9 MB (2.5 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Warning::
JavaScript is 725 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 725 KB
Info::
CSS is 279 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 279 KB
Warning::
107 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.52 g CO2 per page load
2.5 MB / 2.4 MB budget
2.5 MB transferred
107 requests
0.52 g CO2 per page load
Images 1.3 MiB 51%
JavaScript 724.9 KiB 28%
CSS 278.8 KiB 11%
Fonts 184.0 KiB 7%
HTML 66.0 KiB 3%
Other 2.8 KiB 0%
Other 1.2 KiB 0%
Other 555 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

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 (2.5 MiB of 2.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
107 resources · 2.5 MB · 248 KB savings available
FIX
107 resources · 2.5 MB · 248 KB savings available
Warning::
Page weight 1.5 MB over 1MB target
Got: 2.5 MB Expected: ≤ 1 MB
Info::
~248 KB of savings available
Warning::
106 third-party resources (100% of weight)
Info::
2 resources over 200KB
107 resources · 2.5 MiB · 106 third-party 1.5 MiB over 1MB target
Image 51% · 1.3 MiB
JavaScript 28% · 724.9 KiB
CSS 11% · 278.8 KiB
Font 7% · 184.0 KiB
Document 3% · 66.4 KiB
Other 0% · 1.8 KiB

~247.8 KiB of savings available

Remove unused JavaScript: 247.8 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.

C
Image Optimization
Action
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://files.nc.gov/nc/images/2025-04/just-seal-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://files.nc.gov/nc/styles/article_card/public... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://files.nc.gov/nc/styles/article_card/public... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://files.nc.gov/nc/images/2021-11/nc_flag.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://files.nc.gov/nc/ncgov_250X75_2.png?Version... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://files.nc.gov/nc/styles/article_card/public... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 1.3 MB
0 oversized -0 KB
12 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
72 scripts, 248 KB unused
REVIEW
72 scripts, 248 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TDN...: 66 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-G6JR...: 65 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-471...: 63 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_103332...: 33 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.addtoany.com/menu/modules/core.ydpp...: 21 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 248 KB
248 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-TDNPMRD117 KB66 KB (56%)3rd
https://www.googletagmanager.com/gtag/js?id=G-G6JR0TC8JZ&cx=c&gtm=4e64k0157 KB65 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-47173823-1117 KB63 KB (54%)3rd
https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_10333260303165926.js79 KB33 KB (42%)3rd
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://www.nc.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.130 KB3rd
https://www.nc.gov/core/assets/vendor/once/once.min.js?v=1.0.11 KB3rd
https://www.nc.gov/core/misc/drupalSettingsLoader.js?v=10.6.31 KB3rd
https://www.nc.gov/core/misc/drupal.js?v=10.6.37 KB3rd
https://www.nc.gov/core/misc/drupal.init.js?v=10.6.31 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

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+
JS Execution Cost
435ms total JS execution
PASS
435ms total JS execution
Info::
https://www.nc.gov/: 231ms CPU time
Info::
Unattributable: 111ms CPU time
Info::
https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_103332...: 94ms CPU time
Warning::
Third-party scripts: 435ms (100% of total)

Main Thread Breakdown

Script Evaluation 38% Style & Layout 25% Other 20% Parse HTML & CSS 8% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://www.nc.gov/231ms27ms1ms3rd
Unattributable111ms4ms0ms3rd
https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_10333260303165926.js94ms79ms5ms3rd
A+
Font Loading
6 fonts (184 KB)
PASS
6 fonts (184 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

184 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 2.9 shttps://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2nwpStKy2OAdR1K-IwhWudF-... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2 — 28.1 KiB — 53 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580dbootstrap-icons.woff2 https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d — 88.8 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2nwpMtKy2OAdR1K-IwhWudF-... https://fonts.gstatic.com/s/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2 — 27.8 KiB — 58 ms — font-display: swaphttps://fonts.gstatic.com/s/atkinsonhyperlegible/v12/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8Wbc9dCWPRl-uFQ.woff29Bt73C1KxNDXMspQ1lPyU89... https://fonts.gstatic.com/s/atkinsonhyperlegible/v12/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8Wbc9dCWPRl-uFQ.woff2 — 11.1 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2nwpStKy2OAdR1K-IwhWudF-... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2 — 18.0 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2nwpStKy2OAdR1K-IwhWudF-... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2 — 10.1 KiB — 31 ms — font-display: swap
nwpStKy2OAdR1K-IwhWudF-... woff2 swap
Size 28 KB
Load time 53 ms
Start 670 ms
Risk FOUT — text flashes from fallback to web font
bootstrap-icons.woff2 woff2 swap
Size 89 KB
Load time 21 ms
Start 671 ms
Risk FOUT — text flashes from fallback to web font
nwpMtKy2OAdR1K-IwhWudF-... woff2 swap
Size 28 KB
Load time 58 ms
Start 671 ms
Risk FOUT — text flashes from fallback to web font
9Bt73C1KxNDXMspQ1lPyU89... woff2 swap
Size 11 KB
Load time 32 ms
Start 735 ms
Risk FOUT — text flashes from fallback to web font
nwpStKy2OAdR1K-IwhWudF-... woff2 swap
Size 18 KB
Load time 31 ms
Start 979 ms
Risk FOUT — text flashes from fallback to web font
nwpStKy2OAdR1K-IwhWudF-... woff2 swap
Size 10 KB
Load time 31 ms
Start 980 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
Network Waterfall
107 requests over 2615ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 2.9 shttps://nc.gov// https://nc.gov/ — 301 — 369 B — 294 ms — http/1.1https://www.nc.gov/www.nc.gov/ https://www.nc.gov/ — 200 — 65.1 KiB — 77 ms — h2https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_10333260303165926.jswww.nc.gov/ruxitagentjs_ICA7NVfqrux... https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_10333260303165926.js — 200 — 78.8 KiB — 36 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-47173823-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-47173823-1 — 200 — 116.7 KiB — 261 ms — h2https://www.nc.gov/sites/default/files/css/css_xHXt5uQb9mfd9Re0miy7mHeZT5doLD6B2UuUOnkjqsg.css?delta=0&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_xHXt5uQb9mfd9Re0miy7mHeZT5doLD6B2UuUOnkjqsg.css?delta=0&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 26.5 KiB — 23 ms — h2https://www.nc.gov/sites/default/files/css/css_sqSD8hK_RX1dBLNSHl6LZ19a_YuYOJg5RbcryNe9JYI.css?delta=1&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_sqSD8hK_RX1dBLNSHl6LZ19a_YuYOJg5RbcryNe9JYI.css?delta=1&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 41.0 KiB — 40 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@5.1.... https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css — 200 — 25.1 KiB — 18 ms — h2https://www.nc.gov/sites/default/files/css/css_XMPNvRiR0X3mue3SsggllvQ2daZRAvLRTJ_AmfhPhsE.css?delta=4&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_XMPNvRiR0X3mue3SsggllvQ2daZRAvLRTJ_AmfhPhsE.css?delta=4&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 78.0 KiB — 47 ms — h2https://www.nc.gov/sites/default/files/css/css_PL_Iye-brijxjf92SI08k8dudrnBo07g24nI0M62X_g.css?delta=6&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_PL_Iye-brijxjf92SI08k8dudrnBo07g24nI0M62X_g.css?delta=6&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 94.9 KiB — 54 ms — h2https://files.nc.gov/nc/ncgov_250X75_2.png?VersionId=AOYQRfbcGNZoeheprjcrNNpqiO9gfLsJfiles.nc.gov/nc/ncgov_250X75_2.png?... https://files.nc.gov/nc/ncgov_250X75_2.png?VersionId=AOYQRfbcGNZoeheprjcrNNpqiO9gfLsJ — 200 — 6.2 KiB — 64 ms — h2https://files.nc.gov/nc/styles/article_card/public/images/2025-09/welcome-to-nc-sign-GettyImages-488947094-article.jpg?VersionId=06DROLpDZ8P7B2djIE03RRqvdIg1QU5r&itok=HI9wDJQNfiles.nc.gov/nc/styles/article_card... https://files.nc.gov/nc/styles/article_card/public/images/2025-09/welcome-to-nc-sign-GettyImages-488947094-article.jpg?VersionId=06DROLpDZ8P7B2djIE03RRqvdIg1QU5r&itok=HI9wDJQN — 200 — 156.4 KiB — 109 ms — h2https://files.nc.gov/nc/styles/article_card/public/images/2026-01/america-250-nc-halifax-resolves.jpg?VersionId=SzfIk3yvGNVh.GCyh_l2cEPBBuC84XTD&itok=RC9wGQwAfiles.nc.gov/nc/styles/article_card... https://files.nc.gov/nc/styles/article_card/public/images/2026-01/america-250-nc-halifax-resolves.jpg?VersionId=SzfIk3yvGNVh.GCyh_l2cEPBBuC84XTD&itok=RC9wGQwA — 200 — 121.1 KiB — 48 ms — h2https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap%22%20rel=%22stylesheet%22fonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap%22%20rel=%22stylesheet%22 — 200 — 1.2 KiB — 184 ms — h2https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@700&display=swapfonts.googleapis.com/css2?family=At... https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@700&display=swap — 200 — 526 B — 185 ms — h2https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.csscdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css — 200 — 8.2 KiB — 3 ms — h2https://files.nc.gov/nc/styles/article_card/public/images/2021-11/hiking%20family-GettyImages-1254013331.jpg?VersionId=1ZBiFZf9BbrGFCEbwI1rQBgl_cUfu5id&itok=HaEI3jcRfiles.nc.gov/nc/styles/article_card... https://files.nc.gov/nc/styles/article_card/public/images/2021-11/hiking%20family-GettyImages-1254013331.jpg?VersionId=1ZBiFZf9BbrGFCEbwI1rQBgl_cUfu5id&itok=HaEI3jcR — 200 — 225.2 KiB — 55 ms — h2https://files.nc.gov/nc/images/2021-11/nc_flag.jpgfiles.nc.gov/nc/images/2021-11/nc_f... https://files.nc.gov/nc/images/2021-11/nc_flag.jpg — 200 — 132.7 KiB — 145 ms — h2https://www.nc.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 30.3 KiB — 57 ms — h2https://www.nc.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.nc.gov/core/assets/vendor/once/... https://www.nc.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.3 KiB — 60 ms — h2https://www.nc.gov/core/misc/drupalSettingsLoader.js?v=10.6.3www.nc.gov/core/misc/drupalSettings... https://www.nc.gov/core/misc/drupalSettingsLoader.js?v=10.6.3 — 200 — 1.2 KiB — 62 ms — h2https://www.nc.gov/core/misc/drupal.js?v=10.6.3www.nc.gov/core/misc/drupal.js?v=10... https://www.nc.gov/core/misc/drupal.js?v=10.6.3 — 200 — 6.6 KiB — 64 ms — h2https://www.nc.gov/core/misc/drupal.init.js?v=10.6.3www.nc.gov/core/misc/drupal.init.js... https://www.nc.gov/core/misc/drupal.init.js?v=10.6.3 — 200 — 1.5 KiB — 65 ms — h2https://www.nc.gov/core/misc/debounce.js?v=10.6.3www.nc.gov/core/misc/debounce.js?v=... https://www.nc.gov/core/misc/debounce.js?v=10.6.3 — 200 — 1.2 KiB — 66 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.3 — 200 — 743 B — 67 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.3 — 200 — 1004 B — 68 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.3 — 200 — 1.2 KiB — 70 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.3 — 200 — 1.1 KiB — 71 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.3 — 200 — 1.2 KiB — 72 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.3 — 200 — 1.1 KiB — 75 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.3 — 200 — 1.4 KiB — 73 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 2.9 shttps://nc.gov// https://nc.gov/ — 301 — 369 B — 294 ms — http/1.1https://www.nc.gov/www.nc.gov/ https://www.nc.gov/ — 200 — 65.1 KiB — 77 ms — h2https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_10333260303165926.jswww.nc.gov/ruxitagentjs_ICA7NVfqrux... https://www.nc.gov/ruxitagentjs_ICA7NVfqrux_10333260303165926.js — 200 — 78.8 KiB — 36 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-47173823-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-47173823-1 — 200 — 116.7 KiB — 261 ms — h2https://www.nc.gov/sites/default/files/css/css_xHXt5uQb9mfd9Re0miy7mHeZT5doLD6B2UuUOnkjqsg.css?delta=0&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_xHXt5uQb9mfd9Re0miy7mHeZT5doLD6B2UuUOnkjqsg.css?delta=0&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 26.5 KiB — 23 ms — h2https://www.nc.gov/sites/default/files/css/css_sqSD8hK_RX1dBLNSHl6LZ19a_YuYOJg5RbcryNe9JYI.css?delta=1&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_sqSD8hK_RX1dBLNSHl6LZ19a_YuYOJg5RbcryNe9JYI.css?delta=1&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 41.0 KiB — 40 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@5.1.... https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css — 200 — 25.1 KiB — 18 ms — h2https://www.nc.gov/sites/default/files/css/css_XMPNvRiR0X3mue3SsggllvQ2daZRAvLRTJ_AmfhPhsE.css?delta=4&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_XMPNvRiR0X3mue3SsggllvQ2daZRAvLRTJ_AmfhPhsE.css?delta=4&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 78.0 KiB — 47 ms — h2https://www.nc.gov/sites/default/files/css/css_PL_Iye-brijxjf92SI08k8dudrnBo07g24nI0M62X_g.css?delta=6&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_PL_Iye-brijxjf92SI08k8dudrnBo07g24nI0M62X_g.css?delta=6&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 94.9 KiB — 54 ms — h2https://files.nc.gov/nc/ncgov_250X75_2.png?VersionId=AOYQRfbcGNZoeheprjcrNNpqiO9gfLsJfiles.nc.gov/nc/ncgov_250X75_2.png?... https://files.nc.gov/nc/ncgov_250X75_2.png?VersionId=AOYQRfbcGNZoeheprjcrNNpqiO9gfLsJ — 200 — 6.2 KiB — 64 ms — h2https://files.nc.gov/nc/styles/article_card/public/images/2025-09/welcome-to-nc-sign-GettyImages-488947094-article.jpg?VersionId=06DROLpDZ8P7B2djIE03RRqvdIg1QU5r&itok=HI9wDJQNfiles.nc.gov/nc/styles/article_card... https://files.nc.gov/nc/styles/article_card/public/images/2025-09/welcome-to-nc-sign-GettyImages-488947094-article.jpg?VersionId=06DROLpDZ8P7B2djIE03RRqvdIg1QU5r&itok=HI9wDJQN — 200 — 156.4 KiB — 109 ms — h2https://files.nc.gov/nc/styles/article_card/public/images/2026-01/america-250-nc-halifax-resolves.jpg?VersionId=SzfIk3yvGNVh.GCyh_l2cEPBBuC84XTD&itok=RC9wGQwAfiles.nc.gov/nc/styles/article_card... https://files.nc.gov/nc/styles/article_card/public/images/2026-01/america-250-nc-halifax-resolves.jpg?VersionId=SzfIk3yvGNVh.GCyh_l2cEPBBuC84XTD&itok=RC9wGQwA — 200 — 121.1 KiB — 48 ms — h2https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap%22%20rel=%22stylesheet%22fonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap%22%20rel=%22stylesheet%22 — 200 — 1.2 KiB — 184 ms — h2https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@700&display=swapfonts.googleapis.com/css2?family=At... https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@700&display=swap — 200 — 526 B — 185 ms — h2https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.csscdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css — 200 — 8.2 KiB — 3 ms — h2https://files.nc.gov/nc/styles/article_card/public/images/2021-11/hiking%20family-GettyImages-1254013331.jpg?VersionId=1ZBiFZf9BbrGFCEbwI1rQBgl_cUfu5id&itok=HaEI3jcRfiles.nc.gov/nc/styles/article_card... https://files.nc.gov/nc/styles/article_card/public/images/2021-11/hiking%20family-GettyImages-1254013331.jpg?VersionId=1ZBiFZf9BbrGFCEbwI1rQBgl_cUfu5id&itok=HaEI3jcR — 200 — 225.2 KiB — 55 ms — h2https://files.nc.gov/nc/images/2021-11/nc_flag.jpgfiles.nc.gov/nc/images/2021-11/nc_f... https://files.nc.gov/nc/images/2021-11/nc_flag.jpg — 200 — 132.7 KiB — 145 ms — h2https://www.nc.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 30.3 KiB — 57 ms — h2https://www.nc.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.nc.gov/core/assets/vendor/once/... https://www.nc.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.3 KiB — 60 ms — h2https://www.nc.gov/core/misc/drupalSettingsLoader.js?v=10.6.3www.nc.gov/core/misc/drupalSettings... https://www.nc.gov/core/misc/drupalSettingsLoader.js?v=10.6.3 — 200 — 1.2 KiB — 62 ms — h2https://www.nc.gov/core/misc/drupal.js?v=10.6.3www.nc.gov/core/misc/drupal.js?v=10... https://www.nc.gov/core/misc/drupal.js?v=10.6.3 — 200 — 6.6 KiB — 64 ms — h2https://www.nc.gov/core/misc/drupal.init.js?v=10.6.3www.nc.gov/core/misc/drupal.init.js... https://www.nc.gov/core/misc/drupal.init.js?v=10.6.3 — 200 — 1.5 KiB — 65 ms — h2https://www.nc.gov/core/misc/debounce.js?v=10.6.3www.nc.gov/core/misc/debounce.js?v=... https://www.nc.gov/core/misc/debounce.js?v=10.6.3 — 200 — 1.2 KiB — 66 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.3 — 200 — 743 B — 67 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.3 — 200 — 1004 B — 68 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.3 — 200 — 1.2 KiB — 70 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.3 — 200 — 1.1 KiB — 71 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.3 — 200 — 1.2 KiB — 72 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.3 — 200 — 1.1 KiB — 75 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.3 — 200 — 1.4 KiB — 73 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.3 — 200 — 1.0 KiB — 77 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.3 — 200 — 1.0 KiB — 78 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.3 — 200 — 3.7 KiB — 79 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.3 — 200 — 1.2 KiB — 87 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.6.3 — 200 — 2.2 KiB — 84 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.6.3 — 200 — 1.0 KiB — 88 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.6.3 — 200 — 1.6 KiB — 93 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.6.3 — 200 — 2.0 KiB — 95 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.6.3 — 200 — 5.3 KiB — 89 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.6.3 — 200 — 6.1 KiB — 91 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.6.3 — 200 — 2.5 KiB — 95 ms — h2https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.6.3www.nc.gov/core/assets/vendor/jquer... https://www.nc.gov/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.6.3 — 200 — 4.4 KiB — 96 ms — h2https://www.nc.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0www.nc.gov/core/assets/vendor/tabba... https://www.nc.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0 — 200 — 3.0 KiB — 98 ms — h2https://www.nc.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.6.3www.nc.gov/core/assets/vendor/tua-b... https://www.nc.gov/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.6.3 — 200 — 2.4 KiB — 99 ms — h2https://www.nc.gov/modules/contrib/addtoany/js/addtoany.js?v=10.6.3www.nc.gov/modules/contrib/addtoany... https://www.nc.gov/modules/contrib/addtoany/js/addtoany.js?v=10.6.3 — 200 — 891 B — 159 ms — h2https://www.nc.gov/themes/contrib/bootstrap_barrio/js/barrio.js?v=10.6.3www.nc.gov/themes/contrib/bootstrap... https://www.nc.gov/themes/contrib/bootstrap_barrio/js/barrio.js?v=10.6.3 — 200 — 1.2 KiB — 100 ms — h2https://cdn.jsdelivr.net/npm/jquery-validation@1.21.0/dist/jquery.validate.min.jscdn.jsdelivr.net/npm/jquery-validat... https://cdn.jsdelivr.net/npm/jquery-validation@1.21.0/dist/jquery.validate.min.js — 200 — 8.6 KiB — 30 ms — h3https://www.nc.gov/modules/contrib/clientside_validation/clientside_validation_jquery/js/cv.jquery.ife.js?td91kjwww.nc.gov/modules/contrib/clientsi... https://www.nc.gov/modules/contrib/clientside_validation/clientside_validation_jquery/js/cv.jquery.ife.js?td91kj — 200 — 1.1 KiB — 100 ms — h2https://www.nc.gov/modules/contrib/clientside_validation/clientside_validation_jquery/js/cv.jquery.validate.js?td91kjwww.nc.gov/modules/contrib/clientsi... https://www.nc.gov/modules/contrib/clientside_validation/clientside_validation_jquery/js/cv.jquery.validate.js?td91kj — 200 — 1.7 KiB — 101 ms — h2https://www.nc.gov/themes/custom/nc_barrio/components/spotlight/spotlight.js?td91kjwww.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/components/spotlight/spotlight.js?td91kj — 200 — 981 B — 102 ms — h2https://www.nc.gov/modules/contrib/google_analytics/js/google_analytics.js?v=10.6.3www.nc.gov/modules/contrib/google_a... https://www.nc.gov/modules/contrib/google_analytics/js/google_analytics.js?v=10.6.3 — 200 — 2.4 KiB — 104 ms — h2https://www.nc.gov/modules/contrib/linkpurpose/library/js/linkpurpose.min.js?td91kjwww.nc.gov/modules/contrib/linkpurp... https://www.nc.gov/modules/contrib/linkpurpose/library/js/linkpurpose.min.js?td91kj — 200 — 4.9 KiB — 110 ms — h2https://www.nc.gov/modules/contrib/linkpurpose/js/linkpurpose-drupal.js?td91kjwww.nc.gov/modules/contrib/linkpurp... https://www.nc.gov/modules/contrib/linkpurpose/js/linkpurpose-drupal.js?td91kj — 200 — 2.8 KiB — 112 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.jscdn.jsdelivr.net/npm/bootstrap@5.1.... https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js — 200 — 23.5 KiB — 27 ms — h3https://www.nc.gov/themes/custom/nc_barrio/js/modules/textEditorDatatables.js?v=1.9www.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/js/modules/textEditorDatatables.js?v=1.9 — 200 — 1.3 KiB — 113 ms — h2https://www.nc.gov/themes/custom/nc_barrio/src/js/modules/nc.fileicons.js?v=1www.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/src/js/modules/nc.fileicons.js?v=1 — 200 — 1.9 KiB — 114 ms — h2https://www.nc.gov/themes/custom/nc_barrio/js/global.js?v=1.87www.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/js/global.js?v=1.87 — 200 — 1.3 KiB — 115 ms — h2https://www.nc.gov/themes/custom/nc_barrio/js/modules/nc.search.js?v=1.87www.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/js/modules/nc.search.js?v=1.87 — 200 — 1.4 KiB — 116 ms — h2https://www.nc.gov/themes/custom/nc_barrio/js/modules/nc.analytics.js?v=1.87www.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/js/modules/nc.analytics.js?v=1.87 — 200 — 1.6 KiB — 119 ms — h2https://www.nc.gov/themes/custom/nc_barrio/js/modules/nc.gtranslate.js?v=1.5www.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/js/modules/nc.gtranslate.js?v=1.5 — 200 — 1.2 KiB — 117 ms — h2https://www.nc.gov/modules/custom/nc_bootstrap/js/portal-search.js?v=1.7www.nc.gov/modules/custom/nc_bootst... https://www.nc.gov/modules/custom/nc_bootstrap/js/portal-search.js?v=1.7 — 200 — 1.6 KiB — 120 ms — h2https://www.nc.gov/modules/custom/nc_breadcrumb/js/nc_breadcrumb.js?td91kjwww.nc.gov/modules/custom/nc_breadc... https://www.nc.gov/modules/custom/nc_breadcrumb/js/nc_breadcrumb.js?td91kj — 200 — 1.2 KiB — 121 ms — h2https://www.nc.gov/modules/custom/nc_table_accessibility/js/default_table_headers.js?td91kjwww.nc.gov/modules/custom/nc_table_... https://www.nc.gov/modules/custom/nc_table_accessibility/js/default_table_headers.js?td91kj — 200 — 1.3 KiB — 122 ms — h2https://www.nc.gov/modules/custom/ncalert/js/ncalerts.js?v=16www.nc.gov/modules/custom/ncalert/j... https://www.nc.gov/modules/custom/ncalert/js/ncalerts.js?v=16 — 200 — 1.3 KiB — 123 ms — h2https://www.nc.gov/core/misc/progress.js?v=10.6.3www.nc.gov/core/misc/progress.js?v=... https://www.nc.gov/core/misc/progress.js?v=10.6.3 — 200 — 2.2 KiB — 160 ms — h2https://www.nc.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.nc.gov/core/assets/vendor/loadj... https://www.nc.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 1.6 KiB — 135 ms — h2https://www.nc.gov/core/misc/announce.js?v=10.6.3www.nc.gov/core/misc/announce.js?v=... https://www.nc.gov/core/misc/announce.js?v=10.6.3 — 200 — 2.2 KiB — 125 ms — h2https://www.nc.gov/core/misc/message.js?v=10.6.3www.nc.gov/core/misc/message.js?v=1... https://www.nc.gov/core/misc/message.js?v=10.6.3 — 200 — 2.9 KiB — 132 ms — h2https://www.nc.gov/themes/contrib/bootstrap_barrio/js/messages.js?td91kjwww.nc.gov/themes/contrib/bootstrap... https://www.nc.gov/themes/contrib/bootstrap_barrio/js/messages.js?td91kj — 200 — 1.2 KiB — 133 ms — h2https://www.nc.gov/core/misc/ajax.js?v=10.6.3www.nc.gov/core/misc/ajax.js?v=10.6... https://www.nc.gov/core/misc/ajax.js?v=10.6.3 — 200 — 17.1 KiB — 162 ms — h2https://www.nc.gov/core/misc/displace.js?v=10.6.3www.nc.gov/core/misc/displace.js?v=... https://www.nc.gov/core/misc/displace.js?v=10.6.3 — 200 — 3.1 KiB — 136 ms — h2https://www.nc.gov/core/misc/jquery.tabbable.shim.js?v=10.6.3www.nc.gov/core/misc/jquery.tabbabl... https://www.nc.gov/core/misc/jquery.tabbable.shim.js?v=10.6.3 — 200 — 1.0 KiB — 136 ms — h2https://www.nc.gov/core/misc/position.js?v=10.6.3www.nc.gov/core/misc/position.js?v=... https://www.nc.gov/core/misc/position.js?v=10.6.3 — 200 — 6.1 KiB — 137 ms — h2https://www.nc.gov/core/misc/dialog/dialog-deprecation.js?v=10.6.3www.nc.gov/core/misc/dialog/dialog-... https://www.nc.gov/core/misc/dialog/dialog-deprecation.js?v=10.6.3 — 200 — 1.1 KiB — 141 ms — h2https://www.nc.gov/core/misc/dialog/dialog.js?v=10.6.3www.nc.gov/core/misc/dialog/dialog.... https://www.nc.gov/core/misc/dialog/dialog.js?v=10.6.3 — 200 — 1.8 KiB — 142 ms — h2https://www.nc.gov/core/misc/dialog/dialog.position.js?v=10.6.3www.nc.gov/core/misc/dialog/dialog.... https://www.nc.gov/core/misc/dialog/dialog.position.js?v=10.6.3 — 200 — 2.1 KiB — 143 ms — h2https://www.nc.gov/core/misc/dialog/dialog.jquery-ui.js?v=10.6.3www.nc.gov/core/misc/dialog/dialog.... https://www.nc.gov/core/misc/dialog/dialog.jquery-ui.js?v=10.6.3 — 200 — 1.4 KiB — 143 ms — h2https://www.nc.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.6.3www.nc.gov/core/modules/ckeditor5/j... https://www.nc.gov/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.6.3 — 200 — 1.4 KiB — 144 ms — h2https://www.nc.gov/core/misc/dialog/dialog.ajax.js?v=10.6.3www.nc.gov/core/misc/dialog/dialog.... https://www.nc.gov/core/misc/dialog/dialog.ajax.js?v=10.6.3 — 200 — 3.5 KiB — 145 ms — h2https://www.nc.gov/modules/contrib/webform/js/webform.drupal.dialog.js?v=10.6.3www.nc.gov/modules/contrib/webform/... https://www.nc.gov/modules/contrib/webform/js/webform.drupal.dialog.js?v=10.6.3 — 200 — 1.3 KiB — 154 ms — h2https://www.nc.gov/modules/contrib/webform/js/webform.dialog.js?v=10.6.3www.nc.gov/modules/contrib/webform/... https://www.nc.gov/modules/contrib/webform/js/webform.dialog.js?v=10.6.3 — 200 — 1.7 KiB — 155 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 124 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TDNPMRDwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TDNPMRD — 200 — 116.9 KiB — 162 ms — h2https://www.nc.gov/sites/default/files/css/css_m0ZXrSNO79cNs_FXzXD7XhXSftGy5NwKJZWJolJ8DCE.css?delta=3&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_m0ZXrSNO79cNs_FXzXD7XhXSftGy5NwKJZWJolJ8DCE.css?delta=3&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 2.3 KiB — 144 ms — h2https://www.nc.gov/sites/default/files/css/css_FWkyZhJN4foNCVBck-wXUEYnPisIX9zu8l5EtXDCE5w.css?delta=5&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gkwww.nc.gov/sites/default/files/css/... https://www.nc.gov/sites/default/files/css/css_FWkyZhJN4foNCVBck-wXUEYnPisIX9zu8l5EtXDCE5w.css?delta=5&language=en&theme=nc_barrio&include=eJx9kOFuwyAMhF-IhEeKDDgJm8HINlvz9ou6rOkaqb-M7judfUBKxlA3D8djnIWrucBsagJtCiCS2c8s5aouxAFoUNso1-XKKyd0kQV95NK4YjUdX13DULD2i63GBwexHAmnCJLe-RSjZa5vLY2N8rLaO5Ph7eBJegMa4QNu_4SUgXhxe-vP1qWxoqccBGRzBXfo50yGMkZo94se4f5sH9OznnCGTjbZigWf9JcvPsFXxm-dzgI7AkIxf0x1DQSWfdOqf2efythr64GyrpicbmpYfABFd4_9DR8Lp074A6Lj1gk — 200 — 1.1 KiB — 144 ms — h2https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2fonts.gstatic.com/s/sourcesans3/v19... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2 — 200 — 28.1 KiB — 53 ms — h3https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580dcdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d — 200 — 88.8 KiB — 21 ms — h3https://fonts.gstatic.com/s/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2fonts.gstatic.com/s/sourcesans3/v19... https://fonts.gstatic.com/s/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2 — 200 — 27.8 KiB — 58 ms — h3https://cdn.gtranslate.net/widgets/latest/dropdown.jscdn.gtranslate.net/widgets/latest/d... https://cdn.gtranslate.net/widgets/latest/dropdown.js — 200 — 4.9 KiB — 69 ms — h2https://files.nc.gov/nc/styles/site_page_main_image/public/images/2026-03/spring-flowers-pilot-mountain.jpg?VersionId=bhqQaehznjNDBjpN3OSDUt0yJNLNk_8H&itok=kTABk8rSfiles.nc.gov/nc/styles/site_page_ma... https://files.nc.gov/nc/styles/site_page_main_image/public/images/2026-03/spring-flowers-pilot-mountain.jpg?VersionId=bhqQaehznjNDBjpN3OSDUt0yJNLNk_8H&itok=kTABk8rS — 200 — 457.7 KiB — 33 ms — h2https://www.nc.gov/themes/custom/nc_barrio/css/icons/search.svgwww.nc.gov/themes/custom/nc_barrio/... https://www.nc.gov/themes/custom/nc_barrio/css/icons/search.svg — 200 — 977 B — 20 ms — h2https://files.nc.gov/nc/images/2021-11/about_band_bg.jpg?VersionId=UyHhqXHl.0bsEcJrv3ui7hTWVnktYOO5files.nc.gov/nc/images/2021-11/abou... https://files.nc.gov/nc/images/2021-11/about_band_bg.jpg?VersionId=UyHhqXHl.0bsEcJrv3ui7hTWVnktYOO5 — 200 — 47.4 KiB — 32 ms — h2https://files.nc.gov/nc/images/2025-03/NC-Capital-Dusk.jpg?VersionId=Mrb.15DeIIxgjQfX7ciqXkf.815S9DQNfiles.nc.gov/nc/images/2025-03/NC-C... https://files.nc.gov/nc/images/2025-03/NC-Capital-Dusk.jpg?VersionId=Mrb.15DeIIxgjQfX7ciqXkf.815S9DQN — 200 — 135.6 KiB — 25 ms — h2https://files.nc.gov/nc/images/2025-04/just-seal-blue.svg?VersionId=vk7RfwQTcKUtir578kfLzhPlsX_C_uAefiles.nc.gov/nc/images/2025-04/just... https://files.nc.gov/nc/images/2025-04/just-seal-blue.svg?VersionId=vk7RfwQTcKUtir578kfLzhPlsX_C_uAe — 200 — 16.1 KiB — 27 ms — h2https://fonts.gstatic.com/s/atkinsonhyperlegible/v12/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8Wbc9dCWPRl-uFQ.woff2fonts.gstatic.com/s/atkinsonhyperle... https://fonts.gstatic.com/s/atkinsonhyperlegible/v12/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8Wbc9dCWPRl-uFQ.woff2 — 200 — 11.1 KiB — 32 ms — h3https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.3 KiB — 44 ms — h3https://files.nc.gov/nc/images/2021-09/arrow-90deg-right.pngfiles.nc.gov/nc/images/2021-09/arro... https://files.nc.gov/nc/images/2021-09/arrow-90deg-right.png — 200 — 722 B — 24 ms — h2https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 1003 B — 51 ms — h3https://www.googletagmanager.com/gtag/js?id=G-G6JR0TC8JZ&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-G6JR0TC8JZ&cx=c&gtm=4e64k0 — 200 — 157.0 KiB — 92 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 109 ms — h2https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2fonts.gstatic.com/s/sourcesans3/v19... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2 — 200 — 18.0 KiB — 31 ms — h3https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2fonts.gstatic.com/s/sourcesans3/v19... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2 — 200 — 10.1 KiB — 31 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-G6JR0TC8JZ&gtm=45je64k0v896474391za20g&_p=1776892620693&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&_eu=AAAIAGA&are=1&cid=591586005.1776892621&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512543~118463261&sid=1776892621&sct=1&seg=0&dl=https%3A%2F%2Fwww.nc.gov%2F&dt=Home%20%7C%20nc.gov&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1115region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-G6JR0TC8JZ&gtm=45je64k0v896474391za20g&_p=1776892620693&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&_eu=AAAIAGA&are=1&cid=591586005.1776892621&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512543~118463261&sid=1776892621&sct=1&seg=0&dl=https%3A%2F%2Fwww.nc.gov%2F&dt=Home%20%7C%20nc.gov&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1115 — 204 — 546 B — 87 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-G6JR0TC8JZ&cid=591586005.1776892621&gtm=45je64k0v896474391za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512543~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-G6JR0TC8JZ&cid=591586005.1776892621&gtm=45je64k0v896474391za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512543~118463261 — 204 — 555 B — 85 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-G6JR0TC8JZ&cid=591586005.1776892621&gtm=45je64k0v896474391za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512543~118463261&z=1867134780www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-G6JR0TC8JZ&cid=591586005.1776892621&gtm=45je64k0v896474391za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512543~118463261&z=1867134780 — 200 — 408 B — 87 ms — h2https://files.nc.gov/nc/nc-favicon-32x32.png?VersionId=TTeFXIdNo_PDqt8sDPmbGm.WOEX7ezfVfiles.nc.gov/nc/nc-favicon-32x32.pn... https://files.nc.gov/nc/nc-favicon-32x32.png?VersionId=TTeFXIdNo_PDqt8sDPmbGm.WOEX7ezfV — 200 — 2.4 KiB — 21 ms — h2https://www.nc.gov/rb_2b865558-3b24-4bc5-b01d-527355603d05?type=js3&sn=v_4_srv_1_sn_0A15F3648449025E80EA247580CE983B_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1&svrid=1&flavor=post&vi=FBTPWGURPKCMPHJCPFUSPEEUHFOPHNVC-0&modifiedSince=1776890933915&bp=3&app=1a821a3f2450adce&crc=495004278&en=s7oxrte2&end=1www.nc.gov/rb_2b865558-3b24-4bc5-b0... https://www.nc.gov/rb_2b865558-3b24-4bc5-b01d-527355603d05?type=js3&sn=v_4_srv_1_sn_0A15F3648449025E80EA247580CE983B_perc_100000_ol_0_mul_1_app-3Aea7c4b59f27d43eb_1&svrid=1&flavor=post&vi=FBTPWGURPKCMPHJCPFUSPEEUHFOPHNVC-0&modifiedSince=1776890933915&bp=3&app=1a821a3f2450adce&crc=495004278&en=s7oxrte2&end=1 — 200 — 708 B — 294 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 435ms · 144KB · €5/mo
www.nc.gov
Other
Costly
Execution 231ms
Transfer 65 KB
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 111ms
Transfer 0 KB
Monthly Cost €1/mo
www.nc.gov
Other
Optional
Execution 94ms
Transfer 79 KB
Unused 42%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.nc.gov adds 231ms and costs ~€2/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.nc.gov takes 231ms 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