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 |
|---|---|---|
| js.qualified.com/qualified.js?token=nCX52tz3bqE643Qo | 60.0 s | 370.4 KiB |
| assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 | 0.0 ms | 103.9 KiB |
| assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 | 0.0 ms | 96.9 KiB |
| js.storylane.io/js/v2/storylane.js | 0.0 ms | 5.6 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| /attribution_tracking/conversions/5277.js?p=https%3A%2F%2... | 0.0 ms | 2.2 KiB |
| /d/track/event?upid=110873&url=https%3A%2F%2Fwww.contentf... | 0.0 ms | 327 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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.contentful.com/_next/static/chunks/3196-4440c14d92fe2cb9.js | 1.2 s | 772 ms | 7.1 ms |
| www.googletagmanager.com/gtm.js?id=GTM-W94TVR6G | 616 ms | 550 ms | 22 ms |
| www.contentful.com/ | 417 ms | 8.5 ms | 101 ms |
| Unattributable | 298 ms | 20 ms | 0.0 ms |
| www.contentful.com/_next/static/chunks/1397-949ba7995b8c03e2.js | 147 ms | 128 ms | 6.5 ms |
| /16BcqiRsJId123ATa/39239078-882d-46c6-9235-dcd4318a5c73/o... | 138 ms | 125 ms | 6.5 ms |
| www.contentful.com/_next/static/chunks/26164011-df8e1479e3c9182b.js | 134 ms | 120 ms | 2.0 ms |
| www.googletagmanager.com/gtag/js?id=G-REC62920H6&cx=c>m=4e6460h1 | 86 ms | 75 ms | 10 ms |
| js.qualified.com/qualified.js?token=nCX52tz3bqE643Qo | 85 ms | 55 ms | 29 ms |
| www.googletagmanager.com/gtag/js?id=G-SCQH3CZTQ5&cx=c>m=4e6460h1 | 60 ms | 44 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=G-RWVEEBSKZ3&cx=c>m=4e6460h1 | 54 ms | 45 ms | 8.8 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.1 s |
| Other | 639 ms |
| Script Parsing & Compilation | 272 ms |
| Rendering | 229 ms |
| Style & Layout | 197 ms |
| Parse HTML & CSS | 73 ms |
| Garbage Collection | 63 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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.
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Loading video... div > div.media_block_assetWrapper__A9Lft > div.media_block_video_video__UzAmu > div.media_block_video_videoSkeleton__QVovV |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Accept All div.osano-cm-window > div#cf1be2eb-49ca-4b2c-ac3c-86bc871043c6 > div.osano-cm-dialog__buttons > button.osano-cm-accept-all |
Reject Non-Essential div.osano-cm-window > div#cf1be2eb-49ca-4b2c-ac3c-86bc871043c6 > div.osano-cm-dialog__buttons > button.osano-cm-denyAll |
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 |
|---|
78% increased CVR via personalization section.logo_metric_root__WDRSB > div.logo_metric_metricsWrapper__aGoT2 > div.logo_metric_metricItem__bQSKp > h4.typography_heading__msTWL |
Modular content, max impact div.col-span-full > div.copy_block_rootContainer__GVl78 > div.copy_block_container__BcpwE > h4.typography_heading__msTWL |
Manage content div.icon_with_text_row_root__CPtUb > div.icon_with_text_row_textContainer__RVjUi > span.icon_with_text_row_titleTagContainer__RAwa2 > h4.typography_heading__msTWL |
Growth Marketing div.icon_with_text_row_root__CPtUb > div.icon_with_text_row_textContainer__RVjUi > span.icon_with_text_row_titleTagContainer__RAwa2 > h4.typography_heading__msTWL |
Professional Services a.copy_block_link__bsyzV > div.copy_block_rootContainer__GVl78 > div.copy_block_container__BcpwE > h4.typography_heading__msTWL |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
div.logo_metric_metricsWrapper__aGoT2 > div.logo_metric_metricItem__bQSKp > div.logo_metric_logoContainer__ZNiK9 > a div.logo_metric_metricsWrapper__aGoT2 > div.logo_metric_metricItem__bQSKp > div.logo_metric_logoContainer__ZNiK9 > a |
div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI |
div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI |
div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI |
div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI |
div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI |
div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI |
div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI div.footer_section__5hXz0 > ul.footer_linksList__VNldd > li > a.footer_link__bkRpI |
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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|---|
www.contentful.com/_next/static/chunks/3196-4440c14d92fe2cb9.js line 16, col 5700 | Missing ninetailed_profile_id, cannot track impression [object Object] |
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.