Skip to content
https://iii.org

Performance

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

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

73
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
69
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.18 s

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

4.29 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.042

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

1.69 s

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

4.29 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.6 MB transferred, 148 requests
FIX
7.6 MB transferred, 148 requests
Critical::
Page weighs 13.8 MB (7.6 MB transferred)
Warning::
Images are 5.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.2 MB
Warning::
JavaScript is 2.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.0 MB
Warning::
148 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.6 MB / 2.4 MB budget
7.6 MB transferred
148 requests
1.6 g CO2 per page load
Images 5.2 MiB 68%
JavaScript 2.0 MiB 27%
Fonts 191.2 KiB 2%
CSS 77.3 KiB 1%
HTML 57.0 KiB 1%
Other 31.2 KiB 0%
Other 27.5 KiB 0%
Other 14.1 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.6 MiB of 7.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
63 scripts, 1.3 MB unused
FIX
63 scripts, 1.3 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.iii.org/sites/all/themes/iii_responsiv...: 123 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.iii.org/sites/all/themes/iii_responsiv...: unminified — 56 KB could be saved
Info::
Total unused JavaScript: 1.3 MB
1352 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.iii.org/sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.custom/jquery-ui.js?t7dqau155 KB123 KB (79%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008188 KB101 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-59PD8RW163 KB81 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=G-EK9ELW4PP2&cx=c&gtm=4e64k0161 KB69 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-RLMX21NG0L&cx=c&gtm=4e64k1154 KB65 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-542962-2125 KB63 KB (50%)3rd

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
148 resources · 7.6 MB · 1.3 MB savings available
FIX
148 resources · 7.6 MB · 1.3 MB savings available
Warning::
Page weight 6.6 MB over 1MB target
Got: 7.6 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Warning::
147 third-party resources (100% of weight)
Info::
13 resources over 200KB
148 resources · 7.6 MiB · 147 third-party 6.6 MiB over 1MB target
Image 68% · 5.2 MiB
JavaScript 27% · 2.0 MiB
Font 2% · 191.2 KiB
CSS 1% · 77.3 KiB
Other 1% · 69.0 KiB
Document 1% · 57.1 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
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
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://www.iii.org/sites/default/files/triple-i_b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.iii.org/sites/default/files/images/p_e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.iii.org/sites/default/files/p_2022_ins... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 5.2 MB
0 oversized -0 KB
31 legacy format
3 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

C
JS Execution Cost
Action
1205ms total JS execution
REVIEW
1205ms total JS execution
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 249ms CPU time
Info::
Unattributable: 207ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 197ms CPU time
Info::
https://www.iii.org/: 172ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/manag...: 164ms CPU time
Warning::
Third-party scripts: 1205ms (100% of total)

Main Thread Breakdown

Script Evaluation 63% Other 15% Script Parsing & Compilation 9% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js249ms224ms17ms3rd
Unattributable207ms11ms0ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008197ms129ms23ms3rd
https://www.iii.org/172ms65ms2ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js164ms138ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-RLMX21NG0L&cx=c&gtm=4e64k184ms72ms11ms3rd
https://www.iii.org/sites/all/modules/jquery_update/replace/jquery/1.12/jquery.min.js?v=1.12.476ms47ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-59PD8RW56ms45ms11ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

7

191 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 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 4.3 shttps://use.typekit.net/af/925423/00000000000000003b9b038f/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n7&v=3l https://use.typekit.net/af/925423/00000000000000003b9b038f/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n7&v=3 — 27.8 KiB — 19 ms — font-display: swaphttps://use.typekit.net/af/994732/00000000000000003b9b0390/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n8&v=3l https://use.typekit.net/af/994732/00000000000000003b9b0390/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n8&v=3 — 28.5 KiB — 24 ms — font-display: swaphttps://use.typekit.net/af/219c30/00000000000000003b9b0389/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n4&v=3l https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n4&v=3 — 27.3 KiB — 15 ms — font-display: swaphttps://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=i4&v=3l https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=i4&v=3 — 28.5 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n3&v=3l https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n3&v=3 — 27.2 KiB — 21 ms — font-display: swaphttps://use.typekit.net/af/65f47b/00000000000000003b9b03a1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3l https://use.typekit.net/af/65f47b/00000000000000003b9b03a1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 33.1 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 18.8 KiB — 13 ms — font-display: swap
l woff2 swap
Size 28 KB
Load time 19 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 29 KB
Load time 24 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 27 KB
Load time 15 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 28 KB
Load time 18 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 27 KB
Load time 21 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 20 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 13 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
148 requests over 2920ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 4.3 shttps://iii.org// https://iii.org/ — 301 — 203 B — 6 ms — h2https://www.iii.org/www.iii.org/ https://www.iii.org/ — 200 — 18.3 KiB — 180 ms — h2https://www.google.com/recaptcha/api.js?hl=enwww.google.com/recaptcha/api.js?hl=... https://www.google.com/recaptcha/api.js?hl=en — 200 — 1012 B — 130 ms — h3https://www.iii.org/sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css — 200 — 2.8 KiB — 22 ms — h2https://www.iii.org/sites/default/files/css/css_zeN4XZobzATw8CnCHAcWrXgCflRvFdmeHrxJMJBlqE4.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_zeN4XZobzATw8CnCHAcWrXgCflRvFdmeHrxJMJBlqE4.css — 200 — 2.0 KiB — 31 ms — h2https://www.iii.org/sites/default/files/css/css_s_Zq0IYKHu5vVO1yN1cU1_3lcCHtD-6ajRYzGKxVOsI.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_s_Zq0IYKHu5vVO1yN1cU1_3lcCHtD-6ajRYzGKxVOsI.css — 200 — 2.9 KiB — 29 ms — h2https://www.iii.org/sites/default/files/css/css_sIbkPhhNqYDDJs7qCDWNXqtiTleUWRPBsvs1H1Om-3U.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_sIbkPhhNqYDDJs7qCDWNXqtiTleUWRPBsvs1H1Om-3U.css — 200 — 24.0 KiB — 50 ms — h2https://www.iii.org/sites/all/modules/jquery_update/replace/jquery/1.12/jquery.min.js?v=1.12.4www.iii.org/sites/all/modules/jquer... https://www.iii.org/sites/all/modules/jquery_update/replace/jquery/1.12/jquery.min.js?v=1.12.4 — 200 — 38.8 KiB — 73 ms — h2https://www.iii.org/misc/jquery-extend-3.4.0.js?v=1.12.4www.iii.org/misc/jquery-extend-3.4.... https://www.iii.org/misc/jquery-extend-3.4.0.js?v=1.12.4 — 200 — 1.7 KiB — 32 ms — h2https://www.iii.org/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4www.iii.org/misc/jquery-html-prefil... https://www.iii.org/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4 — 200 — 5.2 KiB — 21 ms — h2https://www.iii.org/misc/jquery.once.js?v=1.2www.iii.org/misc/jquery.once.js?v=1... https://www.iii.org/misc/jquery.once.js?v=1.2 — 200 — 1.4 KiB — 42 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 138 ms — h3https://www.iii.org/misc/drupal.js?t7dqauwww.iii.org/misc/drupal.js?t7dqau https://www.iii.org/misc/drupal.js?t7dqau — 200 — 8.2 KiB — 35 ms — h2https://www.iii.org/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.1www.iii.org/sites/all/modules/jquer... https://www.iii.org/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.1 — 200 — 569 B — 35 ms — h2https://www.iii.org/misc/form-single-submit.js?v=7.105www.iii.org/misc/form-single-submit... https://www.iii.org/misc/form-single-submit.js?v=7.105 — 200 — 1.5 KiB — 35 ms — h2https://www.iii.org/sites/all/modules/nylon_reusable_content/nylon_reusable_content.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_reusable_content/nylon_reusable_content.js?t7dqau — 200 — 476 B — 36 ms — h2https://www.iii.org/sites/all/modules/entityreference/js/entityreference.js?t7dqauwww.iii.org/sites/all/modules/entit... https://www.iii.org/sites/all/modules/entityreference/js/entityreference.js?t7dqau — 200 — 670 B — 58 ms — h2https://www.iii.org/sites/all/modules/nylon_content_snapshot/nylon_content_snapshot.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_content_snapshot/nylon_content_snapshot.js?t7dqau — 200 — 562 B — 52 ms — h2https://www.iii.org/sites/all/modules/nylon_editor_styles/nylon_editor_styles.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_editor_styles/nylon_editor_styles.js?t7dqau — 200 — 1.5 KiB — 81 ms — h2https://www.iii.org/sites/all/modules/nylon_form_overrides/nylon_form_overrides.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_form_overrides/nylon_form_overrides.js?t7dqau — 200 — 1.9 KiB — 70 ms — h2https://www.iii.org/sites/all/modules/nylon_members_news/nylon_members_news.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_members_news/nylon_members_news.js?t7dqau — 200 — 2.5 KiB — 38 ms — h2https://www.iii.org/sites/all/modules/nylon_site_search/nylon_site_search.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_site_search/nylon_site_search.js?t7dqau — 200 — 670 B — 57 ms — h2https://www.iii.org/sites/all/modules/tablesorter/tablesortervar.js?t7dqauwww.iii.org/sites/all/modules/table... https://www.iii.org/sites/all/modules/tablesorter/tablesortervar.js?t7dqau — 200 — 665 B — 38 ms — h2https://www.iii.org/sites/all/libraries/colorbox/jquery.colorbox-min.js?t7dqauwww.iii.org/sites/all/libraries/col... https://www.iii.org/sites/all/libraries/colorbox/jquery.colorbox-min.js?t7dqau — 200 — 5.3 KiB — 44 ms — h2https://www.iii.org/sites/all/libraries/DOMPurify/purify.min.js?t7dqauwww.iii.org/sites/all/libraries/DOM... https://www.iii.org/sites/all/libraries/DOMPurify/purify.min.js?t7dqau — 200 — 9.2 KiB — 52 ms — h2https://www.iii.org/sites/all/modules/colorbox/js/colorbox.js?t7dqauwww.iii.org/sites/all/modules/color... https://www.iii.org/sites/all/modules/colorbox/js/colorbox.js?t7dqau — 200 — 1.8 KiB — 46 ms — h2https://www.iii.org/sites/all/modules/colorbox/styles/default/colorbox_style.js?t7dqauwww.iii.org/sites/all/modules/color... https://www.iii.org/sites/all/modules/colorbox/styles/default/colorbox_style.js?t7dqau — 200 — 623 B — 33 ms — h2https://www.iii.org/sites/all/modules/dhtml_menu/dhtml_menu.js?t7dqauwww.iii.org/sites/all/modules/dhtml... https://www.iii.org/sites/all/modules/dhtml_menu/dhtml_menu.js?t7dqau — 200 — 4.3 KiB — 62 ms — h2https://www.iii.org/sites/all/modules/iframe/iframe.js?t7dqauwww.iii.org/sites/all/modules/ifram... https://www.iii.org/sites/all/modules/iframe/iframe.js?t7dqau — 200 — 997 B — 42 ms — h2https://www.iii.org/sites/all/modules/seckit/js/seckit.document_write.jswww.iii.org/sites/all/modules/secki... https://www.iii.org/sites/all/modules/seckit/js/seckit.document_write.js — 200 — 480 B — 72 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 4.3 shttps://iii.org// https://iii.org/ — 301 — 203 B — 6 ms — h2https://www.iii.org/www.iii.org/ https://www.iii.org/ — 200 — 18.3 KiB — 180 ms — h2https://www.google.com/recaptcha/api.js?hl=enwww.google.com/recaptcha/api.js?hl=... https://www.google.com/recaptcha/api.js?hl=en — 200 — 1012 B — 130 ms — h3https://www.iii.org/sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css — 200 — 2.8 KiB — 22 ms — h2https://www.iii.org/sites/default/files/css/css_zeN4XZobzATw8CnCHAcWrXgCflRvFdmeHrxJMJBlqE4.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_zeN4XZobzATw8CnCHAcWrXgCflRvFdmeHrxJMJBlqE4.css — 200 — 2.0 KiB — 31 ms — h2https://www.iii.org/sites/default/files/css/css_s_Zq0IYKHu5vVO1yN1cU1_3lcCHtD-6ajRYzGKxVOsI.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_s_Zq0IYKHu5vVO1yN1cU1_3lcCHtD-6ajRYzGKxVOsI.css — 200 — 2.9 KiB — 29 ms — h2https://www.iii.org/sites/default/files/css/css_sIbkPhhNqYDDJs7qCDWNXqtiTleUWRPBsvs1H1Om-3U.csswww.iii.org/sites/default/files/css... https://www.iii.org/sites/default/files/css/css_sIbkPhhNqYDDJs7qCDWNXqtiTleUWRPBsvs1H1Om-3U.css — 200 — 24.0 KiB — 50 ms — h2https://www.iii.org/sites/all/modules/jquery_update/replace/jquery/1.12/jquery.min.js?v=1.12.4www.iii.org/sites/all/modules/jquer... https://www.iii.org/sites/all/modules/jquery_update/replace/jquery/1.12/jquery.min.js?v=1.12.4 — 200 — 38.8 KiB — 73 ms — h2https://www.iii.org/misc/jquery-extend-3.4.0.js?v=1.12.4www.iii.org/misc/jquery-extend-3.4.... https://www.iii.org/misc/jquery-extend-3.4.0.js?v=1.12.4 — 200 — 1.7 KiB — 32 ms — h2https://www.iii.org/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4www.iii.org/misc/jquery-html-prefil... https://www.iii.org/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4 — 200 — 5.2 KiB — 21 ms — h2https://www.iii.org/misc/jquery.once.js?v=1.2www.iii.org/misc/jquery.once.js?v=1... https://www.iii.org/misc/jquery.once.js?v=1.2 — 200 — 1.4 KiB — 42 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 138 ms — h3https://www.iii.org/misc/drupal.js?t7dqauwww.iii.org/misc/drupal.js?t7dqau https://www.iii.org/misc/drupal.js?t7dqau — 200 — 8.2 KiB — 35 ms — h2https://www.iii.org/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.1www.iii.org/sites/all/modules/jquer... https://www.iii.org/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.1 — 200 — 569 B — 35 ms — h2https://www.iii.org/misc/form-single-submit.js?v=7.105www.iii.org/misc/form-single-submit... https://www.iii.org/misc/form-single-submit.js?v=7.105 — 200 — 1.5 KiB — 35 ms — h2https://www.iii.org/sites/all/modules/nylon_reusable_content/nylon_reusable_content.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_reusable_content/nylon_reusable_content.js?t7dqau — 200 — 476 B — 36 ms — h2https://www.iii.org/sites/all/modules/entityreference/js/entityreference.js?t7dqauwww.iii.org/sites/all/modules/entit... https://www.iii.org/sites/all/modules/entityreference/js/entityreference.js?t7dqau — 200 — 670 B — 58 ms — h2https://www.iii.org/sites/all/modules/nylon_content_snapshot/nylon_content_snapshot.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_content_snapshot/nylon_content_snapshot.js?t7dqau — 200 — 562 B — 52 ms — h2https://www.iii.org/sites/all/modules/nylon_editor_styles/nylon_editor_styles.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_editor_styles/nylon_editor_styles.js?t7dqau — 200 — 1.5 KiB — 81 ms — h2https://www.iii.org/sites/all/modules/nylon_form_overrides/nylon_form_overrides.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_form_overrides/nylon_form_overrides.js?t7dqau — 200 — 1.9 KiB — 70 ms — h2https://www.iii.org/sites/all/modules/nylon_members_news/nylon_members_news.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_members_news/nylon_members_news.js?t7dqau — 200 — 2.5 KiB — 38 ms — h2https://www.iii.org/sites/all/modules/nylon_site_search/nylon_site_search.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_site_search/nylon_site_search.js?t7dqau — 200 — 670 B — 57 ms — h2https://www.iii.org/sites/all/modules/tablesorter/tablesortervar.js?t7dqauwww.iii.org/sites/all/modules/table... https://www.iii.org/sites/all/modules/tablesorter/tablesortervar.js?t7dqau — 200 — 665 B — 38 ms — h2https://www.iii.org/sites/all/libraries/colorbox/jquery.colorbox-min.js?t7dqauwww.iii.org/sites/all/libraries/col... https://www.iii.org/sites/all/libraries/colorbox/jquery.colorbox-min.js?t7dqau — 200 — 5.3 KiB — 44 ms — h2https://www.iii.org/sites/all/libraries/DOMPurify/purify.min.js?t7dqauwww.iii.org/sites/all/libraries/DOM... https://www.iii.org/sites/all/libraries/DOMPurify/purify.min.js?t7dqau — 200 — 9.2 KiB — 52 ms — h2https://www.iii.org/sites/all/modules/colorbox/js/colorbox.js?t7dqauwww.iii.org/sites/all/modules/color... https://www.iii.org/sites/all/modules/colorbox/js/colorbox.js?t7dqau — 200 — 1.8 KiB — 46 ms — h2https://www.iii.org/sites/all/modules/colorbox/styles/default/colorbox_style.js?t7dqauwww.iii.org/sites/all/modules/color... https://www.iii.org/sites/all/modules/colorbox/styles/default/colorbox_style.js?t7dqau — 200 — 623 B — 33 ms — h2https://www.iii.org/sites/all/modules/dhtml_menu/dhtml_menu.js?t7dqauwww.iii.org/sites/all/modules/dhtml... https://www.iii.org/sites/all/modules/dhtml_menu/dhtml_menu.js?t7dqau — 200 — 4.3 KiB — 62 ms — h2https://www.iii.org/sites/all/modules/iframe/iframe.js?t7dqauwww.iii.org/sites/all/modules/ifram... https://www.iii.org/sites/all/modules/iframe/iframe.js?t7dqau — 200 — 997 B — 42 ms — h2https://www.iii.org/sites/all/modules/seckit/js/seckit.document_write.jswww.iii.org/sites/all/modules/secki... https://www.iii.org/sites/all/modules/seckit/js/seckit.document_write.js — 200 — 480 B — 72 ms — h2https://www.iii.org/sites/all/modules/seckit/css/seckit.no_body.csswww.iii.org/sites/all/modules/secki... https://www.iii.org/sites/all/modules/seckit/css/seckit.no_body.css — 200 — 448 B — 15 ms — h2https://www.iii.org/sites/all/modules/nylon_common_functions/nylon_widget.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_common_functions/nylon_widget.js?t7dqau — 200 — 916 B — 58 ms — h2https://www.iii.org/sites/all/modules/captcha/captcha.js?t7dqauwww.iii.org/sites/all/modules/captc... https://www.iii.org/sites/all/modules/captcha/captcha.js?t7dqau — 200 — 954 B — 59 ms — h2https://www.iii.org/sites/all/modules/highlight/js/jquery.highlight.js?t7dqauwww.iii.org/sites/all/modules/highl... https://www.iii.org/sites/all/modules/highlight/js/jquery.highlight.js?t7dqau — 200 — 1.8 KiB — 55 ms — h2https://www.iii.org/sites/all/libraries/tablesorter/jquery.tablesorter.min.js?t7dqauwww.iii.org/sites/all/libraries/tab... https://www.iii.org/sites/all/libraries/tablesorter/jquery.tablesorter.min.js?t7dqau — 200 — 5.8 KiB — 64 ms — h2https://www.iii.org/sites/all/libraries/tablesorter/jquery.metadata.js?t7dqauwww.iii.org/sites/all/libraries/tab... https://www.iii.org/sites/all/libraries/tablesorter/jquery.metadata.js?t7dqau — 200 — 1.8 KiB — 68 ms — h2https://www.iii.org/sites/all/libraries/tablesorter/addons/pager/jquery.tablesorter.pager.js?t7dqauwww.iii.org/sites/all/libraries/tab... https://www.iii.org/sites/all/libraries/tablesorter/addons/pager/jquery.tablesorter.pager.js?t7dqau — 200 — 1.5 KiB — 68 ms — h2https://www.iii.org/sites/all/modules/google_analytics/googleanalytics.js?t7dqauwww.iii.org/sites/all/modules/googl... https://www.iii.org/sites/all/modules/google_analytics/googleanalytics.js?t7dqau — 200 — 2.4 KiB — 69 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.custom/jquery-ui.js?t7dqauwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.custom/jquery-ui.js?t7dqau — 200 — 154.9 KiB — 78 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/js/scripts.js?t7dqauwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/js/scripts.js?t7dqau — 200 — 10.6 KiB — 35 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/css/home.csswww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/css/home.css — 200 — 3.0 KiB — 15 ms — h2https://www.iii.org/sites/default/files/p_auto_hail_94366343.jpgwww.iii.org/sites/default/files/p_a... https://www.iii.org/sites/default/files/p_auto_hail_94366343.jpg — 200 — 610.1 KiB — 52 ms — h2https://www.iii.org/sites/default/files/p_man_eating_driving_464869489.jpgwww.iii.org/sites/default/files/p_m... https://www.iii.org/sites/default/files/p_man_eating_driving_464869489.jpg — 200 — 298.2 KiB — 55 ms — h2https://www.iii.org/sites/default/files/images/p_2024_iii_billboard_legal_system_abuse.pngwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_2024_iii_billboard_legal_system_abuse.png — 200 — 242.7 KiB — 43 ms — h2https://www.iii.org/sites/default/files/images/p_wildfires.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_wildfires.jpg — 200 — 313.3 KiB — 44 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008 — 200 — 187.6 KiB — 84 ms — h3https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=www.iii.orgsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=www.iii.org — 200 — 68 B — 37 ms — h3https://www.iii.org/sites/default/files/images/p_search_681625520.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_search_681625520.jpg — 200 — 235.0 KiB — 38 ms — h2https://www.iii.org/sites/all/modules/nylon_common_functions/nylon_home.js?t7dqauwww.iii.org/sites/all/modules/nylon... https://www.iii.org/sites/all/modules/nylon_common_functions/nylon_home.js?t7dqau — 200 — 1.4 KiB — 8 ms — h2https://www.iii.org/sites/all/modules/highlight/js/highlight.js?t7dqauwww.iii.org/sites/all/modules/highl... https://www.iii.org/sites/all/modules/highlight/js/highlight.js?t7dqau — 200 — 1.7 KiB — 5 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-542962-2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-542962-2 — 200 — 125.2 KiB — 160 ms — h2https://www.iii.org/sites/default/files/images/p_youngprofessionals_639467826.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_youngprofessionals_639467826.jpg — 200 — 411.0 KiB — 41 ms — h2https://www.iii.org/sites/default/files/images/p_inland_marine_1539626696.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_inland_marine_1539626696.jpg — 200 — 567.6 KiB — 49 ms — h2https://www.iii.org/sites/default/files/images/p_triple_i_issues_briefs.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_triple_i_issues_briefs.jpg — 200 — 324.0 KiB — 51 ms — h2https://www.iii.org/sites/default/files/images/p_economicsland.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_economicsland.jpg — 200 — 100.4 KiB — 38 ms — h2https://www.iii.org/sites/default/files/images/p_daily_members.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_daily_members.jpg — 200 — 97.4 KiB — 40 ms — h2https://connect.facebook.net/en_GB/sdk.jsconnect.facebook.net/en_GB/sdk.js https://connect.facebook.net/en_GB/sdk.js — 200 — 5.0 KiB — 13 ms — h3https://www.iii.org/sites/default/files/p_2022_ins_facts_tl.pngwww.iii.org/sites/default/files/p_2... https://www.iii.org/sites/default/files/p_2022_ins_facts_tl.png — 200 — 49.6 KiB — 52 ms — h2https://www.iii.org/sites/default/files/triple-i_blog_368_x_217.pngwww.iii.org/sites/default/files/tri... https://www.iii.org/sites/default/files/triple-i_blog_368_x_217.png — 200 — 102.4 KiB — 42 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-59PD8RWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-59PD8RW — 200 — 163.1 KiB — 75 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 210 ms — h2https://use.typekit.net/uvh3wjn.jsuse.typekit.net/uvh3wjn.js https://use.typekit.net/uvh3wjn.js — 200 — 7.0 KiB — 67 ms — h2https://www.iii.org/sites/default/files/images/p_executive_exchange.pngwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_executive_exchange.png — 200 — 94.9 KiB — 44 ms — h2https://www.iii.org/sites/default/files/images/p_hurricane.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_hurricane.jpg — 200 — 564.5 KiB — 70 ms — h2https://www.iii.org/sites/default/files/images/p_espanol3_136206930.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_espanol3_136206930.jpg — 200 — 99.7 KiB — 58 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/images/icons/menu_open.pngwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/images/icons/menu_open.png — 200 — 47.9 KiB — 43 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/images/icons/search-icon.svgwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/images/icons/search-icon.svg — 200 — 686 B — 7 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/images/global/bg_houndstooth.pngwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/images/global/bg_houndstooth.png — 200 — 748 B — 36 ms — h2https://www.iii.org/sites/default/files/a_tornado.jpgwww.iii.org/sites/default/files/a_t... https://www.iii.org/sites/default/files/a_tornado.jpg — 200 — 186.4 KiB — 72 ms — h2https://www.iii.org/sites/default/files/images/chart_of_the_week_04072026.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/chart_of_the_week_04072026.jpg — 200 — 299.4 KiB — 72 ms — h2https://www.iii.org/sites/default/files/images/p_convective_storm_1509633091.jpgwww.iii.org/sites/default/files/ima... https://www.iii.org/sites/default/files/images/p_convective_storm_1509633091.jpg — 200 — 314.1 KiB — 74 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/images/icons/III_enterprise_reverse.svgwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/images/icons/III_enterprise_reverse.svg — 200 — 5.1 KiB — 8 ms — h2https://pagead2.googlesyndication.com/gampad/ads?pvsid=4284366388176353&correlator=2963265716978505&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&iu_parts=22604326247%2CTriple-I%2Ctop_leaderboard%2Cmiddle_leaderboard%2Cbottom_leaderboard&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F3%2C%2F0%2F1%2F4&prev_iu_szs=970x250%2C970x250%2C970x250&ifi=1&dids=dfp-ad-homepage_banners~dfp-ad-homepage_banners_2~dfp-ad-homepage_banners_3&adfs=2943789393~~&sfv=1-0-45&sc=1&abxe=1&dt=1776897063860&lmt=1776896655&adxs=190%2C-9%2C-9&adys=702%2C-9%2C-9&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C-1%7C-1&ucis=1%7C2%7C3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.iii.org%2F&vis=1&psz=1350x0%7C0x-1%7C0x-1&msz=1350x0%7C0x-1%7C0x-1&fws=4%2C2%2C2&ohw=1350%2C0%2C0&dlt=1776897063487&idt=277&prev_scp=pagetype%3Dhomepage%7Cpagetype%3Dhomepage%7Cpagetype%3Dhomepage&adks=1024200886%2C3063932443%2C1224074900&frm=20pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=4284366388176353&correlator=2963265716978505&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&iu_parts=22604326247%2CTriple-I%2Ctop_leaderboard%2Cmiddle_leaderboard%2Cbottom_leaderboard&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F3%2C%2F0%2F1%2F4&prev_iu_szs=970x250%2C970x250%2C970x250&ifi=1&dids=dfp-ad-homepage_banners~dfp-ad-homepage_banners_2~dfp-ad-homepage_banners_3&adfs=2943789393~~&sfv=1-0-45&sc=1&abxe=1&dt=1776897063860&lmt=1776896655&adxs=190%2C-9%2C-9&adys=702%2C-9%2C-9&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C-1%7C-1&ucis=1%7C2%7C3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.iii.org%2F&vis=1&psz=1350x0%7C0x-1%7C0x-1&msz=1350x0%7C0x-1%7C0x-1&fws=4%2C2%2C2&ohw=1350%2C0%2C0&dlt=1776897063487&idt=277&prev_scp=pagetype%3Dhomepage%7Cpagetype%3Dhomepage%7Cpagetype%3Dhomepage&adks=1024200886%2C3063932443%2C1224074900&frm=20 — 200 — 29.6 KiB — 166 ms — h3https://22c71b5410d3c2b5f3830de6702c0669.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html22c71b5410d3c2b5f3830de6702c0669.sa... https://22c71b5410d3c2b5f3830de6702c0669.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 116 ms — h3https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 64 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/images/icons/facebook-blue-light.svgwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/images/icons/facebook-blue-light.svg — 200 — 640 B — 6 ms — h2https://www.iii.org/sites/all/themes/iii_responsive/images/global/label_event_iii_attending.pngwww.iii.org/sites/all/themes/iii_re... https://www.iii.org/sites/all/themes/iii_responsive/images/global/label_event_iii_attending.png — 200 — 1.6 KiB — 33 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvltr0DfEdePlVK_BHiFyAM1bqNhKne5D1_ETs4lGYYODGOboGQVcarY_UfzSu-IBzTJDzAz7drdoG-ZaM_TmtW_gF41i3piwwpzSCBbRwQJTxfVnOIqoZISit6KMJz0HMYtsmt3W38ct1j3NpN5ldt0WoD0Gf0o2gpGoEAKb-MVCmocs-zisOdc55UTPl1jOx7nEeRIFK1SIPByqGi7SjDXpW5lEenmWkiSv3zzd2wCcnXgbdw3A3B1R1PDBm7oyWTbJqmgiWYrMxLbyHXsZLHF4CQ1ShNTNu-0HjIf1fExiiae2cOBbYsP1C7zzVwE1P7lTHNbWPZ8CH0coXwZNl4YoR0tRPiu33t-0OZ9c75JxhbeFczam5E2L5EHBYSSU06Jyx3CKHMNxcY3XU34vk6a_wBjkQ5VI9b8Uk&sig=Cg0ArKJSzC1GAwmMuVVvEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvltr0DfEdePlVK_BHiFyAM1bqNhKne5D1_ETs4lGYYODGOboGQVcarY_UfzSu-IBzTJDzAz7drdoG-ZaM_TmtW_gF41i3piwwpzSCBbRwQJTxfVnOIqoZISit6KMJz0HMYtsmt3W38ct1j3NpN5ldt0WoD0Gf0o2gpGoEAKb-MVCmocs-zisOdc55UTPl1jOx7nEeRIFK1SIPByqGi7SjDXpW5lEenmWkiSv3zzd2wCcnXgbdw3A3B1R1PDBm7oyWTbJqmgiWYrMxLbyHXsZLHF4CQ1ShNTNu-0HjIf1fExiiae2cOBbYsP1C7zzVwE1P7lTHNbWPZ8CH0coXwZNl4YoR0tRPiu33t-0OZ9c75JxhbeFczam5E2L5EHBYSSU06Jyx3CKHMNxcY3XU34vk6a_wBjkQ5VI9b8Uk&sig=Cg0ArKJSzC1GAwmMuVVvEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 75 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 8.4 KiB — 78 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 1.2 KiB — 80 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 75 ms — h3https://tpc.googlesyndication.com/simgad/7253361029560830972tpc.googlesyndication.com/simgad/72... https://tpc.googlesyndication.com/simgad/7253361029560830972 — 200 — 95.4 KiB — 227 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstBvkMe63o_3_uyE0Pb4Asb6W7Hjs2Sik3iROiCHYr4dxfF33RyCMW9PT8Mh8AsHIfmwXJEUeLc6rlV0yxmEcDYeaDLc44MlVGSzBT1cDOvpDBt-Dx7q8686MhQVj830lAdPMKI40OSgA3OcyrRm2JF90Ki238vNKMVFtQWNtzO_UHlYFhwQaaMV6rGtjVp6O9xWy5RjZGGZEYrpe8ilpjxBrHV5MjZUqwlzq0DpRJluH-opJtnPtPVNbvCAW2oP9vIeGgo-CD0gwTx_iBTMwl42Iy4UUiBg4aACST2r_uY01D-iPFDA_PGfgw7K_ClHgmJp79njoqCEdhWn5DAdLqAE4DZ2cZw_gvOfCf84qCEeaKft3bnoZg4h0IuWPxfdgmB6OoEdHRb6ndylbJqU9Au2rku5gksJPZ4ZPbAJBk&sig=Cg0ArKJSzLf54S1e1wCZEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstBvkMe63o_3_uyE0Pb4Asb6W7Hjs2Sik3iROiCHYr4dxfF33RyCMW9PT8Mh8AsHIfmwXJEUeLc6rlV0yxmEcDYeaDLc44MlVGSzBT1cDOvpDBt-Dx7q8686MhQVj830lAdPMKI40OSgA3OcyrRm2JF90Ki238vNKMVFtQWNtzO_UHlYFhwQaaMV6rGtjVp6O9xWy5RjZGGZEYrpe8ilpjxBrHV5MjZUqwlzq0DpRJluH-opJtnPtPVNbvCAW2oP9vIeGgo-CD0gwTx_iBTMwl42Iy4UUiBg4aACST2r_uY01D-iPFDA_PGfgw7K_ClHgmJp79njoqCEdhWn5DAdLqAE4DZ2cZw_gvOfCf84qCEeaKft3bnoZg4h0IuWPxfdgmB6OoEdHRb6ndylbJqU9Au2rku5gksJPZ4ZPbAJBk&sig=Cg0ArKJSzLf54S1e1wCZEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 53 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 0 B — 60 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 61 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 57 ms — h3https://tpc.googlesyndication.com/simgad/844772060417358977tpc.googlesyndication.com/simgad/84... https://tpc.googlesyndication.com/simgad/844772060417358977 — 200 — 115.7 KiB — 223 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvKbVT98HSr57HJc9lJ-duYcHVDhOXt5GMVBzhvTpcczQB6HurFIsJsx2s02uQT6whusscWOr5Uqn3ttHA-PUUbGooUTZceUoqFu7vApA0pvohblTtifxC9v3FlnNnXwERBgiITCyu4UXlUAMtGKczRwH_SU9x5ox3NmRwXUAYHoXCbSGpRAp1J8yAs5aszYUS7oftL6--xPdgKN4B8muiP7B4WeSsjeucaUO4wHfIHqeT0IWiFNGnuKFeWymj1lwET9R_TtTmQP88tvtBVHifFSqLxk025fPXtHJCfGwBoxjzApUNI8qOhVhdkVbc6P0KUdEL5nd7G92lGzkQprVKzubHs5GNqxUkI0m6BsqQlTu3HCzsd4fwOqoU7yr5l7NS8xIltKxwvHp8FDy8LjS2nI4stX4xw8eBod35oJz4&sig=Cg0ArKJSzPS77_IGbTrsEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvKbVT98HSr57HJc9lJ-duYcHVDhOXt5GMVBzhvTpcczQB6HurFIsJsx2s02uQT6whusscWOr5Uqn3ttHA-PUUbGooUTZceUoqFu7vApA0pvohblTtifxC9v3FlnNnXwERBgiITCyu4UXlUAMtGKczRwH_SU9x5ox3NmRwXUAYHoXCbSGpRAp1J8yAs5aszYUS7oftL6--xPdgKN4B8muiP7B4WeSsjeucaUO4wHfIHqeT0IWiFNGnuKFeWymj1lwET9R_TtTmQP88tvtBVHifFSqLxk025fPXtHJCfGwBoxjzApUNI8qOhVhdkVbc6P0KUdEL5nd7G92lGzkQprVKzubHs5GNqxUkI0m6BsqQlTu3HCzsd4fwOqoU7yr5l7NS8xIltKxwvHp8FDy8LjS2nI4stX4xw8eBod35oJz4&sig=Cg0ArKJSzPS77_IGbTrsEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 217 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 0 B — 36 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 39 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 33 ms — h3https://tpc.googlesyndication.com/simgad/12202630067783610834tpc.googlesyndication.com/simgad/12... https://tpc.googlesyndication.com/simgad/12202630067783610834 — 200 — 109.5 KiB — 159 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 183 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 176 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 148 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 132 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 124 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 101 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 87 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 83 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 61 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstwVjWLPm3Mp6GRaJxsjLfxgyvUM2qZvrIWpwm6z1Kqtfw8bnerGbs4dfj5HinJBJylG0C39eAXPN-_ew07wWjtnLkNZAWTlT9GyTjBbY_Y3_U2cZR_AbC4nsTh0fhGPcOwdOGuld_xCjwu7d3ajSAvDiOKZTeC9IXQqAzk0u0KJP7bH-8XzWAt769eXimeUXy-24I-49tTpZssz1ENdDWCs3Z3JaDRGsWWlVD_UNK1Hk8SDrMWd7VPUcexBDBOpbV8xs6bvCsTvr2wV372TGSi7yENfjzHKrr5MlegfANMzqPc9drXRYc3PM5kZEd6sjhL6lFxMBGcq0mjKPq7Kf8HO3oWf6_Jd0Zp2lUEUW-jQlF6X2ALrcIbRTXMVEDU1NpuIKYLgHe33sbemifqOtRFfXDUo4z4xfpUJ42b2xFFNg&sig=Cg0ArKJSzFCvhdezWKVXEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstwVjWLPm3Mp6GRaJxsjLfxgyvUM2qZvrIWpwm6z1Kqtfw8bnerGbs4dfj5HinJBJylG0C39eAXPN-_ew07wWjtnLkNZAWTlT9GyTjBbY_Y3_U2cZR_AbC4nsTh0fhGPcOwdOGuld_xCjwu7d3ajSAvDiOKZTeC9IXQqAzk0u0KJP7bH-8XzWAt769eXimeUXy-24I-49tTpZssz1ENdDWCs3Z3JaDRGsWWlVD_UNK1Hk8SDrMWd7VPUcexBDBOpbV8xs6bvCsTvr2wV372TGSi7yENfjzHKrr5MlegfANMzqPc9drXRYc3PM5kZEd6sjhL6lFxMBGcq0mjKPq7Kf8HO3oWf6_Jd0Zp2lUEUW-jQlF6X2ALrcIbRTXMVEDU1NpuIKYLgHe33sbemifqOtRFfXDUo4z4xfpUJ42b2xFFNg&sig=Cg0ArKJSzFCvhdezWKVXEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 60 ms — h3https://www.googletagmanager.com/gtag/js?id=G-EK9ELW4PP2&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EK9ELW4PP2&cx=c&gtm=4e64k0 — 200 — 161.0 KiB — 98 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 112 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuaBWvTtjOcLa4qqCcGc7EQBNqHaWIh_p1dYFB4wB1lT0IP7oveO90UoJqlz9CDt4OBTDKt8iC7VqPIByc1lP-W3ERRCq1QHWR930rE7is14bZj0RPxAwBGV8sqqtCB7CVncYVIx0YrYPEK_-6wJUYtenOAYBJnTrbxqMPUGP6d7ALq9OMTiTpbVmRcHemiCG70Wfm50cPzWCIuu5BJCNIvml7bAaAE1u9EGXW_D9lZc_L0f15qXEKqZpxjo-EWR1TD_jGNC6CJJkBXv6df3tSEzVFZ-3_BQU-Q7EowHY48XcJ0qSctTKiTsp0riwKwrOOvGT579q19pmQPa2BsR2hvZvuIx1xWkJQZwj4WbKclBB1Fmunxg3JknRs9cAd--L4slv58-4IEFpeJyTN9AIX8dVJHAWKecqtxNKtsMw&sig=Cg0ArKJSzDzi1Tv3jweZEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuaBWvTtjOcLa4qqCcGc7EQBNqHaWIh_p1dYFB4wB1lT0IP7oveO90UoJqlz9CDt4OBTDKt8iC7VqPIByc1lP-W3ERRCq1QHWR930rE7is14bZj0RPxAwBGV8sqqtCB7CVncYVIx0YrYPEK_-6wJUYtenOAYBJnTrbxqMPUGP6d7ALq9OMTiTpbVmRcHemiCG70Wfm50cPzWCIuu5BJCNIvml7bAaAE1u9EGXW_D9lZc_L0f15qXEKqZpxjo-EWR1TD_jGNC6CJJkBXv6df3tSEzVFZ-3_BQU-Q7EowHY48XcJ0qSctTKiTsp0riwKwrOOvGT579q19pmQPa2BsR2hvZvuIx1xWkJQZwj4WbKclBB1Fmunxg3JknRs9cAd--L4slv58-4IEFpeJyTN9AIX8dVJHAWKecqtxNKtsMw&sig=Cg0ArKJSzDzi1Tv3jweZEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 94 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvns0t06sQkh-7NJwUBBsXqTlzk0X7Tw7xw-5at1j3hUOTscMj6eaCER_NxtpCOhYwMwM58Y2zjH8gfIeIhrsXdjgSCWgxdjBwIOZlAG3I0fWSUwemapMEOEtLfvv--EW5B0VIxDTQxvkkp89He4ehjXwNL6hbMMYMW6o_JafgMxpevO4DKyWryxcWxF0AYB9_fH-cN4H886SaByXZS13xiT5YPcGsANWflr1O7ECKGP9VkDbyBy8Ydpr8EbGl0Y0pt-X3kgEYAhlhz4oMoidsk3G_KlJTT4KnEJojMeaOP5oAO_ZexT4u_UpFc9sqBE4ecV0v1ArKoWIFrstK0OHec5c2vO-RelYB6v8Pveh8w9z2FHdXQ35R8GRPg8cOFOPy6BcCI9S039zXHxIbklI0EI6_sy9Hs8ClTO-fH34avIA&sig=Cg0ArKJSzN-fshXqEFgdEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvns0t06sQkh-7NJwUBBsXqTlzk0X7Tw7xw-5at1j3hUOTscMj6eaCER_NxtpCOhYwMwM58Y2zjH8gfIeIhrsXdjgSCWgxdjBwIOZlAG3I0fWSUwemapMEOEtLfvv--EW5B0VIxDTQxvkkp89He4ehjXwNL6hbMMYMW6o_JafgMxpevO4DKyWryxcWxF0AYB9_fH-cN4H886SaByXZS13xiT5YPcGsANWflr1O7ECKGP9VkDbyBy8Ydpr8EbGl0Y0pt-X3kgEYAhlhz4oMoidsk3G_KlJTT4KnEJojMeaOP5oAO_ZexT4u_UpFc9sqBE4ecV0v1ArKoWIFrstK0OHec5c2vO-RelYB6v8Pveh8w9z2FHdXQ35R8GRPg8cOFOPy6BcCI9S039zXHxIbklI0EI6_sy9Hs8ClTO-fH34avIA&sig=Cg0ArKJSzN-fshXqEFgdEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 85 ms — h3https://connect.facebook.net/en_GB/bundle/sdk.js/connect.facebook.net/en_GB/bundle/s... https://connect.facebook.net/en_GB/bundle/sdk.js/ — 200 — 77.8 KiB — 19 ms — h3https://use.typekit.net/af/925423/00000000000000003b9b038f/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n7&v=3use.typekit.net/af/925423/000000000... https://use.typekit.net/af/925423/00000000000000003b9b038f/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n7&v=3 — 200 — 27.8 KiB — 19 ms — h2https://use.typekit.net/af/994732/00000000000000003b9b0390/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n8&v=3use.typekit.net/af/994732/000000000... https://use.typekit.net/af/994732/00000000000000003b9b0390/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n8&v=3 — 200 — 28.5 KiB — 24 ms — h2https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n4&v=3use.typekit.net/af/219c30/000000000... https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n4&v=3 — 200 — 27.3 KiB — 15 ms — h2https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=i4&v=3use.typekit.net/af/0de7d4/000000000... https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=i4&v=3 — 200 — 28.5 KiB — 18 ms — h2https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n3&v=3use.typekit.net/af/ed2fe5/000000000... https://use.typekit.net/af/ed2fe5/00000000000000003b9b0387/27/l?primer=c1627fd7b7efc3ea862ea124732198613672ed60d7d14b8606daecd7d2df956d&fvd=n3&v=3 — 200 — 27.2 KiB — 21 ms — h2https://use.typekit.net/af/65f47b/00000000000000003b9b03a1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3use.typekit.net/af/65f47b/000000000... https://use.typekit.net/af/65f47b/00000000000000003b9b03a1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 200 — 33.1 KiB — 20 ms — h2https://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/c225e2/000000000... https://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 18.8 KiB — 13 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=019832bf-f5a9-7069-8275-e7037042653b&data-document-language=truecdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=019832bf-f5a9-7069-8275-e7037042653b&data-document-language=true — -1 — 0 B — 100 ms — https://www.googletagmanager.com/gtag/js?id=G-RLMX21NG0L&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RLMX21NG0L&cx=c&gtm=4e64k1 — 200 — 153.8 KiB — 56 ms — h3https://p.typekit.net/p.gif?s=1&k=uvh3wjn&ht=tk&h=www.iii.org&f=139.169.175.176.5474.153.2032&a=87902562&js=1.21.0&app=typekit&e=js&_=1776897064496p.typekit.net/p.gif?s=1&k=uvh3wjn&h... https://p.typekit.net/p.gif?s=1&k=uvh3wjn&ht=tk&h=www.iii.org&f=139.169.175.176.5474.153.2032&a=87902562&js=1.21.0&app=typekit&e=js&_=1776897064496 — 200 — 205 B — 62 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=80820&time=1776897064512&url=https%3A%2F%2Fwww.iii.org%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=80820&time=1776897064512&url=https%3A%2F%2Fwww.iii.org%2F — 200 — 839 B — 268 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=80820&time=1776897064512&url=https%3A%2F%2Fwww.iii.org%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=80820&time=1776897064512&url=https%3A%2F%2Fwww.iii.org%2F — 302 — 822 B — 178 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Le15xUTAAAAAMW5uUqyLBaG7DPHXIgzPVrf2UhF&co=aHR0cHM6Ly93d3cuaWlpLm9yZzo0NDM.&hl=en&type=image&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=d5p3g57r95sfwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Le15xUTAAAAAMW5uUqyLBaG7DPHXIgzPVrf2UhF&co=aHR0cHM6Ly93d3cuaWlpLm9yZzo0NDM.&hl=en&type=image&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=d5p3g57r95sf — 200 — 27.5 KiB — 92 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 119 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 197 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 35 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=80820&time=1776897064512&url=https%3A%2F%2Fwww.iii.org%2F&e_ipv6=AQJcibYnIQOk_wAAAZ23UX7BXEne5yP4cIX_4XLvGQpzuVYQqHf_Q9XSLJpI4XdstEuELFWzRsMpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=80820&time=1776897064512&url=https%3A%2F%2Fwww.iii.org%2F&e_ipv6=AQJcibYnIQOk_wAAAZ23UX7BXEne5yP4cIX_4XLvGQpzuVYQqHf_Q9XSLJpI4XdstEuELFWzRsM — 200 — 691 B — 248 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 611 B — 206 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 186 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=4284366388176353ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=4284366388176353 — 200 — 13.3 KiB — 72 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 11 ms — h2https://www.facebook.com/v3.2/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df4869c6c4b01c0136%26domain%3Dwww.iii.org%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.iii.org%252Fff784e2b0e31581d7%26relation%3Dparent.parent&container_width=241&height=715&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2Fiiiorg&locale=en_GB&sdk=joey&show_facepile=true&small_header=false&tabs=timeline&width=230www.facebook.com/v3.2/plugins/page.... https://www.facebook.com/v3.2/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df4869c6c4b01c0136%26domain%3Dwww.iii.org%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.iii.org%252Fff784e2b0e31581d7%26relation%3Dparent.parent&container_width=241&height=715&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2Fiiiorg&locale=en_GB&sdk=joey&show_facepile=true&small_header=false&tabs=timeline&width=230 — 302 — 121 B — 62 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 89 ms — h2https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fplugins%2Fpage.php%3Fadapt_container_width%3Dtrue%26app_id%26channel%3Dhttps%253A%252F%252Fstaticxx.facebook.com%252Fx%252Fconnect%252Fxd_arbiter%252F%253Fversion%253D46%2523cb%253Df4869c6c4b01c0136%2526domain%253Dwww.iii.org%2526is_canvas%253Dfalse%2526origin%253Dhttps%25253A%25252F%25252Fwww.iii.org%25252Fff784e2b0e31581d7%2526relation%253Dparent.parent%26container_width%3D241%26height%3D715%26hide_cover%3Dfalse%26href%3Dhttps%253A%252F%252Fwww.facebook.com%252Fiiiorg%26locale%3Den_GB%26sdk%3Djoey%26show_facepile%3Dtrue%26small_header%3Dfalse%26tabs%3Dtimeline%26width%3D230www.facebook.com/login/?next=https%... https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fplugins%2Fpage.php%3Fadapt_container_width%3Dtrue%26app_id%26channel%3Dhttps%253A%252F%252Fstaticxx.facebook.com%252Fx%252Fconnect%252Fxd_arbiter%252F%253Fversion%253D46%2523cb%253Df4869c6c4b01c0136%2526domain%253Dwww.iii.org%2526is_canvas%253Dfalse%2526origin%253Dhttps%25253A%25252F%25252Fwww.iii.org%25252Fff784e2b0e31581d7%2526relation%253Dparent.parent%26container_width%3D241%26height%3D715%26hide_cover%3Dfalse%26href%3Dhttps%253A%252F%252Fwww.facebook.com%252Fiiiorg%26locale%3Den_GB%26sdk%3Djoey%26show_facepile%3Dtrue%26small_header%3Dfalse%26tabs%3Dtimeline%26width%3D230 — 400 — 120 B — 162 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-EK9ELW4PP2&gtm=45je64k0v9125899440za20g&_p=1776897063503&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj.dMDhkMT&_eu=AAAI&are=1&cid=471870886.1776897065&frm=0&pscdl=denied&rcb=11&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~117512542~117884344&sid=1776897064&sct=1&seg=0&dl=https%3A%2F%2Fwww.iii.org%2F&dt=III%20%7C%20We%20are%20the%20trusted%20source%20of%20unique%2C%20data-driven%20insights%20on%20insurance%20to%20inform%20and%20empower%20consumers.&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1892region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-EK9ELW4PP2&gtm=45je64k0v9125899440za20g&_p=1776897063503&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj.dMDhkMT&_eu=AAAI&are=1&cid=471870886.1776897065&frm=0&pscdl=denied&rcb=11&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~117512542~117884344&sid=1776897064&sct=1&seg=0&dl=https%3A%2F%2Fwww.iii.org%2F&dt=III%20%7C%20We%20are%20the%20trusted%20source%20of%20unique%2C%20data-driven%20insights%20on%20insurance%20to%20inform%20and%20empower%20consumers.&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1892 — 204 — 546 B — 106 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-RLMX21NG0L&gtm=45je64k1v9104269908z89104165798za20gzb9104165798zd9104165798&_p=1776897063503&gcs=G100&gcd=13p3p3p2p5G6&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj.dMDhkMT&_eu=AAAAAGA&are=1&cid=1309315346.1776897065&frm=0&pscdl=denied&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512542&sid=1776897064&sct=1&seg=0&dl=https%3A%2F%2Fwww.iii.org%2F&dt=III%20%7C%20We%20are%20the%20trusted%20source%20of%20unique%2C%20data-driven%20insights%20on%20insurance%20to%20inform%20and%20empower%20consumers.&en=page_view&_fv=1&_nsi=1&_ss=1&ep.gtm_container_and_version_id=GTM-59PD8RW%3B%20version%20ID%3A%2021&ep.hit_timestamp=2026-04-22T22%3A31%3A04.475%2B00%3A00&ep.tag_name=GA4%20-%20Configuration&tfd=1908region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-RLMX21NG0L&gtm=45je64k1v9104269908z89104165798za20gzb9104165798zd9104165798&_p=1776897063503&gcs=G100&gcd=13p3p3p2p5G6&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj.dMDhkMT&_eu=AAAAAGA&are=1&cid=1309315346.1776897065&frm=0&pscdl=denied&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512542&sid=1776897064&sct=1&seg=0&dl=https%3A%2F%2Fwww.iii.org%2F&dt=III%20%7C%20We%20are%20the%20trusted%20source%20of%20unique%2C%20data-driven%20insights%20on%20insurance%20to%20inform%20and%20empower%20consumers.&en=page_view&_fv=1&_nsi=1&_ss=1&ep.gtm_container_and_version_id=GTM-59PD8RW%3B%20version%20ID%3A%2021&ep.hit_timestamp=2026-04-22T22%3A31%3A04.475%2B00%3A00&ep.tag_name=GA4%20-%20Configuration&tfd=1908 — 204 — 48 B — 91 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 88 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://www.iii.org/favicon.icowww.iii.org/favicon.ico https://www.iii.org/favicon.ico — 200 — 3.4 KiB — 7 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 97 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjssdlXzOpcRd9KI4cN46kiaMBTwfJFhjeJu9YkzY6TKuRBTf06sWYD08jAN1eNO5uicBd5zn5xAsqpGkx4qFBvxa8QShTecwK4fb1Qh41Js6adiIjdP-1uiQ6XYCZ3PtL8hha0ELrW51owbyy8hChNg2YqX3Xdzy0F2L6LKB6CPJZYKEvtp-CvSO9w&sig=Cg0ArKJSzCjcoOX8jBc-EAE&id=lidar2&mcvt=1000&p=702,190,952,1160&tm=1165&tu=165&mtos=0,1000,1000,1000,1000&tos=0,1000,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=0.95&vu=1&app=0&itpl=0&adk=1024200886&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282986400&rst=1776897064097&rpt=296&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjssdlXzOpcRd9KI4cN46kiaMBTwfJFhjeJu9YkzY6TKuRBTf06sWYD08jAN1eNO5uicBd5zn5xAsqpGkx4qFBvxa8QShTecwK4fb1Qh41Js6adiIjdP-1uiQ6XYCZ3PtL8hha0ELrW51owbyy8hChNg2YqX3Xdzy0F2L6LKB6CPJZYKEvtp-CvSO9w&sig=Cg0ArKJSzCjcoOX8jBc-EAE&id=lidar2&mcvt=1000&p=702,190,952,1160&tm=1165&tu=165&mtos=0,1000,1000,1000,1000&tos=0,1000,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=0.95&vu=1&app=0&itpl=0&adk=1024200886&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282986400&rst=1776897064097&rpt=296&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 33 ms — h3https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Le15xUTAAAAAMW5uUqyLBaG7DPHXIgzPVrf2UhF&bft=0dAFcWeA7MKZ71arYCisTl7o7dbXjxQC4e-w1tpAGKPWruASwKzCwNgwj_KK5D9_6gsK3UjI7_XeI1yAGNn_xllhuu_BtvSuzZ0wwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Le15xUTAAAAAMW5uUqyLBaG7DPHXIgzPVrf2UhF&bft=0dAFcWeA7MKZ71arYCisTl7o7dbXjxQC4e-w1tpAGKPWruASwKzCwNgwj_KK5D9_6gsK3UjI7_XeI1yAGNn_xllhuu_BtvSuzZ0w — 200 — 2.2 KiB — 39 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 4 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 0 ms — h2https://ep2.adtrafficquality.google/generate_204?0sO3-wep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?0sO3-w — 204 — 40 B — 31 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=4284366388176353&bg=!paalpsTNAAa1ilLUlYo7AEcBe5WfOJ2w3UJTOOcKPcs4XzdCDHtuWK5lvDwanFakCItRQK5hbVBhBmVY79msW07LqVp26Y3FfQeWzla_ZJH4IkgV5eUdHgIAAACdUgAAAARoAQd-ADdGLqQnDGbhDgEwDXshdS3hUaNaLBE0PDL2TwzcESMlaluvnl9kia6hYza23LZqCdZ4hLWLPXqOmQKpMOWMScVtI37phKp9q6UcIbSRmglnX91HkAib5JaQCM83jpvn6agRzytswZ3YNYO2Kh8rzpN5awJdf_JbTRRZyjbuX0MLw-iTjJTbvWC59J2pU_3I8VQVaICo33gg12Z5Uv41KlxKdi0C3cj_8kEQd-WMU77DrZovWwPN5UjdToWC3ZJilaq10o07nTjzyp0AREEawAgKNxVCIukvZ-GmC8QcZy6t5DSq3ViS1fuls1AKzKsnMX1_FH1bEN2dodcTN3Zvoa0q1cRDw2pP7JDjI4V6Twl3yyPl8uqmNk7azcWi3itaaBL5ejRLGrOA-6-_8SqcMH2PGChmYmUEab33xL35e-1O-qO6vZxyHZbpAmPv2XjfsdX3-LAbwmpbMATOwIDOYNMwzIEoO3ie6w7k_OuxIvJn1fIf8lhn_f4THF3-znX693FwtGeBD9Cav-OMlVFoxxkjyVme_LjkkeYGlUgHzSk8jFFzEZGE86sao9u6mfWg3v1hLenp47zzQfXMg5mzvh3kny1gtUGsrPMlIP-hp-LYv18kjX1u0nUOo1l5iUoPEzsLvBbSIYOcgbQM7bcufaKa2ZX_4tquRmzowddOXHG4D0T2xNWFFsMmMljHVOXzwB-I4DdTkEbUsfSqMR-3z8sah28LyOSd1hMQJ-UZ7xjKXJcCc1mSqpg62OJ1kY1Ak2kgM_ieqYrslmfEdz7Xb8Ec-xfvVUgPZEWjeHvoLRQSivxwn8AqTcGccybMvPLajYEgr-o7pFUdqCn08NbVMFOkWzp7xTEdyFWRdO_Kw_o7KFHIXYJv617WpTe4pwx69Ip0iu0kIeSpZPghndcrhlNR5AQDy90Wa9Jz_MTAKITMsbdEVjMrh7rWy9FY2xx7TxuLAHhrSSQCny8OTd_it5RxmP4yep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=4284366388176353&bg=!paalpsTNAAa1ilLUlYo7AEcBe5WfOJ2w3UJTOOcKPcs4XzdCDHtuWK5lvDwanFakCItRQK5hbVBhBmVY79msW07LqVp26Y3FfQeWzla_ZJH4IkgV5eUdHgIAAACdUgAAAARoAQd-ADdGLqQnDGbhDgEwDXshdS3hUaNaLBE0PDL2TwzcESMlaluvnl9kia6hYza23LZqCdZ4hLWLPXqOmQKpMOWMScVtI37phKp9q6UcIbSRmglnX91HkAib5JaQCM83jpvn6agRzytswZ3YNYO2Kh8rzpN5awJdf_JbTRRZyjbuX0MLw-iTjJTbvWC59J2pU_3I8VQVaICo33gg12Z5Uv41KlxKdi0C3cj_8kEQd-WMU77DrZovWwPN5UjdToWC3ZJilaq10o07nTjzyp0AREEawAgKNxVCIukvZ-GmC8QcZy6t5DSq3ViS1fuls1AKzKsnMX1_FH1bEN2dodcTN3Zvoa0q1cRDw2pP7JDjI4V6Twl3yyPl8uqmNk7azcWi3itaaBL5ejRLGrOA-6-_8SqcMH2PGChmYmUEab33xL35e-1O-qO6vZxyHZbpAmPv2XjfsdX3-LAbwmpbMATOwIDOYNMwzIEoO3ie6w7k_OuxIvJn1fIf8lhn_f4THF3-znX693FwtGeBD9Cav-OMlVFoxxkjyVme_LjkkeYGlUgHzSk8jFFzEZGE86sao9u6mfWg3v1hLenp47zzQfXMg5mzvh3kny1gtUGsrPMlIP-hp-LYv18kjX1u0nUOo1l5iUoPEzsLvBbSIYOcgbQM7bcufaKa2ZX_4tquRmzowddOXHG4D0T2xNWFFsMmMljHVOXzwB-I4DdTkEbUsfSqMR-3z8sah28LyOSd1hMQJ-UZ7xjKXJcCc1mSqpg62OJ1kY1Ak2kgM_ieqYrslmfEdz7Xb8Ec-xfvVUgPZEWjeHvoLRQSivxwn8AqTcGccybMvPLajYEgr-o7pFUdqCn08NbVMFOkWzp7xTEdyFWRdO_Kw_o7KFHIXYJv617WpTe4pwx69Ip0iu0kIeSpZPghndcrhlNR5AQDy90Wa9Jz_MTAKITMsbdEVjMrh7rWy9FY2xx7TxuLAHhrSSQCny8OTd_it5RxmP4y — 204 — 17 B — 56 ms — h3
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 1205ms · 562KB · €13/mo
www.gstatic.com
Other
Costly
Execution 249ms
Transfer 0 KB
Unused 49%
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 207ms
Transfer 0 KB
Monthly Cost €2/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 197ms
Transfer 188 KB
Unused 54%
Monthly Cost €2/mo
www.iii.org
Other
Optional
Execution 172ms
Transfer 18 KB
Monthly Cost €2/mo
pagead2.googlesyndication.com
Other
Optional
Execution 164ms
Transfer 0 KB
Unused 42%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 154 KB
Unused 42%
Monthly Cost €1/mo
www.iii.org
Other
Optional
Execution 76ms
Transfer 39 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 163 KB
Unused 50%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 249ms and costs ~€3/month
  • Unattributable adds 207ms and costs ~€2/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.gstatic.com takes 249ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

54% of securepubads.g.doubleclick.net'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