Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 39.5s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
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 44.4 MB (40.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 control(s) without accessible label
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/18b16107-f08c-4bca-a43a-e6fbaa2f203b)<a href="https://beavercheck.com/results/18b16107-f08c-4bca-a43a-e6fbaa2f203b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdlink.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdlink.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 39.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~35%.
Page takes 39.5s to load
+12% bounceUsers abandon at ~3s — you're 37.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.3s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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
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 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, …)
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
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.
€425 investment → €9.32/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€9.32 /mo
~€112 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,676 / month at risk
~€120,500,112 / year if left unfixed
€120,500,000
+18 more
€9.32 /mo
125804.3 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
39.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.27 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.240
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
22.35 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.
45.62 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | www.dlink.com/es/es/-/media/product-pages/dbr/dbr-series-mobile-bn2.png | 1.0 MiB | 877.8 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | /es/es/-/media/main-landing/banners/2025/wifi7_hero_mobil... | 499.9 KiB | 353.4 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | /es/es/-/media/images/es/banners/2023/img-mobile_banner-t... | 450.8 KiB | 270.2 KiB |
Industria, IoT
Routers M2M 5G
Saber más section#Half-Heroes > div.container-0-2-2 > div.HalfHeroesBox-halfHero-0 > div.HalfHeroesBox-imageContainer-1 | www.dlink.com/es/es/-/media/images/es/teasers/half_heroe_business.jpg | 214.7 KiB | 137.4 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | /es/es/-/media/main-landing/banners/2025/homepage-bannerm... | 322.6 KiB | 125.2 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | /es/es/-/media/images/es/banners/2023/banner-switches-dxs... | 316.3 KiB | 113.1 KiB |
div.grid > div.grid__col > div.module > div.promo | www.dlink.com/es/es/-/media/images/es/banners/2025/teasers_promo.jpg | 154.9 KiB | 109.3 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | www.dlink.com/es/es/-/media/about/dlink40thmobile2.png | 120.6 KiB | 97.3 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | /es/es/-/media/images/es/banners/2025/banner-web-sw-wirel... | 97.1 KiB | 70.6 KiB |
div.grid > div.grid__col > div.module > div.promo div.grid > div.grid__col > div.module > div.promo | www.dlink.com/es/es/-/media/images/es/banners/2026/unity-teaser-web-es.jpg | 125.4 KiB | 64.4 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | www.dlink.com/es/es/-/media/images/es/banners/2026/banner-web-dgs1530-movil.jpg | 85.8 KiB | 59.4 KiB |
Catálogos por gamas
Un fabricante, todas las soluciones
Descárgalos aquí section#Half-Heroes > div.container-0-2-2 > div.HalfHeroesBox-halfHero-0 > div.HalfHeroesBox-imageContainer-1 | /es/es/-/media/images/es/banners/2025/banner-hero-home-ca... | 120.6 KiB | 43.3 KiB |
“D-Link div.gdpr > div#cookieMainHeader > div.logo > img.inline-i6kl5f | consent.truste.com/get?name=D-Link-new-logo-2025.png | 26.6 KiB | 22.7 KiB |
div.grid > div.grid__col > div.module > div.promo div.grid > div.grid__col > div.module > div.promo | www.dlink.com/es/es/-/media/images/es/banners/2023/teasercatalogodescarga.jpg | 71.4 KiB | 10.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| code.jquery.com/jquery-3.1.1.min.js | 29.7 KiB | 1.1 s |
| code.jquery.com/jquery-migrate-3.0.0.min.js | 3.0 KiB | 150 ms |
| www.dlink.com/layouts/system/VisitorIdentification.js | 808 B | |
| www.dlink.com/_include/redesign/css/legacy-main.css?v=2.7.2.0 | 68.4 KiB | 1.1 s |
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 |
|---|---|
| dlink.com/ | 803 ms |
| www.dlink.com/ | 784 ms |
| www.dlink.com/es/es | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.dlink.com/es/es | 672 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Required Cookies
These cookies are necessary to enable the basic features of th… div > div.mainContent > div.gdpr > div.prefPanel | 0.173 |
main.main > section#Teasers > div.grid > div.grid__col main.main > section#Teasers > div.grid > div.grid__col | 0.132 |
Privacy Policy | Powered by:
div.wrapper > div > div.footer | 0.031 |
Privacy Policy | Powered by:
div.wrapper > div > div.footer | 0.028 |
Required Cookies
These cookies are necessary to enable the basic features of th… div > div.mainContent > div.gdpr > div.prefPanel | 0.008 |
Every Connection Counts, For You and More div.hero > div.hero__container > div.hero__content > h1.heading | 0.005 |
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.dlink.com/_include/redesign/css/legacy-main.css?v=2.7.2.0 | 68.4 KiB | 10.1 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 |
|---|---|---|
| www.dlink.com/_include/redesign/css/legacy-main.css?v=2.7.2.0 | 68.3 KiB | 63.7 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.dlink.com/Assets/js/react/vendor.min.js?v=63894444102 | 199.5 KiB | 129.8 KiB |
| acsbapp.com/apps/app/dist/js/app.js | 216.8 KiB | 114.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-6SHRMZ7J4Y&cx=c>m=4e64k1 | 174.1 KiB | 67.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-4WMFM7Q7DW&cx=c>m=4e64k1 | 172.0 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-2PYC0QMT17&cx=c>m=4e64k1 | 156.8 KiB | 65.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T7X8QGS | 150.5 KiB | 61.7 KiB |
| www.dlink.com/_include/redesign/js/plugins.js?version=0.0.1 | 80.0 KiB | 47.3 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.dlink.com/es/es | 7.5 s | 320 ms | 14 ms |
| www.dlink.com/_include/redesign/js/modules.js?version=0.0.1 | 5.3 s | 4.8 s | 9.6 ms |
| www.dlink.com/_include/redesign/js/plugins.js?version=0.0.1 | 4.6 s | 120 ms | 40 ms |
| Unattributable | 2.0 s | 42 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-2PYC0QMT17&cx=c>m=4e64k1 | 635 ms | 574 ms | 41 ms |
| acsbapp.com/apps/app/dist/js/app.js | 379 ms | 287 ms | 63 ms |
| www.googletagmanager.com/gtm.js?id=GTM-T7X8QGS | 263 ms | 218 ms | 41 ms |
| www.googletagmanager.com/gtag/js?id=G-6SHRMZ7J4Y&cx=c>m=4e64k1 | 255 ms | 208 ms | 45 ms |
| www.googletagmanager.com/gtag/js?id=G-4WMFM7Q7DW&cx=c>m=4e64k1 | 213 ms | 164 ms | 45 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 164 ms | 120 ms | 11 ms |
| www.dlink.com/Assets/js/react/client.min.js?v=63894444102 | 141 ms | 137 ms | 4.0 ms |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 86 ms | 9.4 ms | 1.4 ms |
| www.dlink.com/Assets/js/react/vendor.min.js?v=63894444102 | 56 ms | 2.0 ms | 54 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 | 7.1 s |
| Style & Layout | 6.8 s |
| Other | 5.4 s |
| Rendering | 1.7 s |
| Script Parsing & Compilation | 383 ms |
| Garbage Collection | 155 ms |
| Parse HTML & CSS | 126 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 |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dlink.com/_include/redesign/js/modules.js?version=0.0.1 | 17.1 KiB | 2.1 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.
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 |
|---|
6 div.slider-wrapper > div.js-progressbar > ul.slick-dots > li#slick-slide05 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6
7
8
9 main.main > div.slider-wrapper > div.js-progressbar > ul.slick-dots |
NO
YES div.prefPanel > div > div.cookiecat > div.switch |
NO
YES div.prefPanel > div > div.cookiecat > div.switch |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Our Brand
Every Connection Counts, For You and More
Cada conexión cuenta,
para … div.slider-wrapper > div.js-progressbar > div.slick-list > div.slick-track |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header#header > div.site-header__container > div.section-nav > button.section-nav__button header#header > div.site-header__container > div.section-nav > button.section-nav__button |
header#header > div.site-header__container > div.language-search-container > button.search-bar-button header#header > div.site-header__container > div.language-search-container > button.search-bar-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black |
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white |
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search-bar > div.search-bar__container > form#mainSearchBar > input div.search-bar > div.search-bar__container > form#mainSearchBar > input |
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.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__link |
div.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__link |
div.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__link |
div.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__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.
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 |
|---|
Más ancho de banda, mismo cableado div.hero > div.hero__container > div.hero__content > span.heading |
Switches
Multi-Gigabit div.hero > div.hero__container > div.hero__content > h1.heading |
Saber más div.hero > div.hero__container > div.hero__content > a.button |
Enviar div.row > div.grid > div.grid__col > button.c-newsletter__button |
Privacidad nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Condiciones de uso nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Codigo Etico nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Mapa del sitio nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Suscripción al boletín de noticias nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
© 2026 D‑Link (Europe) Ltd. D-Link Iberia, S.L. - Muntaner, 239-253 (3º "A") - … div.grid > div.grid__col > nav.legal-nav > span.legal-nav__copyright |
View Required Cookies div.prefPanel > div > div.cookiecat > a.viewcookie |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
SUBMIT PREFERENCES div.mainContent > div.gdpr > div.pdynamicbutton > a.submit |
Privacy Policy | Powered by: div.wrapper > div > div.footer > div.right |
Privacy Policy div > div.footer > div.right > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div > div.footer > div.right > a |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#body > div#pop-div2045327103052563755 > div#pop-div3047708773970133644 > div#pop-frame02089283076993136 body#body > div#pop-div2045327103052563755 > div#pop-div3047708773970133644 > div#pop-frame02089283076993136 |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
D-Link ofrece la máxima versatilidad para desplegar
WiFi 6 y 7 al máximo rendim… div.hero > div.hero__container > div.hero__content > h3.sub-heading |
Required Cookies div.cookiecat > div > span.gwt-InlineHTML > h3 |
These are opportunities to improve keyboard navigation in your application.
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#viewport head > meta#viewport |
These items highlight common accessibility best practices.
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 |
|---|
View Required Cookies div.prefPanel > div > div.cookiecat > a.viewcookie |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
NO div > div.cookiecat > div.switch > span.gwt-InlineHTML |
YES div > div.cookiecat > div.switch > span.gwt-InlineHTML |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
NO div > div.cookiecat > div.switch > span.gwt-InlineHTML |
YES div > div.cookiecat > div.switch > span.gwt-InlineHTML |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Made for Meta div.hero__container > div.hero__content > h1.heading > img#metabadge1 | www.dlink.com/es/-/media/eb276c5bd5bd4db69e7f970d1683d313.ashx | 340 x 100 | 340 x 100 | 510 x 150 |
Nuclias connect div.hero__content > h3.sub-heading > p > img | www.dlink.com/es/-/media/c589c6c822a7463d9b2ef39cd4af7cd1.ashx | 143 x 52 | 143 x 52 | 215 x 78 |
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.dlink.com/es/es line 172, col 30313 |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black |
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white |
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.
874 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
889 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.190
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.75 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.
3.41 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.module > div.hero > div.hero__video > video div.module > div.hero > div.hero__video > video | /es/es/-/media/main-landing/banners/2025/homepage-bannerm... | 356.2 KiB | 211.0 KiB |
div.slider__slide > div.module > div.hero > div.hero__image div.slider__slide > div.module > div.hero > div.hero__image | www.dlink.com/es/es/-/media/about/700x1766.png | 357.3 KiB | 156.1 KiB |
Industria, IoT
Routers M2M 5G
Saber más section#Half-Heroes > div.container-0-2-2 > div.HalfHeroesBox-halfHero-0 > div.HalfHeroesBox-imageContainer-1 | www.dlink.com/es/es/-/media/images/es/teasers/half_heroe_business.jpg | 214.7 KiB | 137.4 KiB |
div.grid > div.grid__col > div.module > div.promo | www.dlink.com/es/es/-/media/images/es/banners/2025/teasers_promo.jpg | 154.9 KiB | 109.3 KiB |
div.grid > div.grid__col > div.module > div.promo div.grid > div.grid__col > div.module > div.promo | www.dlink.com/es/es/-/media/images/es/banners/2026/unity-teaser-web-es.jpg | 125.4 KiB | 64.4 KiB |
Catálogos por gamas
Un fabricante, todas las soluciones
Descárgalos aquí section#Half-Heroes > div.container-0-2-2 > div.HalfHeroesBox-halfHero-0 > div.HalfHeroesBox-imageContainer-1 | /es/es/-/media/images/es/banners/2025/banner-hero-home-ca... | 120.6 KiB | 43.3 KiB |
“D-Link div.gdpr > div#cookieMainHeader > div.logo > img.inline-i6kl5f | consent.truste.com/get?name=D-Link-new-logo-2025.png | 26.6 KiB | 22.8 KiB |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon | /es/es/-/media/icon-library/navigation/business-network-s... | 13.7 KiB | 10.5 KiB |
div.grid > div.grid__col > div.module > div.promo div.grid > div.grid__col > div.module > div.promo | www.dlink.com/es/es/-/media/images/es/banners/2023/teasercatalogodescarga.jpg | 71.4 KiB | 10.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| code.jquery.com/jquery-3.1.1.min.js | 29.7 KiB | 241 ms |
| code.jquery.com/jquery-migrate-3.0.0.min.js | 3.0 KiB | |
| www.dlink.com/layouts/system/VisitorIdentification.js | 789 B | |
| www.dlink.com/_include/redesign/css/legacy-main.css?v=2.7.2.0 | 68.4 KiB | 132 ms |
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 |
|---|---|
| dlink.com/ | 249 ms |
| www.dlink.com/ | 236 ms |
| www.dlink.com/es/es | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.dlink.com/es/es | 705 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
body#body > main.main > section#Teasers | 0.145 |
Required Cookies
These cookies are necessary to enable the basic features of th… div > div.mainContent > div.gdpr > div.prefPanel | 0.028 |
Privacy Policy | Powered by:
div.wrapper > div > div.footer | 0.008 |
Privacy Policy | Powered by:
div.wrapper > div > div.footer | 0.007 |
Required Cookies
These cookies are necessary to enable the basic features of th… div > div.mainContent > div.gdpr > div.prefPanel | 0.002 |
ES|ES div.site-header-wrapper > header#header > div.site-header__container > div.language-search-container | 0.000 |
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.dlink.com/_include/redesign/css/legacy-main.css?v=2.7.2.0 | 68.3 KiB | 62.7 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.dlink.com/Assets/js/react/vendor.min.js?v=63894444102 | 199.5 KiB | 129.8 KiB |
| acsbapp.com/apps/app/dist/js/app.js | 216.8 KiB | 114.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-6SHRMZ7J4Y&cx=c>m=4e64k1 | 174.1 KiB | 68.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-4WMFM7Q7DW&cx=c>m=4e64k1 | 172.0 KiB | 68.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-2PYC0QMT17&cx=c>m=4e64k1 | 156.9 KiB | 67.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T7X8QGS | 150.5 KiB | 62.7 KiB |
| www.dlink.com/_include/redesign/js/plugins.js?version=0.0.1 | 80.0 KiB | 46.5 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.dlink.com/es/es | 4.8 s | 101 ms | 2.7 ms |
| www.dlink.com/_include/redesign/js/modules.js?version=0.0.1 | 1.6 s | 1.5 s | 2.5 ms |
| Unattributable | 739 ms | 37 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-2PYC0QMT17&cx=c>m=4e64k1 | 132 ms | 115 ms | 11 ms |
| acsbapp.com/apps/app/dist/js/app.js | 104 ms | 72 ms | 18 ms |
| www.googletagmanager.com/gtag/js?id=G-4WMFM7Q7DW&cx=c>m=4e64k1 | 80 ms | 60 ms | 19 ms |
| www.googletagmanager.com/gtag/js?id=G-6SHRMZ7J4Y&cx=c>m=4e64k1 | 78 ms | 67 ms | 9.8 ms |
| www.googletagmanager.com/gtm.js?id=GTM-T7X8QGS | 68 ms | 57 ms | 11 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 |
|---|---|
| Style & Layout | 2.8 s |
| Script Evaluation | 2.1 s |
| Other | 2.0 s |
| Rendering | 710 ms |
| Script Parsing & Compilation | 103 ms |
| Garbage Collection | 74 ms |
| Parse HTML & CSS | 31 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 |
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.dlink.com/_include/redesign/css/legacy-main.css?v=2.7.2.0 | 68.4 KiB | 10.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dlink.com/_include/redesign/js/modules.js?version=0.0.1 | 17.2 KiB | 2.1 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.
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 |
|---|
6 div.slider-wrapper > div.js-progressbar > ul.slick-dots > li#slick-slide05 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
123456789 main.main > div.slider-wrapper > div.js-progressbar > ul.slick-dots |
NO
YES div.prefPanel > div > div.cookiecat > div.switch |
NO
YES div.prefPanel > div > div.cookiecat > div.switch |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Empresas Hogar Digital
Switching
Wireless
Nuclias
Videovigilancia IP
In… main.main > section#navigationInPage > div.container > div.section-nav-in-page |
Switching
Wireless
Nuclias
Videovigilancia IP
Industrial
Accesorios div.container > div.section-nav-in-page > ul.section-nav-in-page__list > nav.primary-nav-in-page |
div.container > div.section-nav-in-page > ul.section-nav-in-page__list > nav.primary-nav-in-page div.container > div.section-nav-in-page > ul.section-nav-in-page__list > nav.primary-nav-in-page |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Our Brand
Every Connection Counts, For You and More
Cada conexión cuenta,
para … div.slider-wrapper > div.js-progressbar > div.slick-list > div.slick-track |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header#header > div.site-header__container > div.language-search-container > button.search-bar-button header#header > div.site-header__container > div.language-search-container > button.search-bar-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white |
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.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__link |
div.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__link |
div.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__link |
div.grid__col > ul.social-list > li.social-list__item > a.social-list__link div.grid__col > ul.social-list > li.social-list__item > a.social-list__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.
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 |
|---|
Saber más div.hero > div.hero__container > div.hero__content > a.button |
Hogar Digital div.section-nav-in-page > ul.section-nav-in-page__list > li.section-nav-in-page__item > button.section-nav-in-page__link |
Switching nav.primary-nav-in-page > ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link |
Wireless nav.primary-nav-in-page > ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link |
Nuclias nav.primary-nav-in-page > ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link |
Videovigilancia IP nav.primary-nav-in-page > ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link |
Industrial nav.primary-nav-in-page > ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link |
Accesorios nav.primary-nav-in-page > ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link |
Enviar div.row > div.grid > div.grid__col > button.c-newsletter__button |
Wi‑Fi li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
4G & 5G li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
Cámaras li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
Hogar Inteligente li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
Switches li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
Accesorios li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
mydlink li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
Dónde Comprar li.footer-nav__item > div#tab0 > div.footer-nav__sub-item > a.footer-nav__link |
Switching li.footer-nav__item > div#tab1 > div.footer-nav__sub-item > a.footer-nav__link |
Wireless li.footer-nav__item > div#tab1 > div.footer-nav__sub-item > a.footer-nav__link |
Nuclias li.footer-nav__item > div#tab1 > div.footer-nav__sub-item > a.footer-nav__link |
Videovigilancia IP li.footer-nav__item > div#tab1 > div.footer-nav__sub-item > a.footer-nav__link |
Industrial li.footer-nav__item > div#tab1 > div.footer-nav__sub-item > a.footer-nav__link |
Accesorios li.footer-nav__item > div#tab1 > div.footer-nav__sub-item > a.footer-nav__link |
Dónde Comprar li.footer-nav__item > div#tab1 > div.footer-nav__sub-item > a.footer-nav__link |
Casos de éxito li.footer-nav__item > div#tab2 > div.footer-nav__sub-item > a.footer-nav__link |
Formación Técnica li.footer-nav__item > div#tab2 > div.footer-nav__sub-item > a.footer-nav__link |
Catálogos li.footer-nav__item > div#tab2 > div.footer-nav__sub-item > a.footer-nav__link |
Vídeos y Webinars li.footer-nav__item > div#tab2 > div.footer-nav__sub-item > a.footer-nav__link |
Product Selector li.footer-nav__item > div#tab2 > div.footer-nav__sub-item > a.footer-nav__link |
Soporte Técnico li.footer-nav__item > div#tab3 > div.footer-nav__sub-item > a.footer-nav__link |
Sobre D-Link li.footer-nav__item > div#tab3 > div.footer-nav__sub-item > a.footer-nav__link |
Notas de Prensa li.footer-nav__item > div#tab3 > div.footer-nav__sub-item > a.footer-nav__link |
Eventos li.footer-nav__item > div#tab3 > div.footer-nav__sub-item > a.footer-nav__link |
Partners li.footer-nav__item > div#tab3 > div.footer-nav__sub-item > a.footer-nav__link |
Contacto li.footer-nav__item > div#tab3 > div.footer-nav__sub-item > a.footer-nav__link |
Boletín de seguridad li.footer-nav__item > div#tab3 > div.footer-nav__sub-item > a.footer-nav__link |
Privacidad nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Condiciones de uso nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Codigo Etico nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Mapa del sitio nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
Suscripción al boletín de noticias nav.legal-nav > ul.legal-nav__list > li.legal-nav__item > a.legal-nav__link |
© 2026 D‑Link (Europe) Ltd. D-Link Iberia, S.L. - Muntaner, 239-253 (3º "A") - … div.grid > div.grid__col > nav.legal-nav > span.legal-nav__copyright |
View Required Cookies div.prefPanel > div > div.cookiecat > a.viewcookie |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
SUBMIT PREFERENCES div.mainContent > div.gdpr > div.pdynamicbutton > a.submit |
Privacy Policy | Powered by: div.wrapper > div > div.footer > div.right |
Privacy Policy div > div.footer > div.right > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div > div.footer > div.right > a |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#body > div#pop-div208112836343749009 > div#pop-div305226351470016981 > div#pop-frame08608250442270333 body#body > div#pop-div208112836343749009 > div#pop-div305226351470016981 > div#pop-frame08608250442270333 |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
D-Link ofrece la máxima versatilidad para desplegar
WiFi 6 y 7 al máximo rendim… div.hero > div.hero__container > div.hero__content > h3.sub-heading |
Required Cookies div.cookiecat > div > span.gwt-InlineHTML > h3 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Empresas Hogar Digital
Switching
Wireless
Nuclias
Videovigilancia IP
In… section#navigationInPage > div.container > div.section-nav-in-page > ul.section-nav-in-page__list |
These are opportunities to improve the experience of reading tabular or list data using 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#viewport head > meta#viewport |
These items highlight common accessibility best practices.
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 |
|---|
View Required Cookies div.prefPanel > div > div.cookiecat > a.viewcookie |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
NO div > div.cookiecat > div.switch > span.gwt-InlineHTML |
YES div > div.cookiecat > div.switch > span.gwt-InlineHTML |
Detailed Settings div.prefPanel > div > div.cookiecat > a.viewcookie |
NO div > div.cookiecat > div.switch > span.gwt-InlineHTML |
YES div > div.cookiecat > div.switch > span.gwt-InlineHTML |
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.dlink.com/es/es line 172, col 30313 |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--black |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon ul#empresas-nav-in-page > li.primary-nav-in-page__item > a.primary-nav-in-page__link > img.primary-nav-in-page__icon |
div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white div.language-selector > div.language-selector__toggle > div.language-selector__flag > img.flag-site-header--white |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback