Skip to content
https://dni.gov

Performance

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

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

83
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
82
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.

791 ms

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

2.55 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.080

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

1.24 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.55 s

Page Load Progression

528 ms
1.1 s
1.6 s
2.1 s
2.6 s
3.2 s
3.7 s
4.2 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
4.6 MB transferred, 73 requests
FIX
4.6 MB transferred, 73 requests
Critical::
Page weighs 6.5 MB (4.6 MB transferred)
Warning::
Images are 3.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.4 MB
Warning::
JavaScript is 732 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 732 KB
Info::
Fonts are 448 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 448 KB
Info::
73 HTTP requests
Info::
Estimated 0.97 g CO2 per page load
4.6 MB / 2.4 MB budget
4.6 MB transferred
73 requests
0.97 g CO2 per page load
Images 3.4 MiB 73%
JavaScript 732.0 KiB 15%
Fonts 447.6 KiB 9%
CSS 76.3 KiB 2%
HTML 14.2 KiB 0%
Other 2.4 KiB 0%
Other 2.2 KiB 0%
Other 595 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.6 MiB of 4.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
17 scripts, 355 KB unused
FIX
17 scripts, 355 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 106 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PCW...: 69 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-EGQ5...: 67 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 61 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s.go-mpulse.net/boomerang/KUXBP-WURQ2-KQSL...: 32 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 355 KB
355 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1147 KB106 KB (72%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PCWTN36125 KB69 KB (56%)3rd
https://www.googletagmanager.com/gtag/js?id=G-EGQ58JRN5M&cx=c&_slc=1154 KB67 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L147 KB61 KB (42%)3rd
https://s.go-mpulse.net/boomerang/KUXBP-WURQ2-KQSLH-EWHMN-QZ8WQ57 KB32 KB (56%)3rd
https://www.dni.gov/media/jui/js/jquery.min.js?80ed71b315861ffdd0401289633a881534 KB20 KB (60%)3rd
https://www.dni.gov/templates/odni-content-page-template/js/template.js1 KB3rd
https://www.dni.gov/media/jui/js/jquery-migrate.min.js?80ed71b315861ffdd0401289633a88154 KB3rd
https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js4 KB3rd
https://www.dni.gov/templates/odni-content-page-template/webfonts/js/fontawesome.min.js16 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
73 resources · 4.6 MB · 355 KB savings available
FIX
73 resources · 4.6 MB · 355 KB savings available
Warning::
Page weight 3.6 MB over 1MB target
Got: 4.6 MB Expected: ≤ 1 MB
Info::
~355 KB of savings available
Warning::
72 third-party resources (100% of weight)
Info::
3 resources over 200KB
73 resources · 4.6 MiB · 72 third-party 3.6 MiB over 1MB target
Image 73% · 3.4 MiB
JavaScript 15% · 732.0 KiB
Font 9% · 447.6 KiB
CSS 2% · 76.3 KiB
Document 0% · 15.8 KiB
Other 0% · 3.3 KiB

~355.1 KiB of savings available

Remove unused JavaScript: 355.1 KiB
C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://www.dni.gov/files/ODNI/images/UnderConstru... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files//ODNI/images/news_images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/news_images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/NSP/Private_Sector/Featu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/linkedin-5-2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/features_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/homepage_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/homepage_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/homepage_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/White-Icon-Y... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/homepage_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/homepage_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/homepage_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/White-Icon-S... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/homepage_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/White-Icon-r... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/White-Icon-S... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/White-Icon-I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.dni.gov/files/ODNI/images/features_ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 3.4 MB
0 oversized -0 KB
33 legacy format
19 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

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

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

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
max-age=0
REVIEW
max-age=0
Info::
Cache-Control header is set
Got: max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0

DirectiveValueMeaning
max-age0Cache for 0 seconds
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
350ms total JS execution
PASS
350ms total JS execution
Info::
https://www.dni.gov/: 208ms CPU time
Info::
Unattributable: 91ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 51ms CPU time
Warning::
Third-party scripts: 350ms (100% of total)

Main Thread Breakdown

Script Evaluation 34% Other 27% Style & Layout 18% Rendering 9% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://www.dni.gov/208ms3ms1ms3rd
Unattributable91ms1ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L51ms44ms7ms3rd
A+
Font Loading
5 fonts (448 KB)
PASS
5 fonts (448 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

448 KB total

Render-blocking

0

of 5

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 791 ms LCP 2.5 shttps://www.dni.gov/templates/odni-content-page-template/fonts/arialn.ttfarialn.ttf https://www.dni.gov/templates/odni-content-page-template/fonts/arialn.ttf — 89.1 KiB — 234 ms — font-display: swaphttps://www.dni.gov/templates/odni-content-page-template/fonts/sylfaen.ttfsylfaen.ttf https://www.dni.gov/templates/odni-content-page-template/fonts/sylfaen.ttf — 148.9 KiB — 214 ms — font-display: swaphttps://www.dni.gov/templates/odni-content-page-template/webfonts/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.dni.gov/templates/odni-content-page-template/webfonts/webfonts/fa-solid-900.woff2 — 151.6 KiB — 240 ms — font-display: swaphttps://www.dni.gov/templates/odni-content-page-template/fonts/bignoodletitling.woffbignoodletitling.woff https://www.dni.gov/templates/odni-content-page-template/fonts/bignoodletitling.woff — 13.5 KiB — 242 ms — font-display: swaphttps://www.dni.gov/templates/odni-content-page-template/fonts/TrajanPro-Regular.otfTrajanPro-Regular.otf https://www.dni.gov/templates/odni-content-page-template/fonts/TrajanPro-Regular.otf — 44.5 KiB — 251 ms — font-display: swap
arialn.ttf ttf swap
Size 89 KB
Load time 234 ms
Start 794 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
sylfaen.ttf ttf swap
Size 149 KB
Load time 214 ms
Start 842 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-solid-900.woff2 woff2 swap
Size 152 KB
Load time 240 ms
Start 843 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
bignoodletitling.woff woff swap
Size 13 KB
Load time 242 ms
Start 843 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
TrajanPro-Regular.otf otf swap
Size 44 KB
Load time 251 ms
Start 843 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~239 KB and ~478 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
73 requests over 1913ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 791 ms LCP 2.5 shttps://dni.gov// https://dni.gov/ — 301 — 221 B — 345 ms — h2https://www.dni.gov/www.dni.gov/ https://www.dni.gov/ — 200 — 14.2 KiB — 112 ms — h2https://www.dni.gov/media/jui/css/bootstrap.min.css?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/css/bootstrap... https://www.dni.gov/media/jui/css/bootstrap.min.css?80ed71b315861ffdd0401289633a8815 — 200 — 17.1 KiB — 133 ms — h2https://www.dni.gov/media/jui/css/bootstrap-responsive.min.css?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/css/bootstrap... https://www.dni.gov/media/jui/css/bootstrap-responsive.min.css?80ed71b315861ffdd0401289633a8815 — 200 — 4.2 KiB — 150 ms — h2https://www.dni.gov/media/jui/css/bootstrap-extended.css?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/css/bootstrap... https://www.dni.gov/media/jui/css/bootstrap-extended.css?80ed71b315861ffdd0401289633a8815 — 200 — 2.5 KiB — 156 ms — h2https://www.dni.gov/media/jui/js/jquery.min.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/jquery.min... https://www.dni.gov/media/jui/js/jquery.min.js?80ed71b315861ffdd0401289633a8815 — 200 — 33.8 KiB — 226 ms — h2https://www.dni.gov/media/jui/js/jquery-noconflict.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/jquery-noc... https://www.dni.gov/media/jui/js/jquery-noconflict.js?80ed71b315861ffdd0401289633a8815 — 200 — 415 B — 227 ms — h2https://www.dni.gov/media/jui/js/jquery-migrate.min.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/jquery-mig... https://www.dni.gov/media/jui/js/jquery-migrate.min.js?80ed71b315861ffdd0401289633a8815 — 200 — 4.3 KiB — 138 ms — h2https://www.dni.gov/media/system/js/caption.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/system/js/caption... https://www.dni.gov/media/system/js/caption.js?80ed71b315861ffdd0401289633a8815 — 200 — 711 B — 300 ms — h2https://www.dni.gov/media/jui/js/bootstrap.min.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/bootstrap.... https://www.dni.gov/media/jui/js/bootstrap.min.js?80ed71b315861ffdd0401289633a8815 — 200 — 7.9 KiB — 304 ms — h2https://www.dni.gov/templates/odni-content-page-template/js/template.jswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/js/template.js — 200 — 952 B — 306 ms — h2https://www.dni.gov/templates/odni-content-page-template/js/jquery-cookie.jswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/js/jquery-cookie.js — 200 — 1.8 KiB — 224 ms — h2https://www.dni.gov/templates/odni-content-page-template/css/bootstrap.min.csswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/css/bootstrap.min.css — 200 — 19.6 KiB — 263 ms — h2https://www.dni.gov/templates/odni-content-page-template/css/template.csswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/css/template.css — 200 — 11.0 KiB — 279 ms — h2https://www.dni.gov/templates/odni-content-page-template/webfonts/css/all.csswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/webfonts/css/all.css — 200 — 21.8 KiB — 297 ms — h2https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DNI&pua=ua-33523145-2dap.digitalgov.gov/Universal-Federa... https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DNI&pua=ua-33523145-2 — 200 — 9.4 KiB — 41 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PCWTN36www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PCWTN36 — 200 — 124.7 KiB — 157 ms — h2https://www.dni.gov/files/images/socialmediabuttons/X-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/X-circle.png — 200 — 27.9 KiB — 114 ms — h2https://www.dni.gov/files/images/socialmediabuttons/facebook-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/facebook-circle.png — 200 — 6.1 KiB — 104 ms — h2https://www.dni.gov/files/images/socialmediabuttons/instagram-circle-icon.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/instagram-circle-icon.png — 200 — 287.8 KiB — 232 ms — h2https://www.dni.gov/files/images/socialmediabuttons/youtube-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/youtube-circle.png — 200 — 7.7 KiB — 235 ms — h2https://www.dni.gov/files/images/socialmediabuttons/linkedin-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/linkedin-circle.png — 200 — 7.2 KiB — 229 ms — h2https://www.dni.gov/templates/odni-content-page-template/webfonts/js/fontawesome.min.jswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/webfonts/js/fontawesome.min.js — 200 — 15.5 KiB — 235 ms — h2https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.jsdap.digitalgov.gov/web-vitals/dist/... https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js — 200 — 4.5 KiB — 21 ms — h3https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4Lwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L — 200 — 147.1 KiB — 59 ms — h2https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1 — 200 — 147.1 KiB — 74 ms — h2https://www.dni.gov/templates/odni-content-page-template/fonts/arialn.ttfwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/fonts/arialn.ttf — 200 — 89.1 KiB — 234 ms — h2https://s.go-mpulse.net/boomerang/KUXBP-WURQ2-KQSLH-EWHMN-QZ8WQs.go-mpulse.net/boomerang/KUXBP-WUR... https://s.go-mpulse.net/boomerang/KUXBP-WURQ2-KQSLH-EWHMN-QZ8WQ — 200 — 56.8 KiB — 13 ms — h2https://www.dni.gov/templates/odni-content-page-template/images/template/ODNIHero.jpgwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/images/template/ODNIHero.jpg — 200 — 124.7 KiB — 273 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/ODNIseal.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/ODNIseal.png — 200 — 96.5 KiB — 286 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 791 ms LCP 2.5 shttps://dni.gov// https://dni.gov/ — 301 — 221 B — 345 ms — h2https://www.dni.gov/www.dni.gov/ https://www.dni.gov/ — 200 — 14.2 KiB — 112 ms — h2https://www.dni.gov/media/jui/css/bootstrap.min.css?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/css/bootstrap... https://www.dni.gov/media/jui/css/bootstrap.min.css?80ed71b315861ffdd0401289633a8815 — 200 — 17.1 KiB — 133 ms — h2https://www.dni.gov/media/jui/css/bootstrap-responsive.min.css?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/css/bootstrap... https://www.dni.gov/media/jui/css/bootstrap-responsive.min.css?80ed71b315861ffdd0401289633a8815 — 200 — 4.2 KiB — 150 ms — h2https://www.dni.gov/media/jui/css/bootstrap-extended.css?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/css/bootstrap... https://www.dni.gov/media/jui/css/bootstrap-extended.css?80ed71b315861ffdd0401289633a8815 — 200 — 2.5 KiB — 156 ms — h2https://www.dni.gov/media/jui/js/jquery.min.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/jquery.min... https://www.dni.gov/media/jui/js/jquery.min.js?80ed71b315861ffdd0401289633a8815 — 200 — 33.8 KiB — 226 ms — h2https://www.dni.gov/media/jui/js/jquery-noconflict.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/jquery-noc... https://www.dni.gov/media/jui/js/jquery-noconflict.js?80ed71b315861ffdd0401289633a8815 — 200 — 415 B — 227 ms — h2https://www.dni.gov/media/jui/js/jquery-migrate.min.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/jquery-mig... https://www.dni.gov/media/jui/js/jquery-migrate.min.js?80ed71b315861ffdd0401289633a8815 — 200 — 4.3 KiB — 138 ms — h2https://www.dni.gov/media/system/js/caption.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/system/js/caption... https://www.dni.gov/media/system/js/caption.js?80ed71b315861ffdd0401289633a8815 — 200 — 711 B — 300 ms — h2https://www.dni.gov/media/jui/js/bootstrap.min.js?80ed71b315861ffdd0401289633a8815www.dni.gov/media/jui/js/bootstrap.... https://www.dni.gov/media/jui/js/bootstrap.min.js?80ed71b315861ffdd0401289633a8815 — 200 — 7.9 KiB — 304 ms — h2https://www.dni.gov/templates/odni-content-page-template/js/template.jswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/js/template.js — 200 — 952 B — 306 ms — h2https://www.dni.gov/templates/odni-content-page-template/js/jquery-cookie.jswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/js/jquery-cookie.js — 200 — 1.8 KiB — 224 ms — h2https://www.dni.gov/templates/odni-content-page-template/css/bootstrap.min.csswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/css/bootstrap.min.css — 200 — 19.6 KiB — 263 ms — h2https://www.dni.gov/templates/odni-content-page-template/css/template.csswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/css/template.css — 200 — 11.0 KiB — 279 ms — h2https://www.dni.gov/templates/odni-content-page-template/webfonts/css/all.csswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/webfonts/css/all.css — 200 — 21.8 KiB — 297 ms — h2https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DNI&pua=ua-33523145-2dap.digitalgov.gov/Universal-Federa... https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DNI&pua=ua-33523145-2 — 200 — 9.4 KiB — 41 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PCWTN36www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PCWTN36 — 200 — 124.7 KiB — 157 ms — h2https://www.dni.gov/files/images/socialmediabuttons/X-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/X-circle.png — 200 — 27.9 KiB — 114 ms — h2https://www.dni.gov/files/images/socialmediabuttons/facebook-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/facebook-circle.png — 200 — 6.1 KiB — 104 ms — h2https://www.dni.gov/files/images/socialmediabuttons/instagram-circle-icon.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/instagram-circle-icon.png — 200 — 287.8 KiB — 232 ms — h2https://www.dni.gov/files/images/socialmediabuttons/youtube-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/youtube-circle.png — 200 — 7.7 KiB — 235 ms — h2https://www.dni.gov/files/images/socialmediabuttons/linkedin-circle.pngwww.dni.gov/files/images/socialmedi... https://www.dni.gov/files/images/socialmediabuttons/linkedin-circle.png — 200 — 7.2 KiB — 229 ms — h2https://www.dni.gov/templates/odni-content-page-template/webfonts/js/fontawesome.min.jswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/webfonts/js/fontawesome.min.js — 200 — 15.5 KiB — 235 ms — h2https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.jsdap.digitalgov.gov/web-vitals/dist/... https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js — 200 — 4.5 KiB — 21 ms — h3https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4Lwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L — 200 — 147.1 KiB — 59 ms — h2https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e64k1 — 200 — 147.1 KiB — 74 ms — h2https://www.dni.gov/templates/odni-content-page-template/fonts/arialn.ttfwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/fonts/arialn.ttf — 200 — 89.1 KiB — 234 ms — h2https://s.go-mpulse.net/boomerang/KUXBP-WURQ2-KQSLH-EWHMN-QZ8WQs.go-mpulse.net/boomerang/KUXBP-WUR... https://s.go-mpulse.net/boomerang/KUXBP-WURQ2-KQSLH-EWHMN-QZ8WQ — 200 — 56.8 KiB — 13 ms — h2https://www.dni.gov/templates/odni-content-page-template/images/template/ODNIHero.jpgwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/images/template/ODNIHero.jpg — 200 — 124.7 KiB — 273 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/ODNIseal.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/ODNIseal.png — 200 — 96.5 KiB — 286 ms — h2https://www.dni.gov/templates/odni-content-page-template/fonts/sylfaen.ttfwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/fonts/sylfaen.ttf — 200 — 148.9 KiB — 214 ms — h2https://www.dni.gov/templates/odni-content-page-template/webfonts/webfonts/fa-solid-900.woff2www.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/webfonts/webfonts/fa-solid-900.woff2 — 200 — 151.6 KiB — 240 ms — h2https://www.dni.gov/templates/odni-content-page-template/fonts/bignoodletitling.woffwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/fonts/bignoodletitling.woff — 200 — 13.5 KiB — 242 ms — h2https://www.dni.gov/templates/odni-content-page-template/fonts/TrajanPro-Regular.otfwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/fonts/TrajanPro-Regular.otf — 200 — 44.5 KiB — 251 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64k1h1v9131934939za200&_p=1776897990165&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=236037862.1776897991&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&dl=https%3A%2F%2Fdni.gov%2F&dt=Home&dr=&sid=1776897990&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DNI&ep.subagency=DNI.GOV&ep.site_topic=unspecified%3Adni.gov&ep.site_platform=unspecified%3Adni.gov&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=dni.gov&tfd=912region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L&gtm=45je64k1h1v9131934939za200&_p=1776897990165&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=236037862.1776897991&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&dl=https%3A%2F%2Fdni.gov%2F&dt=Home&dr=&sid=1776897990&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DNI&ep.subagency=DNI.GOV&ep.site_topic=unspecified%3Adni.gov&ep.site_platform=unspecified%3Adni.gov&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=dni.gov&tfd=912 — 204 — 547 B — 83 ms — h2https://c.go-mpulse.net/api/config.json?key=KUXBP-WURQ2-KQSLH-EWHMN-QZ8WQ&d=www.dni.gov&t=5922993&v=1.720.0&sl=0&si=86784085-4909-4fac-9f31-955cd5ac3e85-tdx39i&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=827465c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=KUXBP-WURQ2-KQSLH-EWHMN-QZ8WQ&d=www.dni.gov&t=5922993&v=1.720.0&sl=0&si=86784085-4909-4fac-9f31-955cd5ac3e85-tdx39i&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=827465 — 200 — 950 B — 257 ms — h2https://www.dni.gov/templates/odni-content-page-template/js/script.jswww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/js/script.js — 200 — 2.1 KiB — 113 ms — h2https://www.dni.gov/templates/odni-content-page-template/images/hamburgerIcon.pngwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/images/hamburgerIcon.png — 200 — 14.8 KiB — 97 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/N-C-T-C.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/N-C-T-C.png — 200 — 88.0 KiB — 105 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/NCSC.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/NCSC.png — 200 — 84.1 KiB — 103 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/NCBC.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/NCBC.png — 200 — 40.4 KiB — 98 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/CTIIC.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/CTIIC.png — 200 — 90.3 KiB — 100 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/FMIC_Seal_300dpi.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/FMIC_Seal_300dpi.png — 200 — 759.7 KiB — 145 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 109 ms — h2https://www.dni.gov/files/ODNI/images/UnderConstruction.pngwww.dni.gov/files/ODNI/images/Under... https://www.dni.gov/files/ODNI/images/UnderConstruction.png — 200 — 160.1 KiB — 105 ms — h2https://www.dni.gov/files//ODNI/images/news_images/IC-Assessments/GlobalTrends2040.jpgwww.dni.gov/files//ODNI/images/news... https://www.dni.gov/files//ODNI/images/news_images/IC-Assessments/GlobalTrends2040.jpg — 200 — 37.9 KiB — 98 ms — h2https://www.dni.gov/files/ODNI/images/features_images/aiminitiative250x250.pngwww.dni.gov/files/ODNI/images/featu... https://www.dni.gov/files/ODNI/images/features_images/aiminitiative250x250.png — 200 — 128.8 KiB — 104 ms — h2https://www.dni.gov/files/ODNI/images/news_images/IC-Assessments/ic-assessment-page-icon.pngwww.dni.gov/files/ODNI/images/news_... https://www.dni.gov/files/ODNI/images/news_images/IC-Assessments/ic-assessment-page-icon.png — 200 — 138.2 KiB — 104 ms — h2https://www.dni.gov/files/NSP/Private_Sector/Feature/images/035190_Private_Sector_Landing_Page_Button_1_18.pngwww.dni.gov/files/NSP/Private_Secto... https://www.dni.gov/files/NSP/Private_Sector/Feature/images/035190_Private_Sector_Landing_Page_Button_1_18.png — 200 — 99.5 KiB — 102 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1115894925&t=pageview&_s=1&dl=https%3A%2F%2Fwww.dni.gov%2F&ul=en-us&dt=Home&sr=800x600&vp=1350x940&_u=IADAAEABAAAAACAAI~&jid=428807942&gjid=2106662736&cid=236037862.1776897991&tid=UA-24149679-1&_gid=521866506.1776897991&_r=1&_slc=1&z=1975142148www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1115894925&t=pageview&_s=1&dl=https%3A%2F%2Fwww.dni.gov%2F&ul=en-us&dt=Home&sr=800x600&vp=1350x940&_u=IADAAEABAAAAACAAI~&jid=428807942&gjid=2106662736&cid=236037862.1776897991&tid=UA-24149679-1&_gid=521866506.1776897991&_r=1&_slc=1&z=1975142148 — 200 — 463 B — 30 ms — h2https://www.dni.gov/files/ODNI/images/features_images/tet_declassified_featured.pngwww.dni.gov/files/ODNI/images/featu... https://www.dni.gov/files/ODNI/images/features_images/tet_declassified_featured.png — 200 — 78.4 KiB — 98 ms — h2https://www.googletagmanager.com/gtag/js?id=G-EGQ58JRN5M&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EGQ58JRN5M&cx=c&_slc=1 — 200 — 154.1 KiB — 95 ms — h3https://www.dni.gov/files/ODNI/images/homepage_images/ODNIWhatWEDoSeal.pngwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/ODNIWhatWEDoSeal.png — 200 — 105.4 KiB — 99 ms — h2https://www.dni.gov/files/ODNI/images/White-Icon-rss-l.pngwww.dni.gov/files/ODNI/images/White... https://www.dni.gov/files/ODNI/images/White-Icon-rss-l.png — 200 — 1.5 KiB — 100 ms — h2https://www.dni.gov/files/ODNI/images/White-Icon-SM1.pngwww.dni.gov/files/ODNI/images/White... https://www.dni.gov/files/ODNI/images/White-Icon-SM1.png — 200 — 1.6 KiB — 97 ms — h2https://www.dni.gov/files/ODNI/images/White-Icon-SMFB.pngwww.dni.gov/files/ODNI/images/White... https://www.dni.gov/files/ODNI/images/White-Icon-SMFB.png — 200 — 1.5 KiB — 103 ms — h2https://www.dni.gov/files/ODNI/images/White-Icon-Instagram.pngwww.dni.gov/files/ODNI/images/White... https://www.dni.gov/files/ODNI/images/White-Icon-Instagram.png — 200 — 1.6 KiB — 97 ms — h2https://www.dni.gov/files/ODNI/images/linkedin-5-24.pngwww.dni.gov/files/ODNI/images/linke... https://www.dni.gov/files/ODNI/images/linkedin-5-24.png — 200 — 1.2 KiB — 97 ms — h2https://www.dni.gov/files/ODNI/images/White-Icon-YT.pngwww.dni.gov/files/ODNI/images/White... https://www.dni.gov/files/ODNI/images/White-Icon-YT.png — 200 — 1.7 KiB — 97 ms — h2https://www.dni.gov/files/ODNI/images/news_images/PR2.pngwww.dni.gov/files/ODNI/images/news_... https://www.dni.gov/files/ODNI/images/news_images/PR2.png — 200 — 38.9 KiB — 99 ms — h2https://www.dni.gov/images/k2/78af361ee5d7b649a2f01f7be86a5951.jpgwww.dni.gov/images/k2/78af361ee5d7b... https://www.dni.gov/images/k2/78af361ee5d7b649a2f01f7be86a5951.jpg — 200 — 100.1 KiB — 99 ms — h2https://www.dni.gov/files/ODNI/images/news_images/promises-2025.jpgwww.dni.gov/files/ODNI/images/news_... https://www.dni.gov/files/ODNI/images/news_images/promises-2025.jpg — 200 — 695.1 KiB — 114 ms — h2https://www.dni.gov/templates/odni-content-page-template/images/template/networkBG.jpgwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/images/template/networkBG.jpg — 200 — 85.8 KiB — 110 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-EGQ58JRN5M&gtm=45je64k1v9124468973za20g&_p=1776897990165&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=ABAI&are=1&cid=236037862.1776897991&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&dl=https%3A%2F%2Fwww.dni.gov%2F&dt=Home&sid=1776897991&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1435region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-EGQ58JRN5M&gtm=45je64k1v9124468973za20g&_p=1776897990165&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=ABAI&are=1&cid=236037862.1776897991&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&dl=https%3A%2F%2Fwww.dni.gov%2F&dt=Home&sid=1776897991&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1435 — 204 — 48 B — 35 ms — h2https://www.dni.gov/templates/odni-content-page-template/images/template/row-4-bg.jpgwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/images/template/row-4-bg.jpg — 200 — 71.0 KiB — 99 ms — h2https://www.dni.gov/files/ODNI/images/homepage_images/DNI_Careers2.jpgwww.dni.gov/files/ODNI/images/homep... https://www.dni.gov/files/ODNI/images/homepage_images/DNI_Careers2.jpg — 200 — 41.6 KiB — 97 ms — h2https://www.dni.gov/templates/odni-content-page-template/images/template/footerBGtext.pngwww.dni.gov/templates/odni-content-... https://www.dni.gov/templates/odni-content-page-template/images/template/footerBGtext.png — 200 — 28.4 KiB — 98 ms — h2https://www.dni.gov/favicon.icowww.dni.gov/favicon.ico https://www.dni.gov/favicon.ico — 404 — 1.6 KiB — 102 ms — h2https://684dd32f.akstat.io/684dd32f.akstat.io/ https://684dd32f.akstat.io/ — 204 — 224 B — 187 ms — h2https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=pdn2xal6etrial-eum-clientnsv4-s.akamaihd.net... https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=pdn2xal6e — 302 — 266 B — 9 ms — http/1.1https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=pdn2xal6etrial-eum-clienttons-s.akamaihd.net... https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=pdn2xal6e — 302 — 278 B — 18 ms — http/1.1https://rxr3y6accrd6i2pjj7dq-pdn2xa-0fef0cdad-clientnsv4-s.akamaihd.net/eum/results.txtrxr3y6accrd6i2pjj7dq-pdn2xa-0fef0cd... https://rxr3y6accrd6i2pjj7dq-pdn2xa-0fef0cdad-clientnsv4-s.akamaihd.net/eum/results.txt — 200 — 312 B — 86 ms — http/1.1https://eaauduflaaaaakqce3ychaaaanu6st6h-pdn2xa-cfe191634-clienttons-s.akamaihd.net/eum/results.txteaauduflaaaaakqce3ychaaaanu6st6h-pd... https://eaauduflaaaaakqce3ychaaaanu6st6h-pdn2xa-cfe191634-clienttons-s.akamaihd.net/eum/results.txt — 200 — 312 B — 103 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 350ms · 161KB · $5/mo
www.dni.gov
Other
Costly
Execution 208ms
Transfer 14 KB
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 91ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 147 KB
Unused 42%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.dni.gov adds 208ms 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.dni.gov takes 208ms 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