Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Strong compliance posture across regulations.
Good content signals with minor gaps.
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.
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.
/server-info is publicly accessible
Security gaps expose your site and users to attacks, eroding trust.
/server-status is publicly accessible
Security gaps expose your site and users to attacks, eroding trust.
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/d47097cb-1772-444b-b2b0-9a85193dc743)<a href="https://beavercheck.com/results/d47097cb-1772-444b-b2b0-9a85193dc743"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fthieme-connect.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fthieme-connect.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 4 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~31%.
Page takes 11.6s to load
+12% bounceUsers abandon at ~3s — you're 9.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 864ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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
30 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.
€315 investment → €2,684/month returns + EUR 20,500,000 risk avoided
€315
4h · 5 findings
€2,684 /mo
~€32,204 / year
EUR 20,500,000
if kept compliant
€180 — 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.
3.5 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,004 / year if left unfixed
€20,500,000
€0.36 /mo
4812.6 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 3 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.
7.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
864 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.37 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.
12.69 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.
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 |
|---|---|
| cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF.woff2 | 140 ms |
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.thieme.com/js_snippets_head.js | 1.4 KiB | |
| www.thieme.com/js_snippets_before_body_end.js | 1.4 KiB | |
| www.thieme.com/assets/index.2bb3562a5822b9ca51b4.css | 828.7 KiB | 4.3 s |
| www.thieme.com/ot.js | 1.4 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF.woff2 | 0.0 ms | 120.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| thieme-connect.com/ | 827 ms |
| www.thieme.de/connect/en | 853 ms |
| www.thieme.de/en/thieme-connect/home-3939.htm | 330 ms |
| www.thieme.de/en/thieme-connect/home-3939.htm | 553 ms |
| www.thieme.com/en-us/who-we-serve | 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.
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.thieme.com/assets/index.2bb3562a5822b9ca51b4.css | 827.3 KiB | 808.8 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.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js | 564.8 KiB | 354.2 KiB |
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 |
|---|
Follow us on... footer.Footer--xfNt2scWga > div.container > div.socialWrapper--eSczYdL5qC > p.followUs--_GWzT29CW8 |
© Copyright 2026, Thieme Group div.container > ul.legalList--ZMv0LInzky > li.footerLinkListItem--vlxb67RvzW > p.copyRight--fgnSVSpuqv |
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 |
|---|
agencies article.widget--wNedEG9M9F > div.box--Tyl8e72zdX > a.link--ukKnzvpZVZ > h3.teaser-title |
These are opportunities to improve keyboard navigation in your application.
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.thieme.de/en/thieme-connect/home-3939.htm | Allowed |
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 |
|---|---|
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 985273 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at co (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:985274)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058030)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js line 28, col 1015708 | Error: Minified React error #422; visit https://reactjs.org/docs/error-decoder.html?invariant=422 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1015709
at Ms (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1016964)
at Al (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1058233)
at yc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045592)
at bc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045520)
at mc (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1045383)
at ic (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1040548)
at C (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1078475)
at MessagePort.I (https://www.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js:29:1079007) |
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.
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.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
153 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.78 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.86 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF.woff2 | 0.0 ms | 120.1 KiB |
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 |
|---|---|
| cdn.thieme.de/frontend-design-tokens/fonts/variable/ThiemeArgo2023_VF.woff2 | 140 ms |
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.thieme.com/ot.js | 1.4 KiB | |
| www.thieme.com/assets/preloadDumps/8ca4a102e990c56b.3fbf2a1d29a92d65fbff.js | 13.6 KiB | |
| www.thieme.com/js_snippets_head.js | 1.4 KiB | |
| www.thieme.com/assets/index.2bb3562a5822b9ca51b4.css | 828.7 KiB | 729 ms |
| www.thieme.com/js_snippets_before_body_end.js | 1.4 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 |
|---|---|
| thieme-connect.com/ | 290 ms |
| www.thieme.de/connect/en | 302 ms |
| www.thieme.de/en/thieme-connect/home-3939.htm | 110 ms |
| www.thieme.de/en/thieme-connect/home-3939.htm | 76 ms |
| www.thieme.com/en-us/who-we-serve | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.thieme.com/assets/index.2bb3562a5822b9ca51b4.css | 827.3 KiB | 805.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.thieme.com/assets/index.c04d1b4b54cfc2d5e799.js | 564.9 KiB | 350.3 KiB |
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 |
|---|
Follow us on... footer.Footer--xfNt2scWga > div.container > div.socialWrapper--eSczYdL5qC > p.followUs--_GWzT29CW8 |
© Copyright 2026, Thieme Group div.container > ul.legalList--ZMv0LInzky > li.footerLinkListItem--vlxb67RvzW > p.copyRight--fgnSVSpuqv |
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 |
|---|
agencies article.widget--wNedEG9M9F > div.box--Tyl8e72zdX > a.link--ukKnzvpZVZ > h3.teaser-title |
These are opportunities to improve keyboard navigation in your application.
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.thieme.de/en/thieme-connect/home-3939.htm | Allowed |
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.
Send Feedback