Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 25.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
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 23.7 MB (6.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
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/604424ec-d9bd-482d-b920-15f66f49d228)<a href="https://beavercheck.com/results/604424ec-d9bd-482d-b920-15f66f49d228"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fworkday.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fworkday.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 25.1s 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.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 25.1s to load
+12% bounceUsers abandon at ~3s — you're 22.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.2s
+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
9 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
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.67/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.67 /mo
~$20 / 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,127 / month at risk
~$157,520 / year if left unfixed
$157,500
+6 more
$1.67 /mo
20852.2 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.
15.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.23 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.60 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.59 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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| media.mktg.workday.com/lib/scripts/responsive_image.js | 11.5 KiB | 1.6 s |
| info2.workday.com/js/forms2/js/forms2.js | 159.7 KiB | 4.2 s |
| unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js | 42.3 KiB | 818 ms |
| unpkg.com/react@18.3.1/umd/react.production.min.js | 4.6 KiB | 818 ms |
| prod-unifiedlogin.mktg.workday.com/scripts/detect.js | 4.9 KiB | 904 ms |
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 346.0 KiB | 4.8 s |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32... | 12.0 KiB | 151 ms |
| /etc.clientlibs/wd-core/clientlibs/clientlib-global.ACSHA... | 491 B |
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.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 | workday.scene7.com/is/image/workday/img-persona-card-hr?fmt=webp-alpha&wid=1000 | 142.8 KiB | 31.4 KiB |
Workday Logo div > div#cookieMainHeader > div.logo > img.inline-47sb9s | consent.trustarc.com/get?name=workday_logo.png | 13.6 KiB | 10.9 KiB |
Chipotle logo div.standardcard > div#standardcard_copy_2075357673-ded25961b58998e80064fd760579629298ada9c9aaf4cc5d377b10c41b78fc55 > div.standardcard-img > img#ded25961b58998e80064fd760579629298ada9c9aaf4cc5d377b10c41b78fc55 | /is/image/workday/img-chipotle-white-on-afterhours-16x9?f... | 12.5 KiB | 6.4 KiB |
Workday GO logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | /is/image/workday/logo-workday-go-hero-horizontal-white-1... | 7.2 KiB | 6.4 KiB |
Cognizant logo div.standardcard > div#standardcard_copy-052ea6cdb4dc00e0b31deaac1407e2d53e413d319ea810d34b05c5ec7fbe8854 > div.standardcard-img > img#052ea6cdb4dc00e0b31deaac1407e2d53e413d319ea810d34b05c5ec7fbe8854 | /is/image/workday/img-cognizant-white-on-afterhours-16x9?... | 10.1 KiB | 5.2 KiB |
Medtronic logo div.standardcard > div#standardcard-14e80e67c409a7bd99e12c28a1ef09b34117caaa89269b2d3db30b9cc3b6dfab > div.standardcard-img > img#14e80e67c409a7bd99e12c28a1ef09b34117caaa89269b2d3db30b9cc3b6dfab | /is/image/workday/img-medtronic-white-on-afterhours-16x9?... | 8.2 KiB | 4.2 KiB |
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 |
|---|---|
| workday.com/ | 1.2 s |
| www.workday.com/ | 0.0 ms |
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 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 |
|---|---|---|
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 346.0 KiB | 22.2 KiB |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32... | 12.0 KiB | 2.1 KiB |
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 |
|---|---|---|
| info2.workday.com/js/forms2/js/forms2.js | 159.2 KiB | 74.6 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc73305... | 86.1 KiB | 41.8 KiB |
| /etc.clientlibs/clientlibs/granite/utils.ACSHASH15b6fc27c... | 10.4 KiB | 7.9 KiB |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH3c... | 4.1 KiB | 2.4 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 |
|---|---|---|
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 345.4 KiB | 337.9 KiB |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32... | 11.5 KiB | 11.5 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 |
|---|---|---|
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 433.1 KiB | 306.0 KiB |
| players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js | 322.6 KiB | 239.1 KiB |
| players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js | 322.6 KiB | 239.0 KiB |
| players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js | 322.6 KiB | 134.4 KiB |
| info2.workday.com/js/forms2/js/forms2.js | 159.2 KiB | 120.1 KiB |
| static.cloud.coveo.com/atomic/v2/p-833161c3.js | 107.5 KiB | 86.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-939660455 | 143.5 KiB | 64.3 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc73305... | 86.1 KiB | 59.4 KiB |
| www.googletagmanager.com/gtag/js?id=DC-13175845 | 129.2 KiB | 59.2 KiB |
| unpkg.com/react-dom@18/umd/react-dom.production.min.js | 41.9 KiB | 36.4 KiB |
| assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.js | 150.7 KiB | 24.4 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 21.2 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 | 14.3 s |
| Other | 4.9 s |
| Script Parsing & Compilation | 1.2 s |
| Style & Layout | 865 ms |
| Parse HTML & CSS | 452 ms |
| Garbage Collection | 296 ms |
| Rendering | 268 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Medtronic logo div.standardcard > div#standardcard-14e80e67c409a7bd99e12c28a1ef09b34117caaa89269b2d3db30b9cc3b6dfab > div.standardcard-img > img#14e80e67c409a7bd99e12c28a1ef09b34117caaa89269b2d3db30b9cc3b6dfab | /is/image/workday/img-medtronic-white-on-afterhours-16x9?... |
Cognizant logo div.standardcard > div#standardcard_copy-052ea6cdb4dc00e0b31deaac1407e2d53e413d319ea810d34b05c5ec7fbe8854 > div.standardcard-img > img#052ea6cdb4dc00e0b31deaac1407e2d53e413d319ea810d34b05c5ec7fbe8854 | /is/image/workday/img-cognizant-white-on-afterhours-16x9?... |
Jabil logo div.standardcard > div#standardcard_copy_442643957-7c9d901a267e3077e508f9c3249d76c89c0caabc8dfad52575fae7576105d917 > div.standardcard-img > img#7c9d901a267e3077e508f9c3249d76c89c0caabc8dfad52575fae7576105d917 | /is/image/workday/img-jabil-white-on-afterhours-16x9?fmt=... |
NetApp logo div.standardcard > div#standardcard_copy_489174766-13d12de9fcb73d6045ae11438bdc8f37078c7e68725f098ec6744bb402b18822 > div.standardcard-img > img#13d12de9fcb73d6045ae11438bdc8f37078c7e68725f098ec6744bb402b18822 | /is/image/workday/img-netapp-white-on-afterhours-16x9?fmt... |
Chipotle logo div.standardcard > div#standardcard_copy_2075357673-ded25961b58998e80064fd760579629298ada9c9aaf4cc5d377b10c41b78fc55 > div.standardcard-img > img#ded25961b58998e80064fd760579629298ada9c9aaf4cc5d377b10c41b78fc55 | /is/image/workday/img-chipotle-white-on-afterhours-16x9?f... |
Great Wolf Lodge logo div.standardcard > div#standardcard_copy_1679529639-aa4901108e2fdb29f281cfe85d9aefc9152a4bbdd8ec466988e7be80ef64fd31 > div.standardcard-img > img#aa4901108e2fdb29f281cfe85d9aefc9152a4bbdd8ec466988e7be80ef64fd31 | /is/image/workday/img-great-wolf-lodge-white-on-afterhour... |
Workday GO logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | /is/image/workday/logo-workday-go-hero-horizontal-white-1... |
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 |
|---|
Change Cookie Preferences » div.mainContent > div > div.pdynamicbutton > a.shp |
Privacy Statement div > div.footer > div.left > a#privacyPolicyAnchor |
Cookie Notice div > div.footer > div.left > a.inline-bwxxkt |
Powered by: div.wrapper > div > div.footer > div.right |
These are opportunities to improve the legibility of your content.
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.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 |
div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__img div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__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 |
|---|
div.carousel-slides-wrapper > div.carousel-slide > div.video-play-overlay > a.play-video-btn div.carousel-slides-wrapper > div.carousel-slide > div.video-play-overlay > a.play-video-btn |
nav > ul.footer-container__wrapper--legal-links > li.footer-container__wrapper--legal-items > a nav > ul.footer-container__wrapper--legal-links > li.footer-container__wrapper--legal-items > a |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Legal
Privacy
Accessibility
Subscriptions
Your Privacy Choices
Cookie Preferenc… div.row > div.col > nav > ul.footer-container__wrapper--legal-links |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 2 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
Go to slide 3 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
Go to slide 4 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
Go to slide 5 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
Go to slide 6 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
These items highlight common accessibility best practices.
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 |
|---|
div#pop-outerdiv08440674501816143 > div#pop-div206779166990352654 > div#pop-div309661101445641218 > div#pop-frame08534654904411774 div#pop-outerdiv08440674501816143 > div#pop-div206779166990352654 > div#pop-div309661101445641218 > div#pop-frame08534654904411774 |
These are opportunities to improve keyboard navigation in your application.
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Cookies on This Site
We use cookies on this site to make our site work. … div.wrapper > div |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Explore Sana div.aem-Grid > div.button > div.cmp-button > a.wd-btn |
All HR div.aem-Grid > div.button > div.cmp-button > a.wd-btn |
Explore Our Agents div.aem-Grid > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Contact Sales div > div.button > div.cmp-button > a.wd-btn |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.workday.com/en-us/signin.html | More Information |
| www.workday.com/en-us/signin.html | More Information |
| www.workday.com/en-us/solutions/frontline-worker.html | Learn More |
| www.workday.com/en-us/midsize-business/overview.html | Learn More |
| /en-us/customer-stories/q-z/snowflake-journey-from-rapid-... | Learn More |
| /en-us/customer-stories/a-h/7-eleven-streamlines-hiring-c... | Learn More |
| /en-us/customer-stories/i-p/jll-uses-ai-to-improve-hiring... | Learn More |
| www.workday.com/en-us/midsize-business/hr-payroll-software.html | 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.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 |
div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__img div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Your Privacy Choices nav > ul.footer-container__wrapper--legal-links > li.footer-container__wrapper--legal-items > a.truste_cursor_pointer |
To appear in search results, crawlers need access to your app.
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.
3.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
87 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.035
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.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.
5.84 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.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| media.mktg.workday.com/lib/scripts/responsive_image.js | 11.5 KiB | 784 ms |
| unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js | 42.3 KiB | 266 ms |
| unpkg.com/react@18.3.1/umd/react.production.min.js | 4.6 KiB | 266 ms |
| info2.workday.com/js/forms2/js/forms2.js | 159.7 KiB | 864 ms |
| prod-unifiedlogin.mktg.workday.com/scripts/detect.js | 4.9 KiB | 204 ms |
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 345.9 KiB | 979 ms |
| /etc.clientlibs/wd-core/clientlibs/clientlib-global.ACSHA... | 490 B | |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32... | 12.0 KiB |
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.
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 | |
|---|---|---|---|
A person standing in a building looking out over a city. div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-3 | /is/image/workday/customer-snowflake-16x9-1?fmt=webp-alph... | 95.9 KiB | 55.0 KiB |
Image of three people sitting at a table with their laptops open. div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-5 | /is/image/workday/customer-jll-singapore-hiredscore-16x9-... | 94.2 KiB | 53.2 KiB |
7-Eleven customer story image, JPG, 16x9 div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-4 | workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?wid=800 | 68.5 KiB | 27.6 KiB |
7-Eleven customer story image, JPG, 16x9 div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-4 | workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?wid=400 | 36.8 KiB | 27.5 KiB |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 | workday.scene7.com/is/image/workday/img-persona-card-hr?fmt=webp-alpha&wid=577 | 68.6 KiB | 22.3 KiB |
A person standing in a building looking out over a city. div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-3 | /is/image/workday/customer-snowflake-16x9-1?fmt=webp-alph... | 29.8 KiB | 20.4 KiB |
Image of three people sitting at a table with their laptops open. div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-5 | /is/image/workday/customer-jll-singapore-hiredscore-16x9-... | 35.8 KiB | 18.1 KiB |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-4 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-4 | /is/image/workday/img-persona-card-operations?fmt=webp-al... | 20.9 KiB | 15.1 KiB |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-3 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-3 | /is/image/workday/img-persona-card-legal?fmt=webp-alpha&w... | 20.6 KiB | 14.8 KiB |
Workday Logo div > div#cookieMainHeader > div.logo > img.inline-47sb9s | consent.trustarc.com/get?name=workday_logo.png | 13.6 KiB | 12.6 KiB |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-1 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-1 | /is/image/workday/img-persona-card-finance?fmt=webp-alpha... | 17.3 KiB | 11.5 KiB |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-2 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-2 | workday.scene7.com/is/image/workday/img-persona-card-it?fmt=webp-alpha&wid=289 | 16.3 KiB | 10.5 KiB |
Snowflake logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | workday.scene7.com/is/image/workday/logo-snowflake-white-2?fmt=webp-alpha | 10.3 KiB | 9.9 KiB |
JLL white logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | workday.scene7.com/is/image/workday/logo-jll-white?fmt=webp-alpha | 9.6 KiB | 9.5 KiB |
Workday GO logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | /is/image/workday/logo-workday-go-hero-horizontal-white-1... | 7.2 KiB | 6.9 KiB |
div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-2 div.carousel-section-container > div.carousel-slides-wrapper > div.carousel-slide > img#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9-2 | workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&wid=350 | 15.9 KiB | 5.4 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 |
|---|---|
| workday.com/ | 690 ms |
| www.workday.com/ | 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 |
|---|---|---|
| info2.workday.com/js/forms2/js/forms2.js | 159.2 KiB | 74.6 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc73305... | 86.1 KiB | 41.8 KiB |
| /etc.clientlibs/clientlibs/granite/utils.ACSHASH15b6fc27c... | 10.4 KiB | 7.9 KiB |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH3c... | 4.1 KiB | 2.4 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 |
|---|---|---|
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 345.4 KiB | 336.5 KiB |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32... | 11.5 KiB | 11.5 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 |
|---|---|---|
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 433.1 KiB | 306.0 KiB |
| players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js | 322.6 KiB | 239.1 KiB |
| players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js | 322.6 KiB | 239.0 KiB |
| players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js | 322.6 KiB | 133.2 KiB |
| info2.workday.com/js/forms2/js/forms2.js | 159.2 KiB | 120.1 KiB |
| static.cloud.coveo.com/atomic/v2/p-833161c3.js | 107.5 KiB | 86.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-939660455 | 143.5 KiB | 64.3 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc73305... | 86.1 KiB | 59.4 KiB |
| www.googletagmanager.com/gtag/js?id=DC-13175845 | 129.2 KiB | 59.2 KiB |
| unpkg.com/react-dom@18/umd/react-dom.production.min.js | 41.9 KiB | 36.4 KiB |
| assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.js | 150.7 KiB | 24.4 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 20.7 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 |
|---|---|---|---|
| players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js | 4.5 s | 1.7 s | 103 ms |
| media.mktg.workday.com/lib/scripts/responsive_image.js | 2.5 s | 841 ms | 0.4 ms |
| www.workday.com/ | 1.2 s | 178 ms | 3.9 ms |
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 985 ms | 819 ms | 72 ms |
| Unattributable | 654 ms | 27 ms | 0.0 ms |
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 375 ms | 271 ms | 49 ms |
| assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.js | 148 ms | 121 ms | 20 ms |
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 115 ms | 0.0 ms | 0.0 ms |
| /etc.clientlibs/clientlibs/granite/jquery/granite.ACSHASH... | 84 ms | 57 ms | 0.2 ms |
| info2.workday.com/js/forms2/js/forms2.js | 56 ms | 16 ms | 13 ms |
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 54 ms | 51 ms | 1.1 ms |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH3c... | 52 ms | 51 ms | 0.4 ms |
| js-agent.newrelic.com/nr-full.6ee41851-1.238.0.min.js | 50 ms | 37 ms | 1.3 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 | 4.3 s |
| Style & Layout | 3.4 s |
| Other | 2.2 s |
| Rendering | 641 ms |
| Script Parsing & Compilation | 302 ms |
| Garbage Collection | 127 ms |
| Parse HTML & CSS | 121 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| /etc.clientlibs/atlas/clientlibs/common/publish/resources... | 345.9 KiB | 22.2 KiB |
| /etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32... | 12.0 KiB | 2.1 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 | |
|---|---|
Medtronic logo div.standardcard > div#standardcard-14e80e67c409a7bd99e12c28a1ef09b34117caaa89269b2d3db30b9cc3b6dfab > div.standardcard-img > img#14e80e67c409a7bd99e12c28a1ef09b34117caaa89269b2d3db30b9cc3b6dfab | /is/image/workday/img-medtronic-white-on-afterhours-16x9?... |
Cognizant logo div.standardcard > div#standardcard_copy-052ea6cdb4dc00e0b31deaac1407e2d53e413d319ea810d34b05c5ec7fbe8854 > div.standardcard-img > img#052ea6cdb4dc00e0b31deaac1407e2d53e413d319ea810d34b05c5ec7fbe8854 | /is/image/workday/img-cognizant-white-on-afterhours-16x9?... |
Jabil logo div.standardcard > div#standardcard_copy_442643957-7c9d901a267e3077e508f9c3249d76c89c0caabc8dfad52575fae7576105d917 > div.standardcard-img > img#7c9d901a267e3077e508f9c3249d76c89c0caabc8dfad52575fae7576105d917 | /is/image/workday/img-jabil-white-on-afterhours-16x9?fmt=... |
NetApp logo div.standardcard > div#standardcard_copy_489174766-13d12de9fcb73d6045ae11438bdc8f37078c7e68725f098ec6744bb402b18822 > div.standardcard-img > img#13d12de9fcb73d6045ae11438bdc8f37078c7e68725f098ec6744bb402b18822 | /is/image/workday/img-netapp-white-on-afterhours-16x9?fmt... |
Chipotle logo div.standardcard > div#standardcard_copy_2075357673-ded25961b58998e80064fd760579629298ada9c9aaf4cc5d377b10c41b78fc55 > div.standardcard-img > img#ded25961b58998e80064fd760579629298ada9c9aaf4cc5d377b10c41b78fc55 | /is/image/workday/img-chipotle-white-on-afterhours-16x9?f... |
Great Wolf Lodge logo div.standardcard > div#standardcard_copy_1679529639-aa4901108e2fdb29f281cfe85d9aefc9152a4bbdd8ec466988e7be80ef64fd31 > div.standardcard-img > img#aa4901108e2fdb29f281cfe85d9aefc9152a4bbdd8ec466988e7be80ef64fd31 | /is/image/workday/img-great-wolf-lodge-white-on-afterhour... |
Gartner white logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | workday.scene7.com/is/image/workday/logo-gartner-600x137-white?fmt=webp-alpha |
Gartner white logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | workday.scene7.com/is/image/workday/logo-gartner-600x137-white?fmt=webp-alpha |
'' div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | workday.scene7.com/is/image/workday/logo-7-eleven-white?fmt=webp-alpha |
Workday GO logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | /is/image/workday/logo-workday-go-hero-horizontal-white-1... |
Forrester white logo div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | workday.scene7.com/is/image/workday/logo-forrester-white-2?fmt=webp-alpha |
CIO Transformation Guide div.validation-component__wrapper-logo > div.image > div.cmp-image > img.s7dm-dynamic-media | workday.scene7.com/is/image/workday/CIO-transformation-guide?fmt=webp-alpha |
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 |
|---|
Change Cookie Preferences » div.mainContent > div > div.pdynamicbutton > a.shp |
Privacy Statement div > div.footer > div.left > a#privacyPolicyAnchor |
Cookie Notice div > div.footer > div.left > a.inline-bwxxkt |
Powered by: div.wrapper > div > div.footer > div.right |
These are opportunities to improve the legibility of your content.
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.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-1 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-1 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-2 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-2 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-3 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-3 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-4 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-4 |
div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__img div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__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 |
|---|
nav > ul.footer-container__wrapper--legal-links > li.footer-container__wrapper--legal-items > a nav > ul.footer-container__wrapper--legal-links > li.footer-container__wrapper--legal-items > a |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Legal
Privacy
Accessibility
Subscriptions
Your Privacy Choices
Cookie Preferenc… div.row > div.col > nav > ul.footer-container__wrapper--legal-links |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
Go to slide 2 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
Go to slide 3 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
Go to slide 4 div#c19ce4f7bb0e41a1966f2210c4c988dbfd4400028560ebededbc582070b20ec9 > div.carousel-section-container > div.carousel-pagination > button.pagination-dot |
These items highlight common accessibility best practices.
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 |
|---|
div#pop-outerdiv017271750779559147 > div#pop-div200880149766053705 > div#pop-div3014995457476895946 > div#pop-frame08547607375253142 div#pop-outerdiv017271750779559147 > div#pop-div200880149766053705 > div#pop-div3014995457476895946 > div#pop-frame08547607375253142 |
These are opportunities to improve keyboard navigation in your application.
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Cookies on This Site
We use cookies on this site to make our site work. … div.wrapper > div |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Explore Sana div.aem-Grid > div.button > div.cmp-button > a.wd-btn |
All HR div.aem-Grid > div.button > div.cmp-button > a.wd-btn |
Explore Our Agents div.aem-Grid > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Read Story div.standardcard__container-content--button > div.button > div.cmp-button > a.wd-btn |
Contact Sales div > div.button > div.cmp-button > a.wd-btn |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.workday.com/en-us/signin.html | More Information |
| www.workday.com/en-us/signin.html | More Information |
| www.workday.com/en-us/solutions/frontline-worker.html | Learn More |
| www.workday.com/en-us/midsize-business/overview.html | Learn More |
| /en-us/customer-stories/q-z/snowflake-journey-from-rapid-... | Learn More |
| /en-us/customer-stories/i-p/jll-uses-ai-to-improve-hiring... | Learn More |
| www.workday.com/en-us/midsize-business/hr-payroll-software.html | 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.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-0 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-1 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-1 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-2 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-2 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-3 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-3 |
div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-4 div.persona-cards > div.persona-grid > div.persona-card > img#a4fbfe234db29473d89a6ae2b73a40ad42a4c39aaeabbfa3f4418f14458994d6-4 |
div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__img div#dcce5556079fd7db824c09e19a45f30f5df4997a462bede31872cd72ea822ab2 > div.lottie__wrapper > div.fallback > img.fallback__img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Your Privacy Choices nav > ul.footer-container__wrapper--legal-links > li.footer-container__wrapper--legal-items > a.truste_cursor_pointer |
To appear in search results, crawlers need access to your app.
Send Feedback