Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
154 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
155 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/bfc001d2-2751-4e9c-887f-6ca403403b5e)<a href="https://beavercheck.com/results/bfc001d2-2751-4e9c-887f-6ca403403b5e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fidc.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fidc.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 4.5s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~30%.
Page takes 4.5s to load
+12% bounceUsers abandon at ~3s — you're 2.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 868ms
+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
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
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€468 investment → €2,229/month returns + EUR 120,500,000 risk avoided
€468
6h · 5 findings
€2,229 /mo
~€26,750 / year
EUR 120,500,000
if kept compliant
€128 — 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.5 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,006 / year if left unfixed
€120,500,000
+4 more
€0.53 /mo
7126.2 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 2 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.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
868 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.282
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.37 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.
16.67 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.
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.
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 |
|---|---|---|
| cdn.icomoon.io/105419/IDCSUI/style.css?uvclwo | 2.3 KiB | 845 ms |
| /_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj... | 34.7 KiB | 301 ms |
| /_static/??/wp-content/themes/idc2025/dist/styles.css,/wp... | 55.9 KiB | 903 ms |
| /_static/??/wp-includes/css/dist/block-library/style.min.... | 15.6 KiB | |
| /_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5... | 3.6 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| info.idc.com/js/forms2/js/forms2.min.js | 14400.0 s | 67.5 KiB |
| ws-assets.zoominfo.com/formcomplete.js | 3600.0 s | 14.5 KiB |
| js.zi-scripts.com/zi-tag.js | 0.0 ms | 5.7 KiB |
| kit.fontawesome.com/e72eb4e75f.js | 60.0 s | 5.7 KiB |
| /notice?domain=idc.com&c=teconsent&text=true&js=nj¬ice... | 3600.0 s | 6.4 KiB |
| /px/?rand=1776804586086&plid=2e4802cc-66c0-4a46-b748-c0ae... | 0.0 ms | 229 B |
| /p.css?s=1&k=szb6hcb&ht=tk&f=47862.47863.47864.47865.4786... | 604800.0 s | 172 B |
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.
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 |
|---|---|
| idc.com/ | 751 ms |
| www.idc.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
body.home body.home | 0.146 |
Only Required Cookies
Accept All Cookies div > div.mainContent > div.disclosureAccessible > div#accessibleDynamicButtons | 0.074 |
Only Required Cookies
Accept All Cookies div > div.mainContent > div.disclosureAccessible > div#accessibleDynamicButtons | 0.050 |
IDC Global
Account header.header > div.grid-container > nav.header-nav > ul.header-nav-list | 0.017 |
Only Required Cookies
Accept All Cookies div > div.mainContent > div.disclosureAccessible > div#accessibleDynamicButtons | 0.012 |
Open Search div.grid-container > nav.header-nav > ul.header-nav-list > li.search | 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.
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 |
|---|---|---|
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 102.9 KiB | 102.6 KiB |
| /_static/??/wp-content/themes/idc2025/dist/styles.css,/wp... | 55.6 KiB | 53.4 KiB |
| :host { all: initial; display: block !important; direction: ltr; } … | 25.3 KiB | 23.7 KiB |
| /_static/??/wp-includes/css/dist/block-library/style.min.... | 15.3 KiB | 15.3 KiB |
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 11.4 KiB | 11.4 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 |
|---|---|---|
| www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g | 92.6 KiB | 73.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1 | 172.7 KiB | 68.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MLHV83 | 173.0 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1 | 172.0 KiB | 63.2 KiB |
| info.idc.com/js/forms2/js/forms2.min.js | 67.0 KiB | 52.2 KiB |
| js.driftt.com/include/1776804600000/r6avhzdbye3d.js | 62.2 KiB | 30.6 KiB |
| consent.trustarc.com/asset/adv-accessible-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 |
|---|---|---|---|
| Unattributable | 908 ms | 18 ms | 0.0 ms |
| www.idc.com/ | 603 ms | 58 ms | 3.6 ms |
| js.driftt.com/include/1776804600000/r6avhzdbye3d.js | 570 ms | 534 ms | 21 ms |
| www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g | 489 ms | 270 ms | 30 ms |
| consent.trustarc.com/asset/adv-accessible-bundle.js?v=v1.7-1729 | 449 ms | 317 ms | 1.2 ms |
| www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1 | 394 ms | 343 ms | 49 ms |
| cdn.parsely.com/keys/idc.com/p.js?gtm_ver=3.1 | 371 ms | 281 ms | 4.0 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 358 ms | 258 ms | 10 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MLHV83 | 358 ms | 296 ms | 45 ms |
| www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1 | 281 ms | 231 ms | 49 ms |
| ws-assets.zoominfo.com/formcomplete.js | 187 ms | 167 ms | 4.5 ms |
| info.idc.com/js/forms2/js/forms2.min.js | 79 ms | 54 ms | 16 ms |
| /_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj... | 62 ms | 51 ms | 8.2 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 | 3.0 s |
| Other | 1.1 s |
| Style & Layout | 618 ms |
| Script Parsing & Compilation | 252 ms |
| Garbage Collection | 161 ms |
| Parse HTML & CSS | 109 ms |
| Rendering | 69 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :host { all: initial; display: block !important; direction: ltr; } … | 25.3 KiB | 3.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.grid-x > div.cell > div.hide-for-large > img div.grid-x > div.cell > div.hide-for-large > img | /wp-content/uploads/2025/06/Bearing-Gray-curves-GettyImag... |
Logo div.header-sticky > div.header-sticky-location > a.logo-link > img.logo-img | www.idc.com/wp-content/uploads/2025/06/IDC-Logo-BeaconBlue.svg |
IDC Logo; a globe followed by the letters 'IDC' div.grid-x > div.cell > a.logo-anchor > img.logo-img | /wp-content/uploads/2024/12/IDC_LOGO_Header_White_Color-8... |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
IDC Global
Account header.header > div.grid-container > nav.header-nav > ul.header-nav-list |
Account div.grid-container > nav.header-nav > ul.header-nav-list > li.header-nav-item |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to footer body.home > div#page > a.skip-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 |
|---|
IDC Global nav.header-nav > ul.header-nav-list > li.region > button#azrc10-dd-anchor |
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. |
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 |
|---|---|
Connecting to 'https://bat.bing.net/actionp/0?ti=187197078&tm=gtm002&Ver=2&mid=b7fe48e5-508d-476d-b75f-308b5a6c03df&bo=1&evt=consent&src=update&cdb=AQAQ&asc=D' violates the following Content Security Policy directive: "connect-src 'self' *.idc.com *.fontawesome.com *.vidyard.com *.bing.com cdn.parsely.com parser.ly *.trustarc.com js.driftt.com js.zi-scripts.com pagead2.googlesyndication.com *.hotjar.com *.zoominfo.com wss://js.driftt.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.pusher.com *.bugsnag.com www.googleadservices.com *.bugherd.com googleads.g.doubleclick.net www.google-analytics.com stats.g.doubleclick.net *.clarity.ms connect.facebook.net munchkin.marketo.net *.6sc.co widget.intercom.io maze.co usabilla.com w.usabilla.com *.pendo.io cvent.com insight.adsrvr.org youtube.com *.google.com prompts.maze.co *.mktoresp.com *.adnxs.com". The action has been blocked. | |
www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1 line 305, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-541ENG1F9X>m=45je64h1v9118180725z872637793za20gzb72637793zd72637793&_p=1776804585643&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1557563632.1776804586&frm=0>m_up=1&pscdl=denied&rcb=15&sr=412x823&tt=&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938468~117266401~117384405&sid=1776804586&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=5&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&ep.debug_mode=true&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1283' violates the following Content Security Policy directive: "connect-src 'self' *.idc.com *.fontawesome.com *.vidyard.com *.bing.com cdn.parsely.com parser.ly *.trustarc.com js.driftt.com js.zi-scripts.com pagead2.googlesyndication.com *.hotjar.com *.zoominfo.com wss://js.driftt.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.pusher.com *.bugsnag.com www.googleadservices.com *.bugherd.com googleads.g.doubleclick.net www.google-analytics.com stats.g.doubleclick.net *.clarity.ms connect.facebook.net munchkin.marketo.net *.6sc.co widget.intercom.io maze.co usabilla.com w.usabilla.com *.pendo.io cvent.com insight.adsrvr.org youtube.com *.google.com prompts.maze.co *.mktoresp.com *.adnxs.com". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1 line 286, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-Y7CNRMFF6J>m=45je64h1v887469119z872637793za20gzb72637793zd72637793&_p=1776804585643&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1557563632.1776804586&frm=0>m_up=1&pscdl=denied&rcb=16&sr=412x823&tt=&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~118463261&sid=1776804586&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_ss=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1518' violates the following Content Security Policy directive: "connect-src 'self' *.idc.com *.fontawesome.com *.vidyard.com *.bing.com cdn.parsely.com parser.ly *.trustarc.com js.driftt.com js.zi-scripts.com pagead2.googlesyndication.com *.hotjar.com *.zoominfo.com wss://js.driftt.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.pusher.com *.bugsnag.com www.googleadservices.com *.bugherd.com googleads.g.doubleclick.net www.google-analytics.com stats.g.doubleclick.net *.clarity.ms connect.facebook.net munchkin.marketo.net *.6sc.co widget.intercom.io maze.co usabilla.com w.usabilla.com *.pendo.io cvent.com insight.adsrvr.org youtube.com *.google.com prompts.maze.co *.mktoresp.com *.adnxs.com". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1 line 305, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-541ENG1F9X>m=45je64h1v9118180725z872637793za20gzb72637793zd72637793&_p=1776804585643&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1557563632.1776804586&frm=0>m_up=1&pscdl=denied&rcb=15&sr=412x823&tt=&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938468~117266401~117384405&sid=1776804586&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.plf=5&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&ep.debug_mode=true&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1283. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1 line 286, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-Y7CNRMFF6J>m=45je64h1v887469119z872637793za20gzb72637793zd72637793&_p=1776804585643&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1557563632.1776804586&frm=0>m_up=1&pscdl=denied&rcb=16&sr=412x823&tt=&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~118463261&sid=1776804586&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_ss=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1518. Refused to connect because it violates the document's Content Security Policy. |
Loading the image 'https://bat.bing.net/action/0?ti=187197078&tm=gtm002&Ver=2&mid=b7fe48e5-508d-476d-b75f-308b5a6c03df&bo=2>m_tag_source=1&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=IDC%20%7C%20Trusted%20Tech%20Intelligence&p=https%3A%2F%2Fwww.idc.com%2F&r=<=848&mtp=1&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=539038' violates the following Content Security Policy directive: "img-src 'self' data: blob: *.idc.com *.wp.com *.bing.com *.trustarc.com googleads.g.doubleclick.net pagead2.googlesyndication.com p1.parsely.com parser.ly *.vidyard.com secure.gravatar.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.bugherd.com s.w.org cdn.6sense.com js.intercomcdn.com static.pendo.io *.clarity.ms *.6sc.co". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.idc.com/custom-solutions/ | Learn more |
| www.idc.com/getdoc.jsp?containerId=prUS52775124 | Learn more |
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.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
28 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.122
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.19 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.09 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.
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.
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| info.idc.com/js/forms2/js/forms2.min.js | 14400.0 s | 67.5 KiB |
| ws-assets.zoominfo.com/formcomplete.js | 3600.0 s | 14.5 KiB |
| js.zi-scripts.com/zi-tag.js | 0.0 ms | 5.7 KiB |
| kit.fontawesome.com/e72eb4e75f.js | 60.0 s | 5.7 KiB |
| /notice?domain=idc.com&c=teconsent&text=true&js=nj¬ice... | 3600.0 s | 6.4 KiB |
| /px/?rand=1776804646349&plid=4cd1c4ce-75d0-4388-93c5-17da... | 0.0 ms | 229 B |
| /p.css?s=1&k=szb6hcb&ht=tk&f=47862.47863.47864.47865.4786... | 604800.0 s | 172 B |
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 |
|---|---|---|
| cdn.icomoon.io/105419/IDCSUI/style.css?uvclwo | 2.3 KiB | 294 ms |
| /_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj... | 34.7 KiB | 122 ms |
| /_static/??/wp-content/themes/idc2025/dist/styles.css,/wp... | 55.9 KiB | 163 ms |
| /_static/??/wp-includes/css/dist/block-library/style.min.... | 15.6 KiB | |
| /_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5... | 3.6 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 |
|---|---|
| idc.com/ | 963 ms |
| www.idc.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
body.home body.home | 0.097 |
The site uses cookies and related technologies, as described in our Cookie Poli… div > div.mainContent > div.disclosureAccessible > div#cookieConsentDescription | 0.014 |
Only Required Cookies
Accept All Cookies div > div.mainContent > div.disclosureAccessible > div#accessibleDynamicButtons | 0.010 |
IDC Logo; a globe followed by the letters 'IDC' div.grid-x > div.cell > a.logo-anchor > img.logo-img | 0.005 |
The site uses cookies and related technologies, as described in our Cookie Poli… div > div.mainContent > div.disclosureAccessible > div#cookieConsentDescription | 0.001 |
Become a Client div.header-sticky > div.header-sticky-actions > div.spotlight-cta > div.header-nav-button | 0.000 |
Our Analysts div.grid-container > nav.header-nav > ul.header-nav-list > li.header-nav-item | 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.
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 |
|---|---|---|
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 102.9 KiB | 102.6 KiB |
| /_static/??/wp-content/themes/idc2025/dist/styles.css,/wp... | 55.6 KiB | 52.6 KiB |
| :host { all: initial; display: block !important; direction: ltr; } … | 25.3 KiB | 23.7 KiB |
| /_static/??/wp-includes/css/dist/block-library/style.min.... | 15.3 KiB | 15.3 KiB |
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 11.4 KiB | 11.4 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 |
|---|---|---|
| www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g | 92.6 KiB | 73.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1h1 | 172.7 KiB | 67.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MLHV83 | 173.0 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1h1 | 172.0 KiB | 64.5 KiB |
| info.idc.com/js/forms2/js/forms2.min.js | 67.0 KiB | 52.2 KiB |
| js.driftt.com/include/1776804900000/r6avhzdbye3d.js | 62.2 KiB | 30.5 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :host { all: initial; display: block !important; direction: ltr; } … | 25.3 KiB | 3.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 | |
|---|---|
Logo div.header-sticky > div.header-sticky-location > a.logo-link > img.logo-img | www.idc.com/wp-content/uploads/2025/06/IDC-Logo-BeaconBlue.svg |
div.cell > div.grid-x > div.cell > img div.cell > div.grid-x > div.cell > img | /wp-content/uploads/2024/12/tile-iiar-badge-75b4d0969d4c5... |
IDC Logo; a globe followed by the letters 'IDC' div.grid-x > div.cell > a.logo-anchor > img.logo-img | /wp-content/uploads/2024/12/IDC_LOGO_Header_White_Color-8... |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home
Research
Data & Analytics
Custom Solutions
Events
Our Analysts
About IDC
R… header.header > div.grid-container > nav.header-nav > ul.header-nav-list |
Account div.grid-container > nav.header-nav > ul.header-nav-list > li.header-nav-item |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to footer body.home > div#page > a.skip-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 |
|---|
IDC Global nav.header-nav > ul.header-nav-list > li.region > button#0znlyz-dd-anchor |
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. |
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 |
|---|---|
Connecting to 'https://bat.bing.net/actionp/0?ti=187197078&tm=gtm002&Ver=2&mid=32dd89e5-d9e8-4ae3-ae58-bf3c67419452&bo=1&evt=consent&src=update&cdb=AQAQ&asc=D' violates the following Content Security Policy directive: "connect-src 'self' *.idc.com *.fontawesome.com *.vidyard.com *.bing.com cdn.parsely.com parser.ly *.trustarc.com js.driftt.com js.zi-scripts.com pagead2.googlesyndication.com *.hotjar.com *.zoominfo.com wss://js.driftt.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.pusher.com *.bugsnag.com www.googleadservices.com *.bugherd.com googleads.g.doubleclick.net www.google-analytics.com stats.g.doubleclick.net *.clarity.ms connect.facebook.net munchkin.marketo.net *.6sc.co widget.intercom.io maze.co usabilla.com w.usabilla.com *.pendo.io cvent.com insight.adsrvr.org youtube.com *.google.com prompts.maze.co *.mktoresp.com *.adnxs.com". The action has been blocked. | |
www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1h1 line 305, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-541ENG1F9X>m=45je64h1h1v9118180725z872637793za20gzb72637793zd72637793&_p=1776804645914&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1803426212.1776804646&frm=0>m_up=1&pscdl=denied&rcb=18&sr=800x600&tt=&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~118128923&sid=1776804646&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_ss=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&ep.debug_mode=true&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1746' violates the following Content Security Policy directive: "connect-src 'self' *.idc.com *.fontawesome.com *.vidyard.com *.bing.com cdn.parsely.com parser.ly *.trustarc.com js.driftt.com js.zi-scripts.com pagead2.googlesyndication.com *.hotjar.com *.zoominfo.com wss://js.driftt.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.pusher.com *.bugsnag.com www.googleadservices.com *.bugherd.com googleads.g.doubleclick.net www.google-analytics.com stats.g.doubleclick.net *.clarity.ms connect.facebook.net munchkin.marketo.net *.6sc.co widget.intercom.io maze.co usabilla.com w.usabilla.com *.pendo.io cvent.com insight.adsrvr.org youtube.com *.google.com prompts.maze.co *.mktoresp.com *.adnxs.com". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1h1 line 286, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-Y7CNRMFF6J>m=45je64h1h1v887469119z872637793za20gzb72637793zd72637793&_p=1776804645914&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1803426212.1776804646&frm=0>m_up=1&pscdl=denied&rcb=10&sr=800x600&tt=&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~118463261&sid=1776804646&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1520' violates the following Content Security Policy directive: "connect-src 'self' *.idc.com *.fontawesome.com *.vidyard.com *.bing.com cdn.parsely.com parser.ly *.trustarc.com js.driftt.com js.zi-scripts.com pagead2.googlesyndication.com *.hotjar.com *.zoominfo.com wss://js.driftt.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.pusher.com *.bugsnag.com www.googleadservices.com *.bugherd.com googleads.g.doubleclick.net www.google-analytics.com stats.g.doubleclick.net *.clarity.ms connect.facebook.net munchkin.marketo.net *.6sc.co widget.intercom.io maze.co usabilla.com w.usabilla.com *.pendo.io cvent.com insight.adsrvr.org youtube.com *.google.com prompts.maze.co *.mktoresp.com *.adnxs.com". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1h1 line 305, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-541ENG1F9X>m=45je64h1h1v9118180725z872637793za20gzb72637793zd72637793&_p=1776804645914&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1803426212.1776804646&frm=0>m_up=1&pscdl=denied&rcb=18&sr=800x600&tt=&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~118128923&sid=1776804646&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_ss=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&ep.debug_mode=true&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1746. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1h1 line 286, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-Y7CNRMFF6J>m=45je64h1h1v887469119z872637793za20gzb72637793zd72637793&_p=1776804645914&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dNTIxZG&_eu=AAAAAGA&are=1&cid=1803426212.1776804646&frm=0>m_up=1&pscdl=denied&rcb=10&sr=800x600&tt=&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~118463261&sid=1776804646&sct=1&seg=0&dl=https%3A%2F%2Fwww.idc.com%2F&dt=IDC%20%7C%20Trusted%20Tech%20Intelligence&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&up.user_type=unidentified&up.user_has_IDC_account=no&tfd=1520. Refused to connect because it violates the document's Content Security Policy. |
Loading the image 'https://bat.bing.net/action/0?ti=187197078&tm=gtm002&Ver=2&mid=32dd89e5-d9e8-4ae3-ae58-bf3c67419452&bo=2>m_tag_source=1&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=IDC%20%7C%20Trusted%20Tech%20Intelligence&p=https%3A%2F%2Fwww.idc.com%2F&r=<=1113&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=640508' violates the following Content Security Policy directive: "img-src 'self' data: blob: *.idc.com *.wp.com *.bing.com *.trustarc.com googleads.g.doubleclick.net pagead2.googlesyndication.com p1.parsely.com parser.ly *.vidyard.com secure.gravatar.com *.linkedin.com www.google.com www.googletagmanager.com www.gstatic.com *.bugherd.com s.w.org cdn.6sense.com js.intercomcdn.com static.pendo.io *.clarity.ms *.6sc.co". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.idc.com/custom-solutions/ | Learn more |
| www.idc.com/getdoc.jsp?containerId=prUS52775124 | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback