Lighthouse Desktop
· 0 checks — Desktop 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| blog.hypercrites.de/css/fonts/MononokiNerdFontMono-Regular.woff2 | 0.0 ms | 977.6 KiB |
| blog.hypercrites.de/postimg/f0.jpg | 0.0 ms | 722.1 KiB |
| blog.hypercrites.de/img/background_light.jpg | 0.0 ms | 175.4 KiB |
| blog.hypercrites.de/postimg/knuhp-exilant.jpg | 0.0 ms | 91.0 KiB |
| blog.hypercrites.de/css/webfonts/all.min.css | 0.0 ms | 74.2 KiB |
| blog.hypercrites.de/css/fonts/SUSE-Bold.woff2 | 0.0 ms | 44.8 KiB |
| blog.hypercrites.de/css/fonts/ShareTechMono-Regular.woff | 0.0 ms | 21.0 KiB |
| blog.hypercrites.de/css/style.css?2026-04-28 | 0.0 ms | 13.7 KiB |
| blog.hypercrites.de/css/fonts/artemis.woff2 | 0.0 ms | 4.8 KiB |
| blog.hypercrites.de/img/overlay.png | 0.0 ms | 2.6 KiB |
| blog.hypercrites.de/img/hy_watermark_wr.png | 0.0 ms | 913 B |
| blog.hypercrites.de/css/fonts/suse.css | 0.0 ms | 768 B |
| blog.hypercrites.de/js/parallax.js | 0.0 ms | 613 B |
| blog.hypercrites.de/css/fonts/handschrift.css | 0.0 ms | 431 B |
| blog.hypercrites.de/css/fonts/ShareTechMono.css | 0.0 ms | 415 B |
| blog.hypercrites.de/css/fonts/mononoki.css | 0.0 ms | 389 B |
| blog.hypercrites.de/css/fonts/artemis.css | 0.0 ms | 362 B |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| blog.hypercrites.de/css/webfonts/all.min.css | 74.2 KiB | 310 ms |
| blog.hypercrites.de/css/fonts/handschrift.css | 431 B | 70 ms |
| blog.hypercrites.de/css/fonts/mononoki.css | 389 B | 150 ms |
| blog.hypercrites.de/css/fonts/suse.css | 768 B | 150 ms |
| blog.hypercrites.de/css/fonts/ShareTechMono.css | 415 B | 150 ms |
| blog.hypercrites.de/css/fonts/artemis.css | 362 B | 150 ms |
| blog.hypercrites.de/css/style.css?2026-04-28 | 13.7 KiB | 70 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| blog.hypercrites.de/css/webfonts/all.min.css | 74.0 KiB | 73.6 KiB |
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 |
|---|---|---|
| blog.hypercrites.de/css/style.css?2026-04-28 | 13.7 KiB | 4.8 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 | |
|---|---|
F0 div.post-content > center > p > img | blog.hypercrites.de/postimg/f0.jpg |
Knuddels-HP div.post-content > center > p > img | blog.hypercrites.de/postimg/knuhp-exilant.jpg |
hYpercrites Logo div#site > aside#sidebar > div.disc > img.logo | blog.hypercrites.de/img/hy_watermark_wr.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Mein Flipper Zero
08.04.2026, 23:15
Ich weiß gar nicht mehr, wie ich auf den F… div#site > main#content > div.post-list > article.post | 0.209 |
#hobbys div.post-list > article.post > div.post-tags > a.tag | 0.000 |
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 |
|---|
Kleine Gadgets div.post-list > article.post > h2.post-title > a |
14.04.2026, 12:32 main#content > div.post-list > article.post > div.post-meta |
Weiterlesen main#content > div.post-list > article.post > a.read-more |
#gadgets div.post-list > article.post > div.post-tags > a.tag |
#edc div.post-list > article.post > div.post-tags > a.tag |
#f0 div.post-list > article.post > div.post-tags > a.tag |
#f20 div.post-list > article.post > div.post-tags > a.tag |
#echo mini div.post-list > article.post > div.post-tags > a.tag |
#fotografie div.post-list > article.post > div.post-tags > a.tag |
#nikon div.post-list > article.post > div.post-tags > a.tag |
#d3300 div.post-list > article.post > div.post-tags > a.tag |
#hobbys div.post-list > article.post > div.post-tags > a.tag |
Das alte Internet div.post-list > article.post > h2.post-title > a |
11.04.2026, 00:53 main#content > div.post-list > article.post > div.post-meta |
Weiterlesen main#content > div.post-list > article.post > a.read-more |
#internet div.post-list > article.post > div.post-tags > a.tag |
#nostalgie div.post-list > article.post > div.post-tags > a.tag |
#web2.0 div.post-list > article.post > div.post-tags > a.tag |
#homepages div.post-list > article.post > div.post-tags > a.tag |
#www div.post-list > article.post > div.post-tags > a.tag |
Mein Flipper Zero div.post-list > article.post > h2.post-title > a |
08.04.2026, 23:15 main#content > div.post-list > article.post > div.post-meta |
Weiterlesen main#content > div.post-list > article.post > a.read-more |
#flipper div.post-list > article.post > div.post-tags > a.tag |
#zero div.post-list > article.post > div.post-tags > a.tag |
#flipperzero div.post-list > article.post > div.post-tags > a.tag |
#f0 div.post-list > article.post > div.post-tags > a.tag |
#nerdkram div.post-list > article.post > div.post-tags > a.tag |
#pentesting div.post-list > article.post > div.post-tags > a.tag |
#edc div.post-list > article.post > div.post-tags > a.tag |
These are opportunities to improve the legibility of your content.
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 |
|---|
2 div#site > main#content > div.pagination > a.page |
These items highlight common accessibility best practices.
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.
Content Best Practices
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.
| Link destination | Link Text |
|---|---|
| blog.hypercrites.de/article/kleine-gadgets | Weiterlesen |
| blog.hypercrites.de/article/das-alte-internet | Weiterlesen |
| blog.hypercrites.de/article/mein-flipper-zero | Weiterlesen |
Format your HTML in a way that enables crawlers to better understand your app’s content.