URL substituted: You submitted https://farnell.com but we scanned https://www.farnell.com instead — the HTTPS certificate on the submitted hostname didn't cover that name, so we retried on the www. variant
Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
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.
16 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
57 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
147 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
Nothing in this quadrant — good news.
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/6f36dbd7-f684-4fdd-aa13-e51b8ddfd3fc)<a href="https://beavercheck.com/results/6f36dbd7-f684-4fdd-aa13-e51b8ddfd3fc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffarnell.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffarnell.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 10.7s 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 audience reach.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 10.7s to load
+12% bounceUsers abandon at ~3s — you're 8.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
16 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
77 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
£600 investment → £3,699/month returns + GBP 18,050,000 risk avoided
£600
8h · 5 findings
£3,699 /mo
~£44,393 / year
GBP 18,050,000
if kept compliant
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.
8.0 developer hours at £75/hr
Based on United Kingdom rates (£75/hr)
£1,504,167 / month at risk
~£18,050,004 / year if left unfixed
£18,050,000
+13 more
£0.31 /mo
4960.0 MB/mo × 0.063 GBP/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 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.
3.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
184 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.09 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.
11.01 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.farnell.com/flags-page-2019/fonts/ApercuPro-Bold-Web.woff2 | 100 ms |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.farnell.com/flags-page-2019/css/bootstrap.css?v=4.8 | 26.8 KiB | 839 ms |
| www.farnell.com/flags-page-2019/css/bootstrap-grid.css | 7.2 KiB | 688 ms |
| www.farnell.com/flags-page-2019/js/flags-geo-localise.js?v2 | 2.7 KiB | 537 ms |
| www.farnell.com/revamp-farnell/style-revamp-farnell.css | 5.4 KiB | 537 ms |
| www.farnell.com/flags-page-2019/css/bootstrap-reboot.css?v=3.2 | 2.7 KiB | 537 ms |
| cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js | 14.6 KiB | 1.1 s |
| code.jquery.com/jquery-3.6.0.min.js | 30.5 KiB | 1.2 s |
| cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js | 23.9 KiB | 303 ms |
| cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js | 7.8 KiB | 151 ms |
| ssl.google-analytics.com/ga.js | 17.4 KiB |
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.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/a-wide-range-of-products.jpg | 46.5 KiB | 41.3 KiB |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/cust-proof-point.jpg | 45.3 KiB | 40.1 KiB |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/our-value.jpg | 45.2 KiB | 40.1 KiB |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/dedicated-team-and-technical.jpg | 43.2 KiB | 38.3 KiB |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/an-extensive-range-of-industrial.jpg | 35.5 KiB | 31.5 KiB |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/our-comprehensive.jpg | 34.2 KiB | 30.4 KiB |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/community.jpg | 25.7 KiB | 20.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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.farnell.com/flags-page-2019/css/bootstrap.css?v=4.8 | 26.3 KiB | 24.9 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.googletagmanager.com/gtag/js?id=G-64WJXSDJCJ&cx=c&_slc=1 | 164.0 KiB | 70.3 KiB |
| chromewebdata/ | 55.4 KiB | 39.7 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.6 s |
| Script Evaluation | 757 ms |
| Style & Layout | 382 ms |
| Script Parsing & Compilation | 172 ms |
| Parse HTML & CSS | 119 ms |
| Rendering | 71 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.farnell.com/flags-page-2019/css/bootstrap.css?v=4.8 | 26.8 KiB | 4.7 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 |
|---|---|---|
| inline: // Copyright 2022 The Chromium Authors … | 55.4 KiB | 21.8 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 | |
|---|---|
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-1.webp |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-2.webp |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-3.webp |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-4.webp |
div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 | www.farnell.com/revamp-farnell/our-people.webp |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 | www.farnell.com/revamp-farnell/esg-01.webp |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 | www.farnell.com/revamp-farnell/esg-2.webp |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 | www.farnell.com/revamp-farnell/esg-3.webp |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/a-wide-range-of-products.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/cust-proof-point.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/an-extensive-range-of-industrial.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/dedicated-team-and-technical.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/our-value.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/our-comprehensive.jpg |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/why-farnell-1.jpg |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/community.jpg |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img | www.farnell.com/revamp-farnell/newark.svg |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img | www.farnell.com/revamp-farnell/farnell.svg |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img | www.farnell.com/revamp-farnell/element14.svg |
div.col-md-6 > div.row > div.col-md-12 > img div.col-md-6 > div.row > div.col-md-12 > img | www.farnell.com/revamp-farnell/map-01.svg |
The flag of the United States of America div.container-fluid > div#localeInterMobile > a.col-11 > img.img-fluid | www.farnell.com/flags-page-2019/images/US.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/inclusiveness-icon-svg.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/teamwork-icon-svg.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/focus-svg.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/focus-svg.svg |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/hybrid-working.svg |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/pension-plans.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/supervise-team.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/company-socials.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/r4t_calendar.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/education-assistance.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/discount.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/wellbeing-initiatives.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/listen-and-learn.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/education-and-awareness.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/document_list.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/leadership.svg |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img | www.farnell.com/revamp-farnell/meet-the-team.svg |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img | www.farnell.com/revamp-farnell/work-with-us.svg |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img | www.farnell.com/revamp-farnell/contact-us.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/insurance-plans.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/integrity-icon-svg.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/ownership-icon-svg.svg |
div.col-md-12 > div.row > div.col-md-6 > img div.col-md-12 > div.row > div.col-md-6 > img | www.farnell.com/revamp-farnell/avnet-farnell-logo.svg |
Learn more about Farnell in Europe div.row > div.col-6 > a > img.img-fluid | www.farnell.com/flags-page-2019/images/farnell-logo.svg?mktver1 |
Icon of the World div.container-fluid > div#localeInterMobile > a#flagbtn1 > img.img-fluid | www.farnell.com/flags-page-2019/images/WW.svg |
Icon of the World div.container-fluid > div#localeInterMobile > a.col-11 > img.img-fluid | www.farnell.com/flags-page-2019/images/WW.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
Watch full video div.row > div.col-md-12 > div.video-btn > a.btn |
Take me to Newark div.container-fluid > div#localeInterMobile > a.col-11 > span |
Join element14 Community div.col-md-12 > div.row > div.col-md-6 > a.join-element14 |
Newark Electronic founded div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd > p.heri-font |
1934 div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd > h1 |
Browse all products div.bg-full-width-inner > div.row > div.col-md-6 > a.browse-all-products |
Browse all manufacturers div.bg-full-width-inner > div.row > div.col-md-6 > a.browse-all-manufacturers |
Discover more div.bg-full-width-inner > div.row > div.col-md-6 > a.discover-more |
Chat now div.bg-full-width-inner > div.row > div.col-md-6 > a.chat-now |
Explore more div.bg-full-width-inner > div.row > div.col-md-6 > a.explore-more |
Explore more div.bg-full-width-inner > div.row > div.col-md-6 > a.explore-more-tech |
Discover more div.minibanner > div.row > div.col-md-6 > a.discover-more-us |
Teamwork div.flip-card-inner > div.flip-card-back > div.flp-back > h6.text-white |
EMEA div.col-9 > ul.m-t-menu > li > a.mtt-emea |
Americas div.col-9 > ul.m-t-menu > li > a.mtt-americas |
Asia Pacific div.col-9 > ul.m-t-menu > li > a.mtt-asia |
Careers div.alt-product-text-fixed-height > ul.m-t-menu > li > a.careers |
Discover more div.col-md-12 > div.row > div.col-md-6 > a.discover-more-esg |
Privacy div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Terms of Access div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Legal and Copyright Notices div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Cookies Settings div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.
Farnell i… div.container > div.row > div.col-12 > div.site-legal-text |
An Avnet Company div.row > div.col-12 > div.site-legal-text > a |
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 |
|---|
3,000 div.bg-full-width-inner > div.row > div.col-6 > h3.brand-slash-glb |
Integrity div.flip-card-inner > div.flip-card-front > div.foundation-logos > h6.pt-1 |
Hybrid working div.bg-full-width-inner > div.row > div.col-xs-4 > h5.padg-top |
Listen and Learn div.col-12 > div.row > div.col-xs-7 > h4.our-gen-cont |
Meet the Team div.col-12 > div.row > div.col-9 > h6 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.col-md-12 > div.row > div.col-md-6 > img div.col-md-12 > div.row > div.col-md-6 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-12 > img div.col-md-6 > div.row > div.col-md-12 > img |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz |
div#demo2 > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow div#demo2 > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow |
div#demo2 > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow div#demo2 > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
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.container-fluid > div.container > div#demo2 > a.carousel-control-prev div.container-fluid > div.container > div#demo2 > a.carousel-control-prev |
div.container-fluid > div.container > div#demo2 > a.carousel-control-next div.container-fluid > div.container > div#demo2 > a.carousel-control-next |
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.
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 |
|---|
WHO WE ARE nav > ul.menu-links > li > a.who-we-are |
OUR BRANDS nav > ul.menu-links > li > a.our-brands |
OUR GLOBAL REACH nav > ul.menu-links > li > a.our-global-reach |
OUR HERITAGE nav > ul.menu-links > li > a.our-Heritage |
OUR SOLUTIONS nav > ul.menu-links > li > a.our-solutions |
OUR PEOPLE nav > ul.menu-links > li > a.our-people |
CORPORATE RESPONSIBILITY nav > ul.menu-links > li > a.esg |
Americas: HRNow@Avnet.com div.col-9 > div.alt-product-text-fixed-height > p.contact-us > a |
ASIA: HRNow.ASIA@Avnet.com div.col-9 > div.alt-product-text-fixed-height > p.contact-us > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Framing 'https://premierfarnell.demdex.net/' violates the following Content Security Policy directive: "frame-src https://*.farnell.com https://*.element14.com https://*.newark.com". The request has been blocked.
| |
www.farnell.com/ line 81, col 8 | ReferenceError: dojo is not defined
at https://www.farnell.com/:82:9 |
www.farnell.com/ line 2260, col 5 | ReferenceError: mkOnReady is not defined
at https://www.farnell.com/:2261:6 |
www.farnell.com/revamp-farnell/about-us-tracking.js line 343, col 49 | TypeError: Cannot read properties of undefined (reading 'addEventListener')
at https://www.farnell.com/revamp-farnell/about-us-tracking.js:344:50 |
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 |
|---|
| Content security policy |
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.col-md-12 > div.row > div.col-md-6 > img div.col-md-12 > div.row > div.col-md-6 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-12 > img div.col-md-6 > div.row > div.col-md-12 > img |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz |
div#demo2 > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow div#demo2 > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow |
div#demo2 > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow div#demo2 > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
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.
824 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
824 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.14 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.farnell.com/flags-page-2019/fonts/ApercuPro-Bold-Web.woff2 | 85 ms |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.farnell.com/flags-page-2019/css/bootstrap-grid.css | 7.2 KiB | 205 ms |
| www.farnell.com/flags-page-2019/css/bootstrap.css?v=4.8 | 26.8 KiB | 205 ms |
| www.farnell.com/revamp-farnell/style-revamp-farnell.css | 5.4 KiB | 205 ms |
| www.farnell.com/flags-page-2019/js/flags-geo-localise.js?v2 | 2.7 KiB | 205 ms |
| www.farnell.com/flags-page-2019/css/bootstrap-reboot.css?v=3.2 | 2.7 KiB | 205 ms |
| cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js | 23.5 KiB | |
| cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js | 7.8 KiB | |
| code.jquery.com/jquery-3.6.0.min.js | 30.5 KiB | 284 ms |
| cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js | 15.0 KiB | 253 ms |
| ssl.google-analytics.com/ga.js | 17.4 KiB |
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.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/a-wide-range-of-products.jpg | 46.5 KiB | 35.7 KiB |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/cust-proof-point.jpg | 45.3 KiB | 34.7 KiB |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/an-extensive-range-of-industrial.jpg | 35.5 KiB | 27.2 KiB |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/community.jpg | 25.7 KiB | 12.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.farnell.com/flags-page-2019/css/bootstrap.css?v=4.8 | 26.8 KiB | 4.7 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 |
|---|---|---|
| inline: // Copyright 2022 The Chromium Authors … | 55.4 KiB | 21.8 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.farnell.com/flags-page-2019/css/bootstrap.css?v=4.8 | 26.3 KiB | 24.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-64WJXSDJCJ&cx=c&_slc=1 | 164.0 KiB | 70.4 KiB |
| chromewebdata/ | 55.4 KiB | 39.7 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 | |
|---|---|
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-1.webp |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-2.webp |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-3.webp |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/d-e-i-4.webp |
div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 | www.farnell.com/revamp-farnell/our-people.webp |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 | www.farnell.com/revamp-farnell/esg-01.webp |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 | www.farnell.com/revamp-farnell/esg-2.webp |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 | www.farnell.com/revamp-farnell/esg-3.webp |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/a-wide-range-of-products.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/cust-proof-point.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/an-extensive-range-of-industrial.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/dedicated-team-and-technical.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/our-value.jpg |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/our-comprehensive.jpg |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/why-farnell-1.jpg |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 | www.farnell.com/revamp-farnell/community.jpg |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img | www.farnell.com/revamp-farnell/newark.svg |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img | www.farnell.com/revamp-farnell/farnell.svg |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img | www.farnell.com/revamp-farnell/element14.svg |
div.col-md-6 > div.row > div.col-md-12 > img div.col-md-6 > div.row > div.col-md-12 > img | www.farnell.com/revamp-farnell/map-01.svg |
The flag of the United States of America div.container-fluid > div#localeInterDesktop > a.col-sm-4 > img.img-fluid | www.farnell.com/flags-page-2019/images/US.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/inclusiveness-icon-svg.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/teamwork-icon-svg.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/focus-svg.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/focus-svg.svg |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz | www.farnell.com/revamp-farnell/electronics.svg |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz | www.farnell.com/revamp-farnell/webpage.svg |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/hybrid-working.svg |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/pension-plans.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/supervise-team.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/company-socials.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/r4t_calendar.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/education-assistance.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/discount.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/wellbeing-initiatives.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/listen-and-learn.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/education-and-awareness.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/document_list.svg |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img | www.farnell.com/revamp-farnell/leadership.svg |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img | www.farnell.com/revamp-farnell/meet-the-team.svg |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img | www.farnell.com/revamp-farnell/work-with-us.svg |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img | www.farnell.com/revamp-farnell/contact-us.svg |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht | www.farnell.com/revamp-farnell/insurance-plans.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/integrity-icon-svg.svg |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust | www.farnell.com/revamp-farnell/ownership-icon-svg.svg |
div.col-md-12 > div.row > div.col-md-6 > img div.col-md-12 > div.row > div.col-md-6 > img | www.farnell.com/revamp-farnell/avnet-farnell-logo.svg |
Learn more about Farnell in Europe div.row > div.col-6 > a > img.img-fluid | www.farnell.com/flags-page-2019/images/farnell-logo.svg?mktver1 |
Icon of the World div.container-fluid > div#localeInterDesktop > a#flagbtn > img.img-fluid | www.farnell.com/flags-page-2019/images/WW.svg |
Icon of the World div.container-fluid > div#localeInterDesktop > a.col-12 > img.img-fluid | www.farnell.com/flags-page-2019/images/WW.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
Watch full video div.row > div.col-md-12 > div.video-btn > a.btn |
Take me to Newark div.container-fluid > div#localeInterDesktop > a.col-sm-4 > span |
Join element14 Community div.col-md-12 > div.row > div.col-md-6 > a.join-element14 |
1939 div.cpc-fea-prods-container-slider > div.timeline > div.timeline-even > h1 |
A.C. Farnell Limited founded div.cpc-fea-prods-container-slider > div.timeline > div.timeline-even > p.heri-font |
First to offer eProcurement capabilities div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd > p.heri-font |
1990s div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd > h1 |
Browse all products div.bg-full-width-inner > div.row > div.col-md-6 > a.browse-all-products |
Browse all manufacturers div.bg-full-width-inner > div.row > div.col-md-6 > a.browse-all-manufacturers |
Discover more div.bg-full-width-inner > div.row > div.col-md-6 > a.discover-more |
Chat now div.bg-full-width-inner > div.row > div.col-md-6 > a.chat-now |
Explore more div.bg-full-width-inner > div.row > div.col-md-6 > a.explore-more |
Explore more div.bg-full-width-inner > div.row > div.col-md-6 > a.explore-more-tech |
Discover more div.minibanner > div.row > div.col-md-6 > a.discover-more-us |
Teamwork div.flip-card-inner > div.flip-card-back > div.flp-back > h6.text-white |
EMEA div.col-9 > ul.m-t-menu > li > a.mtt-emea |
Americas div.col-9 > ul.m-t-menu > li > a.mtt-americas |
Asia Pacific div.col-9 > ul.m-t-menu > li > a.mtt-asia |
Careers div.alt-product-text-fixed-height > ul.m-t-menu > li > a.careers |
Discover more div.col-md-12 > div.row > div.col-md-6 > a.discover-more-esg |
Privacy div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Terms of Access div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Legal and Copyright Notices div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
Cookies Settings div.footer-quick-links-small > ul.nav > li.nav-item > a.nav-link |
An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.
Farnell i… div.container > div.row > div.col-12 > div.site-legal-text |
An Avnet Company div.row > div.col-12 > div.site-legal-text > a |
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 |
|---|
3,000 div.bg-full-width-inner > div.row > div.col-6 > h3.brand-slash-glb |
Integrity div.flip-card-inner > div.flip-card-front > div.foundation-logos > h6.pt-1 |
Hybrid working div.bg-full-width-inner > div.row > div.col-xs-4 > h5.padg-top |
Listen and Learn div.col-12 > div.row > div.col-xs-7 > h4.our-gen-cont |
Meet the Team div.col-12 > div.row > div.col-9 > h6 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.col-md-12 > div.row > div.col-md-6 > img div.col-md-12 > div.row > div.col-md-6 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-12 > img div.col-md-6 > div.row > div.col-md-12 > img |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz |
div#demo > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow div#demo > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow |
div#demo > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow div#demo > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
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.container-fluid > div.container > div#demo > a.carousel-control-prev div.container-fluid > div.container > div#demo > a.carousel-control-prev |
div.container-fluid > div.container > div#demo > a.carousel-control-next div.container-fluid > div.container > div#demo > a.carousel-control-next |
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.
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 |
|---|
Americas: HRNow@Avnet.com div.col-9 > div.alt-product-text-fixed-height > p.contact-us > a |
ASIA: HRNow.ASIA@Avnet.com div.col-9 > div.alt-product-text-fixed-height > p.contact-us > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Framing 'https://premierfarnell.demdex.net/' violates the following Content Security Policy directive: "frame-src https://*.farnell.com https://*.element14.com https://*.newark.com". The request has been blocked.
| |
www.farnell.com/ line 81, col 8 | ReferenceError: dojo is not defined
at https://www.farnell.com/:82:9 |
www.farnell.com/ line 2260, col 5 | ReferenceError: mkOnReady is not defined
at https://www.farnell.com/:2261:6 |
www.farnell.com/revamp-farnell/about-us-tracking.js line 343, col 49 | TypeError: Cannot read properties of undefined (reading 'addEventListener')
at https://www.farnell.com/revamp-farnell/about-us-tracking.js:344:50 |
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 |
|---|
| Content security policy |
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.col-md-12 > div.row > div.col-md-6 > img div.col-md-12 > div.row > div.col-md-6 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-4 > img div.col-md-6 > div.row > div.col-md-4 > img |
div.col-md-6 > div.row > div.col-md-12 > img div.col-md-6 > div.row > div.col-md-12 > img |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz |
div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz div.cpc-fea-prods-container-slider > div.timeline > div.timeline-odd-icon > img.icon-sz |
div#demo > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow div#demo > a.carousel-control-prev > span.carousel-control-prev-icon > img.sz-lf-arrow |
div#demo > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow div#demo > a.carousel-control-next > span.carousel-control-next-icon > img.sz-arrow |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-6 > img.w-100 |
div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 div.bg-full-width-inner > div.row > div.col-md-12 > img.w-100 |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust div.flip-card-inner > div.flip-card-front > div.foundation-logos > img.icon-cust |
div.col-md-12 > div.row > div.col-md-6 > img.w-100 div.col-md-12 > div.row > div.col-md-6 > img.w-100 |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div > img.we-offer-icon-ht div.row > div.col-xs-4 > div > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht div.row > div.col-xs-4 > div.we-offer-icon > img.we-offer-icon-ht |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-md-6 > div.row > div.col-md-6 > img.w-100 div.col-md-6 > div.row > div.col-md-6 > img.w-100 |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-xs-5 > img.img div.col-12 > div.row > div.col-xs-5 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-12 > div.row > div.col-3 > img.img div.col-12 > div.row > div.col-3 > img.img |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
div.col-md-6 > div.row > div.col-md-4 > img.w-100 div.col-md-6 > div.row > div.col-md-4 > img.w-100 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback