Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 43.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.
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.
Cookie 'AWSALB' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 18.2 MB (9.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
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/7cceb7d1-0c91-4a56-bcc4-666f3b66cfc0)<a href="https://beavercheck.com/results/7cceb7d1-0c91-4a56-bcc4-666f3b66cfc0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsmartrecruiters.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsmartrecruiters.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 43.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 user trust.
9 barrier(s) likely increasing bounce by ~37%.
Page takes 43.9s to load
+12% bounceUsers abandon at ~3s — you're 41.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 143.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
2 form field(s) without a label
+4% 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
30 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$700 investment → $2.39/month returns + USD 157,500 risk avoided
$700
7h · 5 findings
$2.39 /mo
~$29 / year
USD 157,500
if kept compliant
$50 — 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.
7.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,529 / year if left unfixed
$157,500
+8 more
$2.39 /mo
29935.5 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.
13.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
43.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
143.35 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
25.01 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.
180.35 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.container > div.row > div.col-md-6 > img div.container > div.row > div.col-md-6 > img | www.smartrecruiters.com/wp-content/uploads/01-Helpful-Resource.png | 977.2 KiB | 932.8 KiB |
div.container > div.row > div.col-md-6 > img div.container > div.row > div.col-md-6 > img | www.smartrecruiters.com/wp-content/uploads/02-Helpful-Resource.png | 893.8 KiB | 849.4 KiB |
div.container > div.row > div.col-md-7 > img.img-fluid div.container > div.row > div.col-md-7 > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Winston-Cutout-1.png | 249.1 KiB | 234.9 KiB |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465069.png | 160.3 KiB | 144.6 KiB |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465068.png | 150.3 KiB | 134.7 KiB |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465070.png | 135.1 KiB | 119.4 KiB |
div.row > div.col-12 > div.image > img div.row > div.col-12 > div.image > img | www.smartrecruiters.com/wp-content/uploads/smartos-image.png | 97.5 KiB | 92.7 KiB |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.png | 8.7 KiB | 8.1 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 |
|---|---|
| smartrecruiters.com/ | 846 ms |
| www.smartrecruiters.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 |
|---|---|---|
| /wp-content/themes/smartrecruiters/new-template/css/sr_de... | 134.7 KiB | 23.1 KiB |
| :root { --black: #000000; --new-green: #4BD675; --new-light-green: #35A754; --new-dark-gre… | 6.4 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 |
|---|---|---|
| /wp-content/themes/smartrecruiters/new-template/css/sr_de... | 134.1 KiB | 132.9 KiB |
| cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css?ver=1776890470 | 24.7 KiB | 23.9 KiB |
| /wp-includes/css/dist/block-library/style.min.css?ver=6.5.5 | 14.6 KiB | 14.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/external/engines/hls_video.js@51432a28fdfed55ac37... | 126.7 KiB | 97.2 KiB |
| /wp-content/plugins/roi-calculator//frontend/asset/js/cha... | 92.6 KiB | 83.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MNSS5X | 169.9 KiB | 82.7 KiB |
| fast.wistia.com/assets/external/E-v1.js | 161.5 KiB | 69.8 KiB |
| js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NL | 116.4 KiB | 57.2 KiB |
| ta.smartrecruiters.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.6 KiB |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 97.2 KiB | 50.3 KiB |
| unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-ZSSL66PV.js | 49.2 KiB | 46.1 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 | 100.8 KiB | 41.1 KiB |
| /wp-content/themes/smartrecruiters/build/js/script.min.js... | 54.2 KiB | 39.7 KiB |
| ta.smartrecruiters.com/js/forms2/js/forms2.min.js | 67.0 KiB | 32.3 KiB |
| /assets/external/popover.js@51432a28fdfed55ac3775a385633a... | 41.6 KiB | 28.9 KiB |
| fast.wistia.com/assets/external/captions.js | 43.3 KiB | 28.0 KiB |
| browser.sentry-cdn.com/9.6.1/bundle.min.js | 24.6 KiB | 21.1 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 | 170.5 s |
| Other | 3.5 s |
| Style & Layout | 1.5 s |
| Garbage Collection | 783 ms |
| Script Parsing & Compilation | 401 ms |
| Rendering | 306 ms |
| Parse HTML & CSS | 136 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 |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/roi-calculator//frontend/asset/js/cha... | 92.6 KiB | 21.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
li.col-lg-4 > article.resource-card > div.img-container > img li.col-lg-4 > article.resource-card > div.img-container > img | /wp-content/uploads/E-1-1_Web_10-Ways-to-Improve-Your-Hir... |
li.col-lg-4 > article.resource-card > div.img-container > img li.col-lg-4 > article.resource-card > div.img-container > img | /wp-content/uploads/E-1-3_Web_Benefits-of-Best-Of-Breed-A... |
li.col-lg-4 > article.resource-card > div.img-container > img li.col-lg-4 > article.resource-card > div.img-container > img | /wp-content/uploads/SE-1-1_Web_Unpacking-AI-and-What-It-M... |
div.container > div.row > div.col-md-7 > img.img-fluid div.container > div.row > div.col-md-7 > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Winston-Cutout-1.png |
div.row > div.col-12 > div.image > img div.row > div.col-12 > div.image > img | www.smartrecruiters.com/wp-content/uploads/smartos-image.png |
Search Icon ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.search-icon | /wp-content/themes/smartrecruiters/img/2025/search-icon.svg |
Language Icon ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.language-select | /wp-content/themes/smartrecruiters/img/2025/language-worl... |
div.slick-track > div#slick-slide01 > div.client-logo > img.img-fluid div.slick-track > div#slick-slide01 > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Asbury-Logo-2.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Asbury-Logo-2.png |
div.slick-track > div#slick-slide00 > div.client-logo > img.img-fluid div.slick-track > div#slick-slide00 > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Logo-2.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Logo-2.png |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465068.png |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465070.png |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465069.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.png |
div.slick-track > div#slick-slide02 > div.client-logo > img.img-fluid div.slick-track > div#slick-slide02 > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.png |
SmartRecruiters div.col-lg-9 > div.footerLogoContainer > a.footerLogo > img.no-lazyload | /wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo-I... |
SmartRecruiters Logo div.row > span.h-100 > a > img.main-logo | /wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo.svg |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/servicenow-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/servicenow-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Public-Storage-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Public-Storage-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/LinkedIn-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/LinkedIn-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Square-Inc-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Square-Inc-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Air-New-Zealand-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Air-New-Zealand-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/KPMG-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/KPMG-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Dominos-Pizza-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Dominos-Pizza-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Group-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Group-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/McDonalds-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/McDonalds-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Relais-Chateaux-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Relais-Chateaux-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Sodexo-1.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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.
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 |
|---|
Explore the Benefits div.row > div.order-md-first > div.btn-wrapper > a.btn |
4,000 companies can't be wrong div.container > div.row > div.col-md-12 > p.pre-headline |
These are opportunities to improve the legibility of your content.
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 |
|---|
Press for Accessibility for blind people
who use screen readers div#INDquickAccess > ul > li > button.INDshortcutBtn |
Press for Accessibility menu div#INDquickAccess > ul > li > button |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Products & Solutions div.row > div.full-width > div.footer-column > h5 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down |
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.
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 |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Language: en div#cmpbox > div#cmplanguage > img.cmplangicon | cdn.consentmanager.net/delivery/flags/en.gif | 16 x 11 | 16 x 11 | 24 x 17 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
/wp-content/themes/smartrecruiters/build/js/script.min.js... line 12, col 17319 | TypeError: $(...).placeholder is not a function
at HTMLDocument.<anonymous> (https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c:13:17320)
at e (https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c:2:27021)
at t (https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c:2:27323) |
code.jquery.com/jquery-3.6.0.min.js line 1, col 31702 | TypeError: Cannot read properties of null (reading 'getContext')
at roi_create_chart (https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854:25:56)
at roi_loadResult (https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854:209:9)
at HTMLDocument.<anonymous> (https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854:2:3)
at e (https://code.jquery.com/jquery-3.6.0.min.js:2:30038)
at t (https://code.jquery.com/jquery-3.6.0.min.js:2:30340) |
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.
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 |
|---|
Support div.col-12 > ul.utility-bar-menu > li.d-md-flex > a.top-nav-item |
Search Icon div.col-12 > ul.utility-bar-menu > li.d-md-flex > a.top-nav-item |
Language Icon div.col-12 > ul.utility-bar-menu > li.d-md-flex > a.top-nav-item |
Product div.h-100 > ul.row > li.col-flex > a.top-nav-item |
Solutions div.h-100 > ul.row > li.col-flex > a.top-nav-item |
Resources div.h-100 > ul.row > li.col-flex > a.top-nav-item |
Company div.h-100 > ul.row > li.col-flex > a.top-nav-item |
To appear in search results, crawlers need access to your app.
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 |
|---|
ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down |
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.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.60 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
468 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.075
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.66 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.
15.28 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.container > div.row > div.col-md-6 > img div.container > div.row > div.col-md-6 > img | www.smartrecruiters.com/wp-content/uploads/01-Helpful-Resource.png | 977.2 KiB | 932.8 KiB |
div.container > div.row > div.col-md-6 > img div.container > div.row > div.col-md-6 > img | www.smartrecruiters.com/wp-content/uploads/02-Helpful-Resource.png | 893.8 KiB | 849.4 KiB |
div.container > div.row > div.col-md-7 > img.img-fluid div.container > div.row > div.col-md-7 > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Winston-Cutout-1.png | 249.1 KiB | 190.0 KiB |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465069.png | 160.3 KiB | 144.6 KiB |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465068.png | 150.3 KiB | 134.7 KiB |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465070.png | 135.1 KiB | 119.4 KiB |
div.row > div.col-12 > div.image > img div.row > div.col-12 > div.image > img | www.smartrecruiters.com/wp-content/uploads/smartos-image.png | 97.5 KiB | 29.0 KiB |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.png | 8.7 KiB | 7.6 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 |
|---|---|
| smartrecruiters.com/ | 303 ms |
| www.smartrecruiters.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 |
|---|---|---|
| /wp-content/themes/smartrecruiters/new-template/css/sr_de... | 134.7 KiB | 23.1 KiB |
| :root { --black: #000000; --new-green: #4BD675; --new-light-green: #35A754; --new-dark-gre… | 6.4 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 |
|---|---|---|
| /wp-content/themes/smartrecruiters/new-template/css/sr_de... | 134.1 KiB | 133.1 KiB |
| cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css?ver=1776890470 | 24.7 KiB | 23.5 KiB |
| /wp-includes/css/dist/block-library/style.min.css?ver=6.5.5 | 14.6 KiB | 14.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/external/engines/hls_video.js@51432a28fdfed55ac37... | 158.7 KiB | 121.8 KiB |
| /wp-content/plugins/roi-calculator//frontend/asset/js/cha... | 92.6 KiB | 83.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MNSS5X | 169.9 KiB | 82.2 KiB |
| fast.wistia.com/assets/external/E-v1.js | 161.5 KiB | 69.2 KiB |
| js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NL | 116.4 KiB | 57.1 KiB |
| ta.smartrecruiters.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.6 KiB |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 97.2 KiB | 50.3 KiB |
| unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-ZSSL66PV.js | 49.2 KiB | 46.1 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 | 100.7 KiB | 41.1 KiB |
| /wp-content/themes/smartrecruiters/build/js/script.min.js... | 54.2 KiB | 39.2 KiB |
| ta.smartrecruiters.com/js/forms2/js/forms2.min.js | 67.0 KiB | 32.6 KiB |
| /assets/external/popover.js@51432a28fdfed55ac3775a385633a... | 41.6 KiB | 28.9 KiB |
| fast.wistia.com/assets/external/captions.js | 43.3 KiB | 28.0 KiB |
| browser.sentry-cdn.com/9.6.1/bundle.min.js | 24.6 KiB | 21.1 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 |
|---|---|---|---|
| unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-ZSSL66PV.js | 10.5 s | 10.5 s | 0.2 ms |
| www.smartrecruiters.com/ | 390 ms | 29 ms | 2.7 ms |
| Unattributable | 333 ms | 25 ms | 0.0 ms |
| fast.wistia.com/assets/external/E-v1.js | 327 ms | 258 ms | 21 ms |
| cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js | 228 ms | 33 ms | 1.5 ms |
| ta.smartrecruiters.com/js/forms2/js/forms2.min.js | 151 ms | 90 ms | 9.1 ms |
| cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js | 89 ms | 12 ms | 2.2 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MNSS5X | 84 ms | 70 ms | 11 ms |
| js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NL | 70 ms | 58 ms | 8.0 ms |
| code.jquery.com/jquery-3.6.0.min.js | 66 ms | 39 ms | 1.6 ms |
| www.smartrecruiters.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 58 ms | 56 ms | 0.5 ms |
| /delivery/cmp.php?id=64484&h=https%3A%2F%2Fwww.smartrecru... | 58 ms | 51 ms | 0.1 ms |
| /wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-l... | 57 ms | 44 ms | 0.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 | 11.5 s |
| Other | 566 ms |
| Style & Layout | 440 ms |
| Script Parsing & Compilation | 106 ms |
| Rendering | 81 ms |
| Garbage Collection | 34 ms |
| Parse HTML & CSS | 32 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 |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/roi-calculator//frontend/asset/js/cha... | 92.6 KiB | 21.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
li.col-lg-4 > article.resource-card > div.img-container > img li.col-lg-4 > article.resource-card > div.img-container > img | /wp-content/uploads/E-1-1_Web_10-Ways-to-Improve-Your-Hir... |
li.col-lg-4 > article.resource-card > div.img-container > img li.col-lg-4 > article.resource-card > div.img-container > img | /wp-content/uploads/E-1-3_Web_Benefits-of-Best-Of-Breed-A... |
li.col-lg-4 > article.resource-card > div.img-container > img li.col-lg-4 > article.resource-card > div.img-container > img | /wp-content/uploads/SE-1-1_Web_Unpacking-AI-and-What-It-M... |
div.container > div.row > div.col-md-7 > img.img-fluid div.container > div.row > div.col-md-7 > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Winston-Cutout-1.png |
div.row > div.col-12 > div.image > img div.row > div.col-12 > div.image > img | www.smartrecruiters.com/wp-content/uploads/smartos-image.png |
Search Icon ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.search-icon | /wp-content/themes/smartrecruiters/img/2025/search-icon.svg |
Language Icon ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.language-select | /wp-content/themes/smartrecruiters/img/2025/language-worl... |
div.slick-track > div#slick-slide01 > div.client-logo > img.img-fluid div.slick-track > div#slick-slide01 > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Asbury-Logo-2.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Asbury-Logo-2.png |
div.slick-track > div#slick-slide00 > div.client-logo > img.img-fluid div.slick-track > div#slick-slide00 > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Logo-2.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Logo-2.png |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465068.png |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465070.png |
Product Tile image div.container > div.row > div.col-lg-4 > img.product-photo | www.smartrecruiters.com/wp-content/uploads/Rectangle-3465069.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.png |
div.slick-track > div#slick-slide02 > div.client-logo > img.img-fluid div.slick-track > div#slick-slide02 > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.png |
div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid div.slick-track > div.case-study-slide > div.client-logo > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.png |
SmartRecruiters div.col-lg-9 > div.footerLogoContainer > a.footerLogo > img.no-lazyload | /wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo-I... |
SmartRecruiters Logo div.row > span.h-100 > a > img.main-logo | /wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo.svg |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/servicenow-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/servicenow-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Public-Storage-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Public-Storage-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/LinkedIn-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/LinkedIn-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Square-Inc-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Square-Inc-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Air-New-Zealand-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Air-New-Zealand-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/KPMG-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/KPMG-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Dominos-Pizza-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Dominos-Pizza-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Group-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Frasers-Group-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/McDonalds-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/McDonalds-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Relais-Chateaux-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Relais-Chateaux-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Sodexo-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Sodexo-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Avery-Dennison-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Visa-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Avery-Dennison-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Visa-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Jysk-1.png |
div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid div.logo-scroller > div.logo-track > div.logo-item > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Jysk-1.png |
div.container > div.row > div.col-xlg-5 > img.img-fluid div.container > div.row > div.col-xlg-5 > img.img-fluid | www.smartrecruiters.com/wp-content/uploads/Gartner_logo-1-1.png |
Retail icon li > a.btn > span.icon > img | www.smartrecruiters.com/wp-content/uploads/Retail-1.png |
Professional Services icon li > a.btn > span.icon > img | www.smartrecruiters.com/wp-content/uploads/Pro-Services.png |
Manufacturing icon li > a.btn > span.icon > img | www.smartrecruiters.com/wp-content/uploads/Manufatcuring.png |
Healthcare icon li > a.btn > span.icon > img | www.smartrecruiters.com/wp-content/uploads/Healthcare-1.png |
Hospitality icon li > a.btn > span.icon > img | www.smartrecruiters.com/wp-content/uploads/Hospitality-1.png |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/attract-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/select-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/usecase-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/Winston-Icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/about-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/why-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/hire-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/industry-icon... |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/role-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/integrations-... |
arrow left icon div.container-fluid > div.slide-controls > div#arrow-left > img | /wp-content/themes/smartrecruiters/modules/assets/images/... |
arrow left icon div.container-fluid > div.slide-controls > div#arrow-right > img | /wp-content/themes/smartrecruiters/modules/assets/images/... |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/topic-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/partner-icon.svg |
div.inline-column > div.row > div.col-2 > img.inline-icon div.inline-column > div.row > div.col-2 > img.inline-icon | /wp-content/themes/smartrecruiters/img/2025/platform-icon... |
ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down | /wp-content/themes/smartrecruiters/img/2025/notify-nav-dr... |
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.
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 |
|---|
Explore the Benefits div.row > div.order-md-first > div.btn-wrapper > a.btn |
4,000 companies can't be wrong div.container > div.row > div.col-md-12 > p.pre-headline |
These are opportunities to improve the legibility of your content.
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 |
|---|
Press enter for Accessibility for blind people
who use screen readers div#INDquickAccess > ul > li > button.INDshortcutBtn |
Press enter for Keyboard Navigation div#INDquickAccess > ul > li > button |
Press enter for Accessibility menu div#INDquickAccess > ul > li > button |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Products & Solutions div.row > div.full-width > div.footer-column > h5 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down |
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.
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 |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
/wp-content/themes/smartrecruiters/build/js/script.min.js... line 12, col 17319 | TypeError: $(...).placeholder is not a function
at HTMLDocument.<anonymous> (https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c:13:17320)
at e (https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c:2:27021)
at t (https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c:2:27323) |
code.jquery.com/jquery-3.6.0.min.js line 1, col 31702 | TypeError: Cannot read properties of null (reading 'getContext')
at roi_create_chart (https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854:25:56)
at roi_loadResult (https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854:209:9)
at HTMLDocument.<anonymous> (https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854:2:3)
at e (https://code.jquery.com/jquery-3.6.0.min.js:2:30038)
at t (https://code.jquery.com/jquery-3.6.0.min.js:2:30340) |
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.
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 |
|---|
Support div.col-12 > ul.utility-bar-menu > li.d-md-flex > a.top-nav-item |
Search Icon div.col-12 > ul.utility-bar-menu > li.d-md-flex > a.top-nav-item |
Language Icon div.col-12 > ul.utility-bar-menu > li.d-md-flex > a.top-nav-item |
Product div.h-100 > ul.row > li.col-flex > a.top-nav-item |
Solutions div.h-100 > ul.row > li.col-flex > a.top-nav-item |
Resources div.h-100 > ul.row > li.col-flex > a.top-nav-item |
Company div.h-100 > ul.row > li.col-flex > a.top-nav-item |
To appear in search results, crawlers need access to your app.
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 |
|---|
ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback