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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.articles-videos > div.content-card > div.content-card__image > img div.articles-videos > div.content-card > div.content-card__image > img | /media/videos/card_covers/card_Use_AI_Responsibly_in_Anal... | 163.0 KiB | 155.3 KiB |
div.articles-videos > div.content-card > div.content-card__image > img div.articles-videos > div.content-card > div.content-card__image > img | /media/videos/card_covers/card_Field_Guide_to_Explaining_... | 146.8 KiB | 139.0 KiB |
SP_Thumbnails_7 section.home-courses > ul.course-cards > li.course-card > img | media.nngroup.com/media/images/SP_Thumbnails_7_TA3lF90.width-330.png | 92.0 KiB | 86.7 KiB |
SP_Thumbnails_12 section.home-courses > ul.course-cards > li.course-card > img | media.nngroup.com/media/images/SP_Thumbnails_12_ZXbCnxY.width-330.png | 84.3 KiB | 79.0 KiB |
section.homepage-rebranding > div.articles-videos > div.content-card > img section.homepage-rebranding > div.articles-videos > div.content-card > img | /media/articles/card_covers/6_Competencies-card.png.324x3... | 28.9 KiB | 16.5 KiB |
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 |
|---|---|---|
| cdn-cookieyes.com/client_data/1a1cf80aa4378be78f10d807/script.js | 8.9 KiB | 258 ms |
| media.nngroup.com/static/css/output.8a2ac8cc91c7.css | 77.3 KiB | 122 ms |
| media.nngroup.com/static/bundles/consent.js | 4.6 KiB | |
| media.nngroup.com/static/css/output.e9c610b5facf.css | 701 B | 205 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| media.nngroup.com/static/fonts/Inter-VariableFont_opszwght.woff2 | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| nngroup.com/ | 255 ms |
| www.nngroup.com/ | 0.0 ms |
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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| media.nngroup.com/static/css/output.8a2ac8cc91c7.css | 76.9 KiB | 71.4 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 |
|---|---|---|
| media.nngroup.com/static/js/output.8221eeaec7a2.js | 158.8 KiB | 92.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-630S9ESVKM&cx=c>m=4e64k0h2 | 172.5 KiB | 69.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-16569705699&cx=c>m=4e64k0h2 | 144.3 KiB | 65.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-THJDDHK | 182.4 KiB | 61.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.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 | |
|---|---|
AI for Design Workflows section.home-courses > ul.course-cards > li.course-card > img | media.nngroup.com/media/courses/icons/CourseAI_for_Design_Workflows_0mcAr2s.svg |
Usability Testing section.home-courses > ul.course-cards > li.course-card > img | media.nngroup.com/media/courses/icons/CourseUsability_Testing.svg |
Amazon Logo div.content > ul > li > img.amazon | media.nngroup.com/static/img/logos/amazon-logo-home.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.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.newsletter > form.form-field > div.subscribe-wrap > input.newsletter-email div.newsletter > form.form-field > div.subscribe-wrap > input.newsletter-email |
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
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
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.