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.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| /signals/config/560061353040333?v=2.9.303&r=stable&domain... | 1200.0 s | 46.5 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 12.2 KiB |
| tags.srv.stackadapt.com/events.js | 5.0 s | 7.7 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| /st?ga_tracking_id=G-643ZK6TKM0%3BG-795W1EY6K8&ga_client_... | 0.0 ms | 1.2 KiB |
| /collect?v=2&fmt=js&pid=7164676&time=1776895590917&url=ht... | 0.0 ms | 691 B |
| /st?ga_tracking_id=G-643ZK6TKM0%3BG-795W1EY6K8&ga_client_... | 0.0 ms | 590 B |
| /tr/?id=560061353040333&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 18 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /wp-content/plugins/all-in-one-event-calendar/cache/771bf... | 75.7 KiB | 75.7 KiB |
| /wp-content/themes/magneti/assets/build/css/index.css?ver... | 21.2 KiB | 20.2 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-643ZK6TKM0&cx=c>m=4e64k0 | 169.0 KiB | 68.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-795W1EY6K8&cx=c&_slc=1 | 145.1 KiB | 64.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NZTJT8N | 120.8 KiB | 61.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.5 KiB |
| www.ncpgambling.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 30.8 KiB | 22.3 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 | |
|---|---|
NCPG: National Council on Problem Gambling div.part > a.inner-wrap > div.logo-wrap > img | /wp-content/themes/magneti/assets/build/images/logo-split... |
1-800-MY-RESET: Help for Problem Gambling div.part > a.inner-wrap > div.logo-wrap > img | /wp-content/themes/magneti/assets/build/images/reset-logo... |
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 |
|---|---|
| ncpgambling.org/ | 343 ms |
| www.ncpgambling.org/ | 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.
ARIA
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English ul > li.wpml-ls-slot-footer > a.wpml-ls-link > span.wpml-ls-native |
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 |
|---|
Visit Site div.part > a.inner-wrap > div.button-wrap > span.button |
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 |
|---|
For Individuals, Families
and Loved Ones
Visit Site main.primary-page-template > div.split-home-wrapper > div.part > a.inner-wrap |
For Advocates, Members
and Stakeholders
Visit Site main.primary-page-template > div.split-home-wrapper > div.part > a.inner-wrap |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting |
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.