Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3617c045-e636-4f1f-8066-f3a4541f303a)<a href="https://beavercheck.com/results/3617c045-e636-4f1f-8066-f3a4541f303a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdigikey.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdigikey.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 8.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 8.5s to load
+12% bounceUsers abandon at ~3s — you're 6.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 5.1s
+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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $6,379/month returns + USD 150,000 risk avoided
$500
5h · 5 findings
$6,379 /mo
~$76,548 / year
USD 150,000
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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,007 / year if left unfixed
$150,000
$0.55 /mo
6871.1 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.120
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.85 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.
21.97 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.
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.
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 | |
|---|---|---|---|
SCM Series Communication Modules - SolaHD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/SolaHD/SCM Series Co... | 27.2 KiB | 24.8 KiB |
EAGLE40 Industrial Firewalls - Hirschmann div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/H/Hirschmann/EAGLE40 I... | 24.9 KiB | 22.5 KiB |
PCB Buider div.myHmpg-resTools > div.dk-card > div.myHmpg-resTools__image > img.myHmpg__cardImage | /-/media/Images/2021 Homepage Images/Resource List/Tools.... | 9.3 KiB | 8.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| digikey.com/ | 1.5 s |
| www.digikey.com/ | 0.0 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 |
|---|---|
PRODUCTS VIEW ALL
Automation & Control
Boxes, Enclosures, Racks
Cable Assemblie… body.ltr > div#main-layout-content | 0.094 |
body.ltr > div#main-layout-content > div.layout-onecolumn > ::after body.ltr > div#main-layout-content > div.layout-onecolumn > ::after | 0.025 |
digikey.com div.dk-modal__content > div.domain-suggest__flags > div.domain-suggest__flag > span.domain-suggest__domain | 0.002 |
body.ltr > header#header > div.header__top > div.flymenu__pin body.ltr > header#header > div.header__top > div.flymenu__pin | 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.
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 |
|---|---|---|
| /-/media/Designer/Header/ENav2021/CSS/combined.css?la=en&... | 16.2 KiB | 4.1 KiB |
| /-/media/Designer/Homepage 2021/CSS/homepage.css?la=en&ts... | 8.9 KiB | 2.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 |
|---|---|---|
| digikey.egain.cloud/system/templates/chat/egain-docked-chat.js | 56.4 KiB | 27.7 KiB |
| /-/media/Designer/Header/ENav2021/Javascript/header.js?la... | 23.3 KiB | 8.7 KiB |
| /-/media/Designer/Footer/Footer Redesign/MVC/JS/dktstr.js... | 16.4 KiB | 8.1 KiB |
| digikey.egain.cloud/system/cb/admin/js/allow_cobrowse.js | 6.4 KiB | 2.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.digikey.com/-/digit/global.min.css?v=1.0.5 | 24.6 KiB | 22.7 KiB |
| /-/media/Designer/Header/ENav2021/CSS/combined.css?la=en&... | 15.9 KiB | 12.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.evgnet.com/beacon/digikey/production/scripts/evergage.min.js | 122.0 KiB | 81.9 KiB |
| cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js | 124.0 KiB | 77.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-987442776&cx=c>m=4e64k1h2 | 144.8 KiB | 70.3 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-986885005&cx=c>m=4e64k1h2 | 136.2 KiB | 67.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-0434Z4NCVG&cx=c>m=4e64k1h2 | 161.3 KiB | 66.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-53KHTQK | 213.6 KiB | 54.4 KiB |
| info.digikey.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.6 KiB |
| www.digikey.com/-/digit/global.min.js?v=1.0.5 | 62.8 KiB | 51.2 KiB |
| digikey.egain.cloud/system/templates/chat/egain-docked-chat.js | 56.4 KiB | 49.0 KiB |
| info.digikey.com/js/forms2/js/forms2.min.js | 67.0 KiB | 36.3 KiB |
| www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js | 51.5 KiB | 29.9 KiB |
| /-/media/Designer/Carousel/Swiper/JS/carousel.js?la=en&ts... | 61.7 KiB | 27.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.
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.4 s |
| Other | 1.5 s |
| Style & Layout | 1.0 s |
| Script Parsing & Compilation | 675 ms |
| Garbage Collection | 194 ms |
| Parse HTML & CSS | 168 ms |
| Rendering | 161 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Singapore div.dk-modal__content > div.domain-suggest__flags > div.domain-suggest__flag > img | /-/media/Images/Global/Flags/Large/SG_Flag.jpg?la=en&ts=5... |
United States div.dk-modal__content > div.domain-suggest__flags > div.domain-suggest__flag > img | /-/media/Images/Global/Flags/Large/US_Flag.jpg?la=en&ts=2... |
TPT1021Q Automotive LIN Transceiver - 3PEAK div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/0-9/3PEAK/TPT1021Q Aut... |
SCM Series Communication Modules - SolaHD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/SolaHD/SCM Series Co... |
Heavy-Duty NEMA 4X Hinged Black Box - Bud Industries div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/B/Bud Industries/Heavy... |
ABP2 ULP Series - Honeywell div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/H/Honeywell Sensing an... |
RAC1913 Series - E-Switch div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/E/E-Switch/RCA1913 Ser... |
EAGLE40 Industrial Firewalls - Hirschmann div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/H/Hirschmann/EAGLE40 I... |
BC-2600 - MPD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/M/MPD - Memory Protect... |
T3DSO700HD Series Oscilloscopes - Teledyne LeCroy div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/T/Teledyne LeCroy/T3DS... |
Power Defense Circuit Breakers - Eaton div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/E/Eaton/Power Defense ... |
Harmony Pocket Remote Transmitters and Receivers - Schneider Electric div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/Schneider Electric/H... |
Drone Solutions - onsemi div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/O/ON Semiconductor/Dro... |
PHS225-PHV225 Series - KEMET div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/K/Kemet/Hybrid Radial ... |
FS1525 uPOL DC DC Power Module - TDK div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/T/TDK Corporation/FS15... |
FINEPITCH Series Board-to-Board Connectors - Phoenix Contact div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/P/Phoenix Contact/FINE... |
MSPM0C1106SRUKR - Texas Instruments div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/T/Texas Instruments/A ... |
Electrically Conductive Tape Solutions - 3M div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/0-9/3M/Electrically Co... |
Aerospace and Defense - Analog Devices div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/A/Analog Devices Inc/A... |
Industrial Fans - Delta div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/D/Delta Product Groups... |
LOP Series PCB Type Power Supplies - MEAN WELL div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/M/Mean Well/LOP Series... |
TPT1021Q Automotive LIN Transceiver - 3PEAK div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/0-9/3PEAK/TPT1021Q Aut... |
SCM Series Communication Modules - SolaHD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/SolaHD/SCM Series Co... |
Image of YAGEO Group Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/Y/web-yageo-group.png?la=en&ts=3b... |
Image of Honeywell's Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/H/web-honeywell.png?la=en&ts=8073... |
Image of E-Switch logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/E/web-e-switch.png?la=en&ts=978a0... |
Image of 3PEAK Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/0-9/web-3peak.png?la=en&ts=f8dd88... |
Image of 3PEAK Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/0-9/web-3peak.png?la=en&ts=f8dd88... |
Image of onsemi logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/O/web-on_semiconductor.png?la=en&... |
Image of SolaHD logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/S/web-solahd_emerson_horizontal.p... |
Image of SolaHD logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/S/web-solahd_emerson_horizontal.p... |
Image of Hirschmann logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/H/web-hirschmann.png?la=en&ts=c3f... |
Image of Texas Instruments color logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/T/web-texas_instruments.png?la=en... |
Image of Teledyne LeCroy logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/T/web-teledyne_lecroy.png?la=en&t... |
Image of Phoenix Contact's Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/P/web-phoenix_contact.png?la=en&t... |
Image of Eaton Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/E/web-eaton-electrical.png?la=en&... |
TDK div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/T/tdk_alt.jpg?la=en&ts=ab38808f-3... |
Image of 3M color logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/0-9/web-3M_Color.png?la=en&ts=8f3... |
Image of Schneider Electric logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/S/web-schneider-electric.png?la=e... |
Image of Delta Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/D/web-delta_product_groups.png?la... |
Image of Analog Devices color logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/A/web-analog_devices.png?la=en&ts... |
Image of Memory Protection Devices Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/M/web-memory_protection_devices.p... |
Image of Mean Well logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/M/web-mean_well.png?la=en&ts=276c... |
Image of Bud Industries, Inc. logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/B/web-bud_industries.png?la=en&ts... |
Facebook div.footer__column > div.footer__social > a > img | |
X div.footer__column > div.footer__social > a > img | |
YouTube div.footer__column > div.footer__social > a > img | |
Instagram div.footer__column > div.footer__social > a > img | |
LinkedIn div.footer__column > div.footer__social > a > img | |
Download on the App Store div.footer__column > div.footer__apps > a > img | |
Get it on Google Play div.footer__column > div.footer__apps > a > img |
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 |
|---|
div.footer__subscribe > div.email-area > span.footer-email-inputs > input.footer-email-button div.footer__subscribe > div.email-area > span.footer-email-inputs > input.footer-email-button |
Reject All div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-reject-all-handler |
Accept All Cookies div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Top quality support div.richtextcontent > div.information-section > div.support > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
header#header > div.header__top > div.flymenu__pin > a#my_digikey_logged_out header#header > div.header__top > div.flymenu__pin > a#my_digikey_logged_out |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 1 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 8 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 9 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 10 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 11 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 12 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 13 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 14 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 15 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 16 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 17 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 18 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 19 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 1 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
About DigiKey div.footer__wrapper > div.footer__top > div.footer__column > a |
Marketplace div.footer__wrapper > div.footer__top > div.footer__column > a |
Sell on DigiKey.com div.footer__wrapper > div.footer__top > div.footer__column > a |
Careers div.footer__wrapper > div.footer__top > div.footer__column > a |
Site Map div.footer__wrapper > div.footer__top > div.footer__column > a |
Digital Solutions div.footer__wrapper > div.footer__top > div.footer__column > a |
Newsroom div.footer__wrapper > div.footer__top > div.footer__column > a |
Help and Support div.footer__wrapper > div.footer__top > div.footer__column > a |
Order Status div.footer__wrapper > div.footer__top > div.footer__column > a |
Shipping Rates/Options div.footer__wrapper > div.footer__top > div.footer__column > a |
Returns and Order Issues div.footer__wrapper > div.footer__top > div.footer__column > a |
Tariff Information div.footer__wrapper > div.footer__top > div.footer__column > a |
Terms & Conditions div.footer__wrapper > div.footer__bottom > div.footer__bottom--line-1 > a |
Privacy Notice div.footer__wrapper > div.footer__bottom > div.footer__bottom--line-1 > a |
Accessibility Statement div.footer__wrapper > div.footer__bottom > div.footer__bottom--line-1 > a |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | digikey.egain.cloud/system/templates/chat/egain-docked-chat.js line 6107, col 15 |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
CUI Inc div.flymenu__column > ul.flymenu__items > li.flymenu__item > a.flymenu__item-title |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Resources div.flymenu__container > ul.flymenu__sections > li.flymenu__section > a.flymenu__section-title |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Yes, Continue to Co-Browse body.ltr > div#cobrowse-footer-modal > div.dk-modal__content > a.dk-btn__primary |
Chat body.ltr > div#helpModal > div.helpFooter > a.dk-btn__secondary |
Chat div.footer__wrapper > div.footer__top > div.footer__column > a.rte-livechat |
Co-Browse div.footer__wrapper > div.footer__top > div.footer__column > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
855 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.051
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.54 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.
5.54 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.
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.
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.
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 | |
|---|---|---|---|
SCM Series Communication Modules - SolaHD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/SolaHD/SCM Series Co... | 27.2 KiB | 24.8 KiB |
EAGLE40 Industrial Firewalls - Hirschmann div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/H/Hirschmann/EAGLE40 I... | 24.9 KiB | 22.5 KiB |
PCB Buider div.myHmpg-resTools > div.dk-card > div.myHmpg-resTools__image > img.myHmpg__cardImage | /-/media/Images/2021 Homepage Images/Resource List/Tools.... | 9.3 KiB | 9.1 KiB |
Content div.myHmpg-resTools > div.dk-card > div.myHmpg-resTools__image > img.myHmpg__cardImage | /-/media/Images/2021 Homepage Images/Resource List/Conten... | 4.1 KiB | 4.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| digikey.com/ | 888 ms |
| www.digikey.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 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.digikey.com/-/digit/global.min.css?v=1.0.5 | 24.6 KiB | 22.6 KiB |
| /-/media/Designer/Header/ENav2021/CSS/combined.css?la=en&... | 15.8 KiB | 12.2 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 |
|---|---|---|
| cdn.evgnet.com/beacon/digikey/production/scripts/evergage.min.js | 122.0 KiB | 81.9 KiB |
| cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js | 124.0 KiB | 77.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-987442776&cx=c>m=4e64k0 | 144.8 KiB | 70.3 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-986885005&cx=c>m=4e64k0 | 136.2 KiB | 68.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-0434Z4NCVG&cx=c>m=4e64k0 | 161.3 KiB | 66.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-53KHTQK | 213.5 KiB | 54.4 KiB |
| info.digikey.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.6 KiB |
| www.digikey.com/-/digit/global.min.js?v=1.0.5 | 62.8 KiB | 51.2 KiB |
| digikey.egain.cloud/system/templates/chat/egain-docked-chat.js | 56.4 KiB | 49.0 KiB |
| info.digikey.com/js/forms2/js/forms2.min.js | 67.0 KiB | 36.6 KiB |
| www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js | 51.5 KiB | 29.8 KiB |
| /-/media/Designer/Carousel/Swiper/JS/carousel.js?la=en&ts... | 61.7 KiB | 27.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.googletagmanager.com/gtm.js?id=GTM-53KHTQK | 1.2 s | 1.1 s | 31 ms |
| www.digikey.com/ | 353 ms | 20 ms | 5.6 ms |
| Unattributable | 262 ms | 7.9 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-0434Z4NCVG&cx=c>m=4e64k0 | 113 ms | 96 ms | 16 ms |
| /-/media/Designer/Homepage 2021/JS/homepage.js?la=en&ts=1... | 106 ms | 60 ms | 0.5 ms |
| info.digikey.com/js/forms2/js/forms2.min.js | 98 ms | 72 ms | 14 ms |
| www.googletagmanager.com/gtag/destination?id=AW-986885005&cx=c>m=4e64k0 | 73 ms | 59 ms | 13 ms |
| www.googletagmanager.com/gtag/destination?id=AW-987442776&cx=c>m=4e64k0 | 60 ms | 46 ms | 13 ms |
| cdn.sift.com/s.js | 54 ms | 49 ms | 2.2 ms |
| cdn.evgnet.com/beacon/digikey/production/scripts/evergage.min.js | 52 ms | 32 ms | 18 ms |
| www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js | 51 ms | 40 ms | 6.1 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.8 s |
| Other | 361 ms |
| Style & Layout | 291 ms |
| Script Parsing & Compilation | 177 ms |
| Parse HTML & CSS | 44 ms |
| Garbage Collection | 39 ms |
| Rendering | 38 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /-/media/Designer/Header/ENav2021/CSS/combined.css?la=en&... | 16.5 KiB | 4.1 KiB |
| /-/media/Designer/Homepage 2021/CSS/homepage.css?la=en&ts... | 8.9 KiB | 2.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 |
|---|---|---|
| digikey.egain.cloud/system/templates/chat/egain-docked-chat.js | 56.4 KiB | 27.7 KiB |
| /-/media/Designer/Header/ENav2021/Javascript/header.js?la... | 23.3 KiB | 8.8 KiB |
| /-/media/Designer/Footer/Footer Redesign/MVC/JS/dktstr.js... | 16.4 KiB | 8.1 KiB |
| digikey.egain.cloud/system/cb/admin/js/allow_cobrowse.js | 6.4 KiB | 2.4 KiB |
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 | |
|---|---|
Singapore div.dk-modal__content > div.domain-suggest__flags > div.domain-suggest__flag > img | /-/media/Images/Global/Flags/Large/SG_Flag.jpg?la=en&ts=5... |
United States div.dk-modal__content > div.domain-suggest__flags > div.domain-suggest__flag > img | /-/media/Images/Global/Flags/Large/US_Flag.jpg?la=en&ts=2... |
Aerospace and Defense - Analog Devices div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/A/Analog Devices Inc/A... |
Industrial Fans - Delta div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/D/Delta Product Groups... |
LOP Series PCB Type Power Supplies - MEAN WELL div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/M/Mean Well/LOP Series... |
TPT1021Q Automotive LIN Transceiver - 3PEAK div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/0-9/3PEAK/TPT1021Q Aut... |
SCM Series Communication Modules - SolaHD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/SolaHD/SCM Series Co... |
Heavy-Duty NEMA 4X Hinged Black Box - Bud Industries div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/B/Bud Industries/Heavy... |
ABP2 ULP Series - Honeywell div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/H/Honeywell Sensing an... |
RAC1913 Series - E-Switch div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/E/E-Switch/RCA1913 Ser... |
EAGLE40 Industrial Firewalls - Hirschmann div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/H/Hirschmann/EAGLE40 I... |
BC-2600 - MPD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/M/MPD - Memory Protect... |
T3DSO700HD Series Oscilloscopes - Teledyne LeCroy div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/T/Teledyne LeCroy/T3DS... |
Power Defense Circuit Breakers - Eaton div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/E/Eaton/Power Defense ... |
Harmony Pocket Remote Transmitters and Receivers - Schneider Electric div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/Schneider Electric/H... |
Drone Solutions - onsemi div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/O/ON Semiconductor/Dro... |
PHS225-PHV225 Series - KEMET div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/K/Kemet/Hybrid Radial ... |
FS1525 uPOL DC DC Power Module - TDK div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/T/TDK Corporation/FS15... |
FINEPITCH Series Board-to-Board Connectors - Phoenix Contact div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/P/Phoenix Contact/FINE... |
MSPM0C1106SRUKR - Texas Instruments div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/T/Texas Instruments/A ... |
Electrically Conductive Tape Solutions - 3M div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/0-9/3M/Electrically Co... |
Aerospace and Defense - Analog Devices div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/A/Analog Devices Inc/A... |
Industrial Fans - Delta div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/D/Delta Product Groups... |
LOP Series PCB Type Power Supplies - MEAN WELL div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/M/Mean Well/LOP Series... |
TPT1021Q Automotive LIN Transceiver - 3PEAK div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/0-9/3PEAK/TPT1021Q Aut... |
SCM Series Communication Modules - SolaHD div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/S/SolaHD/SCM Series Co... |
Heavy-Duty NEMA 4X Hinged Black Box - Bud Industries div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/B/Bud Industries/Heavy... |
ABP2 ULP Series - Honeywell div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/H/Honeywell Sensing an... |
RAC1913 Series - E-Switch div.dk-slide > div.slide > a.slide-image-link > img.img-responsive | /-/media/Images/Product Highlights/E/E-Switch/RCA1913 Ser... |
Download on the App Store div.footer__column > div.footer__apps > a > img | /-/media/Images/Icons/appstore-button.png?la=en&ts=8c1bc4... |
Get it on Google Play div.footer__column > div.footer__apps > a > img | /-/media/Images/Icons/google-play-button.png?la=en&ts=0b8... |
Image of YAGEO Group Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/Y/web-yageo-group.png?la=en&ts=3b... |
Image of Honeywell's Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/H/web-honeywell.png?la=en&ts=8073... |
Image of E-Switch logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/E/web-e-switch.png?la=en&ts=978a0... |
Image of Honeywell's Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/H/web-honeywell.png?la=en&ts=8073... |
Image of E-Switch logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/E/web-e-switch.png?la=en&ts=978a0... |
Image of 3PEAK Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/0-9/web-3peak.png?la=en&ts=f8dd88... |
Image of 3PEAK Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/0-9/web-3peak.png?la=en&ts=f8dd88... |
Image of onsemi logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/O/web-on_semiconductor.png?la=en&... |
Image of SolaHD logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/S/web-solahd_emerson_horizontal.p... |
Image of SolaHD logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/S/web-solahd_emerson_horizontal.p... |
Image of Hirschmann logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/H/web-hirschmann.png?la=en&ts=c3f... |
Image of Texas Instruments color logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/T/web-texas_instruments.png?la=en... |
Image of Teledyne LeCroy logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/T/web-teledyne_lecroy.png?la=en&t... |
Image of Phoenix Contact's Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/P/web-phoenix_contact.png?la=en&t... |
Image of Eaton Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/E/web-eaton-electrical.png?la=en&... |
TDK div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/T/tdk_alt.jpg?la=en&ts=ab38808f-3... |
Image of 3M color logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/0-9/web-3M_Color.png?la=en&ts=8f3... |
Image of Schneider Electric logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/S/web-schneider-electric.png?la=e... |
Image of Delta Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/D/web-delta_product_groups.png?la... |
Image of Delta Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/D/web-delta_product_groups.png?la... |
X div.footer__column > div.footer__social > a > img | /-/media/Images/Icons/Social/twitter_white_logo.png?la=en... |
Facebook div.footer__column > div.footer__social > a > img | /-/media/Images/Icons/Social/facebook_white_icon.png?la=e... |
YouTube div.footer__column > div.footer__social > a > img | /-/media/Images/Icons/Social/youtube_white_icon.png?la=en... |
Instagram div.footer__column > div.footer__social > a > img | /-/media/Images/Icons/Social/instagram_white_icon.png?la=... |
LinkedIn div.footer__column > div.footer__social > a > img | /-/media/Images/Icons/Social/linkedin_white_icon.png?la=e... |
Image of Analog Devices color logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/A/web-analog_devices.png?la=en&ts... |
Image of Analog Devices color logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/A/web-analog_devices.png?la=en&ts... |
Image of Memory Protection Devices Logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/M/web-memory_protection_devices.p... |
Image of Mean Well logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/M/web-mean_well.png?la=en&ts=276c... |
Image of Mean Well logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/M/web-mean_well.png?la=en&ts=276c... |
Image of Bud Industries, Inc. logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/B/web-bud_industries.png?la=en&ts... |
Image of Bud Industries, Inc. logo div.dk-slide > div.slide > div.thumb > img | /-/media/Images/Vendors/B/web-bud_industries.png?la=en&ts... |
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 |
|---|
div.footer__subscribe > div.email-area > span.footer-email-inputs > input.footer-email-button div.footer__subscribe > div.email-area > span.footer-email-inputs > input.footer-email-button |
Reject All div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-reject-all-handler |
Accept All Cookies div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Top quality support div.richtextcontent > div.information-section > div.support > 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 head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div#myHmp-carousel-features > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 1 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 1 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.dk-carousel > div.dk-carousel__navigation > div.swiper-pagination > span.swiper-pagination-bullet |
About DigiKey div.footer__wrapper > div.footer__top > div.footer__column > a |
Marketplace div.footer__wrapper > div.footer__top > div.footer__column > a |
Sell on DigiKey.com div.footer__wrapper > div.footer__top > div.footer__column > a |
Careers div.footer__wrapper > div.footer__top > div.footer__column > a |
Site Map div.footer__wrapper > div.footer__top > div.footer__column > a |
Digital Solutions div.footer__wrapper > div.footer__top > div.footer__column > a |
Newsroom div.footer__wrapper > div.footer__top > div.footer__column > a |
Help and Support div.footer__wrapper > div.footer__top > div.footer__column > a |
Order Status div.footer__wrapper > div.footer__top > div.footer__column > a |
Shipping Rates/Options div.footer__wrapper > div.footer__top > div.footer__column > a |
Returns and Order Issues div.footer__wrapper > div.footer__top > div.footer__column > a |
Tariff Information div.footer__wrapper > div.footer__top > div.footer__column > a |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | digikey.egain.cloud/system/templates/chat/egain-docked-chat.js line 6107, col 15 |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
CUI Inc div.flymenu__column > ul.flymenu__items > li.flymenu__item > a.flymenu__item-title |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Back
ul.flymenu__items > li.flymenu__item > div.flymenu__column > a.flymenu__back |
Resources div.flymenu__container > ul.flymenu__sections > li.flymenu__section > a.flymenu__section-title |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Back
li.flymenu__section > div.flymenu__section-contents > div.flymenu__column > a.flymenu__back |
Yes, Continue to Co-Browse body.ltr > div#cobrowse-footer-modal > div.dk-modal__content > a.dk-btn__primary |
Chat body.ltr > div#helpModal > div.helpFooter > a.dk-btn__secondary |
Chat div.footer__wrapper > div.footer__top > div.footer__column > a.rte-livechat |
Co-Browse div.footer__wrapper > div.footer__top > div.footer__column > a |
To appear in search results, crawlers need access to your app.
Send Feedback