Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.9s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
Page weighs 17.6 MB (10.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
9 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
9 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
Nothing in this quadrant — good news.
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/3bfdd50b-5e56-451f-9531-7b8b8d7343bf)<a href="https://beavercheck.com/results/3bfdd50b-5e56-451f-9531-7b8b8d7343bf"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ficims.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ficims.comThis 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 7.9s 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 conversion rate.
9 barrier(s) likely increasing bounce by ~34%.
Page takes 7.9s to load
+12% bounceUsers abandon at ~3s — you're 5.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
1 form field(s) without a label
+2% 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
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
34 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
2 broken link(s) on the page
+3% 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.
€680 investment → €4,878/month returns + EUR 120,500,000 risk avoided
€680
8h · 5 findings
€4,878 /mo
~€58,539 / year
EUR 120,500,000
if kept compliant
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.
8.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
€10,041,669 / month at risk
~€120,500,029 / year if left unfixed
€120,500,000
+8 more
€2.38 /mo
32149.7 MB/mo × 0.074 EUR/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.
4.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.99 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.264
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.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.
26.89 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.slide > div.image-container > a > img div.slide > div.image-container > a > img | cdn31.icims.com/wp-content/uploads/2026/02/06141340/cheesecake-rotator.png | 416.6 KiB | 348.0 KiB |
div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img | /wp-content/uploads/2026/02/13175432/card-image-engage-70... | 325.3 KiB | 291.7 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2026/02/10133031/sas-logo-992x992-1.png | 185.1 KiB | 180.6 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/10/19181048/petsmart-color.png | 95.9 KiB | 93.2 KiB |
div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img | /wp-content/uploads/2026/02/06115121/card-image-employer-... | 124.8 KiB | 91.1 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/04/19180302/cheesecake-factory-hp.webp | 90.4 KiB | 88.2 KiB |
div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img | /wp-content/uploads/2026/02/06115126/card-image-hire-700x... | 119.4 KiB | 85.8 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2024/12/19175738/ulta-logo-1080x1080-1.webp | 52.1 KiB | 50.8 KiB |
div.iti > div.iti__flag-container > div.iti__selected-flag > div.iti__flag div.iti > div.iti__flag-container > div.iti__selected-flag > div.iti__flag | www.icims.com/wp-content/themes/icims4/static/img/flags.png | 55.3 KiB | 41.5 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2025/02/19175541/adt-992x992-1.png | 38.5 KiB | 37.4 KiB |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2023/03/19180515/icims-homepage-chees... | 20.8 KiB | 18.1 KiB |
Video Thumbnail div.w-css-reset > div > div.w-css-reset > img.w-css-reset | /deliveries/50da5da5d1a696445016224f000081cff54254ec.webp... | 29.6 KiB | 12.9 KiB |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Employer-Branding-1000x... | 11.8 KiB | 9.6 KiB |
Wendy's logo div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2020/09/23123413/logo_uber.png | 12.9 KiB | 8.4 KiB |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Engage-1000x200-1.png | 9.6 KiB | 7.8 KiB |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | test-icims.pantheonsite.io/wp-content/uploads/2026/02/ICIMS-Hire-1000x200-1.png | 7.3 KiB | 5.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /css2?family=Montserrat:ital,wght@0,100..900;1,100..900&d... | 734 B | 848 ms |
| www.icims.com/wp-content/themes/icims4/static/css/main.min.css?202604221941 | 52.3 KiB | 1.2 s |
| /css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,... | 1.4 KiB | 156 ms |
| cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js | 14.6 KiB | 303 ms |
| code.jquery.com/jquery-3.7.1.min.js | 30.0 KiB | 1.2 s |
| cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js | 7.9 KiB | 151 ms |
| www.icims.com/wp-content/themes/icims4/static/js/int-tel.js | 36.0 KiB | 453 ms |
| www.icims.com/wp-content/themes/icims4/static/js/smoothie.js | 1.0 KiB | |
| cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css | 25.4 KiB | 1.2 s |
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.
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.
| URL | Est Savings |
|---|---|
| cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woff | 10 ms |
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 |
|---|---|
| icims.com/ | 1.1 s |
| www.icims.com/ | 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 |
|---|---|
body.home > iframe#q-messenger-frame body.home > iframe#q-messenger-frame | 0.095 |
iCIMS logo body.home > header | 0.018 |
body.home > div.module body.home > div.module | 0.010 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.010 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.006 |
The strength of enterprise-grade talent acquisition software. United with the t… section.hero > div.container > div.hero-content > p.mt-3 | 0.006 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.005 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.005 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.005 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.003 |
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 |
|---|---|---|
| www.icims.com/wp-content/themes/icims4/static/css/main.min.css?202604221941 | 52.0 KiB | 43.3 KiB |
| cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css | 24.7 KiB | 23.9 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
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 | 6.5 s |
| Other | 3.1 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 833 ms |
| Rendering | 786 ms |
| Parse HTML & CSS | 227 ms |
| Garbage Collection | 218 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 WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.slide > div.image-container > a > img div.slide > div.image-container > a > img | cdn31.icims.com/wp-content/uploads/2026/02/06141340/cheesecake-rotator.png |
div.slide > div.image-container > a > img div.slide > div.image-container > a > img | cdn31.icims.com/wp-content/uploads/2026/02/06141344/expleo-rotator.png |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/04/19180302/cheesecake-factory-hp.webp |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2024/12/19175738/ulta-logo-1080x1080-1.webp |
div.slide > div.image-container > a > img div.slide > div.image-container > a > img | cdn31.icims.com/wp-content/uploads/2026/02/18151059/xanterra.jpg |
div.slide > div.image-container > a > img div.slide > div.image-container > a > img | cdn31.icims.com/wp-content/uploads/2026/02/18151307/northstar.jpg |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/10/19181048/petsmart-color.png |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2026/02/10133031/sas-logo-992x992-1.png |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2025/02/19175541/adt-992x992-1.png |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2023/03/19180515/icims-homepage-chees... |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2025/10/Success-story-logo_Xanterra.png |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2020/11/Customer-Northstar-2-700x416-... |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Employer-Branding-1000x... |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Engage-1000x200-1.png |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | test-icims.pantheonsite.io/wp-content/uploads/2026/02/ICIMS-Hire-1000x200-1.png |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Employer-Branding-1000x... |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Engage-1000x200-1.png |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | test-icims.pantheonsite.io/wp-content/uploads/2026/02/ICIMS-Hire-1000x200-1.png |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Employer-Branding-1000x... |
Wendy's logo div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2020/09/23123413/logo_uber.png |
iCIMS logo div > div.footer-logo > a > img | www.icims.com/wp-content/themes/icims4/src/img/ICIMS_Logo_White_2026.svg |
div > div.social-icons > a > img div > div.social-icons > a > img | cdn31.icims.com/wp-content/uploads/2026/02/11092329/x-footer-2026-150x150-1.png |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092327/facebook-footer-2026... |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092328/linkedin-footer-2026... |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092330/youtube-footer-2026-... |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092328/insta-footer-2026-15... |
iCIMS logo div.container > div.brand-logo > a > img | www.icims.com/wp-content/themes/icims4/src/img/icims-logo-r.svg |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | cdn31.icims.com/wp-content/uploads/2024/05/19180459/Expleo-logo-250.png |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron | www.icims.com/wp-content/themes/icims4/static/img/slider-prev.svg |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron | www.icims.com/wp-content/themes/icims4/static/img/slider-next.svg |
Search icon div.container > div.container > div.search > img.search-icon | www.icims.com/wp-content/themes/icims4/src/img/search-icon.svg |
Open menu icon div.container > div.mobile-menu > button.navbar-toggler > img.open-icon | www.icims.com/wp-content/themes/icims4/src/img/menu-open.svg |
Phone icon div.footer-menu-section--mobile > div.mobile-buttons-section > a.btn > img | www.icims.com/wp-content/themes/icims4/src/img/phone-icon.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
+1 div.mktoFieldWrap > div.iti > div.iti__flag-container > div.iti__selected-flag |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.home > q-focus-sentinel > div |
After AI assistant body.home > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
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.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
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.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > 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 |
|---|
Privacy notice |
Terms of use |
Cookie Settings |
Modern Slavery Statement |… div.footer-lower-section > div.container > div.footer-links > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Privacy Notice. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
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.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
165 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.126
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.50 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.
7.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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.slide > div.image-container > a > img div.slide > div.image-container > a > img | cdn31.icims.com/wp-content/uploads/2026/02/06141340/cheesecake-rotator.png | 416.6 KiB | 375.2 KiB |
div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img | /wp-content/uploads/2026/02/13175432/card-image-engage-70... | 325.3 KiB | 315.6 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2026/02/10133031/sas-logo-992x992-1.png | 185.1 KiB | 183.1 KiB |
div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img | /wp-content/uploads/2026/02/06115121/card-image-employer-... | 124.8 KiB | 115.0 KiB |
div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img div.card > div.card-img-top-box > div.aspect-ratio-box-inside > img | /wp-content/uploads/2026/02/06115126/card-image-hire-700x... | 119.4 KiB | 109.7 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/10/19181048/petsmart-color.png | 95.9 KiB | 94.7 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/04/19180302/cheesecake-factory-hp.webp | 90.4 KiB | 89.4 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2024/12/19175738/ulta-logo-1080x1080-1.webp | 52.1 KiB | 51.5 KiB |
Video Thumbnail div.w-css-reset > div > div.w-css-reset > img.w-css-reset | /deliveries/50da5da5d1a696445016224f000081cff54254ec.webp... | 74.9 KiB | 48.5 KiB |
div.iti > div.iti__flag-container > div.iti__selected-flag > div.iti__flag div.iti > div.iti__flag-container > div.iti__selected-flag > div.iti__flag | www.icims.com/wp-content/themes/icims4/static/img/flags.png | 55.3 KiB | 41.5 KiB |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2025/02/19175541/adt-992x992-1.png | 38.5 KiB | 38.0 KiB |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2023/03/19180515/icims-homepage-chees... | 20.8 KiB | 19.9 KiB |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Employer-Branding-1000x... | 11.8 KiB | 11.1 KiB |
Wendy's logo div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2020/09/23123413/logo_uber.png | 12.9 KiB | 10.9 KiB |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Engage-1000x200-1.png | 9.6 KiB | 9.0 KiB |
body.home > section.hero > div.parallax-layer > img.animate body.home > section.hero > div.parallax-layer > img.animate | /wp-content/uploads/2026/02/Hero-product-top-right-simple... | 9.2 KiB | 8.6 KiB |
Language div#lang-switcher-switcher-desktop > label#lang-toggle-switcher-desktop > span > img | www.icims.com/wp-content/themes/icims4/src/img/globe-icon.png | 7.2 KiB | 7.1 KiB |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | test-icims.pantheonsite.io/wp-content/uploads/2026/02/ICIMS-Hire-1000x200-1.png | 7.3 KiB | 6.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 |
|---|---|
| icims.com/ | 607 ms |
| www.icims.com/ | 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 |
|---|---|
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.095 |
body.home > section.hero > div.parallax-layer body.home > section.hero > div.parallax-layer | 0.059 |
Sales +1 (848) 208-6951 | Support: +1 (800) 889-4422
Products
Community
Resourc… body.home > header | 0.009 |
body.home > div.module body.home > div.module | 0.006 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We, and our third-party partners, use cookies, pixels, and other technologies t… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
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 |
|---|---|---|
| www.icims.com/wp-content/themes/icims4/static/css/main.min.css?202604221941 | 52.0 KiB | 46.6 KiB |
| cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css | 24.7 KiB | 23.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 |
|---|---|---|---|
| www.icims.com/ | 760 ms | 134 ms | 18 ms |
| Unattributable | 565 ms | 71 ms | 0.0 ms |
| fast.wistia.com/assets/external/publicApi.js | 321 ms | 243 ms | 27 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KFD84ZD | 261 ms | 194 ms | 53 ms |
| www.icims.com/wp-content/themes/icims4/static/js/marketo.min.js | 245 ms | 128 ms | 6.5 ms |
| /assets/external/engines/hls_video.js@51432a28fdfed55ac37... | 209 ms | 169 ms | 1.0 ms |
| fast.wistia.com/player.js | 196 ms | 157 ms | 8.9 ms |
| www.googletagmanager.com/gtag/js?id=G-5T66KT5LZV&cx=c>m=4e64k0 | 188 ms | 170 ms | 17 ms |
| js.qualified.com/qualified.js?token=QtRw9Po9ebmp1swj | 126 ms | 106 ms | 13 ms |
| js-agent.newrelic.com/nr-spa-1.313.1.min.js | 99 ms | 79 ms | 3.4 ms |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 90 ms | 36 ms | 16 ms |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 76 ms | 45 ms | 11 ms |
| code.jquery.com/jquery-3.7.1.min.js | 66 ms | 47 ms | 3.0 ms |
| www.googletagmanager.com/gtag/js?id=AW-967192649&cx=c>m=4e64k0 | 58 ms | 42 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=AW-971071778&cx=c>m=4e64k0 | 56 ms | 42 ms | 13 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.8 s |
| Other | 862 ms |
| Style & Layout | 395 ms |
| Script Parsing & Compilation | 247 ms |
| Rendering | 94 ms |
| Garbage Collection | 69 ms |
| Parse HTML & CSS | 62 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 WebSocket cannot enter back/forward cache. | Pending browser support |
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 | |
|---|---|
body.home > section.hero > div.parallax-layer > img.animate body.home > section.hero > div.parallax-layer > img.animate | /wp-content/uploads/2026/02/Hero-product-top-right-simple... |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/04/19180302/cheesecake-factory-hp.webp |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2024/12/19175738/ulta-logo-1080x1080-1.webp |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2023/10/19181048/petsmart-color.png |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2026/02/10133031/sas-logo-992x992-1.png |
div.container > div.logos > div.logo > img div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2025/02/19175541/adt-992x992-1.png |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2023/03/19180515/icims-homepage-chees... |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2025/10/Success-story-logo_Xanterra.png |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | /wp-content/uploads/2020/11/Customer-Northstar-2-700x416-... |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Engage-1000x200-1.png |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | test-icims.pantheonsite.io/wp-content/uploads/2026/02/ICIMS-Hire-1000x200-1.png |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img | /wp-content/uploads/2026/02/ICIMS-Employer-Branding-1000x... |
Language div#lang-switcher-switcher-desktop > label#lang-toggle-switcher-desktop > span > img | www.icims.com/wp-content/themes/icims4/src/img/globe-icon.png |
Wendy's logo div.container > div.logos > div.logo > img | cdn31.icims.com/wp-content/uploads/2020/09/23123413/logo_uber.png |
iCIMS logo div > div.footer-logo > a > img | www.icims.com/wp-content/themes/icims4/src/img/ICIMS_Logo_White_2026.svg |
div > div.social-icons > a > img div > div.social-icons > a > img | cdn31.icims.com/wp-content/uploads/2026/02/11092329/x-footer-2026-150x150-1.png |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092327/facebook-footer-2026... |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092328/linkedin-footer-2026... |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092330/youtube-footer-2026-... |
div > div.social-icons > a > img div > div.social-icons > a > img | /wp-content/uploads/2026/02/11092328/insta-footer-2026-15... |
iCIMS logo div.container > div.brand-logo > a > img | www.icims.com/wp-content/themes/icims4/src/img/icims-logo-r.svg |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo | cdn31.icims.com/wp-content/uploads/2024/05/19180459/Expleo-logo-250.png |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron | www.icims.com/wp-content/themes/icims4/static/img/slider-prev.svg |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron | www.icims.com/wp-content/themes/icims4/static/img/slider-next.svg |
Search icon div.container > div.container > div.search > img.search-icon | www.icims.com/wp-content/themes/icims4/src/img/search-icon.svg |
Phone icon div.footer-menu-block > div.buttons-section > a.btn > img | www.icims.com/wp-content/themes/icims4/src/img/phone-icon.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.home > q-focus-sentinel > div |
After AI assistant body.home > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
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.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
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.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.module-rotator > div.slide > div.image-container > a div.module-rotator > div.slide > div.image-container > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > a |
div.container > div > div.social-icons > a div.container > div > div.social-icons > 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 |
|---|
Privacy notice |
Terms of use |
Cookie Settings |
Modern Slavery Statement |… div.footer-lower-section > div.container > div.footer-links > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Privacy Notice. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
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.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.card > div.card-body > p.card-text > img div.card > div.card-body > p.card-text > img |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
div.content-container > div.slide-copy > p > img.rotator-logo div.content-container > div.slide-copy > p > img.rotator-logo |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
body.home > div.module-rotator > div.controls > img.chevron body.home > div.module-rotator > div.controls > img.chevron |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback