Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
HSTS 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.
Page weighs 8.4 MB (4.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/2bc62efb-cebf-4748-b3d7-b43b4f107625)<a href="https://beavercheck.com/results/2bc62efb-cebf-4748-b3d7-b43b4f107625"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fepi.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fepi.orgThis 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 27.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 27.8s to load
+12% bounceUsers abandon at ~3s — you're 25.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $1.11/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.11 /mo
~$13 / year
USD 157,500
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,513 / year if left unfixed
$157,500
+4 more
$1.11 /mo
13839.4 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 5 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.
9.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.79 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.48 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.242
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.99 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.
27.98 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.
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 | |
|---|---|---|---|
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img | files.epi.org/uploads/Data-Lib-Award-Winning.png | 322.9 KiB | 284.4 KiB |
'NO TAX ON TIPS' div#custom_html-7 > div.textwidget > div.faq-buttons > a#notaxtips | files.epi.org/uploads/no-tax-on-tips-button-e1770902303121.png | 116.2 KiB | 82.2 KiB |
'NO TAX ON OVERTIME' div#custom_html-7 > div.textwidget > div.faq-buttons > a#notaxot | files.epi.org/uploads/notaxonot.png | 178.8 KiB | 55.8 KiB |
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/Four-Star-Rating-Badge-Full-Color-1.webp | 33.1 KiB | 33.0 KiB |
div.rsSlide > div.rsContent > a > img.rsImg div.rsSlide > div.rsContent > a > img.rsImg | files.epi.org/uploads/shutterstock_2145740941-768x553.jpg | 80.7 KiB | 31.0 KiB |
div.rsSlide > div.rsContent > a > img.rsImg div.rsSlide > div.rsContent > a > img.rsImg | files.epi.org/uploads/chandler-denise-Lgaw-BnaAAI-unsplash-768x512.jpg | 60.6 KiB | 17.1 KiB |
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/candid-seal-gold-2025.png | 12.7 KiB | 12.5 KiB |
TARIFFS div#custom_html-7 > div.textwidget > div.faq-buttons > a#tariffs | files.epi.org/uploads/tariffs-faq_red.png | 17.1 KiB | 7.4 KiB |
SOCIAL SECURITY div#custom_html-7 > div.textwidget > div.faq-buttons > a#social-security | files.epi.org/uploads/social-security-faq_red.png | 15.0 KiB | 5.2 KiB |
div.rsSlide > div.rsContent > a > img.rsImg div.rsSlide > div.rsContent > a > img.rsImg | files.epi.org/uploads/U.S.-born-unemployment-is-higher-under-Trump.png | 37.7 KiB | 4.9 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|
| epi.org/ | 1.1 s |
| www.epi.org/ | 630 ms |
| www.epi.org/ | 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 |
|---|---|
Latest Research
Misclassifying workers as independent contractors is costly for… div#wrap > div#main > div#content > div#main-left | 0.242 |
April 15, 2026 By Ismael Cid-Martinez, Nina Mast, Margaret Poydock, and Valerie… div#main-left > ul.loop-list > li#post-319535 > div.loop-meta | 0.002 |
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.
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 |
|---|---|---|
| /wp-content/mu-plugins/epi-modals/dist/js/epi-modals--col... | 65.3 KiB | 61.3 KiB |
| /wp-content/mu-plugins/epi-modals/dist/js/epi-modals--ema... | 26.4 KiB | 24.0 KiB |
| www.epi.org/wp-content/themes/epi/js/requirejs/vendor/require.js?ver=0309-091018 | 20.6 KiB | 14.4 KiB |
| /wp-content/mu-plugins/epi-charts/js/requirejs/vendor/req... | 20.6 KiB | 14.4 KiB |
| /wp-content/mu-plugins/epi-search//vendor/selectize/selec... | 25.2 KiB | 10.2 KiB |
| /wp-content/mu-plugins/epi-modals/dist/js/epi-modals.min.... | 6.7 KiB | 6.1 KiB |
| /wp-content/mu-plugins/epi-issue-tags/dist/js/epi-issue-t... | 2.4 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 |
|---|---|---|
| /wp-content/themes/epi/dist/css/epi-main.css?ver=04bf9473... | 704.7 KiB | 698.9 KiB |
| www.epi.org/wp-includes/css/dashicons.min.css?ver=1764012632 | 34.7 KiB | 34.7 KiB |
| /wp-content/mu-plugins/epi-charts/dist/css/epi-charts.min... | 19.0 KiB | 19.0 KiB |
| /wp-content/mu-plugins/epi-charts/dist/css/epi-charts--ma... | 14.1 KiB | 14.0 KiB |
| /wp-content/mu-plugins/epi-shortcodes/dist/css/epi-shortc... | 12.9 KiB | 12.8 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 |
|---|---|---|
| s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js | 139.9 KiB | 90.5 KiB |
| form-assets.mailchimp.com/snippet/account/8216701?site=33fa77dfa783aab4139e286a9 | 108.5 KiB | 72.5 KiB |
| www.epi.org/stas/ | 185.3 KiB | 58.2 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.7 KiB | 53.6 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TMRN68M | 52.4 KiB | 25.0 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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.
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 | 3.1 s |
| Other | 1.4 s |
| Style & Layout | 805 ms |
| Script Parsing & Compilation | 585 ms |
| Parse HTML & CSS | 202 ms |
| Rendering | 138 ms |
| Garbage Collection | 76 ms |
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 |
|---|---|---|
| /* style the donate button in the menu */ #menu-item-84695, #menu-item-286643, #menu-item-286898 { … } … | 9.8 KiB | 2.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 | |
|---|---|
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/Four-Star-Rating-Badge-Full-Color-1.webp |
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img | files.epi.org/uploads/Data-Lib-Award-Winning.png |
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/candid-seal-gold-2025.png |
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.
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 |
|---|
College athletes div.rsNav > div.rsThumbsContainer > div.rsNavItem > span.rsTmb |
RELATED div#slider-content > div.slider-content-container > div.slider-content-right > h3 |
OVERTIME PAY div#custom_html-8 > div.textwidget > div.state-solutions > a#ot |
CHILD LABOR div#custom_html-8 > div.textwidget > div.state-solutions > a#child-labor |
Accessible, up-to-date data on the living standards of workers in the United St… footer#epi-footer > div.width-wrap > div.wide > p |
The state and local network of organizations improving workers' lives through r… footer#epi-footer > div.width-wrap > div.wide > p |
Exploring how race, ethnicity, and class intersect to affect economic outcomes … footer#epi-footer > div.width-wrap > div.wide > p |
Why give to EPI | Donate
EIN 52-1368964 footer#epi-footer > div.width-wrap > div.narrow > p |
Why give to EPI div.width-wrap > div.narrow > p > a |
Donate div.width-wrap > div.narrow > p > a |
Newsroom footer#epi-footer > div.width-wrap > div.narrow > a |
Contact us footer#epi-footer > div.width-wrap > div.narrow > a |
The Economic Policy Institute staff is unionized with the Nonprofit Professiona… footer#epi-footer > div.width-wrap > div.narrow > p.small |
Nonprofit Professional Employees Union. div.width-wrap > div.narrow > p.small > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Visit data.epi.org div#sidebar > div#epi-widget-text-19 > div.epi-widget-body > a |
epi@epi.org div.width-wrap > div.wide > p > a |
Privacy Policy div.width-wrap > div.wide > p.small > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
RELATED div#slider-content > div.slider-content-container > div.slider-content-right > h3 |
Projects footer#epi-footer > div.width-wrap > div.wide > h5 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header#epi-masthead > div.width-wrap > h1 > a.mobile header#epi-masthead > div.width-wrap > h1 > a.mobile |
header#epi-masthead > div.width-wrap > h1 > a header#epi-masthead > div.width-wrap > h1 > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div#sidebar > div#epi-widget-text-19 > div.epi-widget-body > a div#sidebar > div#epi-widget-text-19 > div.epi-widget-body > a |
div.width-wrap > div.narrow > p.small > a.npeu-logo div.width-wrap > div.narrow > p.small > a.npeu-logo |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.epi.org/ | Allowed |
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 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
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.
| Link destination | Link Text |
|---|---|
| /blog/a-snapshot-of-college-athletes-who-are-they-and-how... | Read more |
| www.epi.org/careers/development-director/ | learn more |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img |
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.
2.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.076
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.00 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.
6.33 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.
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 | |
|---|---|---|---|
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img | files.epi.org/uploads/Data-Lib-Award-Winning.png | 322.9 KiB | 314.3 KiB |
'NO TAX ON TIPS' div#custom_html-7 > div.textwidget > div.faq-buttons > a#notaxtips | files.epi.org/uploads/no-tax-on-tips-button-e1770902303121.png | 116.2 KiB | 82.2 KiB |
'NO TAX ON OVERTIME' div#custom_html-7 > div.textwidget > div.faq-buttons > a#notaxot | files.epi.org/uploads/notaxonot.png | 178.8 KiB | 55.8 KiB |
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/Four-Star-Rating-Badge-Full-Color-1.webp | 33.1 KiB | 33.1 KiB |
div.rsSlide > div.rsContent > a > img.rsImg div.rsSlide > div.rsContent > a > img.rsImg | files.epi.org/uploads/shutterstock_2145740941-650x468.jpg | 63.3 KiB | 13.8 KiB |
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/candid-seal-gold-2025.png | 12.7 KiB | 12.6 KiB |
TARIFFS div#custom_html-7 > div.textwidget > div.faq-buttons > a#tariffs | files.epi.org/uploads/tariffs-faq_red.png | 17.1 KiB | 7.4 KiB |
SOCIAL SECURITY div#custom_html-7 > div.textwidget > div.faq-buttons > a#social-security | files.epi.org/uploads/social-security-faq_red.png | 15.0 KiB | 5.2 KiB |
div.rsSlide > div.rsContent > a > img.rsImg div.rsSlide > div.rsContent > a > img.rsImg | files.epi.org/uploads/U.S.-born-unemployment-is-higher-under-Trump.png | 37.7 KiB | 4.9 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 |
|---|---|
| epi.org/ | 581 ms |
| www.epi.org/ | 190 ms |
| www.epi.org/ | 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.
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 |
|---|---|---|
| /wp-content/mu-plugins/epi-modals/dist/js/epi-modals--col... | 65.4 KiB | 61.3 KiB |
| /wp-content/mu-plugins/epi-modals/dist/js/epi-modals--ema... | 26.4 KiB | 23.9 KiB |
| www.epi.org/wp-content/themes/epi/js/requirejs/vendor/require.js?ver=0309-091018 | 20.6 KiB | 14.4 KiB |
| /wp-content/mu-plugins/epi-charts/js/requirejs/vendor/req... | 20.6 KiB | 14.4 KiB |
| /wp-content/mu-plugins/epi-search//vendor/selectize/selec... | 25.2 KiB | 10.2 KiB |
| /wp-content/mu-plugins/epi-modals/dist/js/epi-modals.min.... | 6.7 KiB | 6.1 KiB |
| /wp-content/mu-plugins/epi-issue-tags/dist/js/epi-issue-t... | 2.4 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 |
|---|---|---|
| /wp-content/themes/epi/dist/css/epi-main.css?ver=04bf9473... | 704.8 KiB | 699.8 KiB |
| www.epi.org/wp-includes/css/dashicons.min.css?ver=1764012632 | 34.7 KiB | 34.7 KiB |
| /wp-content/mu-plugins/epi-charts/dist/css/epi-charts.min... | 19.0 KiB | 19.0 KiB |
| /wp-content/mu-plugins/epi-charts/dist/css/epi-charts--ma... | 14.1 KiB | 14.0 KiB |
| /wp-content/mu-plugins/epi-shortcodes/dist/css/epi-shortc... | 12.9 KiB | 12.8 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 |
|---|---|---|
| s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js | 139.9 KiB | 90.5 KiB |
| form-assets.mailchimp.com/snippet/account/8216701?site=33fa77dfa783aab4139e286a9 | 108.6 KiB | 72.6 KiB |
| www.epi.org/stas/ | 185.4 KiB | 58.6 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.7 KiB | 53.6 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TMRN68M | 76.3 KiB | 36.4 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.1 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 KiB |
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 |
|---|---|---|
| /* style the donate button in the menu */ #menu-item-84695, #menu-item-286643, #menu-item-286898 { … } … | 9.9 KiB | 2.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 | |
|---|---|
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/Four-Star-Rating-Badge-Full-Color-1.webp |
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img | files.epi.org/uploads/Data-Lib-Award-Winning.png |
div.narrow > p > a > img div.narrow > p > a > img | files.epi.org/uploads/candid-seal-gold-2025.png |
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.
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 |
|---|
College athletes div.rsNav > div.rsThumbsContainer > div.rsNavItem > span.rsTmb |
Unemployment div.rsNav > div.rsThumbsContainer > div.rsNavItem > span.rsTmb |
Taxes div.rsNav > div.rsThumbsContainer > div.rsNavItem > span.rsTmb |
RELATED div#slider-content > div.slider-content-container > div.slider-content-right > h3 |
OVERTIME PAY div#custom_html-8 > div.textwidget > div.state-solutions > a#ot |
CHILD LABOR div#custom_html-8 > div.textwidget > div.state-solutions > a#child-labor |
Accessible, up-to-date data on the living standards of workers in the United St… footer#epi-footer > div.width-wrap > div.wide > p |
The state and local network of organizations improving workers' lives through r… footer#epi-footer > div.width-wrap > div.wide > p |
Exploring how race, ethnicity, and class intersect to affect economic outcomes … footer#epi-footer > div.width-wrap > div.wide > p |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Visit data.epi.org div#sidebar > div#epi-widget-text-19 > div.epi-widget-body > a |
epi@epi.org div.width-wrap > div.wide > p > a |
Privacy Policy div.width-wrap > div.wide > p.small > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
RELATED div#slider-content > div.slider-content-container > div.slider-content-right > h3 |
Projects footer#epi-footer > div.width-wrap > div.wide > h5 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header#epi-masthead > div.width-wrap > h1 > a header#epi-masthead > div.width-wrap > h1 > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div.rsContainer > div.rsSlide > div.rsContent > a div.rsContainer > div.rsSlide > div.rsContent > a |
div#sidebar > div#epi-widget-text-19 > div.epi-widget-body > a div#sidebar > div#epi-widget-text-19 > div.epi-widget-body > a |
div.width-wrap > div.narrow > p.small > a.npeu-logo div.width-wrap > div.narrow > p.small > a.npeu-logo |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.epi.org/ | Allowed |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.rsSlide > div.rsContent > a > img.rsImg div.rsSlide > div.rsContent > a > img.rsImg | files.epi.org/uploads/U.S.-born-unemployment-is-higher-under-Trump.png | 607 x 312 (1.95) | 630 x 320 (1.97) |
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 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
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.
| Link destination | Link Text |
|---|---|
| /blog/a-snapshot-of-college-athletes-who-are-they-and-how... | Read more |
| www.epi.org/careers/development-director/ | learn more |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#epi-widget-text-19 > div.epi-widget-body > a > img div#epi-widget-text-19 > div.epi-widget-body > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback