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.
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 |
|---|---|---|
| /css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Pl... | 1.4 KiB | 267 ms |
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 |
|---|---|---|
| www.paypalobjects.com/images/Debit_Credit_APM.svg | 3600.0 s | 5.1 KiB |
| www.paypalobjects.com/paypal-ui/logos/svg/paypal-wordmark-color.svg | 3600.0 s | 1.1 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 |
|---|---|---|
| inline: // Copyright 2022 The Chromium Authors … | 55.4 KiB | 21.8 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 |
|---|---|---|
| chromewebdata/ | 55.4 KiB | 39.7 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 | |
|---|---|
paypal div.pp-hosted-btn > form > section > img | www.paypalobjects.com/paypal-ui/logos/svg/paypal-wordmark-color.svg |
cards div#trial > div.pp-hosted-btn > form > img | www.paypalobjects.com/images/Debit_Credit_APM.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 |
|---|
42 objects div.tree-card > div.tree > div.row > span.ok |
118 objects div.tree-card > div.tree > div.row > span.ok |
verified div.tree-card > div.tree > div.row > span.ok |
/ 14 days div#trial > div.trial-top > div.trial-price > span |
At checkout, add your organization name in PayPal's "special instructions to se… div.wrap > div.plans-grid > div#trial > p.trial-note |
organization name div.plans-grid > div#trial > p.trial-note > strong |
support@quietad.online div.plans-grid > div#trial > p.trial-note > a |
Get QuietAD from the Microsoft Store → (or download the .zip directly) — the ap… div.wrap > div.plans-grid > div#trial > p.trial-note |
Microsoft Store → div.plans-grid > div#trial > p.trial-note > a |
download the .zip directly div.plans-grid > div#trial > p.trial-note > a |
All sales are final. Refund Policy div.wrap > div.plans-grid > div#trial > p.trial-note |
Refund Policy div.plans-grid > div#trial > p.trial-note > a |
Perpetual license div.wrap > div.plans-grid > div.price-card > span.tag |
one-time div.plans-grid > div.price-card > div.amount > span |
Priced per organization, not per machine or per admin. div.wrap > div.plans-grid > div.price-card > p.sub |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fully offline activation div.trust-list > div.trust-item > div > h4 |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Framing 'https://get.microsoft.com/' violates the following Content Security Policy directive: "frame-src https://www.paypal.com". The request has been blocked.
| |
Loading the image 'https://get.microsoft.com/images/en-us%20dark.svg' violates the following Content Security Policy directive: "img-src 'self' data: https://www.paypalobjects.com https://www.paypal.com". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.