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.
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.
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.
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 |
|---|---|---|
| cdn.jsdelivr.net/gh/lipis/flag-icons@7.0.0/css/flag-icons.min.css | 2.4 KiB | 206 ms |
| hammer3.com/assets/router-uCWn486s.css | 9.8 KiB | 61 ms |
| fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap | 757 B | 213 ms |
| fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap | 1.0 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 |
|---|---|---|
| hammer3.com/assets/forest-walk-lAdL5yUV.webp | 691200.0 s | 233.2 KiB |
| hammer3.com/assets/vendor-zGAdSkjg.js | 691200.0 s | 99.6 KiB |
| hammer3.com/assets/bg2-1rb3pZSb.webp | 691200.0 s | 95.4 KiB |
| hammer3.com/assets/pbg2-5TTB8qJ9.webp | 691200.0 s | 90.6 KiB |
| hammer3.com/assets/ai-QboPvXe2.webp | 691200.0 s | 80.8 KiB |
| hammer3.com/assets/pbg6-LW0-dxSg.webp | 691200.0 s | 70.6 KiB |
| hammer3.com/assets/router-ih45X-RH.js | 691200.0 s | 39.7 KiB |
| hammer3.com/assets/clown-gun-zoom-aoyKm8yX.webp | 691200.0 s | 17.6 KiB |
| hammer3.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 172794.0 s | 4.4 KiB |
| hammer3.com/assets/router-uCWn486s.css | 691200.0 s | 9.8 KiB |
| hammer3.com/assets/main-hyCcgF6E.js | 691200.0 s | 786 B |
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 | |
|---|---|---|---|
Our Address
Hammer3
15746,
Groß Köris
Email: Use Contact Form
Tel: +49 176 34… body > div#root > div#footer > div.h-full | hammer3.com/assets/forest-walk-lAdL5yUV.webp | 232.6 KiB | 76.6 KiB |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 | hammer3.com/assets/pbg2-5TTB8qJ9.webp | 90.0 KiB | 46.9 KiB |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 | hammer3.com/assets/ai-QboPvXe2.webp | 80.1 KiB | 40.9 KiB |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 | hammer3.com/assets/pbg6-LW0-dxSg.webp | 70.0 KiB | 35.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| unpkg.com/flowbite@1.3.3/dist/flowbite.js | 17.5 KiB | 6.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 |
|---|---|---|
| hammer3.com/assets/vendor-zGAdSkjg.js | 99.0 KiB | 42.0 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 | |
|---|---|
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 | hammer3.com/assets/pbg2-5TTB8qJ9.webp |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 | hammer3.com/assets/pbg6-LW0-dxSg.webp |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 | hammer3.com/assets/ai-QboPvXe2.webp |
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 |
|---|---|
Our Address
Hammer3
15746,
Groß Köris
Email: Use Contact Form
Tel: +49 176 34… body > div#root > div#footer > div.h-full | 0.726 |
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 |
|---|
Start the evening with a relaxing drink while getting to know your hosts and su… div.grid > div.p-6 > span.p-4 > p.mt-2 |
Delicious, traditional German food and all inclusive drinks. You just have to c… div.grid > div.p-6 > span.p-4 > p.mt-2 |
We have an open bar policy. Ask or help yourself to beer, wine and soft drinks … div.grid > div.p-6 > span.p-4 > p.mt-2 |
Each unique character will play an important role in solving this thrilling cri… div.grid > div.p-6 > span.p-4 > p.mt-2 |
Stay the night in the converted barn and we’ll make sure breakfast is ready in … div.grid > div.p-6 > span.p-4 > p.mt-2 |
180 / person div.order-last > ul.flex > li.flex > span |
Whatever happened to Jane Templeton? The young maid disappeared without a trace… div.grid > div.order-last > div.inline-flex > p.py-2 |
Detective Inspector Duncan Hall has gathered all the suspects to dinner… and no… div.grid > div.order-last > div.inline-flex > p.py-2 |
Your hosts will guide you through a thrilling crime where each character will p… div.grid > div.order-last > div.inline-flex > p.py-2 |
180 / person div.order-last > ul.flex > li.flex > span |
Lorem Ipsum è considerato il testo segnaposto standard sin dal sedicesimo secol… div.grid > div.order-last > div.inline-flex > p.py-2 |
Lorem Ipsum è considerato il testo segnaposto standard sin dal sedicesimo secol… div.grid > div.order-last > div.inline-flex > p.py-2 |
Lorem Ipsum è considerato il testo segnaposto standard sin dal sedicesimo secol… div.grid > div.order-last > div.inline-flex > p.py-2 |
180 / person div.order-last > ul.flex > li.flex > span |
'Death in the Berlin Barn' transports players to a desolate, run-down barn on t… div.grid > div.order-last > div.inline-flex > p.py-2 |
Lord Alexander Dunham, a once-wealthy landowner, hosts an unconventional dinner… div.grid > div.order-last > div.inline-flex > p.py-2 |
Lady Emily Dunham, yearning for freedom, pursues a forbidden romance. Her troub… div.grid > div.order-last > div.inline-flex > p.py-2 |
When Lord Dunham is discovered murdered in the derelict barn, suspicion falls o… div.grid > div.order-last > div.inline-flex > p.py-2 |
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 |
|---|
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 |
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 |
|---|
span.inline-flex > ul.social > li > a span.inline-flex > ul.social > li > a |
span.inline-flex > ul.social > li > a span.inline-flex > ul.social > li > a |
span.inline-flex > ul.social > li > a span.inline-flex > ul.social > li > a |
span.inline-flex > ul.social > li > a span.inline-flex > ul.social > li > a |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
6-8
|
Easy
|
180 / person div#mysteryItem > div.grid > div.order-last > ul.flex |
6-8
|
Hard
|
180 / person div#mysteryItem > div.grid > div.order-last > ul.flex |
4-10
|
Taxing
|
180 / person div#mysteryItem > div.grid > div.order-last > ul.flex |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
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 |
|---|
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 |
div.grid > div.shadow > div.grid > img.lg:hover:scale-110 div.grid > div.shadow > div.grid > img.lg:hover:scale-110 |
Format your HTML in a way that enables crawlers to better understand your app’s content.