Skip to content
https://ansi.org

Performance

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

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

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

782 ms

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

1.86 s

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

10 ms

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

0.162

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

2.96 s

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

3.85 s

Page Load Progression

404 ms
808 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
7.9 MB transferred, 108 requests
FIX
7.9 MB transferred, 108 requests
Critical::
Page weighs 13.2 MB (7.9 MB transferred)
Warning::
Images are 6.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.1 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Warning::
108 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
7.9 MB / 2.4 MB budget
7.9 MB transferred
108 requests
1.7 g CO2 per page load
Images 6.1 MiB 78%
JavaScript 1.4 MiB 18%
Fonts 141.8 KiB 2%
CSS 135.0 KiB 2%
Other 57.3 KiB 1%
HTML 25.6 KiB 0%
Other 8.2 KiB 0%
Other 1.7 KiB 0%
Other 1.5 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.9 MiB of 7.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
27 scripts, 631 KB unused
FIX
27 scripts, 631 KB unused
Warning::
https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.js: 224 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.js: unminified — 93 KB could be saved
Warning::
https://acsbapp.com/apps/app/dist/js/app.js: 114 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ansi.org/Coveo/Hive/js/CoveoJsSearch.L...: 94 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6NE4...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-107...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 631 KB
631 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.js311 KB224 KB (72%)3rd
https://acsbapp.com/apps/app/dist/js/app.js222 KB114 KB (53%)3rd
https://www.ansi.org/Coveo/Hive/js/CoveoJsSearch.Lazy.min.js209 KB94 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6NE40HPYPR&cx=c&gtm=4e64k1h2177 KB69 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1071668309&cx=c&gtm=4e64k1h2146 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WGZXGD153 KB65 KB (43%)3rd
https://www.ansi.org/Coveo/Hive/js/ValidateAnalyticsIncluded.min.js1 KB3rd
https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreFilterExpression.min.js3 KB3rd
https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.config.js?r=2 KB3rd
https://www.ansi.org/Coveo/Hive/js/FacetsMobileMode.min__4e9032d9a7117b17aab0.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
108 resources · 7.9 MB · 631 KB savings available
FIX
108 resources · 7.9 MB · 631 KB savings available
Warning::
Page weight 6.9 MB over 1MB target
Got: 7.9 MB Expected: ≤ 1 MB
Info::
~631 KB of savings available
Warning::
107 third-party resources (100% of weight)
Info::
12 resources over 200KB
108 resources · 7.9 MiB · 107 third-party 6.9 MiB over 1MB target
Image 78% · 6.1 MiB
JavaScript 18% · 1.4 MiB
Font 2% · 141.8 KiB
CSS 2% · 135.0 KiB
Other 1% · 59.4 KiB
Document 0% · 33.8 KiB

~630.6 KiB of savings available

Remove unused JavaScript: 630.6 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
53 images, 0 KB saveable
REVIEW
53 images, 0 KB saveable
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Logos/ANA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Logos/Wor... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ansi.org/-/media/ANSI/Images/Global%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
53 images 6.1 MB
0 oversized -0 KB
51 legacy format
13 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

C
JS Execution Cost
Action
1032ms total JS execution
REVIEW
1032ms total JS execution
Info::
Unattributable: 215ms CPU time
Info::
https://www.ansi.org/: 182ms CPU time
Info::
https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.js: 151ms CPU time
Info::
https://www.ansi.org/Areas/ScoreCCF/js/Vendor/requ...: 145ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-6NE4...: 102ms CPU time
Warning::
Third-party scripts: 1032ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 25% Style & Layout 12% Script Parsing & Compilation 9% Parse HTML & CSS 5% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable215ms5ms0ms3rd
https://www.ansi.org/182ms5ms1ms3rd
https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.js151ms34ms30ms3rd
https://www.ansi.org/Areas/ScoreCCF/js/Vendor/require.js?r=145ms107ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6NE40HPYPR&cx=c&gtm=4e64k1h2102ms87ms14ms3rd
https://acsbapp.com/apps/app/dist/js/app.js96ms65ms17ms3rd
https://consent.cookiebot.com/d8cad3b9-fcb1-4742-91a0-0e1bc49c50d8/cc.js?renew=false&referer=www.ansi.org&dnt=false&init=false80ms33ms8ms3rd
https://www.ansi.org/Coveo/Hive/js/CoveoJsSearch.Lazy.min.js62ms37ms16ms3rd
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (142 KB)
PASS
7 fonts (142 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

142 KB total

Render-blocking

0

of 7

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 FCP 782 ms LCP 1.9 shttps://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0g.woff2sDfZG1Wl4LcnbuKjk0g.woff https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0g.woff — 20.0 KiB — 84 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYw.woffTK3_WkUHHAIjg75cFRf3bXL... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYw.woff — 19.2 KiB — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYw.woffTK3_WkUHHAIjg75cFRf3bXL... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYw.woff — 19.7 KiB — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW_.woff2sDcZG1Wl4LcnbuCNWgzaGW... https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW_.woff — 19.9 KiB — 55 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYw.woffTK3_WkUHHAIjg75cFRf3bXL... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYw.woff — 19.4 KiB — 25 ms — font-display: swaphttps://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zaGW_.woff2sDcZG1Wl4LcnbuCJW8zaGW... https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zaGW_.woff — 19.2 KiB — 25 ms — font-display: swaphttps://static.cloud.coveo.com/searchui/v2.10110/0/fonts/lato.woff2lato.woff2 https://static.cloud.coveo.com/searchui/v2.10110/0/fonts/lato.woff2 — 24.4 KiB — 59 ms — font-display: swap
2sDfZG1Wl4LcnbuKjk0g.woff woff swap
Size 20 KB
Load time 84 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
TK3_WkUHHAIjg75cFRf3bXL... woff swap
Size 19 KB
Load time 54 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
TK3_WkUHHAIjg75cFRf3bXL... woff swap
Size 20 KB
Load time 54 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
2sDcZG1Wl4LcnbuCNWgzaGW... woff swap
Size 20 KB
Load time 55 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
TK3_WkUHHAIjg75cFRf3bXL... woff swap
Size 19 KB
Load time 25 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
2sDcZG1Wl4LcnbuCJW8zaGW... woff swap
Size 19 KB
Load time 25 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
lato.woff2 woff2 swap
Size 24 KB
Load time 59 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~35 KB and ~70 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
108 requests over 4541ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 782 ms LCP 1.9 shttps://ansi.org// https://ansi.org/ — 301 — 352 B — 63 ms — h2https://www.ansi.org/www.ansi.org/ https://www.ansi.org/ — 200 — 24.8 KiB — 1.2 s — h2https://www.ansi.org/Areas/ANSI/css/main.css?r=www.ansi.org/Areas/ANSI/css/main.cs... https://www.ansi.org/Areas/ANSI/css/main.css?r= — 200 — 81.6 KiB — 45 ms — h2https://www.ansi.org/Areas/ANSI/js/vendor/modernizr.2.6.2.min.jswww.ansi.org/Areas/ANSI/js/vendor/m... https://www.ansi.org/Areas/ANSI/js/vendor/modernizr.2.6.2.min.js — 200 — 6.3 KiB — 27 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-white.svg?iar=0&hash=F01D897F1BEC98773AFDD2782E963E5Cwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-white.svg?iar=0&hash=F01D897F1BEC98773AFDD2782E963E5C — 200 — 803 B — 156 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/close-white.svg?iar=0&hash=7F3068B5836ABAF1C2ED75E7218A5DEFwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/close-white.svg?iar=0&hash=7F3068B5836ABAF1C2ED75E7218A5DEF — 200 — 646 B — 141 ms — h2https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0g.wofffonts.gstatic.com/s/oxygen/v9/2sDfZ... https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0g.woff — 200 — 20.0 KiB — 84 ms — h3https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/ANSI/ANSI-blue-white-logo-simple.png?h=549&iar=0&w=927&hash=B0045A3B2C827EF0B90E57EBA3BD08C8www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/ANSI/ANSI-blue-white-logo-simple.png?h=549&iar=0&w=927&hash=B0045A3B2C827EF0B90E57EBA3BD08C8 — 200 — 11.7 KiB — 158 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/ansi-essential-requirements-promo-2x.jpg?h=356&iar=0&w=356&hash=6F1BA31DE12AFADF7DA59DB179E35EECwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/ansi-essential-requirements-promo-2x.jpg?h=356&iar=0&w=356&hash=6F1BA31DE12AFADF7DA59DB179E35EEC — 200 — 37.7 KiB — 143 ms — h2https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/consortia%20promo%20image.png?h=920&iar=0&w=1380&hash=F08F223CFACDAB3DDE75FC7885B494DFwww.ansi.org/-/media/ANSI/Images/Hi... https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/consortia%20promo%20image.png?h=920&iar=0&w=1380&hash=F08F223CFACDAB3DDE75FC7885B494DF — 200 — 417.2 KiB — 185 ms — h2https://www.ansi.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.ansi.org/cdn-cgi/scripts/5c5dd7... https://www.ansi.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 780 B — 26 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 86 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-down-black.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-down-black.svg — 200 — 807 B — 30 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-black.svg?iar=0&hash=230EF23698C9626927BBFEDE65F6C947www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-black.svg?iar=0&hash=230EF23698C9626927BBFEDE65F6C947 — 200 — 931 B — 136 ms — h2https://www.ansi.org/-/media/ANSI/Images/Logos/Workcred%20Logo%20RGB.png?h=211&iar=0&w=826&hash=765654D20486D89C1EFEF00B28D2AD9Dwww.ansi.org/-/media/ANSI/Images/Lo... https://www.ansi.org/-/media/ANSI/Images/Logos/Workcred%20Logo%20RGB.png?h=211&iar=0&w=826&hash=765654D20486D89C1EFEF00B28D2AD9D — 200 — 7.9 KiB — 118 ms — h2https://www.ansi.org/-/media/ANSI/Images/Hero%20Images/homepage-hero-August-2023.jpgwww.ansi.org/-/media/ANSI/Images/He... https://www.ansi.org/-/media/ANSI/Images/Hero%20Images/homepage-hero-August-2023.jpg — 200 — 354.8 KiB — 214 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-right-btn-black.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-right-btn-black.svg — 200 — 608 B — 30 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-search-icon.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-search-icon.svg — 200 — 803 B — 52 ms — h2https://www.ansi.org/-/media/ANSI/Images/Logos/ANAB%20Logo%20RGB%20with%20Name%20%20Transparent%20Background.png?h=1172&iar=0&w=2148&hash=C08AA3AE39178F99B042F7CC31B33BD6www.ansi.org/-/media/ANSI/Images/Lo... https://www.ansi.org/-/media/ANSI/Images/Logos/ANAB%20Logo%20RGB%20with%20Name%20%20Transparent%20Background.png?h=1172&iar=0&w=2148&hash=C08AA3AE39178F99B042F7CC31B33BD6 — 200 — 33.3 KiB — 154 ms — h2https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYw.wofffonts.gstatic.com/s/oswald/v29/TK3_... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYw.woff — 200 — 19.2 KiB — 54 ms — h3https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYw.wofffonts.gstatic.com/s/oswald/v29/TK3_... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYw.woff — 200 — 19.7 KiB — 54 ms — h3https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW_.wofffonts.gstatic.com/s/oxygen/v9/2sDcZ... https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW_.woff — 200 — 19.9 KiB — 55 ms — h3https://www.ansi.org/Coveo/Hive/css/CoveoFullSearch.csswww.ansi.org/Coveo/Hive/css/CoveoFu... https://www.ansi.org/Coveo/Hive/css/CoveoFullSearch.css — 200 — 52.4 KiB — 28 ms — h2https://www.ansi.org/Coveo/Hive/css/CoveoForSitecore.csswww.ansi.org/Coveo/Hive/css/CoveoFo... https://www.ansi.org/Coveo/Hive/css/CoveoForSitecore.css — 200 — 1.1 KiB — 30 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoJsSearch.Lazy.min.jswww.ansi.org/Coveo/Hive/js/CoveoJsS... https://www.ansi.org/Coveo/Hive/js/CoveoJsSearch.Lazy.min.js — 200 — 209.3 KiB — 65 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecore.Lazy.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecore.Lazy.min.js — 200 — 11.8 KiB — 37 ms — h2https://www.ansi.org/Coveo/Hive/js/cultures/en.jswww.ansi.org/Coveo/Hive/js/cultures... https://www.ansi.org/Coveo/Hive/js/cultures/en.js — 200 — 17.6 KiB — 40 ms — h2https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.config.js?r=www.ansi.org/Areas/ANSI/js/ANSI.bun... https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.config.js?r= — 200 — 1.5 KiB — 30 ms — h2https://www.ansi.org/Areas/ScoreCCF/js/Vendor/require.js?r=www.ansi.org/Areas/ScoreCCF/js/Vend... https://www.ansi.org/Areas/ScoreCCF/js/Vendor/require.js?r= — 200 — 20.7 KiB — 36 ms — h2https://www.ansi.org/site.webmanifestwww.ansi.org/site.webmanifest https://www.ansi.org/site.webmanifest — 403 — 4.5 KiB — 63 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 782 ms LCP 1.9 shttps://ansi.org// https://ansi.org/ — 301 — 352 B — 63 ms — h2https://www.ansi.org/www.ansi.org/ https://www.ansi.org/ — 200 — 24.8 KiB — 1.2 s — h2https://www.ansi.org/Areas/ANSI/css/main.css?r=www.ansi.org/Areas/ANSI/css/main.cs... https://www.ansi.org/Areas/ANSI/css/main.css?r= — 200 — 81.6 KiB — 45 ms — h2https://www.ansi.org/Areas/ANSI/js/vendor/modernizr.2.6.2.min.jswww.ansi.org/Areas/ANSI/js/vendor/m... https://www.ansi.org/Areas/ANSI/js/vendor/modernizr.2.6.2.min.js — 200 — 6.3 KiB — 27 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-white.svg?iar=0&hash=F01D897F1BEC98773AFDD2782E963E5Cwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-white.svg?iar=0&hash=F01D897F1BEC98773AFDD2782E963E5C — 200 — 803 B — 156 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/close-white.svg?iar=0&hash=7F3068B5836ABAF1C2ED75E7218A5DEFwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/close-white.svg?iar=0&hash=7F3068B5836ABAF1C2ED75E7218A5DEF — 200 — 646 B — 141 ms — h2https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0g.wofffonts.gstatic.com/s/oxygen/v9/2sDfZ... https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0g.woff — 200 — 20.0 KiB — 84 ms — h3https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/ANSI/ANSI-blue-white-logo-simple.png?h=549&iar=0&w=927&hash=B0045A3B2C827EF0B90E57EBA3BD08C8www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/ANSI/ANSI-blue-white-logo-simple.png?h=549&iar=0&w=927&hash=B0045A3B2C827EF0B90E57EBA3BD08C8 — 200 — 11.7 KiB — 158 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/ansi-essential-requirements-promo-2x.jpg?h=356&iar=0&w=356&hash=6F1BA31DE12AFADF7DA59DB179E35EECwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/ansi-essential-requirements-promo-2x.jpg?h=356&iar=0&w=356&hash=6F1BA31DE12AFADF7DA59DB179E35EEC — 200 — 37.7 KiB — 143 ms — h2https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/consortia%20promo%20image.png?h=920&iar=0&w=1380&hash=F08F223CFACDAB3DDE75FC7885B494DFwww.ansi.org/-/media/ANSI/Images/Hi... https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/consortia%20promo%20image.png?h=920&iar=0&w=1380&hash=F08F223CFACDAB3DDE75FC7885B494DF — 200 — 417.2 KiB — 185 ms — h2https://www.ansi.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.ansi.org/cdn-cgi/scripts/5c5dd7... https://www.ansi.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 780 B — 26 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 86 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-down-black.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-down-black.svg — 200 — 807 B — 30 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-black.svg?iar=0&hash=230EF23698C9626927BBFEDE65F6C947www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Icons/search-black.svg?iar=0&hash=230EF23698C9626927BBFEDE65F6C947 — 200 — 931 B — 136 ms — h2https://www.ansi.org/-/media/ANSI/Images/Logos/Workcred%20Logo%20RGB.png?h=211&iar=0&w=826&hash=765654D20486D89C1EFEF00B28D2AD9Dwww.ansi.org/-/media/ANSI/Images/Lo... https://www.ansi.org/-/media/ANSI/Images/Logos/Workcred%20Logo%20RGB.png?h=211&iar=0&w=826&hash=765654D20486D89C1EFEF00B28D2AD9D — 200 — 7.9 KiB — 118 ms — h2https://www.ansi.org/-/media/ANSI/Images/Hero%20Images/homepage-hero-August-2023.jpgwww.ansi.org/-/media/ANSI/Images/He... https://www.ansi.org/-/media/ANSI/Images/Hero%20Images/homepage-hero-August-2023.jpg — 200 — 354.8 KiB — 214 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-right-btn-black.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-right-btn-black.svg — 200 — 608 B — 30 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-search-icon.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-search-icon.svg — 200 — 803 B — 52 ms — h2https://www.ansi.org/-/media/ANSI/Images/Logos/ANAB%20Logo%20RGB%20with%20Name%20%20Transparent%20Background.png?h=1172&iar=0&w=2148&hash=C08AA3AE39178F99B042F7CC31B33BD6www.ansi.org/-/media/ANSI/Images/Lo... https://www.ansi.org/-/media/ANSI/Images/Logos/ANAB%20Logo%20RGB%20with%20Name%20%20Transparent%20Background.png?h=1172&iar=0&w=2148&hash=C08AA3AE39178F99B042F7CC31B33BD6 — 200 — 33.3 KiB — 154 ms — h2https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYw.wofffonts.gstatic.com/s/oswald/v29/TK3_... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYw.woff — 200 — 19.2 KiB — 54 ms — h3https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYw.wofffonts.gstatic.com/s/oswald/v29/TK3_... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYw.woff — 200 — 19.7 KiB — 54 ms — h3https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW_.wofffonts.gstatic.com/s/oxygen/v9/2sDcZ... https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW_.woff — 200 — 19.9 KiB — 55 ms — h3https://www.ansi.org/Coveo/Hive/css/CoveoFullSearch.csswww.ansi.org/Coveo/Hive/css/CoveoFu... https://www.ansi.org/Coveo/Hive/css/CoveoFullSearch.css — 200 — 52.4 KiB — 28 ms — h2https://www.ansi.org/Coveo/Hive/css/CoveoForSitecore.csswww.ansi.org/Coveo/Hive/css/CoveoFo... https://www.ansi.org/Coveo/Hive/css/CoveoForSitecore.css — 200 — 1.1 KiB — 30 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoJsSearch.Lazy.min.jswww.ansi.org/Coveo/Hive/js/CoveoJsS... https://www.ansi.org/Coveo/Hive/js/CoveoJsSearch.Lazy.min.js — 200 — 209.3 KiB — 65 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecore.Lazy.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecore.Lazy.min.js — 200 — 11.8 KiB — 37 ms — h2https://www.ansi.org/Coveo/Hive/js/cultures/en.jswww.ansi.org/Coveo/Hive/js/cultures... https://www.ansi.org/Coveo/Hive/js/cultures/en.js — 200 — 17.6 KiB — 40 ms — h2https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.config.js?r=www.ansi.org/Areas/ANSI/js/ANSI.bun... https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.config.js?r= — 200 — 1.5 KiB — 30 ms — h2https://www.ansi.org/Areas/ScoreCCF/js/Vendor/require.js?r=www.ansi.org/Areas/ScoreCCF/js/Vend... https://www.ansi.org/Areas/ScoreCCF/js/Vendor/require.js?r= — 200 — 20.7 KiB — 36 ms — h2https://www.ansi.org/site.webmanifestwww.ansi.org/site.webmanifest https://www.ansi.org/site.webmanifest — 403 — 4.5 KiB — 63 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/ansiisopromo2x.jpg?h=634&iar=0&w=634&hash=EAA2D0E4C94FFACF5B4418CD9AA77292www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/ansiisopromo2x.jpg?h=634&iar=0&w=634&hash=EAA2D0E4C94FFACF5B4418CD9AA77292 — 200 — 40.6 KiB — 118 ms — h2https://www.ansi.org/-/media/ANSI/Images/Logos/USNC%20Don%20Heirman%20Award.jpg?h=90&iar=0&w=365&hash=5F9F8391BBBA0AF34FFDEA581BFDCD42www.ansi.org/-/media/ANSI/Images/Lo... https://www.ansi.org/-/media/ANSI/Images/Logos/USNC%20Don%20Heirman%20Award.jpg?h=90&iar=0&w=365&hash=5F9F8391BBBA0AF34FFDEA581BFDCD42 — 200 — 11.1 KiB — 124 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Consumer-participation-fund-promo.jpg?h=634&iar=0&w=634&hash=F4935FE98FCE7C82F9A37CA90C63D429www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Consumer-participation-fund-promo.jpg?h=634&iar=0&w=634&hash=F4935FE98FCE7C82F9A37CA90C63D429 — 200 — 82.1 KiB — 116 ms — h2https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/Gov-newsletter-menu-promo.jpg?h=634&iar=0&w=634&hash=4CEAEA144D1CC234913958C8C0EFE2D0www.ansi.org/-/media/ANSI/Images/Hi... https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/Gov-newsletter-menu-promo.jpg?h=634&iar=0&w=634&hash=4CEAEA144D1CC234913958C8C0EFE2D0 — 200 — 45.8 KiB — 151 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/Student%20in%20Library%20800x500.jpg?h=500&iar=0&w=800&hash=602F24FD5D889DE0D6D2BD605972BACEwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/Student%20in%20Library%20800x500.jpg?h=500&iar=0&w=800&hash=602F24FD5D889DE0D6D2BD605972BACE — 200 — 84.6 KiB — 155 ms — h2https://www.ansi.org/-/media/ANSI/Images/Logos/Workcred-Logo-RGB-smaller-for-mobile.png?h=211&iar=0&w=1400&hash=124693E7481F6937B6D64D408F63CEE7www.ansi.org/-/media/ANSI/Images/Lo... https://www.ansi.org/-/media/ANSI/Images/Logos/Workcred-Logo-RGB-smaller-for-mobile.png?h=211&iar=0&w=1400&hash=124693E7481F6937B6D64D408F63CEE7 — 200 — 8.3 KiB — 391 ms — h2https://www.ansi.org/-/media/ANSI/Images/Logos/ANAB-Logo-RGB-smaller-for-mobile.png?h=451&iar=0&w=1400&hash=D7CCC4D024389EE499CA05FC69732949www.ansi.org/-/media/ANSI/Images/Lo... https://www.ansi.org/-/media/ANSI/Images/Logos/ANAB-Logo-RGB-smaller-for-mobile.png?h=451&iar=0&w=1400&hash=D7CCC4D024389EE499CA05FC69732949 — 200 — 16.7 KiB — 123 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/welcomewordpeople2x/LargeDisplay.jpgwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/welcomewordpeople2x/LargeDisplay.jpg — 200 — 96.0 KiB — 212 ms — h2https://www.ansi.org/-/media/ANSI/Images/Icons/Utilities%20Icons/icon-back-to-top.svg?iar=0&hash=630EAB8145EA09D8F8EF636DDE0474EFwww.ansi.org/-/media/ANSI/Images/Ic... https://www.ansi.org/-/media/ANSI/Images/Icons/Utilities%20Icons/icon-back-to-top.svg?iar=0&hash=630EAB8145EA09D8F8EF636DDE0474EF — 200 — 1.4 KiB — 134 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/logo-white.png?h=26&iar=0&w=25&hash=45CFB7401C1D70AD26B2682406E940F1www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/logo-white.png?h=26&iar=0&w=25&hash=45CFB7401C1D70AD26B2682406E940F1 — 200 — 780 B — 153 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/facebook-color.svg?iar=0&hash=852CE7A8EA94EDEBC7593D552C0AF2CEwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/facebook-color.svg?iar=0&hash=852CE7A8EA94EDEBC7593D552C0AF2CE — 200 — 829 B — 119 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/linkedin-color.svg?iar=0&hash=637815041511C10E08409FA6EDD54314www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/linkedin-color.svg?iar=0&hash=637815041511C10E08409FA6EDD54314 — 200 — 1.1 KiB — 116 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/twitter-color.svg?iar=0&hash=F00DBFA2DC2229BE6AC4A1DA2D6A018Fwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/twitter-color.svg?iar=0&hash=F00DBFA2DC2229BE6AC4A1DA2D6A018F — 200 — 1.6 KiB — 132 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/youtube-color.svg?iar=0&hash=B46C308D3A41DAED87E78AE876E4ABB6www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/youtube-color.svg?iar=0&hash=B46C308D3A41DAED87E78AE876E4ABB6 — 200 — 1.5 KiB — 136 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/instagram-color.svg?iar=0&hash=CB25B4A9C9139E467064DE338F9E06B1www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/instagram-color.svg?iar=0&hash=CB25B4A9C9139E467064DE338F9E06B1 — 200 — 2.4 KiB — 131 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/blogger-color.svg?iar=0&hash=13B82B9F6A5478D44270089ABCCD44ECwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/blogger-color.svg?iar=0&hash=13B82B9F6A5478D44270089ABCCD44EC — 200 — 1.6 KiB — 134 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/flickr-color.svg?iar=0&hash=A668B3E387A54EED7ABB3E93F025441Dwww.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/Social%20Media/flickr-color.svg?iar=0&hash=A668B3E387A54EED7ABB3E93F025441D — 200 — 844 B — 124 ms — h2https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/ANSI/ansi-logo-black-large.svg?iar=0&hash=C7961DA7C667978ED58574862BD676D9www.ansi.org/-/media/ANSI/Images/Gl... https://www.ansi.org/-/media/ANSI/Images/Global%20Navigation/Logos/ANSI/ansi-logo-black-large.svg?iar=0&hash=C7961DA7C667978ED58574862BD676D9 — 200 — 7.5 KiB — 114 ms — h2https://www.ansi.org/-/media/ANSI/Images/Background%20Images/Hero%20Cover%20v14%20svg.svgwww.ansi.org/-/media/ANSI/Images/Ba... https://www.ansi.org/-/media/ANSI/Images/Background%20Images/Hero%20Cover%20v14%20svg.svg — 200 — 10.4 KiB — 149 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-add-icon.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-add-icon.svg — 200 — 341 B — 31 ms — h2https://www.ansi.org/-/media/ANSI/Images/Background%20Images/ansi-by-the-numbers%20jpg.jpgwww.ansi.org/-/media/ANSI/Images/Ba... https://www.ansi.org/-/media/ANSI/Images/Background%20Images/ansi-by-the-numbers%20jpg.jpg — 200 — 76.7 KiB — 216 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-right-btn-ansi-blue.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-arrow-right-btn-ansi-blue.svg — 200 — 611 B — 32 ms — h2https://www.ansi.org/coveo/rest/token?t=1776890523377www.ansi.org/coveo/rest/token?t=177... https://www.ansi.org/coveo/rest/token?t=1776890523377 — 200 — 466 B — 109 ms — h2https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYw.wofffonts.gstatic.com/s/oswald/v29/TK3_... https://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYw.woff — 200 — 19.4 KiB — 25 ms — h3https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.jswww.ansi.org/Areas/ANSI/js/ANSI.bun... https://www.ansi.org/Areas/ANSI/js/ANSI.bundle.js — 200 — 310.9 KiB — 125 ms — h2https://www.ansi.org/Coveo/Hive/js/FacetsMobileMode.min__4e9032d9a7117b17aab0.jswww.ansi.org/Coveo/Hive/js/FacetsMo... https://www.ansi.org/Coveo/Hive/js/FacetsMobileMode.min__4e9032d9a7117b17aab0.js — 200 — 875 B — 25 ms — h2https://www.ansi.org/Coveo/Hive/js/HiddenQuery.min__4e9032d9a7117b17aab0.jswww.ansi.org/Coveo/Hive/js/HiddenQu... https://www.ansi.org/Coveo/Hive/js/HiddenQuery.min__4e9032d9a7117b17aab0.js — 200 — 1.4 KiB — 32 ms — h2https://www.ansi.org/Coveo/Hive/js/Triggers.min__4e9032d9a7117b17aab0.jswww.ansi.org/Coveo/Hive/js/Triggers... https://www.ansi.org/Coveo/Hive/js/Triggers.min__4e9032d9a7117b17aab0.js — 200 — 1.5 KiB — 33 ms — h2https://www.ansi.org/Coveo/Hive/js/ValidateAnalyticsIncluded.min.jswww.ansi.org/Coveo/Hive/js/Validate... https://www.ansi.org/Coveo/Hive/js/ValidateAnalyticsIncluded.min.js — 200 — 1.1 KiB — 36 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreBindWithUserContext.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreBindWithUserContext.min.js — 200 — 831 B — 33 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreExpressions.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreExpressions.min.js — 200 — 1012 B — 36 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreSyntax.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreSyntax.min.js — 200 — 1.1 KiB — 35 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreRankingExpression.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreRankingExpression.min.js — 200 — 3.5 KiB — 37 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreFilterExpression.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreFilterExpression.min.js — 200 — 3.4 KiB — 38 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreLocalExpression.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreLocalExpression.min.js — 200 — 1015 B — 38 ms — h2https://www.ansi.org/Coveo/Hive/js/Searchbox.min__4e9032d9a7117b17aab0.jswww.ansi.org/Coveo/Hive/js/Searchbo... https://www.ansi.org/Coveo/Hive/js/Searchbox.min__4e9032d9a7117b17aab0.js — 200 — 20.8 KiB — 30 ms — h2https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreConfigureSearchHub.min.jswww.ansi.org/Coveo/Hive/js/CoveoFor... https://www.ansi.org/Coveo/Hive/js/CoveoForSitecoreConfigureSearchHub.min.js — 200 — 750 B — 27 ms — h2https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSIwww.ansi.org/coveo/rest/search/v2?s... https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSI — 200 — 17.7 KiB — 171 ms — h2https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zaGW_.wofffonts.gstatic.com/s/oxygen/v9/2sDcZ... https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zaGW_.woff — 200 — 19.2 KiB — 25 ms — h3https://static.cloud.coveo.com/searchui/v2.10110/0/fonts/lato.woff2static.cloud.coveo.com/searchui/v2.... https://static.cloud.coveo.com/searchui/v2.10110/0/fonts/lato.woff2 — 200 — 24.4 KiB — 59 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-search-icon-white.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-search-icon-white.svg — 200 — 859 B — 26 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-slider-previous-white.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-slider-previous-white.svg — 200 — 344 B — 24 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/ansi-slider-next-white.svgwww.ansi.org/Areas/ANSI/img/icons/a... https://www.ansi.org/Areas/ANSI/img/icons/ansi-slider-next-white.svg — 200 — 367 B — 25 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WGZXGDwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WGZXGD — 200 — 152.9 KiB — 157 ms — h2https://consent.cookiebot.com/uc.js?cbid=d8cad3b9-fcb1-4742-91a0-0e1bc49c50d8&implementation=gtm&consentmode-dataredaction=dynamicconsent.cookiebot.com/uc.js?cbid=d8... https://consent.cookiebot.com/uc.js?cbid=d8cad3b9-fcb1-4742-91a0-0e1bc49c50d8&implementation=gtm&consentmode-dataredaction=dynamic — 200 — 27.0 KiB — 46 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1071668309&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1071668309&cx=c&gtm=4e64k1h2 — 200 — 145.7 KiB — 47 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6NE40HPYPR&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6NE40HPYPR&cx=c&gtm=4e64k1h2 — 200 — 177.1 KiB — 68 ms — h2https://acsbapp.com/apps/app/dist/js/app.jsacsbapp.com/apps/app/dist/js/app.js https://acsbapp.com/apps/app/dist/js/app.js — 200 — 222.0 KiB — 122 ms — h2https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSIwww.ansi.org/coveo/rest/search/v2?s... https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSI — 200 — 22.3 KiB — 195 ms — h2https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSIwww.ansi.org/coveo/rest/search/v2?s... https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSI — 200 — 12.5 KiB — 176 ms — h2https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSIwww.ansi.org/coveo/rest/search/v2?s... https://www.ansi.org/coveo/rest/search/v2?sitecoreItemUri=sitecore%3A%2F%2Fweb%2F%7B4C851469-B169-4A35-A644-5571CA9A7F27%7D%3Flang%3Den%26amp%3Bver%3D219&siteName=ANSI — 200 — 3.7 KiB — 211 ms — h2https://consentcdn.cookiebot.com/consentconfig/d8cad3b9-fcb1-4742-91a0-0e1bc49c50d8/settings.jsonconsentcdn.cookiebot.com/consentcon... https://consentcdn.cookiebot.com/consentconfig/d8cad3b9-fcb1-4742-91a0-0e1bc49c50d8/settings.json — 200 — 948 B — 49 ms — h2https://consent.cookiebot.com/d8cad3b9-fcb1-4742-91a0-0e1bc49c50d8/cc.js?renew=false&referer=www.ansi.org&dnt=false&init=falseconsent.cookiebot.com/d8cad3b9-fcb1... https://consent.cookiebot.com/d8cad3b9-fcb1-4742-91a0-0e1bc49c50d8/cc.js?renew=false&referer=www.ansi.org&dnt=false&init=false — 200 — 82.5 KiB — 302 ms — h2https://consentcdn.cookiebot.com/sdk/bc-v4.min.htmlconsentcdn.cookiebot.com/sdk/bc-v4.... https://consentcdn.cookiebot.com/sdk/bc-v4.min.html — 200 — 808 B — 42 ms — h2https://www.ansi.org/site.webmanifestwww.ansi.org/site.webmanifest https://www.ansi.org/site.webmanifest — 403 — 3.6 KiB — 23 ms — h2https://cdn.acsbapp.com/config/ansi.org/config.jsoncdn.acsbapp.com/config/ansi.org/con... https://cdn.acsbapp.com/config/ansi.org/config.json — 200 — 715 B — 69 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/Member-updates-2023.jpgwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/Member-updates-2023.jpg — 200 — 221.0 KiB — 757 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/news-cover-Image-fallback/Member-updates-2023.jpgwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/news-cover-Image-fallback/Member-updates-2023.jpg — 200 — 593.4 KiB — 387 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/slider-previous-gray.svgwww.ansi.org/Areas/ANSI/img/icons/s... https://www.ansi.org/Areas/ANSI/img/icons/slider-previous-gray.svg — 200 — 388 B — 26 ms — h2https://www.ansi.org/Areas/ANSI/img/icons/slider-next-gray.svgwww.ansi.org/Areas/ANSI/img/icons/s... https://www.ansi.org/Areas/ANSI/img/icons/slider-next-gray.svg — 200 — 363 B — 26 ms — h2https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/Welcome-new-members-homepage.jpgwww.ansi.org/-/media/ANSI/Images/Hi... https://www.ansi.org/-/media/ANSI/Images/Highlight%20Images/Welcome-new-members-homepage.jpg — 200 — 212.3 KiB — 287 ms — h2https://www.ansi.org/-/media/ANSI/Images/Banners/2026%20Summit%20Banner.jpgwww.ansi.org/-/media/ANSI/Images/Ba... https://www.ansi.org/-/media/ANSI/Images/Banners/2026%20Summit%20Banner.jpg — 200 — 261.3 KiB — 274 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/news-cover-Image-fallback.jpgwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/news-cover-Image-fallback.jpg — 200 — 139.4 KiB — 244 ms — h2https://www.ansi.org/-/media/ANSI/Images/Hero%20Images/ansieducationprogramsactivitesstandardsuniversityoutreachhero2x/Desktop.jpgwww.ansi.org/-/media/ANSI/Images/He... https://www.ansi.org/-/media/ANSI/Images/Hero%20Images/ansieducationprogramsactivitesstandardsuniversityoutreachhero2x/Desktop.jpg — 200 — 152.8 KiB — 170 ms — h2https://www.ansi.org/-/media/ANSI/Images/Banners/Critical%20Minerals%20Standards%20Coordination.jpgwww.ansi.org/-/media/ANSI/Images/Ba... https://www.ansi.org/-/media/ANSI/Images/Banners/Critical%20Minerals%20Standards%20Coordination.jpg — 200 — 289.8 KiB — 167 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/C/crosswordnewsheader2xjpg.pngwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/C/crosswordnewsheader2xjpg.png — 200 — 50.6 KiB — 165 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/standardseducation2x.jpgwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/standardseducation2x.jpg — 200 — 2.5 MiB — 2.0 s — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/T/trustAI2x.jpgwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/T/trustAI2x.jpg — 200 — 306.8 KiB — 315 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/M/moversandshakersnotextnewsheader2xjpg.pngwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/News/M/moversandshakersnotextnewsheader2xjpg.png — 200 — 59.7 KiB — 588 ms — h2https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/Events/Consumerswebinar2x.jpgwww.ansi.org/-/media/ANSI/Images/Ne... https://www.ansi.org/-/media/ANSI/Images/News%20and%20Events/Events/Consumerswebinar2x.jpg — 200 — 47.9 KiB — 154 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAuCAYAAACRfL+OAAAAAXNSR0IArs4c6QAAAARnQU1BAACxj…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAuCAYAAACRfL+OAAAAAXNSR0IArs4c6QAAAARnQU1BAACxj… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA… — 200 — 0 B — 0 ms — datahttps://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.ansi.org%2F&scrsrc=www.googletagmanager.com&rnd=373760855.1776890526&navt=n&npa=1&us_privacy=1---&ep.ads_data_redaction=1&gdid=dMWZhNz&_tu=CA&gtm=45He64k1h2v6915067za200zd6915067xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776890526145&tfd=4356pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.ansi.org%2F&scrsrc=www.googletagmanager.com&rnd=373760855.1776890526&navt=n&npa=1&us_privacy=1---&ep.ads_data_redaction=1&gdid=dMWZhNz&_tu=CA&gtm=45He64k1h2v6915067za200zd6915067xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776890526145&tfd=4356 — 200 — 21 B — 74 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ansi.org%2F&scrsrc=www.googletagmanager.com&rnd=373760855.1776890526&navt=n&npa=1&us_privacy=1---&did=dMWZhNz&gdid=dMWZhNz&_tu=CA&gtm=45be64k1h2v9137909931z86915067za20gzb6915067zd6915067xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-1071668309&tid=AW-1071668309&tft=1776890526146&tfd=4357pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ansi.org%2F&scrsrc=www.googletagmanager.com&rnd=373760855.1776890526&navt=n&npa=1&us_privacy=1---&did=dMWZhNz&gdid=dMWZhNz&_tu=CA&gtm=45be64k1h2v9137909931z86915067za20gzb6915067zd6915067xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-1071668309&tid=AW-1071668309&tft=1776890526146&tfd=4357 — 200 — 21 B — 73 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&ae=g&dl=https%3A%2F%2Fwww.ansi.org%2F&scrsrc=www.googletagmanager.com&rnd=373760855.1776890526&navt=n&npa=1&us_privacy=1---&ep.ads_data_redaction=1&did=dMWZhNz&gdid=dMWZhNz&_tu=CA&gtm=45be64k1h2v9137909931z86915067za20gzb6915067zd6915067xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-1071668309&tid=AW-1071668309&tft=1776890526147&tfd=4358pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&ae=g&dl=https%3A%2F%2Fwww.ansi.org%2F&scrsrc=www.googletagmanager.com&rnd=373760855.1776890526&navt=n&npa=1&us_privacy=1---&ep.ads_data_redaction=1&did=dMWZhNz&gdid=dMWZhNz&_tu=CA&gtm=45be64k1h2v9137909931z86915067za20gzb6915067zd6915067xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-1071668309&tid=AW-1071668309&tft=1776890526147&tfd=4358 — 200 — 21 B — 75 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-6NE40HPYPR&gtm=45je64k1h2v868386713z86915067za20gzb6915067zd6915067&_p=1776890523741&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMWZhNz&ecid=1178219773&_eu=AAAAAGA&are=1&cid=131395653.1776890526&ec_mode=a&frm=0&pscdl=denied&rcb=10&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~117384405~117512543&sid=1776890524&sct=1&seg=0&dl=https%3A%2F%2Fwww.ansi.org%2F&dt=American%20National%20Standards%20Institute&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=4377region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-6NE40HPYPR&gtm=45je64k1h2v868386713z86915067za20gzb6915067zd6915067&_p=1776890523741&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMWZhNz&ecid=1178219773&_eu=AAAAAGA&are=1&cid=131395653.1776890526&ec_mode=a&frm=0&pscdl=denied&rcb=10&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~117384405~117512543&sid=1776890524&sct=1&seg=0&dl=https%3A%2F%2Fwww.ansi.org%2F&dt=American%20National%20Standards%20Institute&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=4377 — 204 — 547 B — 64 ms — h2https://www.ansi.org/cdn-cgi/rum?www.ansi.org/cdn-cgi/rum? https://www.ansi.org/cdn-cgi/rum? — 204 — 178 B — 21 ms — h2https://www.ansi.org/favicon-32x32.pngwww.ansi.org/favicon-32x32.png https://www.ansi.org/favicon-32x32.png — 200 — 1.1 KiB — 25 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 1032ms · 1047KB · $14/mo
Unattributable
Other
Costly
Execution 215ms
Transfer 0 KB
Monthly Cost $3/mo
www.ansi.org
Other
Optional
Execution 182ms
Transfer 25 KB
Monthly Cost $2/mo
www.ansi.org
Other
Optional
Execution 151ms
Transfer 311 KB
Unused 72%
Monthly Cost $2/mo
www.ansi.org
Other
Optional
Execution 145ms
Transfer 21 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 102ms
Transfer 177 KB
Unused 39%
Monthly Cost $1/mo
acsbapp.com
Other
Optional
Execution 96ms
Transfer 222 KB
Unused 53%
Monthly Cost $1/mo
consent.cookiebot.com
Other
Optional
Execution 80ms
Transfer 82 KB
Monthly Cost $1/mo
www.ansi.org
Other
Optional
Execution 62ms
Transfer 209 KB
Unused 47%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 215ms 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

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

72% of www.ansi.org's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

53% of acsbapp.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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