Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
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.
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 15.5 MB (10.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(s) with no accessible text
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/541ef49e-409e-4017-bbd6-d1f8436b7fc9)<a href="https://beavercheck.com/results/541ef49e-409e-4017-bbd6-d1f8436b7fc9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Farm.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Farm.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 25.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 25.0s to load
+12% bounceUsers abandon at ~3s — you're 22.5s 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 478ms 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, …)
8 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
6 broken link(s) on the page
+5% 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.
£375 investment → £2.09/month returns + GBP 18,050,000 risk avoided
£375
5h · 5 findings
£2.09 /mo
~£25 / year
GBP 18,050,000
if kept compliant
£113 — 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 £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£1,504,169 / month at risk
~£18,050,025 / year if left unfixed
£18,050,000
+4 more
£2.09 /mo
33238.1 MB/mo × 0.063 GBP/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.
4.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
478 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.
6.89 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.
26.17 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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 B | 780 ms |
| fonts.googleapis.com/css?family=Lato:200,300,400,500,600,700,800,900 | 552 B | 172 ms |
| fonts.googleapis.com/css?family=Roboto:400,700 | 2.0 KiB | 822 ms |
| fast.fonts.net/cssapi/de675742-710f-4ef8-bfc7-a5c34e489bdb.css | 1.5 KiB | 822 ms |
| www.arm.com/arm-tag-manager/arm.com/atm.js | 3.0 KiB | |
| /t/1.css?apiType=css&projectid=de675742-710f-4ef8-bfc7-a5... | 524 B | 166 ms |
| www.arm.com/shared/bundle/all.css?v=1.0.9587.17207 | 96.6 KiB | 751 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.column > div#c-601d6150-2190-42af-87f3-073d3a4dba8d > div.c-title-image-card__background div.row > div.column > div#c-601d6150-2190-42af-87f3-073d3a4dba8d > div.c-title-image-card__background | /-/media/global/homepage/partners/partnerships/partner_le... | 1018.4 KiB | 548.0 KiB |
As AI scales div > div.c-horizontal-tabs-panel-content-promo-item--primary > div.c-horizontal-tabs-panel-content-promo-item__image > img | /-/media/global/homepage/horizontal/as-ai-scales-600x275.... | 229.4 KiB | 203.4 KiB |
div.row > div.column > div#c-1981e96b-8f13-428f-90dd-163625227155 > div.c-title-image-card__background div.row > div.column > div#c-1981e96b-8f13-428f-90dd-163625227155 > div.c-title-image-card__background | /-/media/global/homepage/partners/partnerships/partner-lo... | 519.8 KiB | 49.4 KiB |
Autonomous machines - Autonomous delivery robot and shuttle operating in a smar… div.c-flex-grid-v2-wrapper > div#c-97d7c12e-cfec-488e-b520-05b533bffaa0 > figure.c-animated-card-figure > img | /-/media/global/homepage/animated cards/658x466-autonomou... | 60.8 KiB | 10.9 KiB |
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 |
|---|---|
| arm.com/ | 1.2 s |
| www.arm.com/ | 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.
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 |
|---|---|---|
| www.arm.com/shared/bundle/all.css?v=1.0.9587.17207 | 96.2 KiB | 88.3 KiB |
| www.arm.com/static/designsystem/rel/4.14.1/arm-design-system-scoped.css | 65.7 KiB | 61.5 KiB |
| www.arm.com/Coveo/Hive/css/CoveoFullSearch.css | 47.3 KiB | 46.6 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.arm.com/Coveo/Hive/js/CoveoJsSearch.Lazy.min.js | 190.0 KiB | 97.2 KiB |
| assets.adobedtm.com/launch-EN10e66088202b43a3b7f30a6ded39776d.min.js | 184.0 KiB | 67.3 KiB |
| www.arm.com/shared/bundle/all.js?v=1.0.9587.17207 | 100.5 KiB | 66.6 KiB |
| s.go-mpulse.net/boomerang/YX9U9-3CW2M-92JLU-3BLJD-T6LD5 | 60.0 KiB | 26.6 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 |
|---|---|---|---|
| www.arm.com/ | 1.5 s | 51 ms | 15 ms |
| Unattributable | 1.1 s | 22 ms | 0.0 ms |
| assets.adobedtm.com/launch-EN10e66088202b43a3b7f30a6ded39776d.min.js | 482 ms | 378 ms | 73 ms |
| www.arm.com/shared/bundle/all.js?v=1.0.9587.17207 | 393 ms | 204 ms | 27 ms |
| www.arm.com/Coveo/Hive/js/CoveoJsSearch.Lazy.min.js | 213 ms | 148 ms | 64 ms |
| s.go-mpulse.net/boomerang/YX9U9-3CW2M-92JLU-3BLJD-T6LD5 | 171 ms | 45 ms | 14 ms |
| www.arm.com/static/designsystem/rel/4.14.1/arm-design-system/p-3b6552a6.js | 163 ms | 138 ms | 0.1 ms |
| www.arm.com/Coveo/Hive/js/CoveoForSitecore.Lazy.min.js | 82 ms | 74 ms | 6.0 ms |
| www.arm.com/Coveo/Hive/js/Searchbox.min__7d400a8f34d33214ce02.js | 70 ms | 32 ms | 6.4 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 |
|---|---|
| Other | 1.8 s |
| Script Evaluation | 1.4 s |
| Style & Layout | 749 ms |
| Script Parsing & Compilation | 242 ms |
| Rendering | 206 ms |
| Parse HTML & CSS | 193 ms |
| Garbage Collection | 16 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| www.arm.com/Coveo/Hive/css/CoveoFullSearch.css | 47.3 KiB | 4.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 | |
|---|---|
As AI scales div > div.c-horizontal-tabs-panel-content-promo-item--primary > div.c-horizontal-tabs-panel-content-promo-item__image > img | /-/media/global/homepage/horizontal/as-ai-scales-600x275.... |
Cloud AI icon li > div.c-horizontal-tabs-panelNav-tab > div > img | /-/media/global/homepage/horizontal/cloud-ai-icon-infra-8... |
Edge AI icon li > div.c-horizontal-tabs-panelNav-tab > div > img | /-/media/global/homepage/horizontal/edge-ai-icon-800x800p... |
Physical ai icon li > div.c-horizontal-tabs-panelNav-tab > div > img | /-/media/global/homepage/horizontal/physical-ai-icon-800x... |
Modern cloud data center with rows of illuminated server racks. div.c-flex-grid-v2-wrapper > div#c-f133f48c-1c30-46eb-8feb-49c8217da758 > figure.c-animated-card-figure > img | /-/media/global/homepage/animated cards/658x466-cloud-dat... |
Autonomous machines - Autonomous delivery robot and shuttle operating in a smar… div.c-flex-grid-v2-wrapper > div#c-97d7c12e-cfec-488e-b520-05b533bffaa0 > figure.c-animated-card-figure > img | /-/media/global/homepage/animated cards/658x466-autonomou... |
Mobile and PC - Person using a smartphone while working on a laptop. div.c-flex-grid-v2-wrapper > div#c-6a860b50-b819-4bcd-9aa9-3215c1d3932d > figure.c-animated-card-figure > img | /-/media/global/homepage/animated cards/658x466-mobile-pc... |
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 div.c-top-navigation-flex > ul.c-top-navigation-tabs > li.c-top-navigation-tab > div.submenu |
ARM ACCOUNT
Arm Account
Log in to access your Arm Account.
Login
Need an Arm I… div.c-top-navigation-flex > ul.c-top-navigation-tabs > li.c-top-navigation-tab > div.submenu |
Products
Markets
Partners
Developers
Support & Training
Company div.c-top-navigation-flex > ul.c-top-navigation-tabs > li.c-top-navigation-bar > div.submenu |
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.
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.c-top-navigation-flex > ul.c-top-navigation-tabs > li.c-top-navigation-bar > a.c-top-navigation-tab-link div.c-top-navigation-flex > ul.c-top-navigation-tabs > li.c-top-navigation-bar > a.c-top-navigation-tab-link |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Build CPUs for AI-driven cloud workloads
Run AI and cloud workloads effic… div#tns1-iw > div#tns1 > div#tns1-item0 > a.c-carousel-card |
A new CPU for the
age of AI
Explore how the Arm AGI CPU supports next-gen… div#tns1-iw > div#tns1 > div#tns1-item1 > a.c-carousel-card |
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.
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.arm.com/markets/healthcare-ai | Learn more |
| www.arm.com/company/arm-and-aston-martin-racing/innovation-pit-stop | Learn more |
| www.arm.com/markets/consumer-technologies/wearables | Learn more |
| www.arm.com/products/cloud-datacenter | Learn more |
| www.arm.com/products/autonomous-machines | Learn more |
| www.arm.com/products/mobile-pc | Learn more |
| www.arm.com/products/wearables-smart-home-embedded | Learn more |
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 |
|---|
Products div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Markets div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Partners div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Developers div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Support & Training div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Company div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
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.59 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.43 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.53 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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Lato:200,300,400,500,600,700,800,900 | 552 B | 64 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 264 ms |
| fonts.googleapis.com/css?family=Roboto:400,700 | 2.0 KiB | 272 ms |
| fast.fonts.net/cssapi/de675742-710f-4ef8-bfc7-a5c34e489bdb.css | 1.5 KiB | 265 ms |
| www.arm.com/shared/bundle/all.css?v=1.0.9587.17207 | 96.6 KiB | 161 ms |
| www.arm.com/arm-tag-manager/arm.com/atm.js | 3.0 KiB | |
| /t/1.css?apiType=css&projectid=de675742-710f-4ef8-bfc7-a5... | 524 B | 57 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 | |
|---|---|---|---|
As AI scales div > div.c-horizontal-tabs-panel-content-promo-item--primary > div.c-horizontal-tabs-panel-content-promo-item__image > img | /-/media/global/homepage/horizontal/as-ai-scales-600x275.... | 145.4 KiB | 117.1 KiB |
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 |
|---|---|
| arm.com/ | 577 ms |
| www.arm.com/ | 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 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 |
|---|---|---|
| www.arm.com/shared/bundle/all.css?v=1.0.9587.17207 | 96.2 KiB | 85.2 KiB |
| www.arm.com/static/designsystem/rel/4.14.1/arm-design-system-scoped.css | 65.7 KiB | 61.5 KiB |
| www.arm.com/Coveo/Hive/css/CoveoFullSearch.css | 47.3 KiB | 46.6 KiB |
| #onetrust-banner-sdk{box-shadow:0 0 18px rgba(0,0,0,.2)} … | 17.6 KiB | 12.6 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.arm.com/Coveo/Hive/js/CoveoJsSearch.Lazy.min.js | 189.9 KiB | 97.2 KiB |
| assets.adobedtm.com/launch-EN10e66088202b43a3b7f30a6ded39776d.min.js | 184.0 KiB | 66.6 KiB |
| www.arm.com/shared/bundle/all.js?v=1.0.9587.17207 | 100.3 KiB | 66.5 KiB |
| cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 111.8 KiB | 60.4 KiB |
| s.go-mpulse.net/boomerang/YX9U9-3CW2M-92JLU-3BLJD-T6LD5 | 60.0 KiB | 25.9 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| www.arm.com/Coveo/Hive/css/CoveoFullSearch.css | 47.3 KiB | 4.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 | |
|---|---|
As AI scales div > div.c-horizontal-tabs-panel-content-promo-item--primary > div.c-horizontal-tabs-panel-content-promo-item__image > img | /-/media/global/homepage/horizontal/as-ai-scales-600x275.... |
Cloud AI icon li > div.c-horizontal-tabs-panelNav-tab > div > img | /-/media/global/homepage/horizontal/cloud-ai-icon-infra-8... |
Edge AI icon li > div.c-horizontal-tabs-panelNav-tab > div > img | /-/media/global/homepage/horizontal/edge-ai-icon-800x800p... |
Physical ai icon li > div.c-horizontal-tabs-panelNav-tab > div > img | /-/media/global/homepage/horizontal/physical-ai-icon-800x... |
Powered by Onetrust div.ot-pc-footer > div.ot-pc-footer-logo > a > img | cdn.cookielaw.org/logos/static/powered_by_logo.svg |
arm ul.c-top-navigation-sections > li.c-top-navigation-section-logo > a > img | /-/media/global/logos/arm-logo-white-rgb.svg?rev=d98f22d3... |
arm div.column > div.c-footer__row > div.c-footer__section > img.c-footer__logo | /-/media/global/logos/arm-logo-white-rgb.svg?rev=d98f22d3... |
Company Logo div > div.ot-pc-header > div.ot-pc-logo > img | /logos/4230c274-73e7-42ff-86c2-f30227e11c55/7d663903-ba9e... |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Build CPUs for AI-driven cloud workloads
Run AI and cloud workloads effic… div#tns1-iw > div#tns1 > div#tns1-item0 > a.c-carousel-card |
A new CPU for the
age of AI
Explore how the Arm AGI CPU supports next-gen… div#tns1-iw > div#tns1 > div#tns1-item1 > a.c-carousel-card |
Tech unheard
Panos Panay, Senior Vice President of Amazon Devices and Se… div#tns1-iw > div#tns1 > div#tns1-item2 > a.c-carousel-card |
Gemma 4 accelerates on-device AI
Bring real-time, privacy-preserving AI d… div#tns1-iw > div#tns1 > div#tns1-item3 > a.c-carousel-card |
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 |
|---|---|
Access to fetch at 'https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg' from origin 'https://www.arm.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/otCommonStyles.css' from origin 'https://www.arm.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
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.
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.arm.com/markets/healthcare-ai | Learn more |
| www.arm.com/company/arm-and-aston-martin-racing/innovation-pit-stop | Learn more |
| www.arm.com/markets/consumer-technologies/wearables | Learn more |
| www.arm.com/products/cloud-datacenter | Learn more |
| www.arm.com/products/autonomous-machines | Learn more |
| www.arm.com/products/mobile-pc | Learn more |
| www.arm.com/products/wearables-smart-home-embedded | Learn more |
| www.arm.com/company/policies/cookies | More information |
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 |
|---|
Products div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Markets div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Partners div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Developers div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Support & Training div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
Company div.c-top-navigation-flex > ul.c-top-navigation-sections > li.c-top-navigation-section > a.c-top-navigation-section-link |
To appear in search results, crawlers need access to your app.
Send Feedback