Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 32.5s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 13.5 MB (7.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
13 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/67e6f200-cb28-4316-ba33-42d56e0a871a)<a href="https://beavercheck.com/results/67e6f200-cb28-4316-ba33-42d56e0a871a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fiii.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fiii.orgThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 32.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~30%.
Page takes 32.5s to load
+12% bounceUsers abandon at ~3s — you're 30.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 412ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
28 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €1.71/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.71 /mo
~€21 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,021 / year if left unfixed
€120,500,000
+12 more
€1.71 /mo
23090.7 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
14.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
32.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
412 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.09 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.
32.49 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/p_auto_hail_94366343.jpg | 609.5 KiB | 598.2 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_inland_marine_1539626696.jpg | 567.0 KiB | 555.8 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/p_hurricane.jpg | 563.9 KiB | 487.1 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_youngprofessionals_639467826.jpg | 410.5 KiB | 399.3 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_triple_i_issues_briefs.jpg | 323.5 KiB | 312.5 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_wildfires.jpg | 312.8 KiB | 301.6 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/p_man_eating_driving_464869489.jpg | 297.7 KiB | 286.5 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/p_convective_storm_1509633091.jpg | 313.6 KiB | 246.3 KiB |
div.column > div.article > a > img div.column > div.article > a > img | /sites/default/files/images/p_2024_iii_billboard_legal_sy... | 242.2 KiB | 235.6 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_search_681625520.jpg | 234.6 KiB | 223.4 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/chart_of_the_week_04072026.jpg | 299.0 KiB | 220.0 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/a_tornado.jpg | 186.0 KiB | 129.1 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_economicsland.jpg | 100.0 KiB | 88.7 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_daily_members.jpg | 97.1 KiB | 85.8 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/p_espanol3_136206930.jpg | 99.3 KiB | 24.2 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/6457202992364521086 | 20.6 KiB | 18.0 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/8698151125978401955 | 7.1 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| iii.org/ | 752 ms |
| www.iii.org/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.cust... | 154.7 KiB | 55.8 KiB |
| www.iii.org/misc/drupal.js?t7dqau | 7.9 KiB | 5.3 KiB |
| www.iii.org/sites/all/themes/iii_responsive/js/scripts.js?t7dqau | 10.3 KiB | 4.6 KiB |
| www.iii.org/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4 | 4.9 KiB | 3.5 KiB |
| www.iii.org/sites/all/modules/dhtml_menu/dhtml_menu.js?t7dqau | 4.0 KiB | 2.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/default/files/css/css_sIbkPhhNqYDDJs7qCDWNXqtiTleU... | 23.8 KiB | 18.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.6 KiB |
| /sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.cust... | 154.7 KiB | 122.7 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 103.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-59PD8RW | 163.0 KiB | 81.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-EK9ELW4PP2&cx=c>m=4e64k0 | 161.0 KiB | 68.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-RLMX21NG0L&cx=c>m=4e64k1 | 153.8 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=UA-542962-2 | 124.8 KiB | 62.5 KiB |
| connect.facebook.net/en_GB/bundle/sdk.js/ | 77.7 KiB | 51.2 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.5 s |
| Other | 848 ms |
| Script Parsing & Compilation | 535 ms |
| Style & Layout | 262 ms |
| Garbage Collection | 162 ms |
| Parse HTML & CSS | 94 ms |
| Rendering | 30 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_triple_i_issues_briefs.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/p_auto_hail_94366343.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/p_man_eating_driving_464869489.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_wildfires.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_search_681625520.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_youngprofessionals_639467826.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_inland_marine_1539626696.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_economicsland.jpg |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_daily_members.jpg |
div.column > div.article > a > img div.column > div.article > a > img | /sites/default/files/images/p_2024_iii_billboard_legal_sy... |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/p_2022_ins_facts_tl.png |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/triple-i_blog_368_x_217.png |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/images/p_executive_exchange.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LEARN MORE div.hero-column > div.story > div.content > a.btn |
HOMEOWNERS div.column > div.article > div.content > a.tag |
AUTO div.column > div.article > div.content > a.tag |
CRIME + FRAUD div.column > div.article > div.content > a.tag |
DISASTERS + PREPAREDNESS div.column > div.article > div.content > a.tag |
LIFE INSURANCE div.column > div.article > div.content > a.tag |
ABOUT THE INDUSTRY div.column > div.article > div.content > a.tag |
ABOUT THE INDUSTRY div.column > div.article > div.content > a.tag |
INSURANCE INDUSTRY div.column > div.article > div.content > a.tag |
SEE FULL GLOSSARY div.grid-wrapper > div.grid > div#widget-glossary > a.btn |
Most Shared div.grid > div#widget-stats > div.main-tabs-nav > a |
SEE MORE NEWS RELEASES div.wrapper > div.grid > div.content > a.btn |
SEE MORE EVENTS div.wrapper > div.grid > div.content > a.btn |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
I.I.I. Glossary div.grid-wrapper > div.grid > div#widget-glossary > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.grid > div#widget-smedia > div.main-tabs-nav > a.active div.grid > div#widget-smedia > div.main-tabs-nav > a.active |
div.wrapper > div.grid-wrapper > div.grid > a div.wrapper > div.grid-wrapper > div.grid > a |
div.wrapper > div.grid-wrapper > div.grid > a div.wrapper > div.grid-wrapper > div.grid > a |
div.wrapper > div.grid-wrapper > div.grid > a div.wrapper > div.grid-wrapper > div.grid > a |
div.wrapper-962 > div.grid-wrapper > div.grid-962 > a#logo-footer div.wrapper-962 > div.grid-wrapper > div.grid-962 > a#logo-footer |
div.menu-smedia > ul > li.smedia_tw > a div.menu-smedia > ul > li.smedia_tw > a |
div.menu-smedia > ul > li.smedia_linkedin > a div.menu-smedia > ul > li.smedia_linkedin > a |
div.menu-smedia > ul > li.smedia_fb > a div.menu-smedia > ul > li.smedia_fb > a |
div.menu-smedia > ul > li.smedia_youtube > a div.menu-smedia > ul > li.smedia_youtube > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.iii.org/about-us | LEARN MORE |
| /press-release/triple-i-severe-convective-storms-generate... | Read More |
| /press-release/triple-i-colorado-states-2026-atlantic-hur... | Read More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.content > header#nav > div#navigation > a#menuBtn div.content > header#nav > div#navigation > a#menuBtn |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
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
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/p_auto_hail_94366343.jpg | 609.5 KiB | 583.5 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_inland_marine_1539626696.jpg | 567.0 KiB | 561.2 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/p_hurricane.jpg | 563.9 KiB | 487.1 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_youngprofessionals_639467826.jpg | 410.5 KiB | 384.5 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_triple_i_issues_briefs.jpg | 323.5 KiB | 317.6 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_wildfires.jpg | 312.8 KiB | 307.0 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/p_man_eating_driving_464869489.jpg | 297.7 KiB | 291.8 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/p_convective_storm_1509633091.jpg | 313.6 KiB | 246.3 KiB |
div.column > div.article > a > img div.column > div.article > a > img | /sites/default/files/images/p_2024_iii_billboard_legal_sy... | 242.2 KiB | 236.4 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_search_681625520.jpg | 234.6 KiB | 228.8 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/chart_of_the_week_04072026.jpg | 299.0 KiB | 220.0 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/a_tornado.jpg | 186.0 KiB | 129.1 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_economicsland.jpg | 100.0 KiB | 94.1 KiB |
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_daily_members.jpg | 97.1 KiB | 91.2 KiB |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/triple-i_blog_368_x_217.png | 102.0 KiB | 89.0 KiB |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/images/p_executive_exchange.png | 94.6 KiB | 81.6 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/844772060417358977 | 115.6 KiB | 76.1 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/12202630067783610834 | 109.0 KiB | 69.5 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7253361029560830972 | 95.3 KiB | 55.8 KiB |
div.content > header#nav > div#navigation > a#menuBtn div.content > header#nav > div#navigation > a#menuBtn | www.iii.org/sites/all/themes/iii_responsive/images/icons/menu_open.png | 47.6 KiB | 47.4 KiB |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/p_2022_ins_facts_tl.png | 49.3 KiB | 36.3 KiB |
div.hero > div.hero-column > div.story > div.bg div.hero > div.hero-column > div.story > div.bg | www.iii.org/sites/default/files/images/p_espanol3_136206930.jpg | 99.3 KiB | 24.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| iii.org/ | 207 ms |
| www.iii.org/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.cust... | 154.6 KiB | 55.7 KiB |
| www.iii.org/misc/drupal.js?t7dqau | 7.9 KiB | 5.3 KiB |
| www.iii.org/sites/all/themes/iii_responsive/js/scripts.js?t7dqau | 10.3 KiB | 4.6 KiB |
| www.iii.org/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.12.4 | 4.9 KiB | 3.5 KiB |
| www.iii.org/sites/all/modules/dhtml_menu/dhtml_menu.js?t7dqau | 4.0 KiB | 2.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/default/files/css/css_sIbkPhhNqYDDJs7qCDWNXqtiTleU... | 23.8 KiB | 19.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.6 KiB |
| /sites/all/themes/iii_responsive/js/jquery-ui-1.12.1.cust... | 154.6 KiB | 122.7 KiB |
| /pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... | 187.5 KiB | 101.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-59PD8RW | 163.0 KiB | 81.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-EK9ELW4PP2&cx=c>m=4e64k0 | 161.0 KiB | 68.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-RLMX21NG0L&cx=c>m=4e64k1 | 153.8 KiB | 65.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-542962-2 | 124.8 KiB | 62.5 KiB |
| connect.facebook.net/en_GB/bundle/sdk.js/ | 77.7 KiB | 51.2 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/p_2022_ins_facts_tl.png |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/triple-i_blog_368_x_217.png |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img | www.iii.org/sites/default/files/images/p_executive_exchange.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sign In header#nav > div#navigation > div#userBox > a#btnSignin |
LEARN MORE div.hero-column > div.story > div.content > a.btn |
HOMEOWNERS div.column > div.article > div.content > a.tag |
AUTO div.column > div.article > div.content > a.tag |
CRIME + FRAUD div.column > div.article > div.content > a.tag |
DISASTERS + PREPAREDNESS div.column > div.article > div.content > a.tag |
LIFE INSURANCE div.column > div.article > div.content > a.tag |
ABOUT THE INDUSTRY div.column > div.article > div.content > a.tag |
ABOUT THE INDUSTRY div.column > div.article > div.content > a.tag |
INSURANCE INDUSTRY div.column > div.article > div.content > a.tag |
SEE FULL GLOSSARY div.grid-wrapper > div.grid > div#widget-glossary > a.btn |
Most Shared div.grid > div#widget-stats > div.main-tabs-nav > a |
SEE MORE NEWS RELEASES div.wrapper > div.grid > div.content > a.btn |
SEE MORE EVENTS div.wrapper > div.grid > div.content > a.btn |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
I.I.I. Glossary div.grid-wrapper > div.grid > div#widget-glossary > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.wrapper > div.column > div.article > a div.wrapper > div.column > div.article > a |
div.grid > div#widget-smedia > div.main-tabs-nav > a.active div.grid > div#widget-smedia > div.main-tabs-nav > a.active |
div.wrapper > div.grid-wrapper > div.grid > a div.wrapper > div.grid-wrapper > div.grid > a |
div.wrapper > div.grid-wrapper > div.grid > a div.wrapper > div.grid-wrapper > div.grid > a |
div.wrapper > div.grid-wrapper > div.grid > a div.wrapper > div.grid-wrapper > div.grid > a |
div.wrapper-962 > div.grid-wrapper > div.grid-962 > a#logo-footer div.wrapper-962 > div.grid-wrapper > div.grid-962 > a#logo-footer |
div.menu-smedia > ul > li.smedia_tw > a div.menu-smedia > ul > li.smedia_tw > a |
div.menu-smedia > ul > li.smedia_linkedin > a div.menu-smedia > ul > li.smedia_linkedin > a |
div.menu-smedia > ul > li.smedia_fb > a div.menu-smedia > ul > li.smedia_fb > a |
div.menu-smedia > ul > li.smedia_youtube > a div.menu-smedia > ul > li.smedia_youtube > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.column > div.article > a > img div.column > div.article > a > img | www.iii.org/sites/default/files/images/p_triple_i_issues_briefs.jpg | 269 x 134 (2.01) | 982 x 480 (2.05) |
div.column > div.article > a > img div.column > div.article > a > img | /sites/default/files/images/p_2024_iii_billboard_legal_sy... | 269 x 134 (2.01) | 962 x 281 (3.42) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.iii.org/about-us | LEARN MORE |
| /press-release/triple-i-severe-convective-storms-generate... | Read More |
| /press-release/triple-i-colorado-states-2026-atlantic-hur... | Read More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.column > div.article > a > img div.column > div.article > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
div.grid-wrapper > div.grid > a > img div.grid-wrapper > div.grid > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.content > header#nav > div#navigation > a#menuBtn div.content > header#nav > div#navigation > a#menuBtn |
To appear in search results, crawlers need access to your app.
Send Feedback