Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 14.4s load time is above Google's 2.5s 'Good' threshold.
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.
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.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-only link(s) without alt 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/1df53b60-fd5c-43d2-a17b-96112356ece4)<a href="https://beavercheck.com/results/1df53b60-fd5c-43d2-a17b-96112356ece4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnetgear.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnetgear.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~28%.
Page takes 14.4s to load
+12% bounceUsers abandon at ~3s — you're 11.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 5.4s
+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
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
2 broken link(s) on the page
+3% 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.
$450 investment → $506/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$506 /mo
~$6,066 / year
USD 157,500
if kept compliant
$150 — 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.
4.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,511 / year if left unfixed
$157,500
+3 more
$0.92 /mo
11486.5 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 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.
2.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.40 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.37 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.95 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.
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.
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 | |
|---|---|---|---|
Alt Text English - Test div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/26095f7e-81c5-4313-b0a3-a... | 197.6 KiB | 162.2 KiB |
RS contentCard div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/ee65d0a2-4cf4-47bc-bac8-5... | 162.6 KiB | 129.7 KiB |
dual AV div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/6bdbfc5f-b861-485f-b1de-8... | 106.0 KiB | 71.3 KiB |
dual enterprise v2 div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/19355825-a133-4e04-9297-3... | 74.6 KiB | 50.2 KiB |
slant AV mobile div.css-1bpvra8 > div.css-uwwqev > a.chakra-link > img.chakra-image | /transform/slant-hero-mobile/c7142308-ca2c-4f66-ba65-e321... | 41.0 KiB | 13.8 KiB |
Alt Text English - Test div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-mobile/26095f7e-81c5-4313-b0a3-ad... | 48.3 KiB | 12.8 KiB |
div.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image div.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image | /transform/eyebrow-logos/660f2120-cb3b-4297-bb0f-7521fc07... | 16.8 KiB | 10.7 KiB |
slant enterprise mobile div.css-1bpvra8 > div.css-uwwqev > a.chakra-link > img.chakra-image | /transform/slant-hero-mobile/af119758-6ed3-4e05-ae94-c40b... | 36.8 KiB | 9.6 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.
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 |
|---|---|
| netgear.com/ | 914 ms |
| www.netgear.com/ | 0.0 ms |
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.netgear.com/mobify/bundle/2706/vendor.js | 1.2 MiB | 964.7 KiB |
| www.netgear.com/mobify/bundle/2706/main.js | 177.5 KiB | 88.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-8DFZ7S2Z7W&cx=c>m=4e64h1 | 175.0 KiB | 70.4 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-775411533&cx=c>m=4e64h1 | 129.0 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-872320687&cx=c>m=4e64h1 | 144.9 KiB | 69.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T9RNV7G>m=4e64h1 | 179.4 KiB | 63.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-QBVMQ4SVMF&cx=c>m=4e64h1 | 143.5 KiB | 59.4 KiB |
| /gtm.js?id=GTM-MRPTJG6X>m_auth=>m_preview=>m_cookie... | 166.6 KiB | 54.1 KiB |
| www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js | 51.5 KiB | 48.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.
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 | 7.7 s |
| Script Parsing & Compilation | 1.3 s |
| Style & Layout | 1.2 s |
| Other | 1.2 s |
| Garbage Collection | 228 ms |
| Parse HTML & CSS | 184 ms |
| Rendering | 166 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image div.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image | /transform/eyebrow-logos/660f2120-cb3b-4297-bb0f-7521fc07... |
Switzerland (Deutsch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ch.png |
Switzerland (Français) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ch.png |
Belgium flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/be.png |
Denmark flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/dk.png |
Norway flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/no.png |
Singapore flag div.css-1y0bycm > div.chakra-stack > a.css-ynhb3o > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/sg.png |
Austria (Deutsch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/at.png |
China (汉语) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/cn.png |
Spain (Español) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/es.png |
France (Français) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/fr.png |
Hong Kong (English) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/hk.png |
Hong Kong (中文) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/hk.png |
India flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/in.png |
Italy (Italiano) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/it.png |
Japan (日本語) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/jp.png |
South Korea (한국어) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/kr.png |
Netherlands (Dutch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/nl.png |
Singapore flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/sg.png |
Poland (Polski) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/pl.png |
Sweden flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/se.png |
Germany (Deutsch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/de.png |
United States flag div.css-1y0bycm > div.chakra-stack > button.css-133bmxu > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/us.png |
United States flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/us.png |
Australia flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/au.png |
Canada (English) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ca.png |
Canada (Français) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ca.png |
Ireland flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ie.png |
New Zealand flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/nz.png |
United Kingdom flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/gb.png |
United Arab Emirates flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ae.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 |
|---|
Extraordinary Experiences, div.css-rg9omw > h1.chakra-heading > span.chakra-text > span.chakra-text |
These are opportunities to improve the legibility of your content.
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 |
|---|
English div.dg-app > div.dg-header > div.dg-main-language-dropdown > button.language-dropdown-trigger |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.netgear.com/mobify/bundle/2706/vendor.js line 1703, col 31071 |
| SharedStorage |
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.netgear.com/letter-from-the-ceo-fcc-conditional-approval/ | Learn More |
| www.netgear.com/business/solutions/smb/ | Learn More |
| www.netgear.com/av/ | Learn More |
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.
783 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
789 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.63 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.
6.34 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.
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 | |
|---|---|---|---|
Home Desktop div.css-1bpvra8 > div.css-uwwqev > a.chakra-link > img.chakra-image | /transform/slant-hero-desktop/5deb4d79-6cee-47a3-93af-797... | 258.7 KiB | 213.7 KiB |
AV Desktop div.css-1bpvra8 > div.css-uwwqev > a.chakra-link > img.chakra-image | /transform/slant-hero-desktop/0cf3451e-972f-442a-b166-00e... | 245.3 KiB | 200.3 KiB |
Alt Text English - Test div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/26095f7e-81c5-4313-b0a3-a... | 197.6 KiB | 159.9 KiB |
NETGEAR30 desktop div.chakra-container > div.css-1h67g55 > div.css-9ntulw > img.chakra-image | /transform/page-title-small-desktop/663666a6-bd7f-441d-ab... | 190.1 KiB | 150.1 KiB |
Enterprise Desktop div.css-1bpvra8 > div.css-uwwqev > a.chakra-link > img.chakra-image | /transform/slant-hero-desktop/1c326332-0d6d-45c7-bbe2-a48... | 186.3 KiB | 141.3 KiB |
RS contentCard div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/ee65d0a2-4cf4-47bc-bac8-5... | 162.6 KiB | 127.6 KiB |
Homepage4 Desktop div.css-1bpvra8 > div.css-uwwqev > a.chakra-link > img.chakra-image | /transform/slant-hero-desktop/a56fdb7a-3e32-4135-abfc-650... | 158.1 KiB | 113.1 KiB |
dual AV div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/6bdbfc5f-b861-485f-b1de-8... | 106.0 KiB | 69.0 KiB |
dual enterprise v2 div.cs-content-card > div.css-1n1ctis > div.css-1hsnes1 > img.chakra-image | /transform/content-card-desktop/19355825-a133-4e04-9297-3... | 74.6 KiB | 48.6 KiB |
security privacy Desktop div.cs-video-static-banner > div.css-1c061br > div.css-a98zuj > img.chakra-image | /transform/hero-video-static-desktop/e3e72c6b-6830-480e-8... | 35.2 KiB | 17.8 KiB |
div.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image div.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image | /transform/eyebrow-logos/660f2120-cb3b-4297-bb0f-7521fc07... | 16.8 KiB | 14.6 KiB |
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.
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 |
|---|---|
| netgear.com/ | 363 ms |
| www.netgear.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.
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 |
|---|---|---|
| www.netgear.com/mobify/bundle/2706/vendor.js | 1.2 MiB | 965.5 KiB |
| www.netgear.com/mobify/bundle/2706/main.js | 177.6 KiB | 88.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-8DFZ7S2Z7W&cx=c>m=4e64h1h1 | 175.0 KiB | 70.4 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-872320687&cx=c>m=4e64h1h1 | 144.8 KiB | 70.2 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-775411533&cx=c>m=4e64h1h1 | 129.0 KiB | 69.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T9RNV7G>m=4e64h1h1 | 179.4 KiB | 63.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-QBVMQ4SVMF&cx=c>m=4e64h1h1 | 143.5 KiB | 57.5 KiB |
| /gtm.js?id=GTM-MRPTJG6X>m_auth=>m_preview=>m_cookie... | 166.6 KiB | 54.1 KiB |
| www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js | 51.5 KiB | 48.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.netgear.com/mobify/bundle/2706/vendor.js | 1.3 s | 993 ms | 172 ms |
| /gtm.js?id=GTM-MRPTJG6X>m_auth=>m_preview=>m_cookie... | 253 ms | 211 ms | 21 ms |
| Unattributable | 219 ms | 14 ms | 0.0 ms |
| www.netgear.com/ | 217 ms | 3.4 ms | 0.5 ms |
| ob.powerstarsbuilding.com/i/a736a31e56d3fbb286053ec21c651c26.js | 180 ms | 142 ms | 5.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-T9RNV7G>m=4e64h1h1 | 139 ms | 114 ms | 20 ms |
| www.googletagmanager.com/gtag/js?id=G-8DFZ7S2Z7W&cx=c>m=4e64h1h1 | 112 ms | 92 ms | 20 ms |
| www.googletagmanager.com/gtag/js?id=G-QBVMQ4SVMF&cx=c>m=4e64h1h1 | 101 ms | 86 ms | 14 ms |
| /consent/9cc62578-c4bf-4706-a0dc-29a4683bd2ad/0711047b-46... | 83 ms | 66 ms | 5.3 ms |
| unpkg.com/web-vitals@0.2.4/dist/web-vitals.es5.umd.min.js | 74 ms | 53 ms | 0.3 ms |
| www.googletagmanager.com/gtag/destination?id=AW-872320687&cx=c>m=4e64h1h1 | 71 ms | 57 ms | 13 ms |
| www.netgear.com/mobify/bundle/2706/main.js | 67 ms | 2.9 ms | 27 ms |
| www.googletagmanager.com/gtag/destination?id=AW-775411533&cx=c>m=4e64h1h1 | 50 ms | 38 ms | 12 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 | 1.9 s |
| Script Parsing & Compilation | 325 ms |
| Style & Layout | 293 ms |
| Other | 266 ms |
| Garbage Collection | 65 ms |
| Parse HTML & CSS | 45 ms |
| Rendering | 37 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 | |
|---|---|
NETGEAR30 desktop div.chakra-container > div.css-1h67g55 > div.css-9ntulw > img.chakra-image | /transform/page-title-small-desktop/663666a6-bd7f-441d-ab... |
div.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image div.chakra-container > div.css-9wgek1 > div.eyebrow > img.chakra-image | /transform/eyebrow-logos/660f2120-cb3b-4297-bb0f-7521fc07... |
Switzerland (Deutsch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ch.png |
Switzerland (Français) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ch.png |
Belgium flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/be.png |
Denmark flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/dk.png |
Norway flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/no.png |
Singapore flag div.css-1y0bycm > div.chakra-stack > a.css-ynhb3o > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/sg.png |
Austria (Deutsch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/at.png |
China (汉语) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/cn.png |
Spain (Español) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/es.png |
France (Français) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/fr.png |
Hong Kong (English) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/hk.png |
Hong Kong (中文) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/hk.png |
India flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/in.png |
Italy (Italiano) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/it.png |
Japan (日本語) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/jp.png |
South Korea (한국어) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/kr.png |
Netherlands (Dutch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/nl.png |
Singapore flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/sg.png |
Poland (Polski) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/pl.png |
Sweden flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/se.png |
Germany (Deutsch) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/de.png |
United States flag div.css-1y0bycm > div.chakra-stack > button.css-133bmxu > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/us.png |
United States flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/us.png |
Australia flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/au.png |
Canada (English) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ca.png |
Canada (Français) flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ca.png |
Ireland flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ie.png |
New Zealand flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/nz.png |
United Kingdom flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/gb.png |
United Arab Emirates flag div.css-dij3a2 > a.chakra-link > div.css-1w2q96t > img.chakra-image | www.netgear.com/mobify/bundle/2706/static/img/flags/ae.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 |
|---|
Extraordinary Experiences, div.css-rg9omw > h1.chakra-heading > span.chakra-text > span.chakra-text |
These are opportunities to improve the legibility of your content.
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 |
|---|
English div.dg-app > div.dg-header > div.dg-main-language-dropdown > button.language-dropdown-trigger |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.netgear.com/mobify/bundle/2706/vendor.js line 1703, col 31071 |
| SharedStorage |
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.netgear.com/letter-from-the-ceo-fcc-conditional-approval/ | Learn More |
| www.netgear.com/business/solutions/smb/ | Learn More |
| www.netgear.com/av/ | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback