Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 16.1s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 13.1 MB (4.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
177 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/06ab2730-551b-4f7f-910a-0aeadc3168ee)<a href="https://beavercheck.com/results/06ab2730-551b-4f7f-910a-0aeadc3168ee"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Farcgis.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Farcgis.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 16.1s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute 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.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 16.1s to load
+12% bounceUsers abandon at ~3s — you're 13.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 838ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$650 investment → $1.19/month returns + USD 157,500 risk avoided
$650
6h · 5 findings
$1.19 /mo
~$14 / year
USD 157,500
if kept compliant
$100 — 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.
6.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,514 / year if left unfixed
$157,500
+5 more
$1.19 /mo
14869.3 MB/mo × 0.080 USD/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 4 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.
8.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
838 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.32 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.
23.37 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.
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.
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.
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.
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.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/3ebb42be9ba34ab0971a9b676dba2... | 287.6 KiB | 270.3 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/ba4a93e7ca714f70bab324e077cff... | 286.8 KiB | 269.5 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/2b25499dbfeb41d0bb734624e4d66... | 279.4 KiB | 262.1 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/dece90af1a0242dcbf0ca36d30276... | 273.0 KiB | 255.7 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/2c6661e50dc34b0cb31a2b3d6ad5e... | 234.7 KiB | 217.4 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/ff44f34d23ba466cb7da6b1707bcf... | 198.1 KiB | 180.8 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/0d19f3b462234657b4174b0153576... | 170.0 KiB | 152.6 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/4cdbe664bc2049378d3a17c923f07... | 145.3 KiB | 128.0 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/80eb92ffc89b4086abe8cedd58ab1... | 144.9 KiB | 127.6 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/315e803e85b2420eb863a85d5aee7... | 119.5 KiB | 102.2 KiB |
div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img div.home-page__constraint-wrapper > div.flex > div.home-page__gallery-tile > div.home-page__gallery-tile-img | /sharing/rest/content/items/02a091c09e024481acabd49f47a90... | 9.8 KiB | 5.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| arcgis.com/ | 775 ms |
| www.arcgis.com/ | 771 ms |
| www.arcgis.com/home/index.html | 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.
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 |
|---|---|---|
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/1565.js | 534.2 KiB | 355.2 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/42436.js | 308.4 KiB | 237.0 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/70362.js | 272.3 KiB | 156.9 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/47313.js | 145.7 KiB | 117.0 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/882.js | 137.8 KiB | 89.6 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/3050.js | 63.5 KiB | 49.8 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/87032.js | 52.0 KiB | 41.8 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/991.js | 50.3 KiB | 40.1 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/47209.js | 29.4 KiB | 28.2 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/88395.js | 29.2 KiB | 27.7 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/7315.js | 38.4 KiB | 23.5 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/64513.js | 24.6 KiB | 22.9 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/70362.js | 2.6 s | 2.5 s | 8.8 ms |
| Unattributable | 2.2 s | 298 ms | 0.0 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/calcite-components/cdn/G7AHLVJ5.js | 525 ms | 434 ms | 0.5 ms |
| www.arcgis.com/home/index.html | 393 ms | 3.9 ms | 0.6 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/42436.js | 371 ms | 254 ms | 8.2 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/calcite-components/cdn/M6MCECQO.js | 181 ms | 150 ms | 0.2 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/25611.js | 156 ms | 68 ms | 1.8 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-app-components/arcgis-app/p-0b9f6f3d.js | 126 ms | 110 ms | 0.3 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/calcite-components/cdn/TYCGDLK6.js | 75 ms | 69 ms | 0.2 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/arcgis-online-4.x/build/7315.js | 61 ms | 0.2 ms | 0.9 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/calcite-components/cdn/SM2W3ZFF.js | 60 ms | 56 ms | 0.1 ms |
| cdn-a.arcgis.com/cdn/1C31855/js/calcite-components/cdn/6V5DRX2T.js | 59 ms | 28 ms | 0.3 ms |
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 | 4.2 s |
| Other | 2.3 s |
| Style & Layout | 459 ms |
| Garbage Collection | 197 ms |
| Script Parsing & Compilation | 88 ms |
| Parse HTML & CSS | 60 ms |
| Rendering | 53 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: … | 13.4 KiB | 3.0 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 |
|---|---|---|
| /* color selection styles */ .home-page-overlay__left-panel .ob-colors .ob-colors { position: rel… } … | 18.5 KiB | 18.5 KiB |
| cdn-a.arcgis.com/cdn/1C31855/js/esri-global-nav/dist/esri-global-nav.css | 14.1 KiB | 13.1 KiB |
| *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: … | 13.4 KiB | 12.3 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 | |
|---|---|
Home page logo div.home-page__header > div.flex > div.flex > img.home-page__logo-img | www.arcgis.com/home/js/arcgisonline/img/arcgis-online-64.svg |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search header.js-header-boundary > div.esri-header-wrap > div.esri-header > div.esri-header-inlineSearch |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Edit home page body > div.home-page__manager > calcite-dialog.home-page__manager-modal |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
648 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 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.
753 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.30 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.arcgis.com/js/app/build/69fae41471ed9dcab967.jpg | 1800.0 s | 256.0 KiB |
| www.arcgis.com/js/app/build/15651.js | 1800.0 s | 204.9 KiB |
| www.arcgis.com/js/app/build/main.js | 1800.0 s | 55.6 KiB |
| www.arcgis.com/js/app/build/69a9213c8f93653cd59d.woff2 | 1800.0 s | 32.3 KiB |
| www.arcgis.com/js/app/build/da35b5dac0012fb9049d.woff2 | 1800.0 s | 32.2 KiB |
| www.arcgis.com/graphics/arcgis-online-icon.png | 1800.0 s | 8.2 KiB |
| www.arcgis.com/js/app/build/72152.js | 1800.0 s | 7.2 KiB |
| www.arcgis.com/js/app/build/82162.js | 1800.0 s | 7.1 KiB |
| www.arcgis.com/js/app/build/43305.js | 1800.0 s | 6.0 KiB |
| www.arcgis.com/js/app/build/66801.js | 1800.0 s | 5.9 KiB |
| www.arcgis.com/js/app/build/11547.js | 1800.0 s | 4.0 KiB |
| www.arcgis.com/js/app/build/79000.js | 1800.0 s | 3.6 KiB |
| www.arcgis.com/js/app/build/20307.js | 1800.0 s | 3.0 KiB |
| www.arcgis.com/js/app/build/19393.js | 1800.0 s | 2.5 KiB |
| www.arcgis.com/js/app/build/81896.js | 1800.0 s | 1.3 KiB |
| www.arcgis.com/js/app/build/runtime.js | 1800.0 s | 1.2 KiB |
| www.arcgis.com/js/app/config.js | 1800.0 s | 645 B |
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.
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.
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.
| URL | Est Savings |
|---|---|
| www.arcgis.com/js/app/build/da35b5dac0012fb9049d.woff2 | 5.0 ms |
| www.arcgis.com/js/app/build/69a9213c8f93653cd59d.woff2 | 5.0 ms |
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.row > div.arcgis-online-banner-main-text > div.intro-transition > img.arcgis-online-logo div.row > div.arcgis-online-banner-main-text > div.intro-transition > img.arcgis-online-logo | www.arcgis.com/graphics/arcgis-online-icon.png | 8.3 KiB | 6.9 KiB |
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.
| URL | Transfer Size |
|---|---|
| www.arcgis.com/js/app/config.js | 645 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.arcgis.com/js/app/build/15651.js | 204.4 KiB | 107.7 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 |
|---|---|---|
| /** * Global Nav - A centralized component for Esri's global navigation * @version v1.5.1 * @lin… | 24.8 KiB | 23.7 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| arcgis.com/ | 211 ms |
| www.arcgis.com/ | 205 ms |
| www.arcgis.com/index.html | 0.0 ms |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search Site header.js-header-boundary > div.esri-header-wrap > div.esri-header > div.esri-header-inlineSearch |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 html |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
[object a] | |
www.arcgis.com/js/app/build/20307.js line 1, col 313 | %ccalcite background: #007AC2; color: #fff; border-radius: 4px; padding: 2px 4px; arrow-right (s) icon failed to load |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
www.arcgis.com/js/app/build/15651.js line 1, col 787350 | TypeError: Cannot redefine property: version
at Object.defineProperty (<anonymous>)
at https://www.arcgis.com/js/app/build/15651.js:2:787351 |
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.
Send Feedback