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 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.
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 |
|---|---|---|
| puretechleman.ch/~flock.js | 1500.0 s | 8.2 KiB |
| puretechleman.ch/ptl-mark-white.svg | 0.0 ms | 584 B |
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 |
|---|---|
| puretechleman.ch/assets/styles-COf--v6T.css | 17.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-0TSC8HDBTF | 157.0 KiB | 65.4 KiB |
| puretechleman.ch/assets/main-CFQN0IbE.js | 144.8 KiB | 57.2 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 | |
|---|---|
Pure Tech Leman header.fixed > nav.relative > a.flex > img.h-12 | puretechleman.ch/ptl-mark-white.svg |
Pure Tech Leman footer.border-t > div.mx-auto > a.flex > img.h-12 | puretechleman.ch/ptl-mark-white.svg |
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 |
|---|
EN nav.relative > div.flex > div.flex > button.flex |
Free Audit → header.fixed > nav.relative > div.flex > a.hard-shadow-hover |
Explore services → div.mx-auto > div.fade-up > div.flex > a.hard-shadow-hover |
SUSTAIN div.ticker-track > div.flex > span.flex > span.px-5 |
GENEVA · CH div.ticker-track > div.flex > span.flex > span.px-5 |
EN / FR div.ticker-track > div.flex > span.flex > span.px-5 |
FIXED PRICES div.ticker-track > div.flex > span.flex > span.px-5 |
YOU OWN IT ALL div.ticker-track > div.flex > span.flex > span.px-5 |
STRATEGY div.ticker-track > div.flex > span.flex > span.px-5 |
DESIGN & BUILD div.ticker-track > div.flex > span.flex > span.px-5 |
GROW div.ticker-track > div.flex > span.flex > span.px-5 |
TECHNOLOGY div.ticker-track > div.flex > span.flex > span.px-5 |
SUSTAIN div.ticker-track > div.flex > span.flex > span.px-5 |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PURE TECH LEMAN body.custom-cursor-active > header.fixed > nav.relative > a.flex |
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.