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.
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.
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 |
|---|---|---|
| cdn.startpage.com/sp/cdn/images/swoosh/desktop-top-swoosh.svg | 0.0 ms | 1.5 KiB |
| cdn.startpage.com/sp/cdn/images/swoosh/desktop-bottom-swoosh.svg | 0.0 ms | 1.4 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 |
|---|---|---|
| cdn.startpage.com/sp/cdn/bundles/0.4.11/160b5ce/lib/AppHome.js | 155.6 KiB | 73.2 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| startpage.com/ | 293 ms |
| www.startpage.com/ | 0.0 ms |
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 |
|---|
Hide promotional messaging div#home-hide-promo-container > div.hide-promo > div.css-zhw45g > span.hide-promo-text |
Add to Chrome div.cta-container > div.home-cta-container > a.home-cta > span.link-text |
MIS Professor of Social and Ethical Issues of the Internet div.quote-card > div.css-s5xdrg > div.details > p |
President of Freedom of the Press Foundation div.quote-card > div.css-s5xdrg > div.details > p |
Founder of NOYB - European Center for Digital Rights div.quote-card > div.css-s5xdrg > div.details > p |
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 |
|---|
Browser Extension div.products-section > div.browser-extension-container > div.home-cta-container > a.home-cta |
Install on Chrome div.privacy-extension-and-app-widget > div.extension-promo > div.home-cta-container > a.home-cta |
Add to Chrome div.text > div.cta-container > div.home-cta-container > a.home-cta |
Add to Chrome div.text > div.cta-container > div.home-cta-container > a.home-cta |
Learn more about how to be private online. Visit our privacy blog div.footer-container > footer.css-1h47swe > div.css-1pducxn > a.css-kztwvx |
Best Practices
General
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.