Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
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
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 155 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5108ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 908ms | 18ms | 0ms | 3rd |
| https://www.idc.com/ | 603ms | 58ms | 4ms | 3rd |
| https://js.driftt.com/include/1776804600000/r6avhzdbye3d.js | 570ms | 534ms | 21ms | 3rd |
| https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g | 489ms | 270ms | 30ms | 3rd |
| https://consent.trustarc.com/asset/adv-accessible-bundle.js?v=v1.7-1729 | 449ms | 317ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1 | 394ms | 343ms | 49ms | 3rd |
| https://cdn.parsely.com/keys/idc.com/p.js?gtm_ver=3.1 | 371ms | 281ms | 4ms | 3rd |
| https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 358ms | 258ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MLHV83 | 358ms | 296ms | 45ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1 | 281ms | 231ms | 49ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction79 scripts, 375 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.idc.com/wp-content/themes/idc2025/dist/scripts.js?m=1775768397g | 93 KB | 74 KB (80%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y7CNRMFF6J&cx=c>m=4e64h1 | 173 KB | 69 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MLHV83 | 173 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-541ENG1F9X&cx=c>m=4e64h1 | 172 KB | 63 KB (37%) | ✓ | 3rd |
| https://info.idc.com/js/forms2/js/forms2.min.js | 67 KB | 52 KB (78%) | ✓ | 3rd |
| https://js.driftt.com/include/1776804600000/r6avhzdbye3d.js | 63 KB | 31 KB (49%) | ✓ | 3rd |
| https://consent.trustarc.com/asset/adv-accessible-bundle.js?v=v1.7-1729 | 78 KB | 20 KB (26%) | ✓ | 3rd |
| https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js | 14 KB | — | ✓ | 3rd |
| https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js | 0 KB | — | ✓ | 3rd |
| https://stats.wp.com/e-202617.js | 2 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction155 resources · 2.3 MB · 375 KB savings availableFIX
~374.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 155 resources | 2.3 MiB | ||||||
CImage OptimizationAction19 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (473 KB)PASS
Web fonts
7
473 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
- 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
- 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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall155 requests over 7985msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 908ms | 0 KB | — | €16/mo | Costly |
www.idc.com www.idc.com | Other | 603ms | 23 KB | — | €10/mo | Costly |
Drift js.driftt.com | Chat | 570ms | 63 KB | 49% | €10/mo | Costly |
www.idc.com www.idc.com | Other | 489ms | 93 KB | 80% | €8/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 449ms | 78 KB | 26% | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 394ms | 172 KB | 37% | €7/mo | Costly |
cdn.parsely.com cdn.parsely.com | Other | 371ms | 18 KB | — | €6/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 358ms | 36 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 358ms | 173 KB | 38% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 281ms | 173 KB | 40% | €5/mo | Costly |
ws-assets.zoominfo.com ws-assets.zoominfo.com | Other | 187ms | 14 KB | — | €3/mo | Optional |
info.idc.com info.idc.com | Other | 79ms | 67 KB | 78% | €1/mo | Optional |
www.idc.com www.idc.com | Other | 62ms | 35 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 908ms and costs ~€16/month
- www.idc.com adds 603ms and costs ~€10/month
- Drift adds 570ms and costs ~€10/month
- www.idc.com adds 489ms and costs ~€8/month
- consent.trustarc.com adds 449ms and costs ~€8/month
- Google Tag Manager adds 394ms and costs ~€7/month
- cdn.parsely.com adds 371ms and costs ~€6/month
- consent.trustarc.com adds 358ms and costs ~€6/month
- Google Tag Manager adds 358ms and costs ~€6/month
- Google Tag Manager adds 281ms and costs ~€5/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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 908ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.idc.com takes 603ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Drift takes 570ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.idc.com takes 489ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
consent.trustarc.com takes 449ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 394ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.parsely.com takes 371ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
consent.trustarc.com takes 358ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 358ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 281ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
78% of info.idc.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev