Skip to content
https://idc.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

77
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
94
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

Page Load Progression

617 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
15
6 PASS 3 REVIEW 4 FIX
D
Page Weight Budget
Action
2.2 MB transferred, 155 requests
FIX
2.2 MB transferred, 155 requests
Info::
Page weighs 7.6 MB (2.2 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
Fonts are 473 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 473 KB
Warning::
155 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.47 g CO2 per page load
2.2 MB / 2.4 MB budget
2.2 MB transferred
155 requests
0.47 g CO2 per page load
JavaScript 1.3 MiB 60%
Fonts 473.3 KiB 21%
Other 167.5 KiB 7%
Images 113.4 KiB 5%
CSS 103.7 KiB 5%
HTML 27.3 KiB 1%
Other 11.2 KiB 0%
Other 8.3 KiB 0%
Other 5.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.2 MiB of 2.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
79 scripts, 355 KB unused
FIX
79 scripts, 355 KB unused
Warning::
https://www.idc.com/wp-content/themes/idc2025/dist...: 74 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-Y7CN...: 68 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MLH...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-541E...: 64 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://info.idc.com/js/forms2/js/forms2.min.js: 52 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 355 KB
355 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g93 KB74 KB (80%)3rd
https://www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c&gtm=4e64h1h1173 KB68 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MLHV83173 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c&gtm=4e64h1h1172 KB64 KB (37%)3rd
https://info.idc.com/js/forms2/js/forms2.min.js67 KB52 KB (78%)3rd
https://js.driftt.com/include/1776804900000/r6avhzdbye3d.js63 KB30 KB (49%)3rd
https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js14 KB3rd
https://js.driftt.com/core/assets/js/55.499db05a.chunk.js0 KB3rd
blob:https://www.idc.com/1cfdd49e-06d6-410c-9637-c7dbc270145e-0 KB3rd
https://consent.trustarc.com/notice?domain=idc.com&c=teconsent&text=true&js=nj&noticeType=bb&gtm=16 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
155 resources · 2.2 MB · 355 KB savings available
FIX
155 resources · 2.2 MB · 355 KB savings available
Warning::
Page weight 1.2 MB over 1MB target
Got: 2.2 MB Expected: ≤ 1 MB
Info::
~355 KB of savings available
Warning::
154 third-party resources (100% of weight)
155 resources · 2.2 MiB · 154 third-party 1.2 MiB over 1MB target
JavaScript 63% · 1.4 MiB
Font 21% · 473.3 KiB
CSS 9% · 197.6 KiB
Image 5% · 117.8 KiB
Document 1% · 29.6 KiB
Other 1% · 13.5 KiB
Media 0% · 8.3 KiB

~354.9 KiB of savings available

Remove unused JavaScript: 354.9 KiB
C
Image Optimization
Action
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Warning::
https://www.idc.com/wp-content/uploads/2024/12/til... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.idc.com/wp-content/uploads/2025/06/IDC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.idc.com/wp-content/uploads/2024/12/IDC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
19 images 113 KB
0 oversized -0 KB
15 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1208ms total JS execution
REVIEW
1208ms total JS execution
Info::
Unattributable: 208ms CPU time
Info::
https://www.idc.com/: 163ms CPU time
Info::
https://js.driftt.com/include/1776804900000/r6avhz...: 151ms CPU time
Info::
https://www.idc.com/wp-content/themes/idc2025/dist...: 143ms CPU time
Info::
https://consent.trustarc.com/asset/adv-accessible-...: 121ms CPU time
Warning::
Third-party scripts: 1208ms (100% of total)

Main Thread Breakdown

Script Evaluation 56% Other 19% Style & Layout 14% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
Unattributable208ms15ms0ms3rd
https://www.idc.com/163ms14ms1ms3rd
https://js.driftt.com/include/1776804900000/r6avhzdbye3d.js151ms146ms5ms3rd
https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g143ms68ms9ms3rd
https://consent.trustarc.com/asset/adv-accessible-bundle.js?v=v1.7-1729121ms73ms0ms3rd
https://cdn.parsely.com/keys/idc.com/p.js?gtm_ver=3.1101ms81ms1ms3rd
https://consent.trustarc.com/asset/notice.js/v/v1.7-172991ms67ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MLHV8384ms70ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c&gtm=4e64h1h180ms61ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c&gtm=4e64h1h166ms55ms11ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (473 KB)
PASS
7 fonts (473 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

473 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.6 s LCP 2.0 shttps://cdn.icomoon.io/105419/IDCSUI/icomoon.woff2?a8zcubicomoon.woff2 https://cdn.icomoon.io/105419/IDCSUI/icomoon.woff2?a8zcub — 24.3 KiB — 127 ms — font-display: swaphttps://use.typekit.net/af/81ceed/00000000000000007735ee08/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n4&v=3l https://use.typekit.net/af/81ceed/00000000000000007735ee08/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n4&v=3 — 43.4 KiB — 30 ms — font-display: swaphttps://use.typekit.net/af/f00eba/00000000000000007735ee0e/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n7&v=3l https://use.typekit.net/af/f00eba/00000000000000007735ee0e/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n7&v=3 — 43.0 KiB — 36 ms — font-display: swaphttps://use.typekit.net/af/45bf24/00000000000000007735ee0c/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n6&v=3l https://use.typekit.net/af/45bf24/00000000000000007735ee0c/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n6&v=3 — 44.4 KiB — 34 ms — font-display: swaphttps://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttfget https://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttf — 106.0 KiB — 14 ms — font-display: swaphttps://consent.trustarc.com/get?name=SourceSansPro-Bold.ttfget https://consent.trustarc.com/get?name=SourceSansPro-Bold.ttf — 105.9 KiB — 16 ms — font-display: swaphttps://consent.trustarc.com/get?name=SourceSansPro-Regular.ttfget https://consent.trustarc.com/get?name=SourceSansPro-Regular.ttf — 106.3 KiB — 5 ms — font-display: swap
icomoon.woff2 woff2 swap
Size 24 KB
Load time 127 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 43 KB
Load time 30 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 43 KB
Load time 36 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 44 KB
Load time 34 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
get ttf swap
Size 106 KB
Load time 14 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
get ttf swap
Size 106 KB
Load time 16 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
get ttf swap
Size 106 KB
Load time 5 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~255 KB and ~510 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=3600

DirectiveValueMeaning
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
155 requests over 8159ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.6 s LCP 2.0 shttps://idc.com// https://idc.com/ — 301 — 2.3 KiB — 803 ms — h2https://www.idc.com/www.idc.com/ https://www.idc.com/ — 200 — 23.4 KiB — 31 ms — h2https://kit.fontawesome.com/e72eb4e75f.jskit.fontawesome.com/e72eb4e75f.js https://kit.fontawesome.com/e72eb4e75f.js — 200 — 5.7 KiB — 97 ms — h2https://cdn.icomoon.io/105419/IDCSUI/style.css?uvclwocdn.icomoon.io/105419/IDCSUI/style.... https://cdn.icomoon.io/105419/IDCSUI/style.css?uvclwo — 200 — 2.3 KiB — 126 ms — h2https://www.idc.com/_static/??/wp-includes/css/dist/block-library/style.min.css,/wp-content/plugins/prismatic/css/styles-blocks.css?m=1774626878www.idc.com/_static/??/wp-includes/... https://www.idc.com/_static/??/wp-includes/css/dist/block-library/style.min.css,/wp-content/plugins/prismatic/css/styles-blocks.css?m=1774626878 — 200 — 15.6 KiB — 9 ms — h2https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpqbm5gZmVmYWwIARPsu9A==www.idc.com/_static/??-eJzTLy/QzcxL... https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpqbm5gZmVmYWwIARPsu9A== — 200 — 3.6 KiB — 8 ms — h2https://use.typekit.net/szb6hcb.cssuse.typekit.net/szb6hcb.css https://use.typekit.net/szb6hcb.css — 200 — 1.1 KiB — 49 ms — h2https://www.idc.com/_static/??/wp-content/themes/idc2025/dist/styles.css,/wp-content/plugins/tablepress/css/build/default.css?m=1775768397www.idc.com/_static/??/wp-content/t... https://www.idc.com/_static/??/wp-content/themes/idc2025/dist/styles.css,/wp-content/plugins/tablepress/css/build/default.css?m=1775768397 — 200 — 55.9 KiB — 15 ms — h2https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFuWUWAK/EIjE=www.idc.com/_static/??-eJzTLy/QzcxL... https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFuWUWAK/EIjE= — 200 — 34.7 KiB — 15 ms — h2https://www.idc.com/wp-content/uploads/2025/06/IDC-Logo-BeaconBlue.svgwww.idc.com/wp-content/uploads/2025... https://www.idc.com/wp-content/uploads/2025/06/IDC-Logo-BeaconBlue.svg — 200 — 3.1 KiB — 12 ms — h2https://www.idc.com/wp-content/uploads/2026/04/quanta-header-m.jpg?resize=640,480www.idc.com/wp-content/uploads/2026... https://www.idc.com/wp-content/uploads/2026/04/quanta-header-m.jpg?resize=640,480 — 200 — 22.3 KiB — 14 ms — h2https://www.idc.com/wp-content/uploads/2025/06/Bearing-Gray-curves-GettyImages-2188556368_corner-logo.jpgwww.idc.com/wp-content/uploads/2025... https://www.idc.com/wp-content/uploads/2025/06/Bearing-Gray-curves-GettyImages-2188556368_corner-logo.jpg — 200 — 9.5 KiB — 9 ms — h2https://www.idc.com/wp-content/uploads/2024/12/tile-iiar-badge-75b4d0969d4c540d5b457ec403bb279b.svgwww.idc.com/wp-content/uploads/2024... https://www.idc.com/wp-content/uploads/2024/12/tile-iiar-badge-75b4d0969d4c540d5b457ec403bb279b.svg — 200 — 3.4 KiB — 3 ms — h2https://www.idc.com/wp-content/uploads/2024/12/IDC_LOGO_Header_White_Color-88f3a08a441ed3a46a858b1c08a159ee.svgwww.idc.com/wp-content/uploads/2024... https://www.idc.com/wp-content/uploads/2024/12/IDC_LOGO_Header_White_Color-88f3a08a441ed3a46a858b1c08a159ee.svg — 200 — 1.4 KiB — 3 ms — h2https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397gwww.idc.com/wp-content/themes/idc20... https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g — 200 — 92.9 KiB — 6 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 5 ms — h2blob:https://www.idc.com/1cfdd49e-06d6-410c-9637-c7dbc270145ewww.idc.com/1cfdd49e-06d6-410c-9637... blob:https://www.idc.com/1cfdd49e-06d6-410c-9637-c7dbc270145e — 200 — -1 B — 220 ms — blobhttps://p.typekit.net/p.css?s=1&k=szb6hcb&ht=tk&f=47862.47863.47864.47865.47866.47867.47868.47869&a=113327687&app=typekit&e=cssp.typekit.net/p.css?s=1&k=szb6hcb&h... https://p.typekit.net/p.css?s=1&k=szb6hcb&ht=tk&f=47862.47863.47864.47865.47866.47867.47868.47869&a=113327687&app=typekit&e=css — 200 — 172 B — 56 ms — h2https://www.idc.com/wp-content/themes/idc2025/assets/css/print.css?m=1764773399gwww.idc.com/wp-content/themes/idc20... https://www.idc.com/wp-content/themes/idc2025/assets/css/print.css?m=1764773399g — 200 — 2.1 KiB — 3 ms — h2https://consent.trustarc.com/notice?domain=idc.com&c=teconsent&text=true&js=nj&noticeType=bb&gtm=1consent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=idc.com&c=teconsent&text=true&js=nj&noticeType=bb&gtm=1 — 200 — 6.4 KiB — 75 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MLHV83www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MLHV83 — 200 — 173.3 KiB — 175 ms — h2https://www.idc.com/wp-content/uploads/2026/04/quanta-header-v2.png?w=1280&h=349&crop=1www.idc.com/wp-content/uploads/2026... https://www.idc.com/wp-content/uploads/2026/04/quanta-header-v2.png?w=1280&h=349&crop=1 — 200 — 52.9 KiB — 4 ms — h2https://www.idc.com/wp-json/idc/v1/auth/userwww.idc.com/wp-json/idc/v1/auth/use... https://www.idc.com/wp-json/idc/v1/auth/user — 200 — 510 B — 588 ms — h2https://cdn.icomoon.io/105419/IDCSUI/icomoon.woff2?a8zcubcdn.icomoon.io/105419/IDCSUI/icomoo... https://cdn.icomoon.io/105419/IDCSUI/icomoon.woff2?a8zcub — 200 — 24.3 KiB — 127 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=e72eb4e75f — 200 — 80.7 KiB — 70 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=e72eb4e75f — 200 — 4.2 KiB — 37 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=e72eb4e75f — 200 — 7.1 KiB — 38 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=e72eb4e75f — 200 — 1.8 KiB — 57 ms — h2https://kit.fontawesome.com/e72eb4e75f/58339916/kit-upload.csskit.fontawesome.com/e72eb4e75f/5833... https://kit.fontawesome.com/e72eb4e75f/58339916/kit-upload.css — 200 — 126 B — 55 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=237609509&post=436&tz=0&srv=www.idc.com&hp=vip&j=1%3A15.5-beta&host=www.idc.com&ref=&fcp=0&rand=0.2728314342502698pixel.wp.com/g.gif?v=ext&blog=23760... https://pixel.wp.com/g.gif?v=ext&blog=237609509&post=436&tz=0&srv=www.idc.com&hp=vip&j=1%3A15.5-beta&host=www.idc.com&ref=&fcp=0&rand=0.2728314342502698 — 200 — 177 B — 9 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.6 s LCP 2.0 shttps://idc.com// https://idc.com/ — 301 — 2.3 KiB — 803 ms — h2https://www.idc.com/www.idc.com/ https://www.idc.com/ — 200 — 23.4 KiB — 31 ms — h2https://kit.fontawesome.com/e72eb4e75f.jskit.fontawesome.com/e72eb4e75f.js https://kit.fontawesome.com/e72eb4e75f.js — 200 — 5.7 KiB — 97 ms — h2https://cdn.icomoon.io/105419/IDCSUI/style.css?uvclwocdn.icomoon.io/105419/IDCSUI/style.... https://cdn.icomoon.io/105419/IDCSUI/style.css?uvclwo — 200 — 2.3 KiB — 126 ms — h2https://www.idc.com/_static/??/wp-includes/css/dist/block-library/style.min.css,/wp-content/plugins/prismatic/css/styles-blocks.css?m=1774626878www.idc.com/_static/??/wp-includes/... https://www.idc.com/_static/??/wp-includes/css/dist/block-library/style.min.css,/wp-content/plugins/prismatic/css/styles-blocks.css?m=1774626878 — 200 — 15.6 KiB — 9 ms — h2https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpqbm5gZmVmYWwIARPsu9A==www.idc.com/_static/??-eJzTLy/QzcxL... https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpqbm5gZmVmYWwIARPsu9A== — 200 — 3.6 KiB — 8 ms — h2https://use.typekit.net/szb6hcb.cssuse.typekit.net/szb6hcb.css https://use.typekit.net/szb6hcb.css — 200 — 1.1 KiB — 49 ms — h2https://www.idc.com/_static/??/wp-content/themes/idc2025/dist/styles.css,/wp-content/plugins/tablepress/css/build/default.css?m=1775768397www.idc.com/_static/??/wp-content/t... https://www.idc.com/_static/??/wp-content/themes/idc2025/dist/styles.css,/wp-content/plugins/tablepress/css/build/default.css?m=1775768397 — 200 — 55.9 KiB — 15 ms — h2https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFuWUWAK/EIjE=www.idc.com/_static/??-eJzTLy/QzcxL... https://www.idc.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFuWUWAK/EIjE= — 200 — 34.7 KiB — 15 ms — h2https://www.idc.com/wp-content/uploads/2025/06/IDC-Logo-BeaconBlue.svgwww.idc.com/wp-content/uploads/2025... https://www.idc.com/wp-content/uploads/2025/06/IDC-Logo-BeaconBlue.svg — 200 — 3.1 KiB — 12 ms — h2https://www.idc.com/wp-content/uploads/2026/04/quanta-header-m.jpg?resize=640,480www.idc.com/wp-content/uploads/2026... https://www.idc.com/wp-content/uploads/2026/04/quanta-header-m.jpg?resize=640,480 — 200 — 22.3 KiB — 14 ms — h2https://www.idc.com/wp-content/uploads/2025/06/Bearing-Gray-curves-GettyImages-2188556368_corner-logo.jpgwww.idc.com/wp-content/uploads/2025... https://www.idc.com/wp-content/uploads/2025/06/Bearing-Gray-curves-GettyImages-2188556368_corner-logo.jpg — 200 — 9.5 KiB — 9 ms — h2https://www.idc.com/wp-content/uploads/2024/12/tile-iiar-badge-75b4d0969d4c540d5b457ec403bb279b.svgwww.idc.com/wp-content/uploads/2024... https://www.idc.com/wp-content/uploads/2024/12/tile-iiar-badge-75b4d0969d4c540d5b457ec403bb279b.svg — 200 — 3.4 KiB — 3 ms — h2https://www.idc.com/wp-content/uploads/2024/12/IDC_LOGO_Header_White_Color-88f3a08a441ed3a46a858b1c08a159ee.svgwww.idc.com/wp-content/uploads/2024... https://www.idc.com/wp-content/uploads/2024/12/IDC_LOGO_Header_White_Color-88f3a08a441ed3a46a858b1c08a159ee.svg — 200 — 1.4 KiB — 3 ms — h2https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397gwww.idc.com/wp-content/themes/idc20... https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g — 200 — 92.9 KiB — 6 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 5 ms — h2blob:https://www.idc.com/1cfdd49e-06d6-410c-9637-c7dbc270145ewww.idc.com/1cfdd49e-06d6-410c-9637... blob:https://www.idc.com/1cfdd49e-06d6-410c-9637-c7dbc270145e — 200 — -1 B — 220 ms — blobhttps://p.typekit.net/p.css?s=1&k=szb6hcb&ht=tk&f=47862.47863.47864.47865.47866.47867.47868.47869&a=113327687&app=typekit&e=cssp.typekit.net/p.css?s=1&k=szb6hcb&h... https://p.typekit.net/p.css?s=1&k=szb6hcb&ht=tk&f=47862.47863.47864.47865.47866.47867.47868.47869&a=113327687&app=typekit&e=css — 200 — 172 B — 56 ms — h2https://www.idc.com/wp-content/themes/idc2025/assets/css/print.css?m=1764773399gwww.idc.com/wp-content/themes/idc20... https://www.idc.com/wp-content/themes/idc2025/assets/css/print.css?m=1764773399g — 200 — 2.1 KiB — 3 ms — h2https://consent.trustarc.com/notice?domain=idc.com&c=teconsent&text=true&js=nj&noticeType=bb&gtm=1consent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=idc.com&c=teconsent&text=true&js=nj&noticeType=bb&gtm=1 — 200 — 6.4 KiB — 75 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MLHV83www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MLHV83 — 200 — 173.3 KiB — 175 ms — h2https://www.idc.com/wp-content/uploads/2026/04/quanta-header-v2.png?w=1280&h=349&crop=1www.idc.com/wp-content/uploads/2026... https://www.idc.com/wp-content/uploads/2026/04/quanta-header-v2.png?w=1280&h=349&crop=1 — 200 — 52.9 KiB — 4 ms — h2https://www.idc.com/wp-json/idc/v1/auth/userwww.idc.com/wp-json/idc/v1/auth/use... https://www.idc.com/wp-json/idc/v1/auth/user — 200 — 510 B — 588 ms — h2https://cdn.icomoon.io/105419/IDCSUI/icomoon.woff2?a8zcubcdn.icomoon.io/105419/IDCSUI/icomoo... https://cdn.icomoon.io/105419/IDCSUI/icomoon.woff2?a8zcub — 200 — 24.3 KiB — 127 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=e72eb4e75f — 200 — 80.7 KiB — 70 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=e72eb4e75f — 200 — 4.2 KiB — 37 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=e72eb4e75f — 200 — 7.1 KiB — 38 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=e72eb4e75fka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=e72eb4e75f — 200 — 1.8 KiB — 57 ms — h2https://kit.fontawesome.com/e72eb4e75f/58339916/kit-upload.csskit.fontawesome.com/e72eb4e75f/5833... https://kit.fontawesome.com/e72eb4e75f/58339916/kit-upload.css — 200 — 126 B — 55 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=237609509&post=436&tz=0&srv=www.idc.com&hp=vip&j=1%3A15.5-beta&host=www.idc.com&ref=&fcp=0&rand=0.2728314342502698pixel.wp.com/g.gif?v=ext&blog=23760... https://pixel.wp.com/g.gif?v=ext&blog=237609509&post=436&tz=0&srv=www.idc.com&hp=vip&j=1%3A15.5-beta&host=www.idc.com&ref=&fcp=0&rand=0.2728314342502698 — 200 — 177 B — 9 ms — h2https://info.idc.com/js/forms2/js/forms2.min.jsinfo.idc.com/js/forms2/js/forms2.mi... https://info.idc.com/js/forms2/js/forms2.min.js — 200 — 67.5 KiB — 103 ms — h2https://use.typekit.net/af/81ceed/00000000000000007735ee08/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n4&v=3use.typekit.net/af/81ceed/000000000... https://use.typekit.net/af/81ceed/00000000000000007735ee08/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n4&v=3 — 200 — 43.4 KiB — 30 ms — h2https://use.typekit.net/af/f00eba/00000000000000007735ee0e/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n7&v=3use.typekit.net/af/f00eba/000000000... https://use.typekit.net/af/f00eba/00000000000000007735ee0e/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n7&v=3 — 200 — 43.0 KiB — 36 ms — h2https://use.typekit.net/af/45bf24/00000000000000007735ee0c/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n6&v=3use.typekit.net/af/45bf24/000000000... https://use.typekit.net/af/45bf24/00000000000000007735ee0c/31/l?primer=11785210739a0d3c0550b1f75f52b14b98b4508ce28e6c7635275cff44b0c31f&fvd=n6&v=3 — 200 — 44.4 KiB — 34 ms — h2https://consent.trustarc.com/analytics?action=0&domain=idc.com&implied=0&session=8276b366b67b468b884e16f0952f235e&new=1&referer=https://www.idc.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=idc.com&implied=0&session=8276b366b67b468b884e16f0952f235e&new=1&referer=https://www.idc.com — 200 — 463 B — 50 ms — h2https://consent.trustarc.com/asset/notice.js/v/v1.7-1729consent.trustarc.com/asset/notice.j... https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 — 200 — 36.4 KiB — 26 ms — h2https://consent.trustarc.com/get?name=crossdomain.html&domain=idc.comconsent.trustarc.com/get?name=cross... https://consent.trustarc.com/get?name=crossdomain.html&domain=idc.com — 200 — 1.4 KiB — 9 ms — h2https://consent.trustarc.com/asset/adv-accessible-bundle.js?v=v1.7-1729consent.trustarc.com/asset/adv-acce... https://consent.trustarc.com/asset/adv-accessible-bundle.js?v=v1.7-1729 — 200 — 78.2 KiB — 7 ms — h2https://consent.trustarc.com/analytics?action=7&domain=idc.com&implied=0&session=8276b366b67b468b884e16f0952f235e&new=1&referer=https://www.idc.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=7&domain=idc.com&implied=0&session=8276b366b67b468b884e16f0952f235e&new=1&referer=https://www.idc.com — 200 — 463 B — 36 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c&gtm=4e64h1h1 — 200 — 172.7 KiB — 57 ms — h2https://www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c&gtm=4e64h1h1 — 200 — 172.1 KiB — 67 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 116 ms — h2https://cdn.parsely.com/keys/idc.com/p.js?gtm_ver=3.1cdn.parsely.com/keys/idc.com/p.js?g... https://cdn.parsely.com/keys/idc.com/p.js?gtm_ver=3.1 — 200 — 18.3 KiB — 6 ms — h2https://js.driftt.com/include/1776804900000/r6avhzdbye3d.jsjs.driftt.com/include/1776804900000... https://js.driftt.com/include/1776804900000/r6avhzdbye3d.js — 200 — 62.9 KiB — 539 ms — h2https://consent.trustarc.com/cm/idc.com/modalconfig?type=idc_slider_accessible_v2&layout=default_eu_accessible&locale=en&country=frconsent.trustarc.com/cm/idc.com/mod... https://consent.trustarc.com/cm/idc.com/modalconfig?type=idc_slider_accessible_v2&layout=default_eu_accessible&locale=en&country=fr — 200 — 68.5 KiB — 36 ms — h2https://consent.trustarc.com/images/loading.gifconsent.trustarc.com/images/loading... https://consent.trustarc.com/images/loading.gif — 200 — 2.1 KiB — 8 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.idc.com%2F&scrsrc=www.googletagmanager.com&rnd=921547481.1776804646&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNTIxZG&_tu=CA&gtm=45He64h1h1v72637793za200zd72637793xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776804646330&tfd=1410pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.idc.com%2F&scrsrc=www.googletagmanager.com&rnd=921547481.1776804646&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNTIxZG&_tu=CA&gtm=45He64h1h1v72637793za200zd72637793xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776804646330&tfd=1410 — 200 — 21 B — 185 ms — h3https://p1.parsely.com/px/?rand=1776804646349&plid=4cd1c4ce-75d0-4388-93c5-17daa1a2c2c1&idsite=idc.com&url=https%3A%2F%2Fwww.idc.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.idc.com%2F&sref=&sts=1776804646343&slts=0&title=IDC+%7C+Trusted+Tech+Intelligence&date=Tue+Apr+21+2026+20%3A50%3A46+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=c00876cd-8049-4437-8659-0fa9178f8b61&u=pid%3D24f3c4f4-6eaf-4784-9750-ca4aaa6db43ep1.parsely.com/px/?rand=17768046463... https://p1.parsely.com/px/?rand=1776804646349&plid=4cd1c4ce-75d0-4388-93c5-17daa1a2c2c1&idsite=idc.com&url=https%3A%2F%2Fwww.idc.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.idc.com%2F&sref=&sts=1776804646343&slts=0&title=IDC+%7C+Trusted+Tech+Intelligence&date=Tue+Apr+21+2026+20%3A50%3A46+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=c00876cd-8049-4437-8659-0fa9178f8b61&u=pid%3D24f3c4f4-6eaf-4784-9750-ca4aaa6db43e — 200 — 229 B — 184 ms — http/1.1https://consent.trustarc.com/images/trustarc-logo.svgconsent.trustarc.com/images/trustar... https://consent.trustarc.com/images/trustarc-logo.svg — 200 — 1.8 KiB — 4 ms — h2https://consent.trustarc.com/get?name=idc-test_user@3x.pngconsent.trustarc.com/get?name=idc-t... https://consent.trustarc.com/get?name=idc-test_user@3x.png — 200 — 1.2 KiB — 9 ms — h2https://consent.trustarc.com/get?name=idc-test_cart@3x.pngconsent.trustarc.com/get?name=idc-t... https://consent.trustarc.com/get?name=idc-test_cart@3x.png — 200 — 1.0 KiB — 8 ms — h2https://consent.trustarc.com/get?name=idc-test_user-circle@3x.pngconsent.trustarc.com/get?name=idc-t... https://consent.trustarc.com/get?name=idc-test_user-circle@3x.png — 200 — 1.3 KiB — 10 ms — h2https://consent.trustarc.com/get?name=idc-test_webinar@3x.pngconsent.trustarc.com/get?name=idc-t... https://consent.trustarc.com/get?name=idc-test_webinar@3x.png — 200 — 1.0 KiB — 11 ms — h2https://consent.trustarc.com/get?name=idc-test_file-doc@3x.pngconsent.trustarc.com/get?name=idc-t... https://consent.trustarc.com/get?name=idc-test_file-doc@3x.png — 200 — 1.2 KiB — 10 ms — h2https://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttfconsent.trustarc.com/get?name=Sourc... https://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttf — 200 — 106.0 KiB — 14 ms — h2https://consent.trustarc.com/get?name=SourceSansPro-Bold.ttfconsent.trustarc.com/get?name=Sourc... https://consent.trustarc.com/get?name=SourceSansPro-Bold.ttf — 200 — 105.9 KiB — 16 ms — h2https://consent.trustarc.com/get?name=IDC-Logo-BeaconBlue.svgconsent.trustarc.com/get?name=IDC-L... https://consent.trustarc.com/get?name=IDC-Logo-BeaconBlue.svg — 200 — 3.3 KiB — 13 ms — h2https://consent.trustarc.com/get?name=noticeclosebtn.pngconsent.trustarc.com/get?name=notic... https://consent.trustarc.com/get?name=noticeclosebtn.png — 200 — 1.6 KiB — 12 ms — h2https://consent.trustarc.com/get?name=SourceSansPro-Regular.ttfconsent.trustarc.com/get?name=Sourc... https://consent.trustarc.com/get?name=SourceSansPro-Regular.ttf — 200 — 106.3 KiB — 5 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.idc.com%2F&scrsrc=www.googletagmanager.com&rnd=921547481.1776804646&navt=n&npa=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&ep.debug_mode=true&did=dNTIxZG&gdid=dNTIxZG&_tu=CA&gtm=45je64h1h1v9118180725z872637793za20gzb72637793zd72637793xec&gcs=G100&gcd=13q3qPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-10781386603&tid=AW-10781386603&tft=1776804646677&tfd=1757pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.idc.com%2F&scrsrc=www.googletagmanager.com&rnd=921547481.1776804646&navt=n&npa=1&ep.region=N%2FA&ep.topic=N%2FA&ep.vertical_market=N%2FA&ep.debug_mode=true&did=dNTIxZG&gdid=dNTIxZG&_tu=CA&gtm=45je64h1h1v9118180725z872637793za20gzb72637793zd72637793xec&gcs=G100&gcd=13q3qPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118128923&apve=1&apvf=f&apvc=0&tids=AW-10781386603&tid=AW-10781386603&tft=1776804646677&tfd=1757 — 200 — 21 B — 26 ms — h3https://bat.bing.com/p/action/187197078.jsbat.bing.com/p/action/187197078.js https://bat.bing.com/p/action/187197078.js — 200 — 428 B — 36 ms — h2https://bat.bing.net/action/0?ti=187197078&tm=gtm002&Ver=2&mid=32dd89e5-d9e8-4ae3-ae58-bf3c67419452&bo=2&gtm_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=&lt=1113&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=640508bat.bing.net/action/0?ti=187197078&... https://bat.bing.net/action/0?ti=187197078&tm=gtm002&Ver=2&mid=32dd89e5-d9e8-4ae3-ae58-bf3c67419452&bo=2&gtm_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=&lt=1113&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=640508 — -1 — 0 B — 0 ms — https://js.driftt.com/core?d=1&embedId=r6avhzdbye3d&eId=r6avhzdbye3d&region=US&forceShow=false&skipCampaigns=false&sessionId=ae3ef7c6-51e3-40ae-98e9-348645627016&sessionStarted=1776804646.856&campaignRefreshToken=d2e7bbf7-902d-4dc7-aa92-011e83b89449&hideController=false&pageLoadStartTime=1776804645757&mode=CHAT&driftEnableLog=false&secureIframe=false&u=https%3A%2F%2Fwww.idc.com%2Fjs.driftt.com/core?d=1&embedId=r6av... https://js.driftt.com/core?d=1&embedId=r6avhzdbye3d&eId=r6avhzdbye3d&region=US&forceShow=false&skipCampaigns=false&sessionId=ae3ef7c6-51e3-40ae-98e9-348645627016&sessionStarted=1776804646.856&campaignRefreshToken=d2e7bbf7-902d-4dc7-aa92-011e83b89449&hideController=false&pageLoadStartTime=1776804645757&mode=CHAT&driftEnableLog=false&secureIframe=false&u=https%3A%2F%2Fwww.idc.com%2F — 200 — 1.3 KiB — 132 ms — h2https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1776804645757js.driftt.com/core/chat?d=1&region=... https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1776804645757 — 200 — 1.3 KiB — 136 ms — h2https://js.zi-scripts.com/zi-tag.jsjs.zi-scripts.com/zi-tag.js https://js.zi-scripts.com/zi-tag.js — 200 — 5.7 KiB — 61 ms — h3https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 204 — 0 B — 202 ms — h3https://js.driftt.com/core/assets/js/runtime~main.ed756b21.jsjs.driftt.com/core/assets/js/runtim... https://js.driftt.com/core/assets/js/runtime~main.ed756b21.js — 200 — 3.3 KiB — 4 ms — h2https://js.driftt.com/core/assets/js/10.f16292bd.chunk.jsjs.driftt.com/core/assets/js/10.f16... https://js.driftt.com/core/assets/js/10.f16292bd.chunk.js — 200 — 12.8 KiB — 5 ms — h2https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.jsjs.driftt.com/core/assets/js/main~4... https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.js — 200 — 2.7 KiB — 6 ms — h2https://js.driftt.com/core/assets/js/55.499db05a.chunk.jsjs.driftt.com/core/assets/js/55.499... https://js.driftt.com/core/assets/js/55.499db05a.chunk.js — 200 — 8.2 KiB — 18 ms — h2https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.jsjs.driftt.com/core/assets/js/40.b61... https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js — 200 — 10.3 KiB — 20 ms — h2https://js.driftt.com/core/assets/js/23.60057654.chunk.jsjs.driftt.com/core/assets/js/23.600... https://js.driftt.com/core/assets/js/23.60057654.chunk.js — 200 — 10.9 KiB — 21 ms — h2https://js.driftt.com/core/assets/js/20.2ffef383.chunk.jsjs.driftt.com/core/assets/js/20.2ff... https://js.driftt.com/core/assets/js/20.2ffef383.chunk.js — 200 — 5.6 KiB — 22 ms — h2https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.jsjs.driftt.com/core/assets/js/43.42b... https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.js — 200 — 10.2 KiB — 23 ms — h2https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.jsjs.driftt.com/core/assets/js/21.cfa... https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.js — 200 — 23.5 KiB — 27 ms — h2https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.jsjs.driftt.com/core/assets/js/28.b5d... https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.js — 200 — 20.5 KiB — 38 ms — h2https://js.driftt.com/core/assets/js/16.44924e69.chunk.jsjs.driftt.com/core/assets/js/16.449... https://js.driftt.com/core/assets/js/16.44924e69.chunk.js — 200 — 10.4 KiB — 30 ms — h2https://js.driftt.com/core/assets/js/12.d33926cb.chunk.jsjs.driftt.com/core/assets/js/12.d33... https://js.driftt.com/core/assets/js/12.d33926cb.chunk.js — 200 — 6.6 KiB — 31 ms — h2https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.jsjs.driftt.com/core/assets/js/19.8e7... https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.js — 200 — 19.7 KiB — 37 ms — h2https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.jsjs.driftt.com/core/assets/js/53.d05... https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.js — 200 — 34.0 KiB — 73 ms — h2https://js.driftt.com/core/assets/js/46.e82298b8.chunk.jsjs.driftt.com/core/assets/js/46.e82... https://js.driftt.com/core/assets/js/46.e82298b8.chunk.js — 200 — 4.4 KiB — 47 ms — h2https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.jsjs.driftt.com/core/assets/js/38.2c6... https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.js — 200 — 21.0 KiB — 50 ms — h2https://js.driftt.com/core/assets/js/36.1267899f.chunk.jsjs.driftt.com/core/assets/js/36.126... https://js.driftt.com/core/assets/js/36.1267899f.chunk.js — 200 — 7.7 KiB — 52 ms — h2https://js.driftt.com/core/assets/js/22.4cb40074.chunk.jsjs.driftt.com/core/assets/js/22.4cb... https://js.driftt.com/core/assets/js/22.4cb40074.chunk.js — 200 — 6.7 KiB — 62 ms — h2https://js.driftt.com/core/assets/css/9.53130c4e.chunk.cssjs.driftt.com/core/assets/css/9.531... https://js.driftt.com/core/assets/css/9.53130c4e.chunk.css — 200 — 4.5 KiB — 7 ms — h2https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.jsjs.driftt.com/core/assets/js/9.6067... https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.js — 200 — 27.9 KiB — 74 ms — h2https://js.driftt.com/core/assets/css/17.22abfce0.chunk.cssjs.driftt.com/core/assets/css/17.22... https://js.driftt.com/core/assets/css/17.22abfce0.chunk.css — 200 — 698 B — 9 ms — h2https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.jsjs.driftt.com/core/assets/js/17.edc... https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.js — 200 — 24.1 KiB — 88 ms — h2https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.jsjs.driftt.com/core/assets/js/26.9a1... https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js — 200 — 14.1 KiB — 77 ms — h2https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.jsjs.driftt.com/core/assets/js/18.b9c... https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.js — 200 — 13.6 KiB — 79 ms — h2https://js.driftt.com/core/assets/js/runtime~main.ed756b21.jsjs.driftt.com/core/assets/js/runtim... https://js.driftt.com/core/assets/js/runtime~main.ed756b21.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/10.f16292bd.chunk.jsjs.driftt.com/core/assets/js/10.f16... https://js.driftt.com/core/assets/js/10.f16292bd.chunk.js — 200 — 0 B — 1 ms — h2https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.jsjs.driftt.com/core/assets/js/main~4... https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/55.499db05a.chunk.jsjs.driftt.com/core/assets/js/55.499... https://js.driftt.com/core/assets/js/55.499db05a.chunk.js — 200 — 0 B — 75 ms — h2https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.jsjs.driftt.com/core/assets/js/40.b61... https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js — 200 — 0 B — 79 ms — h2https://js.driftt.com/core/assets/js/23.60057654.chunk.jsjs.driftt.com/core/assets/js/23.600... https://js.driftt.com/core/assets/js/23.60057654.chunk.js — 200 — 0 B — 81 ms — h2https://js.driftt.com/core/assets/js/20.2ffef383.chunk.jsjs.driftt.com/core/assets/js/20.2ff... https://js.driftt.com/core/assets/js/20.2ffef383.chunk.js — 200 — 0 B — 56 ms — h2https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.jsjs.driftt.com/core/assets/js/43.42b... https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.js — 200 — 0 B — 63 ms — h2https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.jsjs.driftt.com/core/assets/js/21.cfa... https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.js — 200 — 0 B — 55 ms — h2https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.jsjs.driftt.com/core/assets/js/28.b5d... https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.js — 200 — 0 B — 55 ms — h2https://js.driftt.com/core/assets/js/16.44924e69.chunk.jsjs.driftt.com/core/assets/js/16.449... https://js.driftt.com/core/assets/js/16.44924e69.chunk.js — 200 — 0 B — 38 ms — h2https://js.driftt.com/core/assets/js/12.d33926cb.chunk.jsjs.driftt.com/core/assets/js/12.d33... https://js.driftt.com/core/assets/js/12.d33926cb.chunk.js — 200 — 0 B — 50 ms — h2https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.jsjs.driftt.com/core/assets/js/19.8e7... https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.js — 200 — 0 B — 29 ms — h2https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.jsjs.driftt.com/core/assets/js/53.d05... https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.js — 200 — 0 B — 64 ms — h2https://js.driftt.com/core/assets/css/9.53130c4e.chunk.cssjs.driftt.com/core/assets/css/9.531... https://js.driftt.com/core/assets/css/9.53130c4e.chunk.css — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/46.e82298b8.chunk.jsjs.driftt.com/core/assets/js/46.e82... https://js.driftt.com/core/assets/js/46.e82298b8.chunk.js — 200 — 0 B — 69 ms — h2https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.jsjs.driftt.com/core/assets/js/38.2c6... https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.js — 200 — 0 B — 70 ms — h2https://js.driftt.com/core/assets/js/36.1267899f.chunk.jsjs.driftt.com/core/assets/js/36.126... https://js.driftt.com/core/assets/js/36.1267899f.chunk.js — 200 — 0 B — 69 ms — h2https://js.driftt.com/core/assets/css/17.22abfce0.chunk.cssjs.driftt.com/core/assets/css/17.22... https://js.driftt.com/core/assets/css/17.22abfce0.chunk.css — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/22.4cb40074.chunk.jsjs.driftt.com/core/assets/js/22.4cb... https://js.driftt.com/core/assets/js/22.4cb40074.chunk.js — 200 — 0 B — 57 ms — h2https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.jsjs.driftt.com/core/assets/js/9.6067... https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.js — 200 — 0 B — 71 ms — h2https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.jsjs.driftt.com/core/assets/js/17.edc... https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.js — 200 — 0 B — 64 ms — h2https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.jsjs.driftt.com/core/assets/js/26.9a1... https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js — 200 — 0 B — 70 ms — h2https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.jsjs.driftt.com/core/assets/js/18.b9c... https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.js — 200 — 0 B — 71 ms — h2https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 200 — 825 B — 181 ms — h3https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.jsjs.driftt.com/core/assets/js/0.0b2e... https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.js — 200 — 3.3 KiB — 5 ms — h2https://js.driftt.com/core/assets/js/33.0e6e41b3.chunk.jsjs.driftt.com/core/assets/js/33.0e6... https://js.driftt.com/core/assets/js/33.0e6e41b3.chunk.js — 200 — 8.6 KiB — 10 ms — h2https://js.driftt.com/core/assets/css/29.e57d3524.chunk.cssjs.driftt.com/core/assets/css/29.e5... https://js.driftt.com/core/assets/css/29.e57d3524.chunk.css — 200 — 2.4 KiB — 3 ms — h2https://js.driftt.com/core/assets/js/29.50dc33a1.chunk.jsjs.driftt.com/core/assets/js/29.50d... https://js.driftt.com/core/assets/js/29.50dc33a1.chunk.js — 200 — 6.2 KiB — 15 ms — h2https://js.driftt.com/core/assets/js/25.37d33cc7.chunk.jsjs.driftt.com/core/assets/js/25.37d... https://js.driftt.com/core/assets/js/25.37d33cc7.chunk.js — 200 — 15.4 KiB — 16 ms — h2https://js.driftt.com/core/assets/css/27.c695453b.chunk.cssjs.driftt.com/core/assets/css/27.c6... https://js.driftt.com/core/assets/css/27.c695453b.chunk.css — 200 — 1.0 KiB — 12 ms — h2https://js.driftt.com/core/assets/js/27.497652cd.chunk.jsjs.driftt.com/core/assets/js/27.497... https://js.driftt.com/core/assets/js/27.497652cd.chunk.js — 200 — 13.7 KiB — 18 ms — h2https://js.driftt.com/core/assets/css/42.eeb001f3.chunk.cssjs.driftt.com/core/assets/css/42.ee... https://js.driftt.com/core/assets/css/42.eeb001f3.chunk.css — 200 — 1.2 KiB — 4 ms — h2https://js.driftt.com/core/assets/js/42.0c539985.chunk.jsjs.driftt.com/core/assets/js/42.0c5... https://js.driftt.com/core/assets/js/42.0c539985.chunk.js — 200 — 2.1 KiB — 4 ms — h2https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.jsjs.driftt.com/core/assets/js/0.0b2e... https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/css/4.07aa08a5.chunk.cssjs.driftt.com/core/assets/css/4.07a... https://js.driftt.com/core/assets/css/4.07aa08a5.chunk.css — 200 — 2.5 KiB — 8 ms — h2https://js.driftt.com/core/assets/js/4.6c355058.chunk.jsjs.driftt.com/core/assets/js/4.6c35... https://js.driftt.com/core/assets/js/4.6c355058.chunk.js — 200 — 13.8 KiB — 14 ms — h2https://js.driftt.com/core/assets/css/1.86fe07c8.chunk.cssjs.driftt.com/core/assets/css/1.86f... https://js.driftt.com/core/assets/css/1.86fe07c8.chunk.css — 200 — 7.6 KiB — 11 ms — h2https://js.driftt.com/core/assets/js/1.7e6a89db.chunk.jsjs.driftt.com/core/assets/js/1.7e6a... https://js.driftt.com/core/assets/js/1.7e6a89db.chunk.js — 200 — 17.4 KiB — 18 ms — h2https://js.driftt.com/core/assets/js/3.e276c1eb.chunk.jsjs.driftt.com/core/assets/js/3.e276... https://js.driftt.com/core/assets/js/3.e276c1eb.chunk.js — 200 — 9.6 KiB — 18 ms — h2https://js.driftt.com/core/assets/css/30.ab73823f.chunk.cssjs.driftt.com/core/assets/css/30.ab... https://js.driftt.com/core/assets/css/30.ab73823f.chunk.css — 200 — 3.1 KiB — 11 ms — h2https://js.driftt.com/core/assets/js/30.36978081.chunk.jsjs.driftt.com/core/assets/js/30.369... https://js.driftt.com/core/assets/js/30.36978081.chunk.js — 200 — 7.2 KiB — 20 ms — h2https://bootstrap.driftapi.com/widget_bootstrap/ping/v2bootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap/ping/v2 — 200 — 849 B — 182 ms — h2https://www.idc.com/wp-content/themes/idc2025/assets/images/favicon.icowww.idc.com/wp-content/themes/idc20... https://www.idc.com/wp-content/themes/idc2025/assets/images/favicon.ico — 200 — 3.5 KiB — 3 ms — h2https://ws-assets.zoominfo.com/formcomplete.jsws-assets.zoominfo.com/formcomplete... https://ws-assets.zoominfo.com/formcomplete.js — 200 — 14.5 KiB — 78 ms — h3https://ws.zoominfo.com/pixel/63768e28bc3d2f1500c34ca7/?iszitag=truews.zoominfo.com/pixel/63768e28bc3d2... https://ws.zoominfo.com/pixel/63768e28bc3d2f1500c34ca7/?iszitag=true — 200 — 0 B — 162 ms — h3https://ws.zoominfo.com/formcomplete-v2/formsws.zoominfo.com/formcomplete-v2/for... https://ws.zoominfo.com/formcomplete-v2/forms — 200 — 0 B — 145 ms — h3https://ws.zoominfo.com/pixel/63768e28bc3d2f1500c34ca7/?iszitag=truews.zoominfo.com/pixel/63768e28bc3d2... https://ws.zoominfo.com/pixel/63768e28bc3d2f1500c34ca7/?iszitag=true — 200 — 1.8 KiB — 222 ms — h3https://metrics.api.drift.com/monitoring/metrics/widget/init/v3metrics.api.drift.com/monitoring/me... https://metrics.api.drift.com/monitoring/metrics/widget/init/v3 — 200 — 466 B — 314 ms — h2https://bootstrap.driftapi.com/widget_bootstrapbootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap — 200 — 8.3 KiB — 444 ms — h2https://ws.zoominfo.com/formcomplete-v2/formsws.zoominfo.com/formcomplete-v2/for... https://ws.zoominfo.com/formcomplete-v2/forms — 200 — 998 B — 178 ms — h3blob:https://www.idc.com/6d4bde65-d62a-4ca6-8fe4-d9bf0743612dwww.idc.com/6d4bde65-d62a-4ca6-8fe4... blob:https://www.idc.com/6d4bde65-d62a-4ca6-8fe4-d9bf0743612d — 200 — 0 B — 1 ms — blobhttps://event.api.drift.com/trackevent.api.drift.com/track https://event.api.drift.com/track — 200 — 0 B — 141 ms — h2https://targeting.api.drift.com/targeting/evaluate_with_logtargeting.api.drift.com/targeting/e... https://targeting.api.drift.com/targeting/evaluate_with_log — 200 — 0 B — 103 ms — h2https://targeting.api.drift.com/targeting/evaluate_with_logtargeting.api.drift.com/targeting/e... https://targeting.api.drift.com/targeting/evaluate_with_log — 200 — 748 B — 104 ms — h2https://event.api.drift.com/trackevent.api.drift.com/track https://event.api.drift.com/track — 200 — 617 B — 103 ms — h2https://targeting.api.drift.com/impressions/widgettargeting.api.drift.com/impressions... https://targeting.api.drift.com/impressions/widget — 200 — 0 B — 102 ms — h2https://js.driftt.com/core/assets/js/61.28b2583f.chunk.jsjs.driftt.com/core/assets/js/61.28b... https://js.driftt.com/core/assets/js/61.28b2583f.chunk.js — 200 — 7.1 KiB — 5 ms — h2https://driftt.imgix.net/https%3A%2F%2Fdriftt.imgix.net%2Fhttps%253A%252F%252Fs3.us-east-1.amazonaws.com%252Fcustomer-api-avatars-prod%252F5346218%252F7fe8a400c33f597330b3d9398b66acb9wfy57v6s7gye%3Ffit%3Dmax%26fm%3Dpng%26h%3D200%26w%3D200%26s%3D92cd9c2614053282fbd57ae370b2b22f?fit=max&fm=png&h=200&w=200&s=4ce125b907825054fe96a918bc1d57a9driftt.imgix.net/https%3A%2F%2Fdrif... https://driftt.imgix.net/https%3A%2F%2Fdriftt.imgix.net%2Fhttps%253A%252F%252Fs3.us-east-1.amazonaws.com%252Fcustomer-api-avatars-prod%252F5346218%252F7fe8a400c33f597330b3d9398b66acb9wfy57v6s7gye%3Ffit%3Dmax%26fm%3Dpng%26h%3D200%26w%3D200%26s%3D92cd9c2614053282fbd57ae370b2b22f?fit=max&fm=png&h=200&w=200&s=4ce125b907825054fe96a918bc1d57a9 — 200 — 5.8 KiB — 37 ms — h2https://js.driftt.com/core/assets/js/61.28b2583f.chunk.jsjs.driftt.com/core/assets/js/61.28b... https://js.driftt.com/core/assets/js/61.28b2583f.chunk.js — 200 — 0 B — 0 ms — h2https://targeting.api.drift.com/impressions/widgettargeting.api.drift.com/impressions... https://targeting.api.drift.com/impressions/widget — 204 — 38 B — 111 ms — h2https://js.driftt.com/conductor/assets/3.ee35dea2.chunk.jsjs.driftt.com/conductor/assets/3.ee... https://js.driftt.com/conductor/assets/3.ee35dea2.chunk.js — 200 — 853 B — 4 ms — h2https://js.driftt.com/conductor/assets/media/notification.5f7c6014.mp3js.driftt.com/conductor/assets/medi... https://js.driftt.com/conductor/assets/media/notification.5f7c6014.mp3 — 206 — 8.3 KiB — 3 ms — h2https://metrics.api.drift.com/monitoring/metrics/event3/bulkmetrics.api.drift.com/monitoring/me... https://metrics.api.drift.com/monitoring/metrics/event3/bulk — 200 — 112 B — 114 ms — h2https://metrics.api.drift.com/monitoring/metrics/add/bulk/v2metrics.api.drift.com/monitoring/me... https://metrics.api.drift.com/monitoring/metrics/add/bulk/v2 — 200 — 108 B — 102 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1208ms · 830KB · €21/mo
Unattributable
Other
Costly
Execution 208ms
Transfer 0 KB
Monthly Cost €4/mo
www.idc.com
Other
Optional
Execution 163ms
Transfer 23 KB
Monthly Cost €3/mo
Drift
Chat
Optional
Execution 151ms
Transfer 63 KB
Unused 49%
Monthly Cost €3/mo
www.idc.com
Other
Optional
Execution 143ms
Transfer 93 KB
Unused 80%
Monthly Cost €2/mo
consent.trustarc.com
Other
Optional
Execution 121ms
Transfer 78 KB
Monthly Cost €2/mo
cdn.parsely.com
Other
Optional
Execution 101ms
Transfer 18 KB
Monthly Cost €2/mo
consent.trustarc.com
Other
Optional
Execution 91ms
Transfer 36 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 173 KB
Unused 38%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 80ms
Transfer 172 KB
Unused 37%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 173 KB
Unused 39%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 208ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 208ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

80% of www.idc.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback