Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
171 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/fa9caf67-b23d-438e-8c6b-84295bc68cf4)<a href="https://beavercheck.com/results/fa9caf67-b23d-438e-8c6b-84295bc68cf4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdatacenterdynamics.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdatacenterdynamics.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 5.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.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 5.7s to load
+12% bounceUsers abandon at ~3s — you're 3.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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.
$500 investment → $4,273/month returns + USD 150,000 risk avoided
$500
5h · 5 findings
$4,273 /mo
~$51,276 / year
USD 150,000
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,008 / year if left unfixed
$150,000
$0.63 /mo
7909.9 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 4 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.
2.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.65 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.53 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.
21.33 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200... | 1.0 KiB | 830 ms |
| www.datacenterdynamics.com/static/css/frontend.365a63456aff.css | 24.6 KiB | 302 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.
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 | |
|---|---|---|---|
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/4189844374108630191 | 45.9 KiB | 33.7 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3156061624225712809 | 37.7 KiB | 27.0 KiB |
TPU 8i rack div.column--two-thirds > article.card > a.nav-link > img | media.datacenterdynamics.com/media/images/TPU_8i_rack2.2e16d0ba.fill-580x387.jpg | 62.1 KiB | 25.5 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/16278238667025755637 | 24.2 KiB | 12.0 KiB |
TAICS_Zaragoza (1) li.stack__primary > article.card > div.card__image > img | /media/images/TAICS_Zaragoza_1.2e16d0ba.fill-280x185.jpg | 12.8 KiB | 4.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| datacenterdynamics.com/ | 804 ms |
| www.datacenterdynamics.com/ | 779 ms |
| www.datacenterdynamics.com/en/ | 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.
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 |
|---|---|---|
| www.datacenterdynamics.com/static/js/frontend.e7dad703b8b6.js | 118.4 KiB | 44.4 KiB |
| www.datacenterdynamics.com/static/js/analytics.0f4d41af877e.js | 23.6 KiB | 15.2 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 103.6 KiB |
| www.datacenterdynamics.com/static/js/frontend.e7dad703b8b6.js | 118.4 KiB | 74.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-4K5XCNKZYJ&cx=c>m=4e64k1 | 159.3 KiB | 62.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MVZP594 | 130.4 KiB | 62.3 KiB |
| app-lon03.marketo.com/js/forms2/js/forms2.min.js | 67.1 KiB | 34.0 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| s.adroll.com/j/roundtrip.js | 28.4 KiB | 22.4 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 KiB |
| ml314.com/tag.aspx?2232026 | 38.2 KiB | 20.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.5 s |
| Other | 1.1 s |
| Style & Layout | 713 ms |
| Script Parsing & Compilation | 661 ms |
| Rendering | 195 ms |
| Garbage Collection | 163 ms |
| Parse HTML & CSS | 129 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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.datacenterdynamics.com/static/css/frontend.365a63456aff.css | 23.9 KiB | 19.1 KiB |
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.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_text > img.adroll_consent_first_page_logo div.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_text > img.adroll_consent_first_page_logo | s.adroll.com/i/favicon/nextroll-32x32.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.
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 |
|---|
This website uses cookies to ensure you get the best experience on our website.… body.template-homepage > div.cc-window > span#cookieconsent:desc |
Learn more body.template-homepage > div.cc-window > span#cookieconsent:desc > a.cc-link |
Create a free account now div.registration-block > div.registration-block__text > div.registration-block__links > a.button |
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.container > div.content > h1.header-navigation__header-logo > a.logo-link div.container > div.content > h1.header-navigation__header-logo > a.logo-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.
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 |
|---|
Critical Power div.section > ul.plain-list--links > li > a.nav-link--light |
Grid Level li > ul.plain-list--sub > li > a.nav-link--light |
Rack Level li > ul.plain-list--sub > li > a.nav-link--light |
Edge & IoT li > ul.plain-list--sub > li > a.nav-link--light |
Enterprise li > ul.plain-list--sub > li > a.nav-link--light |
HPC & Quantum li > ul.plain-list--sub > li > a.nav-link--light |
Telecoms & 5G li > ul.plain-list--sub > li > a.nav-link--light |
Crypto li > ul.plain-list--sub > li > a.nav-link--light |
Security & Risk div.section > ul.plain-list--links > li > a.nav-link--light |
Africa div.section > ul.plain-list--links > li > a.nav-link--light |
China div.section > ul.plain-list--links > li > a.nav-link--light |
Europe div.section > ul.plain-list--links > li > a.nav-link--light |
Latin America div.section > ul.plain-list--links > li > a.nav-link--light |
Middle East div.section > ul.plain-list--links > li > a.nav-link--light |
North America div.section > ul.plain-list--links > li > a.nav-link--light |
Asia Pacific div.section > ul.plain-list--links > li > a.nav-link--light |
DCD>Academy div.section > ul.plain-list > li > a.nav-link--light |
Awards 2026 div.section > ul.plain-list > li > a.nav-link--light |
MarketWatch div.section > ul.plain-list > li > a.nav-link--light |
DCD Magazine div.section > ul.plain-list > li > a.nav-link--light |
Newsletters div.section > ul.plain-list > li > a.nav-link--light |
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 |
|---|
Got it! body.template-homepage > div.cc-window > div.cc-compliance > a.cc-btn |
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 | |
|---|---|---|---|---|
Comparison graphic li > article.card > div.card__image > img | /media/images/Comparison_graphic.2e16d0ba.fill-280x185.png | 396 x 262 | 280 x 185 | 594 x 393 |
div.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_text > img.adroll_consent_first_page_logo div.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_text > img.adroll_consent_first_page_logo | s.adroll.com/i/favicon/nextroll-32x32.png | 22 x 22 | 32 x 32 | 33 x 33 |
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 | |
| AttributionReporting | |
| Unload event listeners are deprecated and will be removed. | www.datacenterdynamics.com/static/js/analytics.0f4d41af877e.js line 2826, col 11 |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
SETTINGS div.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_settings > a#adroll_consent_settings |
20 advertising partners div.adroll_consent_notice_text > span#navigate > div.adroll_consent_box > a.adroll_consent_banner_partners_link_class |
advertising partners div.adroll_consent_notice_text > span#navigate > div.adroll_consent_box > a.adroll_consent_banner_partners_link_class |
advertising partners div.adroll_consent_notice_text > span#navigate > div.adroll_consent_box > a.adroll_consent_banner_partners_link_class |
DECLINE ALL div#adroll_consent_banner_container > div#adroll_consent_banner > div.adroll_consent_button_bar > a#adroll_consent_reject |
ALLOW ALL div#adroll_consent_banner_container > div#adroll_consent_banner > div.adroll_consent_button_bar > a#adroll_consent_accept |
Manage consent preferences body.template-homepage > div#adroll_consent_container > div#nextroll_consent_persistent_icon > a#adroll_consent_persistent_icon_href |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
954 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
30 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.110
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.99 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.27 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
XC26.London Web image 2026 div.live-events-listing-block > article.live-events-listing-card > a.live-events-listing-card__link > img.live-events-listing-card__image | /media/images/XC26.London_Web_image_2026.2e16d0ba.fill-58... | 43.9 KiB | 36.7 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/4189844374108630191 | 45.9 KiB | 33.7 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/4428527144661375722 | 45.4 KiB | 33.2 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3156061624225712809 | 37.7 KiB | 27.0 KiB |
TPU 8i rack div.column--two-thirds > article.card > a.nav-link > img | media.datacenterdynamics.com/media/images/TPU_8i_rack2.2e16d0ba.fill-580x387.jpg | 62.1 KiB | 25.6 KiB |
2048 x 1536px Landscape.BR (2) div.live-events-listing-block > article.live-events-listing-card > a.live-events-listing-card__link > img.live-events-listing-card__image | /media/images/2048_x_1536px_Landscape.BR_2.2e16d0ba.fill-... | 21.3 KiB | 18.2 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/16278238667025755637 | 24.2 KiB | 12.0 KiB |
2048 x 1536px Landscape.BR (1) div.live-events-listing-block > article.live-events-listing-card > a.live-events-listing-card__link > img.live-events-listing-card__image | /media/images/2048_x_1536px_Landscape.BR_1.2e16d0ba.fill-... | 10.8 KiB | 7.4 KiB |
ACF072~1_page-0001 div.column--two-thirds > article.card > div.card__image > img | media.datacenterdynamics.com/media/images/ACF0721_page-0001.height-300.jpg | 18.4 KiB | 7.2 KiB |
DCD_Connect_AsiaPacific_Cityscape div.live-events-listing-block > article.live-events-listing-card > a.live-events-listing-card__link > img.live-events-listing-card__image | /media/images/DCD_Connect_AsiaPacific_Cityscape.2e16d0ba.... | 8.2 KiB | 5.6 KiB |
TAICS_Zaragoza (1) li.stack__primary > article.card > div.card__image > img | /media/images/TAICS_Zaragoza_1.2e16d0ba.fill-280x185.jpg | 12.8 KiB | 4.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200... | 1.0 KiB | 282 ms |
| www.datacenterdynamics.com/static/css/frontend.365a63456aff.css | 24.6 KiB | 71 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.
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 |
|---|---|
| datacenterdynamics.com/ | 265 ms |
| www.datacenterdynamics.com/ | 275 ms |
| www.datacenterdynamics.com/en/ | 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 |
|---|---|
Whitepapers
More
Addressing constrained grids with onsite generation
20 Apr 20… body.template-homepage > main#main > section.layout--two-col > aside.layout__rhs | 0.052 |
Whitepapers
More
Addressing constrained grids with onsite generation
20 Apr 20… body.template-homepage > main#main > section.layout--two-col > aside.layout__rhs | 0.052 |
Advertisement main#main > section.layout--two-col > div.layout__content > div.ad-unit | 0.005 |
Search header#header > div.container > div.content > button.navigation-link | 0.000 |
Search header#header > div.container > div.content > button.navigation-link | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.datacenterdynamics.com/static/js/frontend.e7dad703b8b6.js | 118.4 KiB | 44.4 KiB |
| www.datacenterdynamics.com/static/js/analytics.0f4d41af877e.js | 23.6 KiB | 15.2 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 |
|---|---|---|
| www.datacenterdynamics.com/static/css/frontend.365a63456aff.css | 23.9 KiB | 18.7 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 102.0 KiB |
| www.datacenterdynamics.com/static/js/frontend.e7dad703b8b6.js | 118.4 KiB | 74.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-4K5XCNKZYJ&cx=c>m=4e64m0h2 | 158.7 KiB | 62.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MVZP594 | 130.0 KiB | 62.1 KiB |
| app-lon03.marketo.com/js/forms2/js/forms2.min.js | 67.0 KiB | 34.4 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| s.adroll.com/j/roundtrip.js | 28.4 KiB | 22.4 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 KiB |
| ml314.com/tag.aspx?2232026 | 38.2 KiB | 20.2 KiB |
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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_text > img.adroll_consent_first_page_logo div.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_text > img.adroll_consent_first_page_logo | s.adroll.com/i/favicon/nextroll-32x32.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.
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 |
|---|
This website uses cookies to ensure you get the best experience on our website.… body.template-homepage > div.cc-window > span#cookieconsent:desc |
Learn more body.template-homepage > div.cc-window > span#cookieconsent:desc > a.cc-link |
Create a free account now div.registration-block > div.registration-block__text > div.registration-block__links > a.button |
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.container > div.content > h1.header-navigation__header-logo > a.logo-link div.container > div.content > h1.header-navigation__header-logo > a.logo-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.
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 |
|---|
Got it! body.template-homepage > div.cc-window > div.cc-compliance > a.cc-btn |
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 |
|---|
Got it! body.template-homepage > div.cc-window > div.cc-compliance > a.cc-btn |
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 | |
| AttributionReporting | |
| Unload event listeners are deprecated and will be removed. | www.datacenterdynamics.com/static/js/analytics.0f4d41af877e.js line 2826, col 11 |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
SETTINGS div.adroll_consent_notice > div.adroll_consent_notice_title > div.adroll_consent_notice_title_settings > a#adroll_consent_settings |
20 advertising partners div.adroll_consent_notice_text > span#navigate > div.adroll_consent_box > a.adroll_consent_banner_partners_link_class |
advertising partners div.adroll_consent_notice_text > span#navigate > div.adroll_consent_box > a.adroll_consent_banner_partners_link_class |
advertising partners div.adroll_consent_notice_text > span#navigate > div.adroll_consent_box > a.adroll_consent_banner_partners_link_class |
DECLINE ALL div#adroll_consent_banner_container > div#adroll_consent_banner > div.adroll_consent_button_bar > a#adroll_consent_reject |
ALLOW ALL div#adroll_consent_banner_container > div#adroll_consent_banner > div.adroll_consent_button_bar > a#adroll_consent_accept |
Manage consent preferences body.template-homepage > div#adroll_consent_container > div#nextroll_consent_persistent_icon > a#adroll_consent_persistent_icon_href |
To appear in search results, crawlers need access to your app.
Send Feedback