Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 9.6 MB (4.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/24758f3d-896d-4ee2-86f1-81ea0bc2fb62)<a href="https://beavercheck.com/results/24758f3d-896d-4ee2-86f1-81ea0bc2fb62"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fservicenow.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fservicenow.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 21.7s 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.
10 barrier(s) likely increasing bounce by ~40%.
Page takes 21.7s to load
+12% bounceUsers abandon at ~3s — you're 19.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 5.4s
+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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $1.03/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.03 /mo
~$12 / year
USD 157,500
if kept compliant
$100 — 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.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,512 / year if left unfixed
$157,500
+4 more
$1.03 /mo
12861.0 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.
5.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.266
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
28.38 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.
58.07 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Visual of a ServiceNow user's dashboard. picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 653.3 KiB | 603.0 KiB |
Two people at the Knowledge conference taking a photo. div.flyout-promo-app__full-view > div.flyout-promo-app__media-area > div.flyout-promo-app__image-area > img.flyout-promo-app__media-image | /content/dam/servicenow-assets/public/en-us/images/compan... | 233.9 KiB | 201.5 KiB |
Attendees at Knowledge explore interactive displays and celebrate together, hig… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 108.3 KiB | 85.3 KiB |
Powered by ServiceNow AI that ensured nothing stalled the deal, a sales team ce… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 85.3 KiB | 69.1 KiB |
ServiceNow Knowledge attendees try hands-on AI demos and collaborate on real wo… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 63.0 KiB | 56.7 KiB |
An HR professional uses the ServiceNow AI to automate employee requests through… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 52.4 KiB | 42.0 KiB |
An IT leader is using her mobile phone to resolve incidents with ServiceNow. img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 48.0 KiB | 37.8 KiB |
A group of co-workers check on all the different everyday tasks AI agents can f… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 42.2 KiB | 31.8 KiB |
Patty, an IT manager, gets alerted that ServiceNow AI Agents have completed cre… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 43.1 KiB | 29.1 KiB |
Forty-eight thousand Stellantis employees completed onboarding in a single day … picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 42.9 KiB | 21.3 KiB |
Autonomous Workforce let’s you see AI agents across your enterprise, including … picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 24.2 KiB | 17.9 KiB |
ServiceNow CEO Bill McDermott explores the topics of AI-powered transformation,… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 18.6 KiB | 15.5 KiB |
Rotating montage of images from our 2025 Knowledge event, including our CEO. Se… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 15.6 KiB | 14.5 KiB |
Using the ServiceNow AI Platform, Pure Storage netted an 82 Net Promoter Score,… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 28.9 KiB | 7.3 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.
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.
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 |
|---|---|
| servicenow.com/ | 1.2 s |
| www.servicenow.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 use cookies on this site to improve your browsing experience, analyze indivi… div > div.mainContent > div > div#cookieConsentDescription | 0.195 |
Agree and ProceedRequired OnlyMore Information div > div.mainContent > div > div.pdynamicbutton | 0.054 |
Privacy Statement | Cookie Policy
Powered by: div.wrapper > div > div.footer | 0.009 |
CVS logo. div.arc-logo-group | 0.008 |
Privacy Statement | Cookie Policy
Powered by: div.wrapper > div > div.footer | 0.007 |
CVS logo. div.arc-logo-group | 0.007 |
Privacy Statement | Cookie Policy
Powered by: div.wrapper > div > div.footer | 0.001 |
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.servicenow.com/nas/ssi/header/v3/headerV3.bundle.020ad3bbd2e6300ffa2b.css | 23.5 KiB | 19.4 KiB |
| .container, .container-fluid, .container-lg, .container-m... | 11.7 KiB | 11.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /content/dam/servicenow-assets/public/scripts/homepage-re... | 297.7 KiB | 145.8 KiB |
| /etc.clientlibs/ds/clientlibs/clientlib-arc-generic.min.8... | 241.2 KiB | 78.4 KiB |
| /etc/cloudsettings.kernel.js/conf/servicenow-www/settings... | 101.9 KiB | 48.8 KiB |
| /g0qnl_a_YLYUI/1p/u1W0JyZywfjk/JuaGLDVzkDSQGQz7/T1ImORN2c... | 179.8 KiB | 38.4 KiB |
| assets.adobedtm.com/a441b904b50e/a1b7254b4e1d/launch-89f6ee0b3587.min.js | 160.2 KiB | 36.4 KiB |
| s2.go-mpulse.net/boomerang/RL5JW-PHDQ7-UYYZD-J2FGS-FE4LN | 59.5 KiB | 28.3 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.min.3e24d4d067a... | 34.5 KiB | 23.5 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 21.0 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 50.2 s |
| Other | 46.5 s |
| Style & Layout | 37.8 s |
| Rendering | 24.9 s |
| Script Parsing & Compilation | 1.0 s |
| Garbage Collection | 947 ms |
| Parse HTML & CSS | 364 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
ServiceNow logo div.top > left.left > h3 > img | /content/dam/servicenow-assets/public/en-us/images/global... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ServiceNow is the AI control tower arc-universal-group.arc-ds-component > arc-heading-block > arc-heading > b |
Powered by div > div.footer > div.right > label |
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 |
|---|
Skip to Main Content section#naas-header-v3 > div.cmp-nav__top-nav-wrapper > div.cmp-nav__top-nav > a.naas-link |
body.page_arc_homepage > div#pop-div206343993166459727 > div#pop-div305368810588977486 > div#pop-frame032443984037759066 body.page_arc_homepage > div#pop-div206343993166459727 > div#pop-div305368810588977486 > div#pop-frame032443984037759066 |
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 |
|---|
h5.arc-heading h5.arc-heading |
h4.arc-heading h4.arc-heading |
h3.arc-heading h3.arc-heading |
h5.arc-heading h5.arc-heading |
These are opportunities to improve keyboard navigation in your application.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
servicenow div#cookieMainHeader > div.logo > a > img.inline-95gvku | consent.trustarc.com/get?name=servicenow_header_logo.svg | 192 x 64 (3.00) | 132 x 20 (6.60) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | s2.go-mpulse.net/boomerang/RL5JW-PHDQ7-UYYZD-J2FGS-FE4LN line 9, col 11355 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc/cloudsettings.kernel.js/conf/servicenow-www/settings... line 537, col 505 |
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 |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
Failed to load resource: the server responded with a status of 404 () | |
TypeError: Cannot read properties of null (reading 'remove') | |
www.servicenow.com/ line 21, col 1805 | TypeError: Failed to register a ServiceWorker for scope ('https://www.servicenow.com/') with script ('https://www.servicenow.com/akam-sw.js'): A bad HTTP response code (403) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.servicenow.com/platform/autonomous-workforce.html | Learn More |
| www.forrester.com/about-us/objectivity/ | here |
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.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
466 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.068
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.63 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.50 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Visual of a ServiceNow user's dashboard. picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 653.3 KiB | 492.1 KiB |
Two people at the Knowledge conference taking a photo. div.flyout-promo-app__full-view > div.flyout-promo-app__media-area > div.flyout-promo-app__image-area > img.flyout-promo-app__media-image | /content/dam/servicenow-assets/public/en-us/images/compan... | 233.9 KiB | 223.3 KiB |
Attendees at Knowledge explore interactive displays and celebrate together, hig… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 208.4 KiB | 194.0 KiB |
Powered by ServiceNow AI that ensured nothing stalled the deal, a sales team ce… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 180.5 KiB | 158.6 KiB |
ServiceNow Knowledge attendees try hands-on AI demos and collaborate on real wo… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 128.1 KiB | 112.9 KiB |
An HR professional uses the ServiceNow AI to automate employee requests through… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 85.3 KiB | 75.9 KiB |
Patty, an IT manager, gets alerted that ServiceNow AI Agents have completed cre… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 80.0 KiB | 64.4 KiB |
A group of co-workers check on all the different everyday tasks AI agents can f… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 68.8 KiB | 61.2 KiB |
Forty-eight thousand Stellantis employees completed onboarding in a single day … picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 63.3 KiB | 27.7 KiB |
ServiceNow CEO Bill McDermott explores the topics of AI-powered transformation,… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 30.7 KiB | 21.8 KiB |
An IT leader is using her mobile phone to resolve incidents with ServiceNow. img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 25.7 KiB | 20.9 KiB |
Autonomous Workforce let’s you see AI agents across your enterprise, including … picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 32.9 KiB | 18.4 KiB |
Using the ServiceNow AI Platform, Pure Storage netted an 82 Net Promoter Score,… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 38.1 KiB | 16.7 KiB |
A ServiceNow AI Control Tower view reveals the value multiple types of AI deliv… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 17.2 KiB | 15.4 KiB |
An AstraZeneca technician takes part in a clinical trial on a medication in the… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 33.2 KiB | 14.5 KiB |
Bell Canada deflects 3 million support calls annually with the help of the Serv… picture > img.arc-image | /content/dam/servicenow-assets/public/scripts/homepage-re... | 28.9 KiB | 12.7 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| servicenow.com/ | 619 ms |
| www.servicenow.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.servicenow.com/nas/ssi/header/v3/headerV3.bundle.020ad3bbd2e6300ffa2b.css | 23.5 KiB | 17.9 KiB |
| .container, .container-fluid, .container-lg, .container-m... | 11.7 KiB | 11.5 KiB |
| :host { all: initial; display: block !important; direction: ltr; } … | 11.1 KiB | 10.0 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 |
|---|---|---|
| /content/dam/servicenow-assets/public/scripts/homepage-re... | 297.7 KiB | 145.9 KiB |
| /etc.clientlibs/ds/clientlibs/clientlib-arc-generic.min.8... | 241.2 KiB | 78.2 KiB |
| /etc/cloudsettings.kernel.js/conf/servicenow-www/settings... | 101.9 KiB | 48.8 KiB |
| /g0qnl_a_YLYUI/1p/u1W0JyZywfjk/JuaGLDVzkDSQGQz7/T1ImORN2c... | 179.8 KiB | 38.4 KiB |
| assets.adobedtm.com/a441b904b50e/a1b7254b4e1d/launch-89f6ee0b3587.min.js | 160.2 KiB | 36.4 KiB |
| s2.go-mpulse.net/boomerang/RL5JW-PHDQ7-UYYZD-J2FGS-FE4LN | 59.5 KiB | 28.3 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.min.3e24d4d067a... | 34.5 KiB | 23.5 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 20.5 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /etc/cloudsettings.kernel.js/conf/servicenow-www/settings... | 11.2 s | 1.4 s | 13 ms |
| www.servicenow.com/ | 8.7 s | 26 ms | 4.2 ms |
| /content/dam/servicenow-assets/public/scripts/homepage-re... | 6.1 s | 5.8 s | 51 ms |
| /etc.clientlibs/ds/clientlibs/clientlib-arc-generic.min.8... | 1.3 s | 1.0 s | 64 ms |
| Unattributable | 925 ms | 22 ms | 0.0 ms |
| /g0qnl_a_YLYUI/1p/u1W0JyZywfjk/JuaGLDVzkDSQGQz7/T1ImORN2c... | 390 ms | 338 ms | 22 ms |
| assets.adobedtm.com/a441b904b50e/a1b7254b4e1d/launch-89f6ee0b3587.min.js | 303 ms | 239 ms | 30 ms |
| s2.go-mpulse.net/boomerang/RL5JW-PHDQ7-UYYZD-J2FGS-FE4LN | 299 ms | 248 ms | 8.6 ms |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 193 ms | 105 ms | 0.7 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 139 ms | 96 ms | 5.2 ms |
| www.servicenow.com/akam/13/37b04e5e | 69 ms | 61 ms | 2.0 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 | 9.6 s |
| Other | 8.5 s |
| Style & Layout | 6.7 s |
| Rendering | 4.5 s |
| Script Parsing & Compilation | 240 ms |
| Garbage Collection | 178 ms |
| Parse HTML & CSS | 100 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
ServiceNow logo div.top > left.left > h3 > img | /content/dam/servicenow-assets/public/en-us/images/global... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ServiceNow is the AI control tower arc-universal-group.arc-ds-component > arc-heading-block > arc-heading > b |
Powered by div > div.footer > div.right > label |
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 |
|---|
Skip to Main Content section#naas-header-v3 > div.cmp-nav__top-nav-wrapper > div.cmp-nav__top-nav > a.naas-link |
body.page_arc_homepage > div#pop-div2015241018385488903 > div#pop-div3033336824279079835 > div#pop-frame07333815895906917 body.page_arc_homepage > div#pop-div2015241018385488903 > div#pop-div3033336824279079835 > div#pop-frame07333815895906917 |
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 |
|---|
h5.arc-heading h5.arc-heading |
h4.arc-heading h4.arc-heading |
h3.arc-heading h3.arc-heading |
h5.arc-heading h5.arc-heading |
These are opportunities to improve keyboard navigation in your application.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
servicenow div#cookieMainHeader > div.logo > a > img.inline-95gvku | consent.trustarc.com/get?name=servicenow_header_logo.svg | 192 x 64 (3.00) | 132 x 20 (6.60) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | s2.go-mpulse.net/boomerang/RL5JW-PHDQ7-UYYZD-J2FGS-FE4LN line 9, col 11355 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc/cloudsettings.kernel.js/conf/servicenow-www/settings... line 537, col 505 |
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 |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
Failed to load resource: the server responded with a status of 404 () | |
TypeError: Cannot read properties of null (reading 'remove') | |
www.servicenow.com/ line 21, col 1805 | TypeError: Failed to register a ServiceWorker for scope ('https://www.servicenow.com/') with script ('https://www.servicenow.com/akam-sw.js'): A bad HTTP response code (403) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.servicenow.com/platform/autonomous-workforce.html | Learn More |
| www.forrester.com/about-us/objectivity/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback