Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 7.3 MB (4.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
69 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/08fd47a4-02fd-437e-ae66-b68ae1ca21f0)<a href="https://beavercheck.com/results/08fd47a4-02fd-437e-ae66-b68ae1ca21f0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftuvsud.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftuvsud.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.5s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 10.5s to load
+12% bounceUsers abandon at ~3s — you're 8.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 310ms 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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€495 investment → €4,084/month returns + EUR 500,000 risk avoided
€495
6h · 5 findings
€4,084 /mo
~€49,010 / year
EUR 500,000
if kept compliant
€135 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€41,668 / month at risk
~€500,012 / year if left unfixed
€500,000
€1.04 /mo
14012.7 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 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.90 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
310 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.
7.29 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.
10.66 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.tuvsud.com/_next/static/media/slick.653a4cbb.woff | 30 ms |
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 | |
|---|---|---|---|
Tram in Dubai on tracks, skyline div > div > article.teaser-tile-tag-and-filter__item > img.image-pictogram | /transform/7d6a0a40-61fc-4145-8c83-a6162c2f5a16/shutterst... | 510.0 KiB | 499.9 KiB |
A man reads news online in a smartphone while his car is driven by an autopilot… div > div > article.teaser-tile-tag-and-filter__item > img.image-pictogram | /transform/5ca4febd-7610-4d54-8bbb-d176afd77df4/Shutterst... | 480.7 KiB | 471.2 KiB |
African worker is gathering coffee beans on plantation in bushy wood div.teaser-banner__wrapper > div.banner-image > picture > img | /transform/50d0992c-d81b-457b-8851-ad85eece8539/Shutterst... | 286.7 KiB | 262.7 KiB |
Telecommunication tower with 5G cellular network antenna on city background div > div > article.teaser-tile-tag-and-filter__item > img.image-pictogram | /transform/8fed04a4-9458-48ec-8056-fa64b7b78ed9/shutterst... | 212.9 KiB | 208.7 KiB |
Case study AAI article.slider__card-item > div > div.slider__card-item__wrapper > img.highlights-card__image | /-/jssmedia/global/images/resource-centre/case-study/aai-... | 167.5 KiB | 159.5 KiB |
ESG icon concept circulating in hands for environment, society and governance. … article.slider__card-item > div > div.slider__card-item__wrapper > img.highlights-card__image | /transform/0b4bb7e6-6e96-48bc-8417-95e19aaa8aa9/shutterst... | 139.7 KiB | 136.0 KiB |
careers div.teaser-banner__wrapper > div.banner-image > picture > img | /-/jssmedia/global/images/about-us/careers-new.jpg?h=724&... | 181.0 KiB | 134.7 KiB |
2025 growth business. wooden block with 2024 change to 2025, Set up objective t… article.slider__card-item > div > div.slider__card-item__wrapper > img.highlights-card__image | /transform/87942ca4-e449-48a0-9ce4-0a7a2cd90a2a/shutterst... | 92.3 KiB | 90.5 KiB |
Shoes of person running in the rain, feet splash water in puddle and outdoor ca… div > div > article.teaser-tile-tag-and-filter__item > img.image-pictogram | /transform/f38f0eb9-8bd6-4503-bb45-d43b60142470/shutterst... | 91.5 KiB | 89.3 KiB |
Two happy engineers in high visibility vests taking a selfie in a field with a … div.homepage-hero-banner__item > div.homepage-hero-banner__item-block > div.homepage-hero-banner__item-block__image > img | /transform/f53ec91e-b74e-4794-80a6-accf4bf8268e/GettyImag... | 90.2 KiB | 87.3 KiB |
Power Station article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/26d69b5d-05e7-446a-baec-31f661b34333/Power-Station | 62.4 KiB | 62.3 KiB |
Pictogram in .SVG for Shopping Cart
article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/6cfd34bb-14ab-46d0-ac77-5965cd4bee55/Shopping-Cart | 60.2 KiB | 60.2 KiB |
Factory Inspection article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | /transform/36b9465d-b0b7-41d5-9132-de23a8aae1f9/Factory-I... | 59.1 KiB | 59.0 KiB |
Pictogram in .SVG for Car
article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/db4b9873-cf0f-4eec-a6a9-3cca45d4afe7/Car | 55.8 KiB | 55.8 KiB |
Pictogram in .SVG for Medical device article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/d0180c33-2621-4b32-925f-2b8bb6564219/Medical-device | 51.9 KiB | 51.9 KiB |
Manufacturing article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/407a7998-cae3-4359-8641-13eea98a0a78/Manufacturing | 43.9 KiB | 43.8 KiB |
Rail front article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/635c6aee-3b91-42bc-9ef4-0f2be0cc5af6/Complete-railway | 39.1 KiB | 39.1 KiB |
shutterstock_2129586320 div > div > article.teaser-tile-tag-and-filter__item > img.image-pictogram | /transform/2683c9f5-e148-43d8-8853-58e35d819699/shutterst... | 33.5 KiB | 32.9 KiB |
Real Estate article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/8702b464-93e1-4763-862c-27bbccf578b5/Real-Estate | 32.0 KiB | 32.0 KiB |
3d rendering robotic assisted surgery machine in operating room div > div > article.teaser-tile-tag-and-filter__item > img.image-pictogram | /transform/25b029f0-bb4a-456a-9e7f-43541a6628a0/shutterst... | 26.3 KiB | 25.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 B | 780 ms |
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 |
|---|---|
| tuvsud.com/ | 822 ms |
| www.tuvsud.com/ | 790 ms |
| www.tuvsud.com/en | 0.0 ms |
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.tuvsud.com/_next/static/css/c416a00b0876ef27.css | 105.3 KiB | 100.1 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.tuvsud.com/_next/static/chunks/686-WEO-1346.js | 173.9 KiB | 107.9 KiB |
| www.tuvsud.com/_next/static/chunks/349-WEO-1346.js | 110.5 KiB | 92.4 KiB |
| assets.adobedtm.com/aa8d49dd9ad8/c60f8008e9db/launch-73985aff2ccb.min.js | 113.2 KiB | 34.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 896 ms |
| Other | 585 ms |
| Style & Layout | 282 ms |
| Script Parsing & Compilation | 228 ms |
| Parse HTML & CSS | 96 ms |
| Rendering | 40 ms |
| Garbage Collection | 12 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
TÜV SÜD Logo div.tuv-header__container > div.tuv-header__logo > a > img.logo | www.tuvsud.com/weoassets/images/logos/logo.svg |
div.search-bar-content > div.search-result-content > button.search-result-close-icon > img div.search-bar-content > div.search-result-content > button.search-result-close-icon > img | www.tuvsud.com/weoassets/images/varianticons/cancel-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.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.
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 |
|---|
Solutions
Careers
Company
Newsroom
Resources
Sustainability div.tuv-header > div.tuv-header__container > nav.tuv-header__main-menu > ul.tuv-header__main-menu__nav |
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 |
|---|
Newsroom nav.tuv-header__main-menu > ul.tuv-header__main-menu__nav > li > a |
My Portal li > div.tuv-header__global--slectors > div.sub-right-nav > a.right-nav-title |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Webinar
#Sustainability #Consumer Products and Retail
ESPR unlocked: Essential… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Webinar
#Sustainability #Consumer Products and Retail
Cotton traceability in t… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Chemical Processing
By maximising operational efficiency and minimising risks,… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Consumer Product and Retail
By reducing time to market and enabling market acc… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Energy
By optimising operational efficiency and availability, TÜV SÜD enables … div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Manufacturing
By navigating challenges in go-to-market strategy, TÜV SÜD partn… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Medical devices
Through compliance to stringent standards, TÜV SÜD enables med… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Rail
By navigating technological and regulatory requirements, TÜV SÜD partners… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
What Makes a Carbon Credit Truly Count?
Discover how to spot high-quality carb… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Why Join TÜV SÜD: Opportunities, Growth, and Impact
Join an organisation advan… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
China: Impl… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
Indonesia i… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
White paper
#Service knowledge #Artificial Intelligence #Medical Devices
Robo… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
France: New… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
EU ECHA pro… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
USA Connect… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.left-side > div.video > div.video-container > iframe.iframe-content div.left-side > div.video > div.video-container > iframe.iframe-content |
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 |
|---|
Sticky Contact ul.quickLink-mb > li > div.tuv-header__global--slectors > a.footer-email-link |
Sticky Contact div.prod-mode > footer > div.footer > a.footer-email-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Newsroom div.tuv-header__container > nav.tuv-header__main-menu > ul.tuv-header__main-menu__nav > li |
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 |
|---|
open main navigation div.container-fluid > div.tuv-header > div.menu-toggle > button.hamburger-icon |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
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.
855 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6 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.
1.22 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.
2.04 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.tuvsud.com/_next/static/media/slick.653a4cbb.woff | 30 ms |
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 | |
|---|---|---|---|
African worker is gathering coffee beans on plantation in bushy wood div.teaser-banner__wrapper > div.banner-image > picture > img | /transform/50d0992c-d81b-457b-8851-ad85eece8539/Shutterst... | 286.7 KiB | 169.4 KiB |
Case study AAI article.slider__card-item > div > div.slider__card-item__wrapper > img.highlights-card__image | /-/jssmedia/global/images/resource-centre/case-study/aai-... | 167.5 KiB | 163.6 KiB |
ESG icon concept circulating in hands for environment, society and governance. … article.slider__card-item > div > div.slider__card-item__wrapper > img.highlights-card__image | /transform/0b4bb7e6-6e96-48bc-8417-95e19aaa8aa9/shutterst... | 139.7 KiB | 137.6 KiB |
2025 growth business. wooden block with 2024 change to 2025, Set up objective t… article.slider__card-item > div > div.slider__card-item__wrapper > img.highlights-card__image | /transform/87942ca4-e449-48a0-9ce4-0a7a2cd90a2a/shutterst... | 92.3 KiB | 90.7 KiB |
Two happy engineers in high visibility vests taking a selfie in a field with a … div.homepage-hero-banner__item > div.homepage-hero-banner__item-block > div.homepage-hero-banner__item-block__image > img | /transform/f53ec91e-b74e-4794-80a6-accf4bf8268e/GettyImag... | 90.2 KiB | 82.7 KiB |
careers div.teaser-banner__wrapper > div.banner-image > picture > img | /-/jssmedia/global/images/about-us/careers-new.jpg?h=724&... | 181.0 KiB | 74.7 KiB |
Power Station article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/26d69b5d-05e7-446a-baec-31f661b34333/Power-Station | 62.4 KiB | 62.3 KiB |
Pictogram in .SVG for Shopping Cart
article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/6cfd34bb-14ab-46d0-ac77-5965cd4bee55/Shopping-Cart | 60.2 KiB | 60.2 KiB |
Factory Inspection article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | /transform/36b9465d-b0b7-41d5-9132-de23a8aae1f9/Factory-I... | 59.1 KiB | 59.0 KiB |
Pictogram in .SVG for Car
article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/db4b9873-cf0f-4eec-a6a9-3cca45d4afe7/Car | 55.8 KiB | 55.8 KiB |
Pictogram in .SVG for Medical device article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/d0180c33-2621-4b32-925f-2b8bb6564219/Medical-device | 51.9 KiB | 51.9 KiB |
Manufacturing article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/407a7998-cae3-4359-8641-13eea98a0a78/Manufacturing | 43.9 KiB | 43.8 KiB |
Rail front article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/635c6aee-3b91-42bc-9ef4-0f2be0cc5af6/Complete-railway | 39.1 KiB | 39.1 KiB |
Real Estate article.teaser-tile-tag-and-filter__item > div.pictogram-title > span.sc-image-wrapper > img.image-pictogram | madc.tuvsud.com/transform/8702b464-93e1-4763-862c-27bbccf578b5/Real-Estate | 32.0 KiB | 32.0 KiB |
Cotton traceability in textile supply chain article.slider__card-item > div > div.slider__card-item__wrapper > img.highlights-card__image | /-/jssmedia/global/images/resource-centre/webinar/as-8688... | 23.3 KiB | 17.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 B | 230 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.tuvsud.com/_next/static/css/c416a00b0876ef27.css | 105.2 KiB | 98.9 KiB |
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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
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.tuvsud.com/_next/static/chunks/686-WEO-1346.js | 173.9 KiB | 106.9 KiB |
| www.tuvsud.com/_next/static/chunks/349-WEO-1346.js | 110.5 KiB | 92.4 KiB |
| assets.adobedtm.com/aa8d49dd9ad8/c60f8008e9db/launch-73985aff2ccb.min.js | 113.2 KiB | 34.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.search-bar-content > div.search-result-content > button.search-result-close-icon > img div.search-bar-content > div.search-result-content > button.search-result-close-icon > img | www.tuvsud.com/weoassets/images/varianticons/cancel-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow article.teaser-tile-tag-and-filter__item > div.teaser-tile-tag-and-filter__text-card > div.arrow > img.right_arrow | www.tuvsud.com/weoassets/images/icons/arrowforward-white.svg |
arrow div.footer > div.gototop > button.footertotop > img | www.tuvsud.com/weoassets/images/icons/upperarrow.svg |
Sticky Contact a.footer-email-link > div.footer-email > div.email-img > img | www.tuvsud.com/weoassets/images/icons/emailicons.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| tuvsud.com/ | 278 ms |
| www.tuvsud.com/ | 251 ms |
| www.tuvsud.com/en | 0.0 ms |
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.
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 |
|---|
Solutions
Careers
Company
Newsroom
Resources
Sustainability div.tuv-header > div.tuv-header__container > nav.tuv-header__main-menu > ul.tuv-header__main-menu__nav |
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 |
|---|
Newsroom nav.tuv-header__main-menu > ul.tuv-header__main-menu__nav > li > a |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Manufacturing
By navigating challenges in go-to-market strategy, TÜV SÜD partn… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Medical devices
Through compliance to stringent standards, TÜV SÜD enables med… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Rail
By navigating technological and regulatory requirements, TÜV SÜD partners… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
France: New… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
EU ECHA pro… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Technical Update
#Technical updates #Consumer Products and Retail
USA Connect… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.left-side > div.video > div.video-container > iframe.iframe-content div.left-side > div.video > div.video-container > iframe.iframe-content |
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 require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Newsroom div.tuv-header__container > nav.tuv-header__main-menu > ul.tuv-header__main-menu__nav > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback