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 |
|---|---|---|
| hypercrites.de/img/foto.jpg | 0.0 ms | 236.5 KiB |
| hypercrites.de/style/webfonts/fa-brands-400.woff2 | 0.0 ms | 107.5 KiB |
| hypercrites.de/style/webfonts/fontawesome-all.min.css | 0.0 ms | 100.1 KiB |
| hypercrites.de/style/webfonts/bariol_bold-webfont.woff2 | 0.0 ms | 48.2 KiB |
| hypercrites.de/style/webfonts/bariol_light-webfont.woff2 | 0.0 ms | 47.5 KiB |
| hypercrites.de/style/webfonts/bariol_thin-webfont.woff2 | 0.0 ms | 46.1 KiB |
| hypercrites.de/style/webfonts/MeineHandschrift-Regular.woff2 | 0.0 ms | 13.2 KiB |
| hypercrites.de/js/background.js | 0.0 ms | 6.9 KiB |
| hypercrites.de/style/default.css | 0.0 ms | 6.7 KiB |
| hypercrites.de/style/bariol-font.css | 0.0 ms | 4.7 KiB |
| hypercrites.de/js/snow.js | 0.0 ms | 2.4 KiB |
| hypercrites.de/js/scripts.js | 0.0 ms | 2.3 KiB |
| hypercrites.de/style/handschrift-font.css | 0.0 ms | 744 B |
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.
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 | |
|---|---|---|---|
avatar div.site > div.content > div.header > img.avatar | hypercrites.de/img/foto.jpg | 236.3 KiB | 235.5 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.
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 |
|---|---|---|
| hypercrites.de/style/webfonts/fontawesome-all.min.css | 100.1 KiB | 320 ms |
| hypercrites.de/js/snow.js | 2.4 KiB | 120 ms |
| hypercrites.de/js/scripts.js | 2.3 KiB | 120 ms |
| hypercrites.de/style/bariol-font.css | 4.7 KiB | 120 ms |
| hypercrites.de/style/handschrift-font.css | 744 B | 120 ms |
| hypercrites.de/js/background.js | 6.9 KiB | 120 ms |
| hypercrites.de/style/default.css | 6.7 KiB |
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 |
|---|---|---|
| hypercrites.de/style/webfonts/fontawesome-all.min.css | 99.8 KiB | 98.9 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hypercrites.de/js/background.js | 6.6 KiB | 2.7 KiB |
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.
Best practices
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.
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.