Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
6 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
49 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/d9831d60-7f8e-4f80-9017-39445a4513d6)<a href="https://beavercheck.com/results/d9831d60-7f8e-4f80-9017-39445a4513d6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Firs.gov" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Firs.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 9.3s 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.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 9.3s to load
+12% bounceUsers abandon at ~3s — you're 6.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 652ms
+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
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 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, …)
4 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $5,942/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5,942 /mo
~$71,309 / 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,125 / month at risk
~$157,505 / year if left unfixed
$157,500
+1 more
$0.39 /mo
4855.9 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 3 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.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
652 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.359
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.82 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.
13.02 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.
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.
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 > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg | 36.0 KiB | 27.5 KiB |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg | 30.4 KiB | 21.9 KiB |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg | 29.3 KiB | 20.9 KiB |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg | 24.8 KiB | 16.3 KiB |
Working Families Tax Cuts permits Trump Accounts to be established for American… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-parents-baby.jpg | 24.5 KiB | 16.0 KiB |
Information and resources for small businesses div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-small-business-week-image.jpg | 24.0 KiB | 15.5 KiB |
A woman standing and man sitting at a desk reviewing content on a laptop in a h… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/get-a-jump-on-your-taxes.jpg | 19.6 KiB | 11.1 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 |
|---|---|
| irs.gov/ | 1.6 s |
| www.irs.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 |
|---|---|
Do more with an IRS account
Access your tax information with an Individual, Bus… div.row > section.col-sm-12 > div.region > article#main-content | 0.321 |
Access your tax information with an Individual, Business or Tax Pro Account div.field > div.block-type--hero-narrow > div.wrapper > div.field | 0.037 |
SEARCH
SIGN IN
MENU div.container > div.row > div.col-xs-10 > ul.pup-header-mobile-menu | 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 |
|---|---|---|
| /pub/css/css_KrI8Zfe1iQpJiHfe5RVnBQWjfoKTSk8rjfLDq-3inA0.... | 50.9 KiB | 44.6 KiB |
| /pub/css/css_EbWGjClhsStXbsvwOq9iT6yGxHCg86ApUzr4bYwsoHk.... | 25.3 KiB | 22.1 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&cx=c>m=4e64f0&bs=ctrl | 147.0 KiB | 105.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZY6FM95CS5&cx=c>m=4e64f0&bs=ctrl | 152.9 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.0 KiB | 62.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KV978ZL | 138.8 KiB | 57.2 KiB |
| /pub/js/js_uQ3AXRedwNs815Y7AO31iI36vlbr_6NIRZCoLu8BbEY.js... | 67.1 KiB | 47.8 KiB |
| /wdcgov/20103/onsite/generic1776352584096.js | 81.4 KiB | 46.7 KiB |
| /pub/js/js_w8fM3HiCn-P-n7TMi9seyjEJrCmAhX-z8-63A6hCyVU.js... | 51.9 KiB | 21.7 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 KiB |
| www.irs.gov/static_assets/js/libs/jquery.min.js | 29.8 KiB | 20.5 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /pub/js/js_w8fM3HiCn-P-n7TMi9seyjEJrCmAhX-z8-63A6hCyVU.js... | 685 ms | 356 ms | 13 ms |
| Unattributable | 366 ms | 12 ms | 0.0 ms |
| www.irs.gov/ | 304 ms | 6.2 ms | 2.2 ms |
| www.googletagmanager.com/gtag/js?id=G-ZY6FM95CS5&cx=c>m=4e64f0&bs=ctrl | 266 ms | 215 ms | 50 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KV978ZL | 249 ms | 201 ms | 40 ms |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 226 ms | 192 ms | 33 ms |
| /wdcgov/20103/onsite/generic1776352584096.js | 91 ms | 51 ms | 40 ms |
| /pub/js/js_uQ3AXRedwNs815Y7AO31iI36vlbr_6NIRZCoLu8BbEY.js... | 82 ms | 42 ms | 28 ms |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e64f0&bs=ctrl | 71 ms | 26 ms | 45 ms |
| dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 67 ms | 64 ms | 1.6 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 535 ms |
| Style & Layout | 381 ms |
| Script Parsing & Compilation | 267 ms |
| Parse HTML & CSS | 101 ms |
| Rendering | 48 ms |
| Garbage Collection | 10 ms |
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 > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg |
Working Families Tax Cuts permits Trump Accounts to be established for American… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-parents-baby.jpg |
Information and resources for small businesses div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-small-business-week-image.jpg |
A woman standing and man sitting at a desk reviewing content on a laptop in a h… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/get-a-jump-on-your-taxes.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg |
Working Families Tax Cuts permits Trump Accounts to be established for American… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-parents-baby.jpg |
Information and resources for small businesses div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-small-business-week-image.jpg |
A woman standing and man sitting at a desk reviewing content on a laptop in a h… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/get-a-jump-on-your-taxes.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg |
Home div.col-xs-2 > div.region > a.logo > img | www.irs.gov/themes/custom/pup_base/IRS-Logo.svg |
section.usa-banner > header.usa-banner__header > div.us-flag > img.usa-banner__flag section.usa-banner > header.usa-banner__header > div.us-flag > img.usa-banner__flag | www.irs.gov/themes/custom/pup_base/images/us_flag_small.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.
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.
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.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
27 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.120
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.58 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.39 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Taxpayer Assistance Center Locator div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/homepage-tools-TAC-locator.png | 36.3 KiB | 31.9 KiB |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg | 36.0 KiB | 27.5 KiB |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg | 30.4 KiB | 21.9 KiB |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg | 29.3 KiB | 20.9 KiB |
Upload documents in response to an IRS notice or letter. div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/DUT-homepage-tools.jpg | 22.5 KiB | 18.1 KiB |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg | 24.8 KiB | 16.3 KiB |
Working Families Tax Cuts permits Trump Accounts to be established for American… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-parents-baby.jpg | 24.5 KiB | 16.0 KiB |
IRS Free File div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/homepage-tools-free-file-laptop.png | 20.2 KiB | 15.8 KiB |
Information and resources for small businesses div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-small-business-week-image.jpg | 24.0 KiB | 15.5 KiB |
Where's My Refund? div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/1205-Where%27sMyRefund_Desktop-250-208.png | 18.6 KiB | 14.2 KiB |
View Your Account Information div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/OLA-desktop-250-208.png | 17.2 KiB | 12.8 KiB |
A woman standing and man sitting at a desk reviewing content on a laptop in a h… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/get-a-jump-on-your-taxes.jpg | 19.6 KiB | 11.1 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 |
|---|---|
| irs.gov/ | 1.0 s |
| www.irs.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 |
|---|---|
Do more with an IRS account
Access your tax information with an Individual, Bus… div.row > section.col-sm-12 > div.region > article#main-content | 0.120 |
Here's how you know div.region > section.usa-banner > header.usa-banner__header > button.usa-banner__button | 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.
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 |
|---|---|---|
| /pub/css/css_KrI8Zfe1iQpJiHfe5RVnBQWjfoKTSk8rjfLDq-3inA0.... | 50.9 KiB | 43.7 KiB |
| /pub/css/css_EbWGjClhsStXbsvwOq9iT6yGxHCg86ApUzr4bYwsoHk.... | 25.3 KiB | 23.1 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&cx=c>m=4e64f0 | 147.1 KiB | 105.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZY6FM95CS5&cx=c>m=4e64f0 | 152.9 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.1 KiB | 61.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KV978ZL | 138.8 KiB | 57.2 KiB |
| /pub/js/js_uQ3AXRedwNs815Y7AO31iI36vlbr_6NIRZCoLu8BbEY.js... | 67.1 KiB | 47.7 KiB |
| /wdcgov/20103/onsite/generic1776352584096.js | 81.4 KiB | 46.7 KiB |
| /pub/js/js_w8fM3HiCn-P-n7TMi9seyjEJrCmAhX-z8-63A6hCyVU.js... | 51.9 KiB | 21.6 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 KiB |
| www.irs.gov/static_assets/js/libs/jquery.min.js | 29.8 KiB | 20.5 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 | |
|---|---|
Upload documents in response to an IRS notice or letter. div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/DUT-homepage-tools.jpg |
Taxpayer Assistance Center Locator div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/homepage-tools-TAC-locator.png |
IRS Free File div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/homepage-tools-free-file-laptop.png |
View Your Account Information div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/OLA-desktop-250-208.png |
Where's My Refund? div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/1205-Where%27sMyRefund_Desktop-250-208.png |
Upload documents in response to an IRS notice or letter. div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/DUT-homepage-tools.jpg |
Taxpayer Assistance Center Locator div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/homepage-tools-TAC-locator.png |
IRS Free File div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/homepage-tools-free-file-laptop.png |
View Your Account Information div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/OLA-desktop-250-208.png |
Where's My Refund? div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/1205-Where%27sMyRefund_Desktop-250-208.png |
Upload documents in response to an IRS notice or letter. div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/DUT-homepage-tools.jpg |
Taxpayer Assistance Center Locator div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/homepage-tools-TAC-locator.png |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg |
Working Families Tax Cuts permits Trump Accounts to be established for American… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-parents-baby.jpg |
Information and resources for small businesses div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-small-business-week-image.jpg |
A woman standing and man sitting at a desk reviewing content on a laptop in a h… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/get-a-jump-on-your-taxes.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg |
Working Families Tax Cuts permits Trump Accounts to be established for American… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-parents-baby.jpg |
Information and resources for small businesses div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/hp-small-business-week-image.jpg |
A woman standing and man sitting at a desk reviewing content on a laptop in a h… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/get-a-jump-on-your-taxes.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/Mother-father-daughter-using-laptop-celebrating-resize.jpg |
The One, Big, Beautiful Bill has a significant effect on federal taxes, credits… div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/obba-7.jpg |
div > a.pup-slick-slide > div.paragraph > img div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/vita-recruit-hpsize.jpg |
Find the latest information on trending scams and schemes div > a.pup-slick-slide > div.paragraph > img | www.irs.gov/pub/image/scamhomepage.jpg |
Home div.col-xs-2 > div.region > a.logo > img | www.irs.gov/themes/custom/pup_base/IRS-Logo.svg |
Woman sitting at desk using a laptop div.block-type--hero-narrow > div.wrapper > div.field > img.img-responsive | www.irs.gov/pub/image/woman-on-laptop.svg |
section.usa-banner > header.usa-banner__header > div.us-flag > img.usa-banner__flag section.usa-banner > header.usa-banner__header > div.us-flag > img.usa-banner__flag | www.irs.gov/themes/custom/pup_base/images/us_flag_small.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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sign in nav#block-pup-irs-informationmenu-2 > ul.menu > li.expanded > span.navbar-text |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.
Send Feedback