Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
52 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/8b5a137a-db88-4134-af00-cf011f771324)<a href="https://beavercheck.com/results/8b5a137a-db88-4134-af00-cf011f771324"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Feeoc.gov" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Feeoc.govThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 4.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~28%.
Page takes 4.8s to load
+12% bounceUsers abandon at ~3s — you're 2.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
7 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $3,636/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$3,636 /mo
~$43,631 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,505 / year if left unfixed
$157,500
+2 more
$0.44 /mo
5495.6 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
72 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.326
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.03 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
9.26 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| /sites/default/files/css/css_w4B8yTL4K8gbuPrFBlE-IiZp6-3G... | 75.4 KiB | 1.5 s |
| /sites/default/files/js/js_8rFu8m_ucs58AeBTX3_iEFk7NuXGEz... | 769 B | 749 ms |
| /sites/default/files/css/css_liic-KmBzNp-QFFsHuyTea2sYfrx... | 5.4 KiB | 253 ms |
| use.typekit.net/rak8sse.css | 981 B | 753 ms |
| /p.css?s=1&k=rak8sse&ht=tk&f=15759.15760.22737.22740&a=37... | 172 B | 751 ms |
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 | |
|---|---|---|---|
DEI Big Box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_small/public/2... | 185.8 KiB | 164.9 KiB |
DEI Big Box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_small/public/2... | 170.7 KiB | 149.9 KiB |
15 million big box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_small/public/2... | 119.8 KiB | 98.9 KiB |
Report Anti-American Employment Bias div > div.field > picture > img | /sites/default/files/styles/carousel_slide_small/public/2... | 116.3 KiB | 95.5 KiB |
ARP Big Box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_small/public/2... | 83.3 KiB | 62.4 KiB |
DEI One Pager div.usa-card__container > div.usa-card__media > div.usa-card__img > img | /sites/default/files/2025-12/One Pagers 2025 (326 x 312 p... | 45.6 KiB | 34.3 KiB |
Civil Rights Act @60 div.usa-card__container > div.usa-card__media > div.usa-card__img > img | www.eeoc.gov/sites/default/files/2024-07/cra%20color%20bar%20for%20card_0.png | 33.9 KiB | 23.0 KiB |
Drums div.usa-card__container > div.usa-card__media > div.usa-card__img > img | www.eeoc.gov/sites/default/files/2022-11/tribal_drums.jpg | 27.0 KiB | 16.1 KiB |
About EEOC div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 15.4 KiB | 12.9 KiB |
Employees & Applicants div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 14.7 KiB | 12.2 KiB |
Federal Agencies div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 13.7 KiB | 11.2 KiB |
Employers / Small Business div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 11.0 KiB | 8.5 KiB |
National Human Trafficking Hotline div.usa-prose > div.border > a > img.float-left | www.eeoc.gov/sites/default/files/inline-images/hotline_th_white-right_1.png | 13.0 KiB | 8.2 KiB |
Youth at Work div.usa-prose > p.text-middle > a > img.align-left | www.eeoc.gov/sites/default/files/inline-images/youth_logo_125_3.jpg | 8.1 KiB | 5.6 KiB |
EEOC Training Institute div.usa-prose > p.text-middle > a > img.align-center | www.eeoc.gov/sites/default/files/inline-images/training_logo.jpg | 6.9 KiB | 5.2 KiB |
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 |
|---|---|
| eeoc.gov/ | 1.0 s |
| www.eeoc.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 |
|---|---|
Previous Pause Next div.paragraph > div.grid-col-fill > section.eeoc-carousel > div.eeoc-carousel__buttons-wrapper | 0.326 |
U.S. Equal Employment Opportunity Commission div.dialog-off-canvas-main-canvas > header.usa-header > div.usa-navbar > div.region | 0.000 |
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.
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 |
|---|---|---|
| /sites/default/files/css/css_w4B8yTL4K8gbuPrFBlE-IiZp6-3G... | 74.9 KiB | 72.3 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.2 KiB | 60.2 KiB |
| /sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMq... | 93.2 KiB | 53.7 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 | |
|---|---|
National Human Trafficking Hotline div.usa-prose > div.border > a > img.float-left | www.eeoc.gov/sites/default/files/inline-images/hotline_th_white-right_1.png |
LinkedIn div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/social-icons/linkedin.svg |
Linkedin div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/social-icons/linkedin.svg |
Employees & Applicants div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
Employers / Small Business div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
Federal Agencies div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
About EEOC div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
search header.usa-header > div.usa-navbar > button.usa-button > img | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/search-primary.svg |
Facebook div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/facebook.svg |
Instagram div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/instagram.svg |
Twitter div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/x.svg |
YouTube div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/youtube.svg |
RSS Newsfeed div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/rss_feed.svg |
Facebook div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/facebook.svg |
Twitter div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/x.svg |
YouTube div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/youtube.svg |
Instagram div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/instagram.svg |
RSS div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/rss_feed.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.path-frontpage > a.visually-hidden |
Here’s how you know div.usa-accordion > header.usa-banner__header > div.usa-banner__inner > button.usa-accordion__button |
U.S. Equal Employment Opportunity Commission div.usa-navbar > div.region > div#logo > a |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
U.S. Equal Employment Opportunity Commission div.usa-navbar > div.region > div#logo > a |
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 |
|---|---|
/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMq... line 141, col 852 | TypeError: $controlBtn.click is not a function
at HTMLDivElement.<anonymous> (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:142:853)
at ce.each (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:3:3129)
at ce.fn.init.each (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:3:1594)
at Object.attach (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:142:175)
at https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:12:427
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:12:353)
at https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:13:373
at HTMLDocument.listener (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:13:161) |
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.
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.309
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.15 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.12 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
DEI Big Box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_large/public/2... | 573.1 KiB | 499.9 KiB |
DEI Big Box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_large/public/2... | 529.8 KiB | 456.6 KiB |
Report Anti-American Employment Bias div > div.field > picture > img | /sites/default/files/styles/carousel_slide_large/public/2... | 336.7 KiB | 263.5 KiB |
15 million big box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_large/public/2... | 335.5 KiB | 262.2 KiB |
ARP Big Box div > div.field > picture > img | /sites/default/files/styles/carousel_slide_large/public/2... | 226.6 KiB | 153.4 KiB |
DEI One Pager div.usa-card__container > div.usa-card__media > div.usa-card__img > img | /sites/default/files/2025-12/One Pagers 2025 (326 x 312 p... | 45.6 KiB | 38.6 KiB |
Civil Rights Act @60 div.usa-card__container > div.usa-card__media > div.usa-card__img > img | www.eeoc.gov/sites/default/files/2024-07/cra%20color%20bar%20for%20card_0.png | 33.9 KiB | 26.7 KiB |
Drums div.usa-card__container > div.usa-card__media > div.usa-card__img > img | www.eeoc.gov/sites/default/files/2022-11/tribal_drums.jpg | 27.0 KiB | 19.8 KiB |
About EEOC div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 15.4 KiB | 12.9 KiB |
Employees & Applicants div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 14.7 KiB | 12.2 KiB |
Federal Agencies div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 13.7 KiB | 11.2 KiB |
Employers / Small Business div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... | 11.0 KiB | 8.5 KiB |
National Human Trafficking Hotline div.usa-prose > div.border > a > img.float-left | www.eeoc.gov/sites/default/files/inline-images/hotline_th_white-right_1.png | 13.0 KiB | 8.2 KiB |
Youth at Work div.usa-prose > p.text-middle > a > img.align-left | www.eeoc.gov/sites/default/files/inline-images/youth_logo_125_3.jpg | 8.1 KiB | 5.6 KiB |
EEOC Training Institute div.usa-prose > p.text-middle > a > img.align-center | www.eeoc.gov/sites/default/files/inline-images/training_logo.jpg | 6.9 KiB | 5.2 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| /sites/default/files/css/css_w4B8yTL4K8gbuPrFBlE-IiZp6-3G... | 75.4 KiB | 398 ms |
| /sites/default/files/js/js_8rFu8m_ucs58AeBTX3_iEFk7NuXGEz... | 769 B | 228 ms |
| /sites/default/files/css/css_liic-KmBzNp-QFFsHuyTea2sYfrx... | 5.4 KiB | 143 ms |
| use.typekit.net/rak8sse.css | 981 B | 203 ms |
| /p.css?s=1&k=rak8sse&ht=tk&f=15759.15760.22737.22740&a=37... | 172 B | 201 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 |
|---|---|
| eeoc.gov/ | 491 ms |
| www.eeoc.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 |
|---|---|
Newsroom
EEOC Reaches $15 Million Conciliation Agreement to Resolve Discriminat… div.region > div#block-eeoc-uswds-content > article.usa-prose > section.usa-section | 0.303 |
In FY25, the EEOC Delivered Record-Breaking Recoveries for America’s Workers
Le… body.path-frontpage > div.dialog-off-canvas-main-canvas > main#main-content | 0.006 |
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.
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 |
|---|---|---|
| /sites/default/files/css/css_w4B8yTL4K8gbuPrFBlE-IiZp6-3G... | 74.9 KiB | 70.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.2 KiB | 58.8 KiB |
| /sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMq... | 93.2 KiB | 53.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 | |
|---|---|
National Human Trafficking Hotline div.usa-prose > div.border > a > img.float-left | www.eeoc.gov/sites/default/files/inline-images/hotline_th_white-right_1.png |
LinkedIn div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/social-icons/linkedin.svg |
Linkedin div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/social-icons/linkedin.svg |
Employees & Applicants div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
Employers / Small Business div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
Federal Agencies div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
About EEOC div.usa-media-block > div.grid-row > div.usa-media-block__img-wrapper > img.usa-media-block__img | /sites/default/files/styles/uswds_graphic/public/uswds-la... |
Facebook div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/facebook.svg |
Instagram div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/instagram.svg |
Twitter div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/x.svg |
YouTube div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/youtube.svg |
RSS Newsfeed div.grid-row > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/rss_feed.svg |
Facebook div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/facebook.svg |
Twitter div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/x.svg |
YouTube div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/youtube.svg |
Instagram div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/instagram.svg |
RSS div.usa-footer__social-links > div.grid-col-auto > a.usa-social-link > img.usa-social-link__icon | www.eeoc.gov/themes/custom/eeoc_uswds/assets/img/usa-icons/rss_feed.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.path-frontpage > a.visually-hidden |
Here’s how you know div.usa-accordion > header.usa-banner__header > div.usa-banner__inner > button.usa-accordion__button |
U.S. Equal Employment Opportunity Commission div.usa-navbar > div.region > div#logo > a |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
U.S. Equal Employment Opportunity Commission div.usa-navbar > div.region > div#logo > a |
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 |
|---|---|
/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMq... line 141, col 852 | TypeError: $controlBtn.click is not a function
at HTMLDivElement.<anonymous> (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:142:853)
at ce.each (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:3:3129)
at ce.fn.init.each (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:3:1594)
at Object.attach (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:142:175)
at https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:12:427
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:12:353)
at https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:13:373
at HTMLDocument.listener (https://www.eeoc.gov/sites/default/files/js/js_NqXJomZTdDJLSsYrU8ON0JspAL-UMqu28P9ZUIw4s7s.js?scope=footer&delta=0&language=en&theme=eeoc_uswds&include=eJx1zMEOhCAMBNAfYuWTyAiTlViF0JLdzzcRDybGS2fmHUqWGAyzUH2C4ayONx0xqOsvqf9KmSFP-SxEurNKjqvj3yTvq0-tV8h0TadEi0tAzQHdSixbFRr9i7vx8rwHB35HIA:13:161) |
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.
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback