Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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.
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.
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.TeaserTop__Main > article.Teaser--XL > figure.ar-16-9 > img.Lazy div.TeaserTop__Main > article.Teaser--XL > figure.ar-16-9 > img.Lazy | /ctf/98d1bf36-cdf0-4823-a7d7-e1f4793ffd5d.2651654d-9470-4... | 23.2 KiB | 15.0 KiB |
div.TeaserTop__Secondary > article.Teaser--L > figure.ar-16-9 > img.Lazy div.TeaserTop__Secondary > article.Teaser--L > figure.ar-16-9 > img.Lazy | /ctf/9ea670ea-83ad-4435-b949-d3bb8fc607bf.4c41ad7a-c142-4... | 22.6 KiB | 14.6 KiB |
30 Years div.Header-Container > div.Header-Logo-Container > a > img.Header-Gif | www.chip.de/ctf/chip/gif/animation-chip-30.gif | 6.8 KiB | 5.1 KiB |
div.TeaserTop__Secondary > article.Teaser--L > figure.ar-16-9 > img.Lazy div.TeaserTop__Secondary > article.Teaser--L > figure.ar-16-9 > img.Lazy | /ctf/ca827254-8795-4139-bdff-4d34692d8838.00b198d9-c91d-4... | 7.7 KiB | 5.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| chip.de/ | 758 ms |
| www.chip.de/ | 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.
Diagnostics
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.chip.de/static/assets/chip-pages/homepage/homepage-v6.2.13.css?1731 | 14.4 KiB | 12.3 KiB |
| www.chip.de/ctf/assets/renderer/static/static/style-1bdd5eba.BZ1sblvI.css | 11.5 KiB | 11.3 KiB |
| :root{--breakpoint-mobile:999px;--breakpoint-desktop:1000px;--content-width-mobile:100%; … } … | 12.0 KiB | 10.4 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cmp.chip.de/Notice.8f529.js | 90.9 KiB | 61.4 KiB |
| cmp.chip.de/Notice.8f529.js | 90.9 KiB | 61.4 KiB |
| www.chip.de/ctf/assets/renderer/static/chunks/chunk-skVBKiFE.js | 59.3 KiB | 34.2 KiB |
| content.chip.de/assets/js/output.min.js?7890 | 50.1 KiB | 34.2 KiB |
| a.bf-ad.net/adengine/chip/chunk-prepareEngine-0FG0hqqH.js | 47.0 KiB | 32.6 KiB |
| cmp.chip.de/unified/wrapperMessagingWithoutDetection.js | 40.0 KiB | 27.3 KiB |
| cp.chip.de/now.js | 34.7 KiB | 25.7 KiB |
| www.chip.de/ | 26.7 KiB | 24.3 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 |
|---|---|---|---|
| cmp.chip.de/Notice.8f529.js | 2.0 s | 1.5 s | 59 ms |
| Unattributable | 2.0 s | 355 ms | 0.0 ms |
| www.chip.de/ | 1.6 s | 135 ms | 43 ms |
| cdn.greenvideo.io/carousel/gfc.js | 610 ms | 448 ms | 13 ms |
| cmp.chip.de/unified/wrapperMessagingWithoutDetection.js | 349 ms | 186 ms | 30 ms |
| www.chip.de/ctf/assets/renderer/static/chunks/chunk-CZd_sdLs.js | 145 ms | 103 ms | 0.2 ms |
| tags.chip.de/chip-web/prod/utag.js | 130 ms | 114 ms | 8.9 ms |
| www.chip.de/static/assets/chip-pages/homepage/homepage-v6.2.13.js?8291 | 102 ms | 49 ms | 5.7 ms |
| cp.chip.de/now.js | 86 ms | 57 ms | 28 ms |
| cmp.chip.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js | 76 ms | 56 ms | 18 ms |
| app.varify.io/varify.js | 57 ms | 46 ms | 6.0 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.1 s |
| Other | 2.0 s |
| Style & Layout | 1.2 s |
| Parse HTML & CSS | 515 ms |
| Rendering | 294 ms |
| Script Parsing & Compilation | 248 ms |
| Garbage Collection | 76 ms |
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 | |
|---|---|
30 Years div.Header-Container > div.Header-Logo-Container > a > img.Header-Gif | www.chip.de/ctf/chip/gif/animation-chip-30.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Names and labels
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 |
|---|
body.is-smartphone > div#sp_message_container_1438811 > iframe#sp_message_iframe_1438811 body.is-smartphone > div#sp_message_container_1438811 > iframe#sp_message_iframe_1438811 |
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.
Best Practices
SEO
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.
Crawling and Indexing
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 |
|---|
Alle anzeigen section#hp-lichtgruen > div.Themenwelten > div.Themenwelten__Item > a.secondary |
To appear in search results, crawlers need access to your app.