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 | 271 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
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.
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.