Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.4s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
112 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
113 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/a394751c-2658-45ff-a17c-462b19b7e49a)<a href="https://beavercheck.com/results/a394751c-2658-45ff-a17c-462b19b7e49a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdomaintools.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdomaintools.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 7.4s exceeds Google's 2.5s 'Good' threshold and the 3 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your audience reach.
6 barrier(s) likely increasing bounce by ~28%.
Page takes 7.4s to load
+12% bounceUsers abandon at ~3s — you're 4.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.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
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€680 investment → €2,947/month returns + EUR 120,500,000 risk avoided
€680
8h · 5 findings
€2,947 /mo
~€35,363 / year
EUR 120,500,000
if kept compliant
€43 — 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.
8.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,010 / year if left unfixed
€120,500,000
+4 more
€0.83 /mo
11238.4 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 1 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.43 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.
5.64 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.
19.39 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 757 ms |
| /6914bc46af7a937a5c07ee9e/css/dt-web-new.shared.1e36626e3... | 44.1 KiB | 1.3 s |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| domaintools.com/ | 948 ms |
| www.domaintools.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.
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 |
|---|---|---|
| /6914bc46af7a937a5c07ee9e/css/dt-web-new.shared.1e36626e3... | 43.6 KiB | 31.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 | 5.7 s |
| Other | 4.1 s |
| Style & Layout | 3.8 s |
| Script Parsing & Compilation | 948 ms |
| Parse HTML & CSS | 490 ms |
| Rendering | 456 ms |
| Garbage Collection | 165 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 that use WebXR are not currently eligible for back/forward cache. | Actionable |
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 |
|---|---|---|
| unpkg.com/@rive-app/canvas | 66.0 KiB | 27.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 |
|---|---|---|
| cdn.jsdelivr.net/npm/hls.js@1.6.11 | 157.3 KiB | 142.8 KiB |
| acsbapp.com/apps/app/dist/js/app.js | 216.8 KiB | 126.4 KiB |
| acsbapp.com/apps/app/dist/js/app.js | 216.8 KiB | 114.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5P2JCN | 159.8 KiB | 66.6 KiB |
| info.domaintools.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.9 KiB |
| cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js | 43.6 KiB | 28.9 KiB |
| unpkg.com/@rive-app/canvas | 66.0 KiB | 26.2 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 | |
|---|---|
div.nav_contain > a.nav_logo_wrap > div.max-width-full > img.logo div.nav_contain > a.nav_logo_wrap > div.max-width-full > img.logo | /6914bc46af7a937a5c07ee9e/692d70a6f42f332db0abf38e_dm-too... |
Laptop screen showing DomainTools domain profile with a risk score of 70 and ov… div.hero_contain > div.grid-container > div.hero_img-wrap > img.hero_img-visual | /6914bc46af7a937a5c07ee9e/695289dc6833503069580371_dr-hom... |
Anomali Logo div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Cortex XSOAR Logo div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
CrowdStrike Logo div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.button_arrow_wrap > div.button_arrow_element > div.g_clickable_wrap > button.g_clickable_btn div.button_arrow_wrap > div.button_arrow_element > div.g_clickable_wrap > button.g_clickable_btn |
div.slider_button_layout > div.button_arrow_wrap > div.g_clickable_wrap > button.g_clickable_btn div.slider_button_layout > div.button_arrow_wrap > div.g_clickable_wrap > button.g_clickable_btn |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.g_btn_group > div.g_button_wrap > div.g_clickable_wrap > a.g_clickable_link div.g_btn_group > div.g_button_wrap > div.g_clickable_wrap > a.g_clickable_link |
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.
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 |
|---|
Reject All div.cky-notice > div.cky-notice-group > div.cky-notice-btn-wrapper > button.cky-btn |
Accept All div.cky-notice > div.cky-notice-group > div.cky-notice-btn-wrapper > button.cky-btn |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div.slider_wrap > div.slider_controls > div.slider_bullet_list > button.slider_bullet_item |
Go to slide 2 div.slider_wrap > div.slider_controls > div.slider_bullet_list > button.slider_bullet_item |
Go to slide 3 div.slider_wrap > div.slider_controls > div.slider_bullet_list > button.slider_bullet_item |
Go to slide 4 div.slider_wrap > div.slider_controls > div.slider_bullet_list > button.slider_bullet_item |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Load More div.integrations_content > div.cms-integrations > div.w-pagination-wrapper > a.w-pagination-next |
Reseller Partner div.footer_group_wrap > div.footer_group_list > div.footer_group_item > a.footer_link_wrap |
Events div.footer_group_wrap > div.footer_group_list > div.footer_group_item > a.footer_link_wrap |
Careers div.footer_group_wrap > div.footer_group_list > div.footer_group_item > a.footer_link_wrap |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
552 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.67 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.
4.05 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.
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /6914bc46af7a937a5c07ee9e/css/dt-web-new.shared.1e36626e3... | 44.1 KiB | 351 ms |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 214 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Laptop screen showing DomainTools domain profile with a risk score of 70 and ov… div.hero_contain > div.grid-container > div.hero_img-wrap > img.hero_img-visual | /6914bc46af7a937a5c07ee9e/695289dc6833503069580371_dr-hom... | 18.9 KiB | 15.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| domaintools.com/ | 372 ms |
| www.domaintools.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.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| cdn.jsdelivr.net/npm/hls.js@1.6.11 | 157.3 KiB | 142.8 KiB |
| acsbapp.com/apps/app/dist/js/app.js | 217.0 KiB | 126.5 KiB |
| acsbapp.com/apps/app/dist/js/app.js | 217.0 KiB | 114.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5P2JCN | 159.8 KiB | 66.6 KiB |
| info.domaintools.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.9 KiB |
| cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js | 43.6 KiB | 28.9 KiB |
| unpkg.com/@rive-app/canvas | 66.0 KiB | 26.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.domaintools.com/ | 875 ms | 81 ms | 10 ms |
| Unattributable | 615 ms | 280 ms | 0.0 ms |
| acsbapp.com/apps/app/dist/js/app.js | 529 ms | 291 ms | 116 ms |
| cdn.jsdelivr.net/npm/gsap@3.13.0/dist/ScrollTrigger.min.js | 383 ms | 43 ms | 1.7 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5P2JCN | 183 ms | 117 ms | 62 ms |
| cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/src-46THOPZP.js | 147 ms | 72 ms | 0.3 ms |
| unpkg.com/@rive-app/canvas | 130 ms | 115 ms | 15 ms |
| cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-ADKL4AJZ.js | 121 ms | 64 ms | 0.0 ms |
| cdn-cookieyes.com/client_data/1b6a99e4db412f19b93aa6c6/banner.js | 114 ms | 30 ms | 1.1 ms |
| cdn.jsdelivr.net/npm/gsap@3.13.0/dist/gsap.min.js | 110 ms | 18 ms | 2.8 ms |
| /js/jquery-3.5.1.min.dc5e7f18c8.js?site=6914bc46af7a937a5... | 93 ms | 47 ms | 3.8 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Style & Layout | 1.0 s |
| Other | 730 ms |
| Script Parsing & Compilation | 272 ms |
| Parse HTML & CSS | 119 ms |
| Rendering | 100 ms |
| Garbage Collection | 20 ms |
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 |
|---|---|---|
| unpkg.com/@rive-app/canvas | 66.0 KiB | 27.5 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 |
|---|---|---|
| /6914bc46af7a937a5c07ee9e/css/dt-web-new.shared.1e36626e3... | 43.6 KiB | 31.6 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 | |
|---|---|
Laptop screen showing DomainTools domain profile with a risk score of 70 and ov… div.hero_contain > div.grid-container > div.hero_img-wrap > img.hero_img-visual | /6914bc46af7a937a5c07ee9e/695289dc6833503069580371_dr-hom... |
div.nav_contain > a.nav_logo_wrap > div.max-width-full > img.logo div.nav_contain > a.nav_logo_wrap > div.max-width-full > img.logo | /6914bc46af7a937a5c07ee9e/692d70a6f42f332db0abf38e_dm-too... |
Anomali div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Cortex XSOAR div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Cortex XSIAM div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
CrowdStrike div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
EclecticIQ div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Elastic (ELK) Stack div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Exabeam div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Google div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
IBM QRadar div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
IBM Resilient div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Maltego div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Microsoft Sentinel div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
MISP div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Polarity div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Rapid7 div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Recorded Future div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
ServiceNow div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Splunk div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Splunk SOAR div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
The Hive and Cortex div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
ThreatConnect div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
ThreatQ div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img | |
Tines div.cms-integrations_item > div.integrations-card > div.integrations-img_wrap > img.integrations-img |
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 |
|---|
Reject All div.cky-notice > div.cky-notice-group > div.cky-notice-btn-wrapper > button.cky-btn |
Accept All div.cky-notice > div.cky-notice-group > div.cky-notice-btn-wrapper > button.cky-btn |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.g_btn_group > div.g_button_wrap > div.g_clickable_wrap > a.g_clickable_link div.g_btn_group > div.g_button_wrap > div.g_clickable_wrap > a.g_clickable_link |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Reseller Partner div.footer_group_wrap > div.footer_group_list > div.footer_group_item > a.footer_link_wrap |
Events div.footer_group_wrap > div.footer_group_list > div.footer_group_item > a.footer_link_wrap |
Careers div.footer_group_wrap > div.footer_group_list > div.footer_group_item > a.footer_link_wrap |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback