Lighthouse Mobile
· 0 checks — Mobile 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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.
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 | |
|---|---|---|---|
Take safety with you div.grid-row > div.grid-col > div.left-image > img.homepage__section-image | /s3fs-public/2026-01/carbon_monoxide_peace_of_mind_v1.png... | 1.2 MiB | 1.1 MiB |
water beads li > div.views-field > div.field-content > img | /s3fs-public/Carousel_WaterBeads.jpg?VersionId=G4zl9u4W9H... | 1.1 MiB | 1.0 MiB |
Woman with a sewing machine div.grid-row > div.tablet:grid-col-6 > div.left-image > img.homepage__section-image | www.cpsc.gov/s3fs-public/2024-09/CPSC_small-business.jpg | 724.1 KiB | 669.5 KiB |
Safety Alert Poster for Water Beads div.grid-row > div.tablet:grid-col-6 > div.right-image > img.homepage__section-image | /s3fs-public/SafetyAlert_5101_WaterBeads_082024.jpg?Versi... | 662.8 KiB | 635.1 KiB |
CPSC Logo li > div.views-field > div.field-content > img | /s3fs-public/CPSC_logo_carousel_9-2024_4.jpg?VersionId=pV... | 274.7 KiB | 194.7 KiB |
Male-to-Male Extension Cord li.flex-active-slide > div.views-field > div.field-content > img | /s3fs-public/Carousel_ExtensionCords.png?VersionId=w4Vdtg... | 250.8 KiB | 170.8 KiB |
Consumer Product Safety Commission Never miss a recall div#prefix-overlay-outer > div.prefix-overlay-inner > div#prefix-overlay-header > img | /attachments/fancy_images/USCPSC/2022/02/5552967/recall-i... | 142.9 KiB | 133.8 KiB |
Image of Recalled Adult Portable Bed Rail div.grid-row > div.tablet:grid-col-6 > div.left-image > img.homepage__section-image | /s3fs-public/styles/recall_product/public/vivehealth-1.pn... | 121.3 KiB | 90.7 KiB |
CPSC logo div.grid-row > div.desktop:grid-col-4 > div.usa-footer__footer-img > img | www.cpsc.gov/sites/default/themes/cpsc/assets/images/cpsc_logo_text.png | 98.4 KiB | 90.4 KiB |
CPSC logo a > div.seal-container > div.logo-img > img | www.cpsc.gov/sites/default/themes/cpsc/assets/images/cpsc_logo.png | 44.6 KiB | 43.5 KiB |
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.
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.
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 |
|---|---|
| cpsc.gov/ | 761 ms |
| www.cpsc.gov/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
CPSC Home Page
What We Do
Recalls and Product Warnings
Safety Education
C… body > div.dialog-off-canvas-main-canvas > main#main-content | 0.795 |
Sign up below to get the latest news, updates, and recalls.
Subscribe
No Thank… div#scopedByScopedPolyfill_1 > div#prefix-overlay-outer > div.prefix-overlay-inner > div#prefix-overlay-step1 | 0.004 |
Sign up below to get the latest news, updates, and recalls.
Subscribe
No Thank… div#scopedByScopedPolyfill_1 > div#prefix-overlay-outer > div.prefix-overlay-inner > div#prefix-overlay-step1 | 0.001 |
Recalls and Product Warnings ul > li > a > span | 0.001 |
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
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.cpsc.gov/sites/default/themes/cpsc/assets/css/style.css?tdushu | 55.0 KiB | 5.9 KiB |
| www.cpsc.gov/core/modules/system/css/components/hidden.module.css?tdushu | 2.8 KiB | 2.1 KiB |
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/@uswds/uswds@3.4.1/dist/css/uswds.min.css | 54.8 KiB | 53.8 KiB |
| www.cpsc.gov/sites/default/themes/cpsc/assets/css/style.css?tdushu | 55.0 KiB | 51.3 KiB |
| www.cpsc.gov/sites/default/libraries/fontawesome/css/all.min.css?tdushu | 21.9 KiB | 21.6 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-CSLL4ZEK4L&cx=c>m=4e64h1 | 147.1 KiB | 106.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-XM65T6P0GR&cx=c>m=4e64h1 | 160.0 KiB | 66.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-55LVJ78J3V | 159.9 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.1 KiB | 62.6 KiB |
| content.govdelivery.com/overlay/js/11021.js | 79.3 KiB | 38.8 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.8 KiB | 21.1 KiB |
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 |
|---|---|---|---|
| Unattributable | 649 ms | 12 ms | 0.0 ms |
| www.cpsc.gov/ | 486 ms | 27 ms | 2.8 ms |
| www.googletagmanager.com/gtag/js?id=G-55LVJ78J3V | 434 ms | 219 ms | 40 ms |
| content.govdelivery.com/overlay/js/11021.js | 300 ms | 187 ms | 26 ms |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 271 ms | 228 ms | 42 ms |
| www.googletagmanager.com/gtag/js?id=G-XM65T6P0GR&cx=c>m=4e64h1 | 266 ms | 195 ms | 51 ms |
| www.cpsc.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 170 ms | 97 ms | 9.1 ms |
| www.cpsc.gov/core/misc/drupal.init.js?v=10.5.6 | 77 ms | 50 ms | 0.4 ms |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e64h1 | 67 ms | 36 ms | 31 ms |
| cdn.jsdelivr.net/npm/@uswds/uswds@3.4.1/dist/js/uswds.min.js | 60 ms | 42 ms | 8.7 ms |
| dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 58 ms | 55 ms | 1.0 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 | 1.2 s |
| Other | 849 ms |
| Style & Layout | 606 ms |
| Script Parsing & Compilation | 246 ms |
| Parse HTML & CSS | 137 ms |
| Rendering | 61 ms |
| Garbage Collection | 41 ms |
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 |
|---|---|---|
| www.cpsc.gov/core/misc/drupal.js?v=10.5.6 | 6.1 KiB | 4.8 KiB |
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.
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 | |
|---|---|
Safety Alert Poster for Water Beads div.grid-row > div.tablet:grid-col-6 > div.right-image > img.homepage__section-image | /s3fs-public/SafetyAlert_5101_WaterBeads_082024.jpg?Versi... |
Woman with a sewing machine div.grid-row > div.tablet:grid-col-6 > div.left-image > img.homepage__section-image | www.cpsc.gov/s3fs-public/2024-09/CPSC_small-business.jpg |
Take safety with you div.grid-row > div.grid-col > div.left-image > img.homepage__section-image | /s3fs-public/2026-01/carbon_monoxide_peace_of_mind_v1.png... |
Consumer Product Safety Commission Never miss a recall div#prefix-overlay-outer > div.prefix-overlay-inner > div#prefix-overlay-header > img | /attachments/fancy_images/USCPSC/2022/02/5552967/recall-i... |
CPSC logo div.grid-row > div.desktop:grid-col-4 > div.usa-footer__footer-img > img | www.cpsc.gov/sites/default/themes/cpsc/assets/images/cpsc_logo_text.png |
Image of Recalled Adult Portable Bed Rail div.grid-row > div.tablet:grid-col-6 > div.left-image > img.homepage__section-image | /s3fs-public/styles/recall_product/public/vivehealth-1.pn... |
CPSC logo a > div.seal-container > div.logo-img > img | www.cpsc.gov/sites/default/themes/cpsc/assets/images/cpsc_logo.png |
header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | cdn.jsdelivr.net/npm/@uswds/uswds@3.4.1/dist/img/us_flag_small.png |
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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Close subscription dialog
Sign up below to get the latest news, updates, and r… body > div#scopedByScopedPolyfill_1 > div#prefix-overlay-outer |
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.
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.googletagmanager.com/gtag/js?id=G-55LVJ78J3V line 244, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-55LVJ78J3V>m=45je64h1v9120486628za200zd9120486628&_p=1776809044555&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=2108436653.1776809045&frm=0&pscdl=noapi&rcb=17&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&sid=1776809044&sct=1&seg=0&dl=https%3A%2F%2Fwww.cpsc.gov%2F&dt=CPSC.gov&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_placeholder=PLACEHOLDER_page_location&tfd=863' violates the following Content Security Policy directive: "connect-src 'self' https://vod.cpsc.gov https://m.addthis.com https://www.google-analytics.com https://www.saferproducts.gov https://stats.addtoany.com https://public.govdelivery.com https://analytics.google.com https://*.hotjar.com https://*.hotjar.io wss://*.hotjar.com". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L line 203, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L>m=45je64h1v9131934939za200zb9120486628zd9120486628&_p=1776809044555&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=2108436653.1776809045&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117884344&dl=https%3A%2F%2Fcpsc.gov%2F&dt=CPSC.gov&dr=&sid=1776809045&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_ss=1&_ee=1&ep.agency=UNSPECIFIED%3ACPSC.GOV&ep.subagency=CPSC.GOV&ep.site_topic=unspecified%3Acpsc.gov&ep.site_platform=unspecified%3Acpsc.gov&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=cpsc.gov&tfd=1615' violates the following Content Security Policy directive: "connect-src 'self' https://vod.cpsc.gov https://m.addthis.com https://www.google-analytics.com https://www.saferproducts.gov https://stats.addtoany.com https://public.govdelivery.com https://analytics.google.com https://*.hotjar.com https://*.hotjar.io wss://*.hotjar.com". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-XM65T6P0GR&cx=c>m=4e64h1 line 245, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-XM65T6P0GR>m=45je64h1v9127324351za200zb9120486628zd9120486628&_p=1776809044555&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=2108436653.1776809045&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776809044&sct=1&seg=0&dl=https%3A%2F%2Fwww.cpsc.gov%2F&dt=CPSC.gov&en=page_view&_fv=1&_ss=1&_ee=1&ep.page_placeholder=PLACEHOLDER_page_location&tfd=992' violates the following Content Security Policy directive: "connect-src 'self' https://vod.cpsc.gov https://m.addthis.com https://www.google-analytics.com https://www.saferproducts.gov https://stats.addtoany.com https://public.govdelivery.com https://analytics.google.com https://*.hotjar.com https://*.hotjar.io wss://*.hotjar.com". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-55LVJ78J3V line 244, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-55LVJ78J3V>m=45je64h1v9120486628za200zd9120486628&_p=1776809044555&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=2108436653.1776809045&frm=0&pscdl=noapi&rcb=17&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&sid=1776809044&sct=1&seg=0&dl=https%3A%2F%2Fwww.cpsc.gov%2F&dt=CPSC.gov&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_placeholder=PLACEHOLDER_page_location&tfd=863. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L line 203, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L>m=45je64h1v9131934939za200zb9120486628zd9120486628&_p=1776809044555&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=2108436653.1776809045&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117884344&dl=https%3A%2F%2Fcpsc.gov%2F&dt=CPSC.gov&dr=&sid=1776809045&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_ss=1&_ee=1&ep.agency=UNSPECIFIED%3ACPSC.GOV&ep.subagency=CPSC.GOV&ep.site_topic=unspecified%3Acpsc.gov&ep.site_platform=unspecified%3Acpsc.gov&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=cpsc.gov&tfd=1615. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-XM65T6P0GR&cx=c>m=4e64h1 line 245, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-XM65T6P0GR>m=45je64h1v9127324351za200zb9120486628zd9120486628&_p=1776809044555&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=2108436653.1776809045&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776809044&sct=1&seg=0&dl=https%3A%2F%2Fwww.cpsc.gov%2F&dt=CPSC.gov&en=page_view&_fv=1&_ss=1&_ee=1&ep.page_placeholder=PLACEHOLDER_page_location&tfd=992. Refused to connect because it violates the document's Content Security Policy. |
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.cpsc.gov/Safety-Education | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.