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.
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.
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 |
|---|---|---|
| www.ic3.gov/assets/css/uswds.min.css | 47.5 KiB | 336 ms |
| www.ic3.gov/assets/js/uswds-init.min.js | 665 B | |
| www.ic3.gov/css/site.css | 2.6 KiB |
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 | |
|---|---|---|---|
FBI Seal div#foot > div.grid-col-auto > picture > img.usa-footer__logo-img | www.ic3.gov/img/fbi_seal_new.webp | 115.4 KiB | 115.0 KiB |
IC3 Logo div.usa-logo > a > picture > img.usa-footer__logo-img | www.ic3.gov/img/ic3_logo.webp | 36.5 KiB | 35.5 KiB |
Column chart showing complaint-reported losses over a five-year period: $4.2 bi… div > figure > picture > img | www.ic3.gov/img/losses.webp | 24.2 KiB | 19.8 KiB |
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 |
|---|---|---|
| www.ic3.gov/assets/css/uswds.min.css | 47.2 KiB | 44.6 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 | |
|---|---|
Column chart showing complaint-reported losses over a five-year period: $4.2 bi… div > figure > picture > img | www.ic3.gov/img/losses.webp |
IC3 Logo div.usa-logo > a > picture > img.usa-footer__logo-img | www.ic3.gov/img/ic3_logo.webp |
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 | www.ic3.gov/assets/img/us_flag_small.png |
FBI Seal div#foot > div.grid-col-auto > picture > img.usa-footer__logo-img | www.ic3.gov/img/fbi_seal_new.webp |
RSS Symbol section > header > a > img | www.ic3.gov/assets/img/material-icons/rss_feed.svg |
RSS Symbol section.tablet:margin-0 > header > a > img | www.ic3.gov/assets/img/material-icons/rss_feed.svg |
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 |
|---|---|
| ic3.gov/ | 480 ms |
| www.ic3.gov/ | 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.
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 |
|---|
FEDERAL BUREAU OF INVESTIGATION div#foot > div.grid-col-auto > div.agency > h3 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Annual Report div > div.display-flex > div > a |
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 |
|---|---|
dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOJ line 35, col 233 | This document requires 'TrustedScriptURL' assignment and the 'default' policy failed to execute. The action has been blocked. |
www.ic3.gov/ line 12, col 374 | TrustedScriptURL Violation: https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js |
dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOJ line 35, col 233 | Uncaught TypeError: Failed to set the 'src' property on 'HTMLScriptElement': This document requires 'TrustedScriptURL' assignment and the 'default' policy failed to execute. |
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
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.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.