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.
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.
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.
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 | |
|---|---|---|---|
MadCoinVlog – Bitcoin & Kryptowährungen verständlich erklärt div#Header1 > div#header-inner > a > img#Header1_headerimg | /img/a/AVvXsEjEpiqNdlHWVuviZW6rdD86RLkYJm12N-HEPsLQbQMOLn... | 284.3 KiB | 254.8 KiB |
Quelle Bild: app.gomining.com div#post-body-8248377678585942355 > div.separator > p > img | /v0/b/blogger-blogspot-e0ea5.appspot.com/o/user/uN9OierIj... | 131.7 KiB | 111.8 KiB |
div > div.separator > a > img div > div.separator > a > img | /img/b/R29vZ2xl/AVvXsEiGxEhLsT6UsOVCdPVetCpIF9NDmSN1ivSht... | 93.7 KiB | 85.3 KiB |
div > div.separator > a > img div > div.separator > a > img | /img/b/R29vZ2xl/AVvXsEgF5u8lenC4qPkpD6Kh3m-6blW-3i6FFcDO2... | 90.9 KiB | 80.6 KiB |
BlockDAG X1 span > span > a > img | /img/b/R29vZ2xl/AVvXsEgSWkNk4ZcZaNvifiHCG4HdCf_0QJI_Z9YD4... | 65.0 KiB | 54.5 KiB |
BDAG steigt article > div.separator > a > img | /img/b/R29vZ2xl/AVvXsEgA0-CP6F9XMPUTP7MDWrLJKyPv9_o_oASmt... | 41.2 KiB | 34.6 KiB |
div > p > a > img div > p > a > img | /img/b/R29vZ2xl/AVvXsEh2ukbKyY0TvA_A_kXE7ElLz1woQqbQghA-k... | 33.1 KiB | 29.5 KiB |
div.item-content > div.item-thumbnail > a > img div.item-content > div.item-thumbnail > a > img | /img/b/R29vZ2xl/AVvXsEgvmOPdGeW8a7wPULLh_99a2waBAaaW6NzhT... | 12.2 KiB | 11.4 KiB |
Bitcoin heute - BTC stabil trotz Börsenstress | MadCoinVlog.de div#post-body-7505374392570095490 > div > div > img | /img/b/R29vZ2xl/AVvXsEgXVkJY4HFIT0ZnJ0yUpZDj7Y1iVn9b4AL0B... | 17.8 KiB | 11.3 KiB |
ALL-INKL.COM - Webhosting Server Hosting Domain Provider div#HTML4 > div.widget-content > a > img | all-inkl.com/banner/all-inkl_banner_468x60_black.jpg | 15.2 KiB | 10.7 KiB |
div#sidebar-right-1 > div#Image1 > div.widget-content > img#Image1_img div#sidebar-right-1 > div#Image1 > div.widget-content > img#Image1_img | /img/b/R29vZ2xl/AVvXsEggthDLhg7owP4Dct2E2SRC_vru1TmWH94e-... | 9.1 KiB | 7.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.blogger.com/static/v1/widgets/2872013778-css_bundle_v2.css | 8.3 KiB | 757 ms |
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 |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 5.0 ms |
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.
head > meta head > meta |
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 |
|---|---|
| www.madcoinvlog.de/ | 878 ms |
| www.madcoinvlog.de/?m=1 | 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 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 |
|---|---|---|
| /pagead/managed/js/adsense/m202608040101/show_ads_impl_fy... | 165.3 KiB | 123.0 KiB |
| www.gstatic.com/charts/51/js/jsapi_compiled_ui_module.js | 167.0 KiB | 113.1 KiB |
| www.blogger.com/static/v1/jsbin/1860843701-lbx__de.js | 121.3 KiB | 102.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-BQC7BZVYVF | 166.9 KiB | 66.5 KiB |
| www.gstatic.com/charts/51/js/jsapi_compiled_default_module.js | 82.5 KiB | 46.9 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-9727256455675658&... | 55.8 KiB | 30.5 KiB |
| www.blogger.com/static/v1/widgets/4033524873-widgets.js | 52.2 KiB | 29.8 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 |
|---|---|---|---|
| www.madcoinvlog.de/?m=1 | 3.9 s | 199 ms | 8.8 ms |
| www.googletagmanager.com/gtag/js?id=G-BQC7BZVYVF | 830 ms | 726 ms | 77 ms |
| Unattributable | 712 ms | 19 ms | 0.0 ms |
| /pagead/managed/js/adsense/m202608040101/show_ads_impl_fy... | 651 ms | 440 ms | 197 ms |
| /_/translate_http/_/js/k=translate_http.tr.pt_BR.JQ7a-cm8... | 395 ms | 329 ms | 40 ms |
| s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js | 240 ms | 178 ms | 28 ms |
| /_/scs/abc-static/_/js/k=gapi.lb.en.9vdPKhB0RUg.O/m=gapi_... | 169 ms | 144 ms | 22 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-9727256455675658&... | 165 ms | 140 ms | 24 ms |
| www.gstatic.com/charts/51/js/jsapi_compiled_ui_module.js | 118 ms | 23 ms | 80 ms |
| www.blogger.com/static/v1/jsbin/1860843701-lbx__de.js | 98 ms | 40 ms | 57 ms |
| www.blogger.com/static/v1/widgets/4033524873-widgets.js | 96 ms | 56 ms | 34 ms |
| www.gstatic.com/charts/51/js/jsapi_compiled_default_module.js | 90 ms | 40 ms | 41 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 67 ms | 60 ms | 3.5 ms |
| www.gstatic.com/charts/51/loader.js | 54 ms | 42 ms | 9.7 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 | 2.5 s |
| Other | 2.2 s |
| Rendering | 1.3 s |
| Style & Layout | 961 ms |
| Script Parsing & Compilation | 655 ms |
| Parse HTML & CSS | 92 ms |
| Garbage Collection | 46 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 WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| <!-- /* ----------------------------------------------- Blogger Template Style Name: Awesome Inc. … | 5.3 KiB | 2.6 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
ALL-INKL.COM - Webhosting Server Hosting Domain Provider div#HTML4 > div.widget-content > a > img | all-inkl.com/banner/all-inkl_banner_468x60_black.jpg |
div > div.separator > a > img div > div.separator > a > img | /img/b/R29vZ2xl/AVvXsEh2ukbKyY0TvA_A_kXE7ElLz1woQqbQghA-k... |
div > p > a > img div > p > a > img | /img/b/R29vZ2xl/AVvXsEh2ukbKyY0TvA_A_kXE7ElLz1woQqbQghA-k... |
div.item-content > div.item-thumbnail > a > img div.item-content > div.item-thumbnail > a > img | /img/b/R29vZ2xl/AVvXsEgvmOPdGeW8a7wPULLh_99a2waBAaaW6NzhT... |
div.item-content > div.item-thumbnail > a > img div.item-content > div.item-thumbnail > a > img | /img/b/R29vZ2xl/AVvXsEiBuWzk23bCpg4GuW9UgcobeJd4XkiHJ6Dfq... |
div.item-content > div.item-thumbnail > a > img div.item-content > div.item-thumbnail > a > img | /img/b/R29vZ2xl/AVvXsEit87rXeRkk6Xgo45EvS_1n2Z3xSWuIKfSr8... |
div.wikipedia-searchtable > span > a.wikipedia-search-wiki-link > img.wikipedia-icon div.wikipedia-searchtable > span > a.wikipedia-search-wiki-link > img.wikipedia-icon | resources.blogblog.com/img/widgets/icon_wikipedia_w.png |
div.top > span.inner > span > img.feed-icon div.top > span.inner > span > img.feed-icon | resources.blogblog.com/img/icon_feed12.png |
div.top > span.inner > span > img.feed-icon div.top > span.inner > span > img.feed-icon | resources.blogblog.com/img/icon_feed12.png |
div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow | resources.blogblog.com/img/widgets/arrow_dropdown.gif |
div#SW_READER_LIST_CLOSED_Subscribe2COMMENT > div.top > span.inner > img.subscribe-dropdown-arrow div#SW_READER_LIST_CLOSED_Subscribe2COMMENT > div.top > span.inner > img.subscribe-dropdown-arrow | resources.blogblog.com/img/widgets/arrow_dropdown.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.
Contrast
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 |
|---|
Montag, 27. April 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Freitag, 27. März 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Donnerstag, 26. März 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Mittwoch, 11. März 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Dienstag, 10. März 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Montag, 9. März 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Donnerstag, 26. Februar 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Montag, 26. Januar 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Sonntag, 25. Januar 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Freitag, 23. Januar 2026 div.blog-posts > div.date-outer > h2.date-header > span |
weiterlesen div.post-outer > div.post > div.jump-link > a.jump-link |
Marktlage: Breiter Rückgang bei Bitcoin, Ethereum und Altcoins. Hinter der Bewe… ul > li > div.item-content > div.item-snippet |
Als Bitcoin im Januar 2009 erstmals öffentlich in Erscheinung trat, nahm kaum j… ul > li > div.item-content > div.item-snippet |
Neben dem Bitcoin ist eines der berühmtesten Coins der Ethereum Coin (ETH) , do… ul > li > div.item-content > div.item-snippet |
Gold div#Label2 > div.widget-content > span.label-size > a |
Markenbotschafter div#Label2 > div.widget-content > span.label-size > a |
Silber div#Label2 > div.widget-content > span.label-size > a |
Visa div#Label2 > div.widget-content > span.label-size > a |
April 2026 (1) div#ArchiveList > div#BlogArchive1_ArchiveList > ul.flat > li.archivedate |
März 2026 (5) div#ArchiveList > div#BlogArchive1_ArchiveList > ul.flat > li.archivedate |
Februar 2026 (1) div#ArchiveList > div#BlogArchive1_ArchiveList > ul.flat > li.archivedate |
Januar 2026 (10) div#ArchiveList > div#BlogArchive1_ArchiveList > ul.flat > li.archivedate |
Selecione o idioma
Abecásio
Achinês
Acholi
Afar
Africâner
Aimará
Albanês
Alur
A… div#footer-1 > div#Translate1 > div#google_translate_element > div.skiptranslate |
Tradutor div#google_translate_element > div.skiptranslate > span > a.VIpgJd-ZVi9od-l4eHX-hSRGPd |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
strong > div.separator > a > img strong > div.separator > a > img |
div > div.separator > a > img div > div.separator > a > img |
div > div.separator > a > img div > div.separator > a > img |
div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow |
div#SW_READER_LIST_CLOSED_Subscribe2COMMENT > div.top > span.inner > img.subscribe-dropdown-arrow div#SW_READER_LIST_CLOSED_Subscribe2COMMENT > div.top > span.inner > img.subscribe-dropdown-arrow |
div.wikipedia-searchtable > span > a.wikipedia-search-wiki-link > img.wikipedia-icon div.wikipedia-searchtable > span > a.wikipedia-search-wiki-link > img.wikipedia-icon |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wikipedia-searchtable > span.wikipedia-search-bar > span.wikipedia-input-box > input#Wikipedia1_wikipedia-search-input div.wikipedia-searchtable > span.wikipedia-search-bar > span.wikipedia-input-box > input#Wikipedia1_wikipedia-search-input |
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 > div > div#followers-iframe-container > iframe#I0_1786304280847 div > div > div#followers-iframe-container > iframe#I0_1786304280847 |
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 > strong > div.separator > a div > strong > div.separator > a |
div > div > div.separator > a div > div > div.separator > a |
div#post-body-3004705060273047292 > div > div.separator > a div#post-body-3004705060273047292 > div > div.separator > a |
li > div.item-content > div.item-thumbnail > a li > div.item-content > div.item-thumbnail > a |
li > div.item-content > div.item-thumbnail > a li > div.item-content > div.item-thumbnail > a |
li > div.item-content > div.item-thumbnail > a li > div.item-content > div.item-thumbnail > a |
form#Wikipedia1_wikipedia-search-form > div.wikipedia-searchtable > span > a.wikipedia-search-wiki-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.
Navigation
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 |
|---|
🚀 Nach enormen Abfall, jetzt Rekordanstieg mit knapp 300 % Gewinn div.post > div#post-body-4901593896635718050 > article > h3 |
Viele Coins verlieren an Wert: Was jetzt wirklich dahintersteckt – und wie du r… article > div > div > h3 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
BTC div#Label2 > div.widget-content > span.label-size > a |
GoMining div#Label2 > div.widget-content > span.label-size > a |
VSN div#Label2 > div.widget-content > span.label-size > a |
Vision div#Label2 > div.widget-content > span.label-size > a |
Markenbotschafter div#Label2 > div.widget-content > span.label-size > a |
Silber div#Label2 > div.widget-content > span.label-size > a |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
MadCoinVlog – Bitcoin & Kryptowährungen verständlich erklärt div#Header1 > div#header-inner > a > img#Header1_headerimg | /img/a/AVvXsEjEpiqNdlHWVuviZW6rdD86RLkYJm12N-HEPsLQbQMOLn... | 1100 x 165 | 1100 x 165 | 1650 x 248 |
div > div.separator > a > img div > div.separator > a > img | /img/b/R29vZ2xl/AVvXsEiGxEhLsT6UsOVCdPVetCpIF9NDmSN1ivSht... | 227 x 227 | 227 x 227 | 341 x 341 |
strong > div.separator > a > img strong > div.separator > a > img | /img/b/R29vZ2xl/AVvXsEiG5wRHOFy0R-XJg6-wffc-gkfbU3NPSjhqi... | 181 x 200 | 181 x 200 | 272 x 300 |
div#sidebar-right-1 > div#Image1 > div.widget-content > img#Image1_img div#sidebar-right-1 > div#Image1 > div.widget-content > img#Image1_img | /img/b/R29vZ2xl/AVvXsEggthDLhg7owP4Dct2E2SRC_vru1TmWH94e-... | 187 x 56 | 187 x 56 | 281 x 84 |
div.top > span.inner > span > img.feed-icon div.top > span.inner > span > img.feed-icon | resources.blogblog.com/img/icon_feed12.png | 12 x 12 | 12 x 12 | 18 x 18 |
div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow | resources.blogblog.com/img/widgets/arrow_dropdown.gif | 13 x 10 | 13 x 10 | 20 x 15 |
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.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
strong > div.separator > a > img strong > div.separator > a > img |
div > div.separator > a > img div > div.separator > a > img |
div > div.separator > a > img div > div.separator > a > img |
div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow div#SW_READER_LIST_CLOSED_Subscribe2POST > div.top > span.inner > img.subscribe-dropdown-arrow |
div#SW_READER_LIST_CLOSED_Subscribe2COMMENT > div.top > span.inner > img.subscribe-dropdown-arrow div#SW_READER_LIST_CLOSED_Subscribe2COMMENT > div.top > span.inner > img.subscribe-dropdown-arrow |
div.wikipedia-searchtable > span > a.wikipedia-search-wiki-link > img.wikipedia-icon div.wikipedia-searchtable > span > a.wikipedia-search-wiki-link > img.wikipedia-icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.