Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
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 <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/00474ff4-a1f7-4349-85a8-c305ff0c102c)<a href="https://beavercheck.com/results/00474ff4-a1f7-4349-85a8-c305ff0c102c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flevi.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flevi.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~34%.
Page loads in 3.8s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 1.3s over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
High main-thread blocking time
+2% bouncePage is non-interactive for 247ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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
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
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.
$450 investment → $2,485/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$2,485 /mo
~$29,818 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,501 / year if left unfixed
$157,500
+4 more
$0.09 /mo
1080.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
247 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.
3.41 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.22 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.
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| levi.com/ | 761 ms |
| levi.com/NL/nl_NL/ | 770 ms |
| www.levi.com/NL/nl_NL/ | 2.1 s |
| www.levi.com/NL/nl_NL/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.levi.com/48wc9/g/Rw/do-q/UdaN1Sq3/YEiXVcJ59t1a4bmO5p/MHNfInI/SWF5E/nAlPw0B | 176.5 KiB | 37.1 KiB |
| /48wc9/g/Rw/do-q/UdaN1Sq3/thiXVcJ59t1a/QS1lInI/VBFPE/Rk4V... | 160.1 KiB | 33.1 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 |
|---|---|---|---|
| /48wc9/g/Rw/do-q/UdaN1Sq3/thiXVcJ59t1a/QS1lInI/VBFPE/Rk4V... | 1.8 s | 1.6 s | 129 ms |
| www.levi.com/48wc9/g/Rw/do-q/UdaN1Sq3/YEiXVcJ59t1a4bmO5p/MHNfInI/SWF5E/nAlPw0B | 1.7 s | 1.4 s | 121 ms |
| Unattributable | 646 ms | 316 ms | 0.0 ms |
| www.levi.com/NL/nl_NL/ | 71 ms | 8.9 ms | 2.3 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 | 3.3 s |
| Other | 480 ms |
| Script Parsing & Compilation | 252 ms |
| Garbage Collection | 84 ms |
| Style & Layout | 38 ms |
| Parse HTML & CSS | 13 ms |
| Rendering | 5.1 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 |
|---|---|
| Only pages with a status code of 2XX can be cached. | Not actionable |
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.
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.
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.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Performance issues directly impact user engagement and conversion rates.
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.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.07 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.203
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.34 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.72 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 | |
|---|---|---|---|
- div.section-content > div#module-bltecd0c2a1b9ded250 > div.module-doorway-carousel > div.carousel-container | static.pxlecdn.com/photos/663644988/medium/Ismael_Garrido-_511_SLIM_GREY_-_5.jpg | 170.4 KiB | 121.0 KiB |
SHOP HEREN div.media-overlay-heading > div.overlay-content > div.media-overlay-heading__cta-wrapper > a.link-wrapper | static.pxlecdn.com/photos/756506267/medium/A6081-0001_Spencer_Keeler.jpg | 144.4 KiB | 100.5 KiB |
SHOP DAMES div.media-overlay-heading > div.overlay-content > div.media-overlay-heading__cta-wrapper > a.link-wrapper | static.pxlecdn.com/photos/663643005/medium/StandardBootcut3.JPG | 144.5 KiB | 91.3 KiB |
JEANS VOOR HAAR div.doorway-column__item > div.doorway-column-item > a.link-wrapper > h6.doorway-column-text__headline | static.pxlecdn.com/photos/663642169/medium/517Bootcut1.JPG | 97.6 KiB | 53.7 KiB |
SHOP NU div.doorway-column__item > div.doorway-column-item > div > a.link-wrapper | /photos/755693828/medium/001LU0000_and_001LY0000_Blythe_S... | 97.0 KiB | 53.1 KiB |
SHOP NU div.doorway-column__item > div.doorway-column-item > div > a.link-wrapper | static.pxlecdn.com/photos/756678034/medium/Cinch_Baggy_Barrel_1_.JPG | 85.4 KiB | 49.2 KiB |
- div.doorway-carousel-media-container > a.link-wrapper > picture.responsive-picture > img.responsive-img | /is/image/lscoglobal/H126_EU_Levis_DENIM_WASHES_APRIL26_H... | 51.2 KiB | 41.7 KiB |
SHOP OP WASSING div.module-doorway-carousel > div.lsco-row > div.lsco-col-xs-17 > div.no-cta-link | static.pxlecdn.com/photos/771282972/medium/36029e41469b4414b4a9.jpg | 72.0 KiB | 39.0 KiB |
- div.doorway-carousel-media-container > a.link-wrapper > picture.responsive-picture > img.responsive-img | /is/image/lscoglobal/H126_EU_Levis_DENIM_WASHES_APRIL26_H... | 47.8 KiB | 38.3 KiB |
- div.doorway-carousel-media-container > a.link-wrapper > picture.responsive-picture > img.responsive-img | static.pxlecdn.com/photos/752924118/medium/Adele_Fleming_003NF0001_-_2.jpeg | 79.5 KiB | 35.5 KiB |
- div.doorway-carousel-media-container > a.link-wrapper > picture.responsive-picture > img.responsive-img | /is/image/lscoglobal/H126_EU_Levis_DENIM_WASHES_APRIL26_H... | 44.9 KiB | 35.4 KiB |
- div.doorway-carousel-media-container > a.link-wrapper > picture.responsive-picture > img.responsive-img | /is/image/lscoglobal/H126_EU_Levis_DENIM_WASHES_APRIL26_H... | 41.5 KiB | 32.0 KiB |
- div.media-background__inner-container > span.link-wrapper > picture.responsive-picture > img.responsive-img | /is/image/lscoglobal/26_H1_EU_Levis_HP_MO_EssentialTee_De... | 156.9 KiB | 29.6 KiB |
JEANS VOOR HEM div.doorway-column__item > div.doorway-column-item > a.link-wrapper > h6.doorway-column-text__headline | static.pxlecdn.com/photos/663642160/medium/505Regular1.jpg | 71.8 KiB | 27.8 KiB |
- div.doorway-carousel-media-container > a.link-wrapper > picture.responsive-picture > img.responsive-img | /is/image/lscoglobal/H126_EU_Levis_DENIM_WASHES_APRIL26_H... | 36.3 KiB | 26.8 KiB |
DE BASIS WAAR JE ALLES MEE KUNT OPBOUWEN div.media-overlay-heading > div.overlay-content > div.overlay-headline > h2.overlay-headline__small | assets.pxlecdn.com/assets/packs/static/embed/glyph/next-745b754b274972ae5091.png | 18.6 KiB | 18.4 KiB |
- div.foreground-media > a.link-wrapper > picture.responsive-picture > img.responsive-img | /is/image/lscoglobal/26_H1_EU_Levis_HP_ColumnDoorways_Ess... | 79.8 KiB | 6.6 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 |
|---|---|
| levi.com/ | 254 ms |
| levi.com/NL/nl_NL/ | 250 ms |
| www.levi.com/NL/nl_NL/ | 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 |
|---|---|
Meld je nu aan
Word nu lid en krijg onmiddellijk toegang tot gratis verzending… div > div.modalV4 > div.modalV4 > div.modalV4-dialog | 0.175 |
Levi Strauss & Company, haar filialen en haar partners gebruiken cookies, pixel… div.truste-consent-track-class > div#truste-consent-content > div#truste-consent-text > p.truste-banner-body | 0.027 |
Word nu lid en krijg onmiddellijk toegang tot gratis verzending op elke bestell… div.modalV4-body > div.staticClassTest > section.register-default > div.lsco-col-md-6 | 0.001 |
NIEUW
HEREN
DAMES
KINDEREN
BLUE TAB™ div.header-bar__section-wrapper > nav.header-bar__inner-wrapper > div.lsco-col-xs-25 > div.lsco-row | 0.000 |
Klarna: KOOP NU & BETAAL LATER! Meer details
Gratis verzending voor Levi’s® Red… div.utility-bar > div.utility-bar__inner-wrapper > div.lsco-col-xs-23 > div.utility-bar__wrapper | 0.000 |
Meld je nu aan div.lsco-col-xs-23 > div.utility-bar__wrapper > ul.utility-bar__links-wrapper > li.utility-bar__link | 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.
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 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 |
|---|---|---|
| t.contentsquare.net/uxa/c6a1a901f67c9.js | 104.2 KiB | 85.2 KiB |
| cnstrc.com/js/cust/levis_uuLl-p.js | 104.1 KiB | 71.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PMGVJBS&l=marketingDataLayer | 192.7 KiB | 68.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5MH6TL3 | 160.0 KiB | 63.5 KiB |
| www.levi.com/ngsa/js/main-Cwf1-sEt-v262_0_0-c_2c140a643-t260422_1516.js | 94.1 KiB | 50.3 KiB |
| www.levi.com/ngsa/js/authStore-mZ-cRIQi-v262_0_0-c_2c140a643-t260422_1516.js | 45.4 KiB | 39.4 KiB |
| /ngsa/js/csrViewStoreInventory-N5qnn2pt-v262_0_0-c_2c140a... | 39.0 KiB | 37.3 KiB |
| www.levi.com/48wc9/g/Rw/do-q/UdaN1Sq3/YEiXVcJ59t1a4bmO5p/MHNfInI/SWF5E/nAlPw0B | 177.3 KiB | 36.0 KiB |
| www.levi.com/ngsa/js/expt.js | 156.9 KiB | 35.4 KiB |
| /48wc9/g/Rw/do-q/UdaN1Sq3/thiXVcJ59t1a/QS1lInI/VBFPE/Rk4V... | 160.1 KiB | 32.8 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 20.1 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 | 5.3 s |
| Other | 1.1 s |
| Style & Layout | 299 ms |
| Script Parsing & Compilation | 279 ms |
| Garbage Collection | 124 ms |
| Parse HTML & CSS | 102 ms |
| Rendering | 49 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 |
| The page has an unload handler in a sub frame. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Klarna: KOOP NU & BETAAL LATER! Meer details
Gratis verzending voor Levi’s® Red… div#app > div.app > header.main-site-header > div#headerBar |
Hulp en FAQ div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Neem contact op met ons div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Bestelling volgen div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Verzending div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Retourbeleid div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Afmelden div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Opmerkingen div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li#footer_FeedbackQualtrics |
Maattabel div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Toegankelijkheid div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Over ons div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Duurzaamheid div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Levi's® Red Tab™ div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Levi's® App div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Vacatures div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Zoek een winkel div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Tailor Shop div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Cadeaubonnen in de winkel div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Een LS&Co.-partner worden div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Retourneren in de winkel div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Studentenkorting div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Privacybeleid div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Gebruiksvoorwaarden div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Algemene aankoopvoorwaarden div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Cookiebeleid div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Impressum div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Levi's® div.accordion > div#accordion__content-b470660d-6901-4afe-981b-103384c3b98b > ul.links-list > li.link-item |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hulp en FAQ
Neem contact op met ons
Bestelling volgen
Verzending
Retourbeleid
A… div.lsco-row > div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list |
Over ons
Duurzaamheid
Levi's® Red Tab™
Levi's® App
Vacatures div.lsco-row > div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list |
Zoek een winkel
Tailor Shop
Cadeaubonnen in de winkel
Een LS&Co.-partner worden… div.lsco-row > div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list |
Privacybeleid
Gebruiksvoorwaarden
Algemene aankoopvoorwaarden
Cookiebeleid
Impr… div.lsco-row > div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list |
Levi's® div.lsco-row > div.accordion > div#accordion__content-b470660d-6901-4afe-981b-103384c3b98b > ul.links-list |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hulp en FAQ div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Neem contact op met ons div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Bestelling volgen div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Verzending div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Retourbeleid div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Afmelden div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Opmerkingen div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li#footer_FeedbackQualtrics |
Maattabel div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Toegankelijkheid div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list > li.link-item |
Over ons div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Duurzaamheid div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Levi's® Red Tab™ div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Levi's® App div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Vacatures div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list > li.link-item |
Zoek een winkel div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Tailor Shop div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Cadeaubonnen in de winkel div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Een LS&Co.-partner worden div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Retourneren in de winkel div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Studentenkorting div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list > li.link-item |
Privacybeleid div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Gebruiksvoorwaarden div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Algemene aankoopvoorwaarden div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Cookiebeleid div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Impressum div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list > li.link-item |
Levi's® div.accordion > div#accordion__content-b470660d-6901-4afe-981b-103384c3b98b > ul.links-list > li.link-item |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hulp en FAQ
Neem contact op met ons
Bestelling volgen
Verzending
Retourbeleid
A… div.lsco-row > div.accordion > div#accordion__content-37d983aa-a4dc-45a3-b486-49745c7bd650 > ul.links-list |
Over ons
Duurzaamheid
Levi's® Red Tab™
Levi's® App
Vacatures div.lsco-row > div.accordion > div#accordion__content-c47958dc-0a58-4005-8062-cca2a1bd4348 > ul.links-list |
Zoek een winkel
Tailor Shop
Cadeaubonnen in de winkel
Een LS&Co.-partner worden… div.lsco-row > div.accordion > div#accordion__content-09b82877-d663-4657-aacf-f545b0011b57 > ul.links-list |
Privacybeleid
Gebruiksvoorwaarden
Algemene aankoopvoorwaarden
Cookiebeleid
Impr… div.lsco-row > div.accordion > div#accordion__content-fc620b3a-ac3f-4cf2-a262-2de62d7aa129 > ul.links-list |
Levi's® div.lsco-row > div.accordion > div#accordion__content-b470660d-6901-4afe-981b-103384c3b98b > ul.links-list |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
JEANS VOOR HEM div.doorway-column__item > div.doorway-column-item > a.link-wrapper > h6.doorway-column-text__headline |
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 |
|---|
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper div.carousel-container > div.doorway-item > div.carousel-item-text-container > a.link-wrapper |
div.lsco-row > div.lsco-col-xs-21 > div.button-and-link > a div.lsco-row > div.lsco-col-xs-21 > div.button-and-link > a |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Voorkeursinstellingen
SitemapPrivacybeleidGebruiksvoorwaarden© 2025 Levi… div.lsco-row > div.lsco-col-xs-21 > div.copyright-container > ul.copyright-links |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Meer details div.carousel__viewport > ol.carousel__track > li.carousel__slide > button.carousel__link |
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 |
|---|---|
| Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling. | |
| Unload event listeners are deprecated and will be removed. | /ngsa/js/newrelicBrowserAgent-By8ixWPA-v262_0_0-c_2c140a6... line 2, col 5358 |
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 |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
A bad HTTP response code (403) was received when fetching the script. | |
/ngsa/js/newrelicBrowserAgent-By8ixWPA-v262_0_0-c_2c140a6... line 2, col 5358 | Hydration completed but contains mismatches. |
TypeError: Unhandled Promise Rejection: Failed to register a ServiceWorker for scope ('https://www.levi.com/') with script ('https://www.levi.com/sw.js'): A bad HTTP response code (403) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|
Skip to main content div.app > header.main-site-header > div.lsco-row > a.appear-link |
KOM BIJ RED TAB™ div.strip > ul.strip__cta-wrapper > li.strip__cta-link > a.link-wrapper |
To appear in search results, crawlers need access to your app.
Send Feedback