Skip to content
https://pubmatic.com

Performance

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

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

75
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
79
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.

746 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.30 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

72 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.057

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.55 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.34 s

Page Load Progression

437 ms
874 ms
1.3 s
1.7 s
2.2 s
2.6 s
3.1 s
3.5 s
Checks
15
7 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
7.9 MB transferred, 95 requests
FIX
7.9 MB transferred, 95 requests
Critical::
Page weighs 12.0 MB (7.9 MB transferred)
Warning::
Images are 6.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.6 MB
Warning::
JavaScript is 864 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 864 KB
Info::
95 HTTP requests
Info::
Estimated 1.6 g CO2 per page load
7.9 MB / 2.4 MB budget
7.9 MB transferred
95 requests
1.6 g CO2 per page load
Images 6.6 MiB 84%
JavaScript 863.7 KiB 11%
HTML 126.2 KiB 2%
CSS 120.0 KiB 1%
Other 104.1 KiB 1%
Fonts 95.1 KiB 1%
Other 736 B 0%
Other 647 B 0%
Other 473 B 0%
Other 471 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

D
JS Bundles
Action
23 scripts, 205 KB unused
FIX
23 scripts, 205 KB unused
Warning::
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketc...: 117 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TDP...: 63 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pubmatic.com/wp-content/themes/pubmatic/js...: 25 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pubmatic.com/wp-content/themes/pubmatic/js...: unminified — 5 KB could be saved
Info::
Total unused JavaScript: 205 KB
205 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js257 KB117 KB (46%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TDPB8VC132 KB63 KB (48%)3rd
https://pubmatic.com/wp-content/themes/pubmatic/js/scripts.js?ver=1811202532 KB25 KB (77%)1st
https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waitforimages.js?ver=4.0.12 KB1st
https://player.vimeo.com/api/player.js?ver=200520249 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js?ver=110 KB3rd
https://pubmatic.com/wp-content/themes/pubmatic/js/bootstrap.min.js?ver=5.3.323 KB1st
https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.alignHeight.js?ver=1.01 KB1st
https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.matchHeight-min.js?ver=1.02 KB1st
https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waypoints.min.js?ver=4.0.13 KB1st

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

C
Image Optimization
Action
39 images, 0 KB saveable
REVIEW
39 images, 0 KB saveable
Warning::
https://pubmatic.com/wp-content/themes/pubmatic/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pubmatic.com/wp-content/themes/pubmatic/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pubmatic.com/wp-content/uploads/2025/06/pr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
39 images 6.6 MB
0 oversized -0 KB
35 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

B
JS Execution Cost
854ms total JS execution
REVIEW
854ms total JS execution
Info::
Unattributable: 231ms CPU time
Info::
https://pubmatic.com/: 161ms CPU time
Info::
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketc...: 140ms CPU time
Info::
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/...: 140ms CPU time
Info::
https://pubmatic.com/wp-content/themes/pubmatic/js...: 118ms CPU time
Warning::
Third-party scripts: 575ms (67% of total)

Main Thread Breakdown

Script Evaluation 35% Other 35% Style & Layout 18% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
Unattributable231ms30ms0ms3rd
https://pubmatic.com/161ms6ms1ms1st
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js140ms102ms37ms3rd
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js?ver=1140ms31ms2ms3rd
https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.3.7.1.min.js?ver=3.7.1118ms74ms2ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-TDPB8VC64ms49ms14ms3rd
C
Page Weight Inventory
Action
95 resources · 7.9 MB · 205 KB savings available
REVIEW
95 resources · 7.9 MB · 205 KB savings available
Warning::
Page weight 6.9 MB over 1MB target
Got: 7.9 MB Expected: ≤ 1 MB
Info::
~205 KB of savings available
Info::
29 third-party resources (20% of weight)
Info::
18 resources over 200KB
95 resources · 7.9 MiB · 29 third-party 6.9 MiB over 1MB target
Image 84% · 6.6 MiB
JavaScript 11% · 863.7 KiB
Document 2% · 126.2 KiB
CSS 1% · 120.0 KiB
Other 1% · 105.6 KiB
Font 1% · 95.1 KiB

~204.9 KiB of savings available

Remove unused JavaScript: 204.9 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
20% third-party, 0 ms blocking
PASS
20% third-party, 0 ms blocking
Info::
Third-party code accounts for 20% of page weight (1.6 MiB of 7.9 MiB)
Info::
Third-party blocking time is low (0 ms)
80%
20%
First-party Third-party
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
5 fonts (95 KB)
PASS
5 fonts (95 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

95 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 746 ms LCP 4.3 shttps://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-blackcon-webfont.woff2tvnordef-blackcon-webfo... https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-blackcon-webfont.woff2 — 21.2 KiB — 98 ms — font-display: swaphttps://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-regular-webfont.woff2tvnordef-regular-webfon... https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-regular-webfont.woff2 — 22.5 KiB — 97 ms — font-display: swaphttps://pubmatic.com/wp-content/themes/pubmatic/fonts/pubmatic-icons.ttf?efz5rhpubmatic-icons.ttf https://pubmatic.com/wp-content/themes/pubmatic/fonts/pubmatic-icons.ttf?efz5rh — 7.4 KiB — 51 ms — font-display: swaphttps://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-bold.wofftvnordef-bold.woff https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-bold.woff — 20.7 KiB — 66 ms — font-display: swaphttps://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-black-webfont.woff2tvnordef-black-webfont.... https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-black-webfont.woff2 — 23.3 KiB — 74 ms — font-display: swap
tvnordef-blackcon-webfo... woff2 swap
Size 21 KB
Load time 98 ms
Start 244 ms
Risk FOUT — text flashes from fallback to web font
tvnordef-regular-webfon... woff2 swap
Size 23 KB
Load time 97 ms
Start 247 ms
Risk FOUT — text flashes from fallback to web font
pubmatic-icons.ttf ttf swap
Size 7 KB
Load time 51 ms
Start 322 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
tvnordef-bold.woff woff swap
Size 21 KB
Load time 66 ms
Start 322 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
tvnordef-black-webfont.... woff2 swap
Size 23 KB
Load time 74 ms
Start 322 ms
Risk FOUT — text flashes from fallback to web font
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 ~8 KB and ~16 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, stale-while-revalidate=600, stale-if-error=86400
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, stale-while-revalidate=600, stale-if-error=86400

DirectiveValueMeaning
max-age3600Cache for 1 hour
stale-while-revalidate600Serve stale for 10 minutes while fetching fresh
stale-if-error86400
Effective TTL: 3600 seconds
Network Waterfall
95 requests over 1964ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 746 ms LCP 4.3 shttps://pubmatic.com// https://pubmatic.com/ — 200 — 114.8 KiB — 158 ms — h2https://pubmatic.com/wp-includes/css/dist/block-library/style.min.css?ver=6.6.5/wp-includes/css/dist/block-library... https://pubmatic.com/wp-includes/css/dist/block-library/style.min.css?ver=6.6.5 — 200 — 13.8 KiB — 55 ms — h2blob:https://pubmatic.com/5bf7dc1c-58f6-4a7c-86ed-2a710fb9619epubmatic.com/5bf7dc1c-58f6-4a7c-86e... blob:https://pubmatic.com/5bf7dc1c-58f6-4a7c-86ed-2a710fb9619e — 200 — -1 B — 36 ms — blobhttps://pubmatic.com/manifest.json/manifest.json https://pubmatic.com/manifest.json — 200 — 647 B — 80 ms — h3https://pubmatic.com/wp-includes/css/dashicons.min.css?ver=6.6.5/wp-includes/css/dashicons.min.css?... https://pubmatic.com/wp-includes/css/dashicons.min.css?ver=6.6.5 — 200 — 34.8 KiB — 47 ms — h2https://pubmatic.com/wp-content/plugins/post-views-counter/css/frontend.min.css?ver=1.5.1/wp-content/plugins/post-views-coun... https://pubmatic.com/wp-content/plugins/post-views-counter/css/frontend.min.css?ver=1.5.1 — 200 — 916 B — 48 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/bootstrap.min.css?ver=5.3.3/wp-content/themes/pubmatic/css/boo... https://pubmatic.com/wp-content/themes/pubmatic/css/bootstrap.min.css?ver=5.3.3 — 200 — 14.4 KiB — 52 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/icons.css?ver=1.0/wp-content/themes/pubmatic/css/ico... https://pubmatic.com/wp-content/themes/pubmatic/css/icons.css?ver=1.0 — 200 — 1.3 KiB — 51 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/slick.css?ver=1.8.1/wp-content/themes/pubmatic/css/sli... https://pubmatic.com/wp-content/themes/pubmatic/css/slick.css?ver=1.8.1 — 200 — 1.0 KiB — 49 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/zoomify.min.css?ver=0.2.5/wp-content/themes/pubmatic/css/zoo... https://pubmatic.com/wp-content/themes/pubmatic/css/zoomify.min.css?ver=0.2.5 — 200 — 990 B — 53 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/style.css?ver=1775751761/wp-content/themes/pubmatic/style.c... https://pubmatic.com/wp-content/themes/pubmatic/style.css?ver=1775751761 — 200 — 17.3 KiB — 56 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/new_styles.css?ver=1775751564/wp-content/themes/pubmatic/css/new... https://pubmatic.com/wp-content/themes/pubmatic/css/new_styles.css?ver=1775751564 — 200 — 6.0 KiB — 53 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/splide-core.min.css?ver=20052024/wp-content/themes/pubmatic/css/spl... https://pubmatic.com/wp-content/themes/pubmatic/css/splide-core.min.css?ver=20052024 — 200 — 1.2 KiB — 54 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/pages/home.css?ver=20112025/wp-content/themes/pubmatic/css/pag... https://pubmatic.com/wp-content/themes/pubmatic/css/pages/home.css?ver=20112025 — 200 — 4.3 KiB — 55 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.3.7.1.min.js?ver=3.7.1/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.3.7.1.min.js?ver=3.7.1 — 200 — 29.5 KiB — 68 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/js/slick.min.js?ver=1.8.1/wp-content/themes/pubmatic/js/slic... https://pubmatic.com/wp-content/themes/pubmatic/js/slick.min.js?ver=1.8.1 — 200 — 10.3 KiB — 57 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/js/zoomify.min.js?ver=0.2.5/wp-content/themes/pubmatic/js/zoom... https://pubmatic.com/wp-content/themes/pubmatic/js/zoomify.min.js?ver=0.2.5 — 200 — 1.6 KiB — 64 ms — h2https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js?ver=1cdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js?ver=1 — 200 — 23.0 KiB — 68 ms — h3https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js?ver=1cdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js?ver=1 — 200 — 10.0 KiB — 60 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-black.svg/wp-content/themes/pubmatic/imgs/lo... https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-black.svg — 200 — 3.7 KiB — 58 ms — h2https://pubmatic.com/wp-content/uploads/2026/03/Butler-Till-Case-Study-Thumb.png/wp-content/uploads/2026/03/Butler-... https://pubmatic.com/wp-content/uploads/2026/03/Butler-Till-Case-Study-Thumb.png — 200 — 331.9 KiB — 346 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-white.svg/wp-content/themes/pubmatic/imgs/lo... https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-white.svg — 200 — 3.6 KiB — 42 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-publishers.jpg/wp-content/uploads/2026/04/2025-so... https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-publishers.jpg — 200 — 416.8 KiB — 363 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-buyers.jpg/wp-content/uploads/2026/04/2025-so... https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-buyers.jpg — 200 — 450.2 KiB — 358 ms — h3https://pubmatic.com/wp-content/uploads/2025/12/2025-solutions-carousel-images-commerce-1.jpg/wp-content/uploads/2025/12/2025-so... https://pubmatic.com/wp-content/uploads/2025/12/2025-solutions-carousel-images-commerce-1.jpg — 200 — 591.2 KiB — 362 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/bootstrap.min.js?ver=5.3.3/wp-content/themes/pubmatic/js/boot... https://pubmatic.com/wp-content/themes/pubmatic/js/bootstrap.min.js?ver=5.3.3 — 200 — 22.6 KiB — 113 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.alignHeight.js?ver=1.0/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.alignHeight.js?ver=1.0 — 200 — 904 B — 51 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.matchHeight-min.js?ver=1.0/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.matchHeight-min.js?ver=1.0 — 200 — 1.6 KiB — 52 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waypoints.min.js?ver=4.0.1/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waypoints.min.js?ver=4.0.1 — 200 — 2.9 KiB — 96 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waitforimages.js?ver=4.0.1/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waitforimages.js?ver=4.0.1 — 200 — 2.3 KiB — 83 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 746 ms LCP 4.3 shttps://pubmatic.com// https://pubmatic.com/ — 200 — 114.8 KiB — 158 ms — h2https://pubmatic.com/wp-includes/css/dist/block-library/style.min.css?ver=6.6.5/wp-includes/css/dist/block-library... https://pubmatic.com/wp-includes/css/dist/block-library/style.min.css?ver=6.6.5 — 200 — 13.8 KiB — 55 ms — h2blob:https://pubmatic.com/5bf7dc1c-58f6-4a7c-86ed-2a710fb9619epubmatic.com/5bf7dc1c-58f6-4a7c-86e... blob:https://pubmatic.com/5bf7dc1c-58f6-4a7c-86ed-2a710fb9619e — 200 — -1 B — 36 ms — blobhttps://pubmatic.com/manifest.json/manifest.json https://pubmatic.com/manifest.json — 200 — 647 B — 80 ms — h3https://pubmatic.com/wp-includes/css/dashicons.min.css?ver=6.6.5/wp-includes/css/dashicons.min.css?... https://pubmatic.com/wp-includes/css/dashicons.min.css?ver=6.6.5 — 200 — 34.8 KiB — 47 ms — h2https://pubmatic.com/wp-content/plugins/post-views-counter/css/frontend.min.css?ver=1.5.1/wp-content/plugins/post-views-coun... https://pubmatic.com/wp-content/plugins/post-views-counter/css/frontend.min.css?ver=1.5.1 — 200 — 916 B — 48 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/bootstrap.min.css?ver=5.3.3/wp-content/themes/pubmatic/css/boo... https://pubmatic.com/wp-content/themes/pubmatic/css/bootstrap.min.css?ver=5.3.3 — 200 — 14.4 KiB — 52 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/icons.css?ver=1.0/wp-content/themes/pubmatic/css/ico... https://pubmatic.com/wp-content/themes/pubmatic/css/icons.css?ver=1.0 — 200 — 1.3 KiB — 51 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/slick.css?ver=1.8.1/wp-content/themes/pubmatic/css/sli... https://pubmatic.com/wp-content/themes/pubmatic/css/slick.css?ver=1.8.1 — 200 — 1.0 KiB — 49 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/zoomify.min.css?ver=0.2.5/wp-content/themes/pubmatic/css/zoo... https://pubmatic.com/wp-content/themes/pubmatic/css/zoomify.min.css?ver=0.2.5 — 200 — 990 B — 53 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/style.css?ver=1775751761/wp-content/themes/pubmatic/style.c... https://pubmatic.com/wp-content/themes/pubmatic/style.css?ver=1775751761 — 200 — 17.3 KiB — 56 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/new_styles.css?ver=1775751564/wp-content/themes/pubmatic/css/new... https://pubmatic.com/wp-content/themes/pubmatic/css/new_styles.css?ver=1775751564 — 200 — 6.0 KiB — 53 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/splide-core.min.css?ver=20052024/wp-content/themes/pubmatic/css/spl... https://pubmatic.com/wp-content/themes/pubmatic/css/splide-core.min.css?ver=20052024 — 200 — 1.2 KiB — 54 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/css/pages/home.css?ver=20112025/wp-content/themes/pubmatic/css/pag... https://pubmatic.com/wp-content/themes/pubmatic/css/pages/home.css?ver=20112025 — 200 — 4.3 KiB — 55 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.3.7.1.min.js?ver=3.7.1/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.3.7.1.min.js?ver=3.7.1 — 200 — 29.5 KiB — 68 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/js/slick.min.js?ver=1.8.1/wp-content/themes/pubmatic/js/slic... https://pubmatic.com/wp-content/themes/pubmatic/js/slick.min.js?ver=1.8.1 — 200 — 10.3 KiB — 57 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/js/zoomify.min.js?ver=0.2.5/wp-content/themes/pubmatic/js/zoom... https://pubmatic.com/wp-content/themes/pubmatic/js/zoomify.min.js?ver=0.2.5 — 200 — 1.6 KiB — 64 ms — h2https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js?ver=1cdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js?ver=1 — 200 — 23.0 KiB — 68 ms — h3https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js?ver=1cdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js?ver=1 — 200 — 10.0 KiB — 60 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-black.svg/wp-content/themes/pubmatic/imgs/lo... https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-black.svg — 200 — 3.7 KiB — 58 ms — h2https://pubmatic.com/wp-content/uploads/2026/03/Butler-Till-Case-Study-Thumb.png/wp-content/uploads/2026/03/Butler-... https://pubmatic.com/wp-content/uploads/2026/03/Butler-Till-Case-Study-Thumb.png — 200 — 331.9 KiB — 346 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-white.svg/wp-content/themes/pubmatic/imgs/lo... https://pubmatic.com/wp-content/themes/pubmatic/imgs/logo-white.svg — 200 — 3.6 KiB — 42 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-publishers.jpg/wp-content/uploads/2026/04/2025-so... https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-publishers.jpg — 200 — 416.8 KiB — 363 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-buyers.jpg/wp-content/uploads/2026/04/2025-so... https://pubmatic.com/wp-content/uploads/2026/04/2025-solutions-carousel-images-buyers.jpg — 200 — 450.2 KiB — 358 ms — h3https://pubmatic.com/wp-content/uploads/2025/12/2025-solutions-carousel-images-commerce-1.jpg/wp-content/uploads/2025/12/2025-so... https://pubmatic.com/wp-content/uploads/2025/12/2025-solutions-carousel-images-commerce-1.jpg — 200 — 591.2 KiB — 362 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/bootstrap.min.js?ver=5.3.3/wp-content/themes/pubmatic/js/boot... https://pubmatic.com/wp-content/themes/pubmatic/js/bootstrap.min.js?ver=5.3.3 — 200 — 22.6 KiB — 113 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.alignHeight.js?ver=1.0/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.alignHeight.js?ver=1.0 — 200 — 904 B — 51 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.matchHeight-min.js?ver=1.0/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.matchHeight-min.js?ver=1.0 — 200 — 1.6 KiB — 52 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waypoints.min.js?ver=4.0.1/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waypoints.min.js?ver=4.0.1 — 200 — 2.9 KiB — 96 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waitforimages.js?ver=4.0.1/wp-content/themes/pubmatic/js/jque... https://pubmatic.com/wp-content/themes/pubmatic/js/jquery.waitforimages.js?ver=4.0.1 — 200 — 2.3 KiB — 83 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/scripts.js?ver=18112025/wp-content/themes/pubmatic/js/scri... https://pubmatic.com/wp-content/themes/pubmatic/js/scripts.js?ver=18112025 — 200 — 32.4 KiB — 123 ms — h3https://player.vimeo.com/api/player.js?ver=20052024player.vimeo.com/api/player.js?ver=... https://player.vimeo.com/api/player.js?ver=20052024 — 200 — 9.0 KiB — 116 ms — http/1.1https://pubmatic.com/wp-content/themes/pubmatic/js/splide.min.js?ver=1737306939/wp-content/themes/pubmatic/js/spli... https://pubmatic.com/wp-content/themes/pubmatic/js/splide.min.js?ver=1737306939 — 200 — 12.7 KiB — 115 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/splide-extension-auto-scroll.min.js?ver=1737306939/wp-content/themes/pubmatic/js/spli... https://pubmatic.com/wp-content/themes/pubmatic/js/splide-extension-auto-scroll.min.js?ver=1737306939 — 200 — 2.7 KiB — 101 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/js/home.js?ver=1750436472/wp-content/themes/pubmatic/js/home... https://pubmatic.com/wp-content/themes/pubmatic/js/home.js?ver=1750436472 — 200 — 2.8 KiB — 102 ms — h3https://pubmatic.com/wp-content/plugins/pardot/js/asyncdc.min.js?ver=6.6.5/wp-content/plugins/pardot/js/async... https://pubmatic.com/wp-content/plugins/pardot/js/asyncdc.min.js?ver=6.6.5 — 200 — 841 B — 100 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/home-hero-desktop-2880x1446-2026.jpg/wp-content/uploads/2026/04/home-he... https://pubmatic.com/wp-content/uploads/2026/04/home-hero-desktop-2880x1446-2026.jpg — 200 — 441.8 KiB — 356 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/home-hero-mobile-750x868px.jpg/wp-content/uploads/2026/04/home-he... https://pubmatic.com/wp-content/uploads/2026/04/home-hero-mobile-750x868px.jpg — 200 — 187.7 KiB — 280 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/2026-AgenticOS-Solutions-carousel-image.jpg/wp-content/uploads/2026/04/2026-Ag... https://pubmatic.com/wp-content/uploads/2026/04/2026-AgenticOS-Solutions-carousel-image.jpg — 200 — 513.0 KiB — 358 ms — h3https://pubmatic.com/wp-content/uploads/2026/03/butler-till-logo.svg/wp-content/uploads/2026/03/butler-... https://pubmatic.com/wp-content/uploads/2026/03/butler-till-logo.svg — 200 — 1.5 KiB — 99 ms — h3https://pubmatic.com/wp-content/uploads/2026/01/Thumb-Case-Study-AGENCE-79.png/wp-content/uploads/2026/01/Thumb-C... https://pubmatic.com/wp-content/uploads/2026/01/Thumb-Case-Study-AGENCE-79.png — 200 — 337.2 KiB — 333 ms — h3https://pubmatic.com/wp-content/uploads/2026/01/Logo-Agence79-Carrefour-White.svg/wp-content/uploads/2026/01/Logo-Ag... https://pubmatic.com/wp-content/uploads/2026/01/Logo-Agence79-Carrefour-White.svg — 200 — 2.0 KiB — 98 ms — h3https://pubmatic.com/wp-content/uploads/2026/03/Thumb-Case-Study-Dentsu-Chrevrolet-1.png/wp-content/uploads/2026/03/Thumb-C... https://pubmatic.com/wp-content/uploads/2026/03/Thumb-Case-Study-Dentsu-Chrevrolet-1.png — 200 — 348.5 KiB — 336 ms — h3https://pubmatic.com/wp-content/uploads/2021/07/logo-Dentsu.svg/wp-content/uploads/2021/07/logo-De... https://pubmatic.com/wp-content/uploads/2021/07/logo-Dentsu.svg — 200 — 1.5 KiB — 103 ms — h3https://pubmatic.com/wp-content/uploads/2024/04/Logo-SeenThis.svg/wp-content/uploads/2024/04/Logo-Se... https://pubmatic.com/wp-content/uploads/2024/04/Logo-SeenThis.svg — 200 — 953 B — 99 ms — h3https://pubmatic.com/wp-content/uploads/2025/12/Thumb-Case-Study-MiQ.png/wp-content/uploads/2025/12/Thumb-C... https://pubmatic.com/wp-content/uploads/2025/12/Thumb-Case-Study-MiQ.png — 200 — 412.8 KiB — 348 ms — h3https://pubmatic.com/wp-content/uploads/2025/12/Logo-MiQ-white.svg/wp-content/uploads/2025/12/Logo-Mi... https://pubmatic.com/wp-content/uploads/2025/12/Logo-MiQ-white.svg — 200 — 7.0 KiB — 103 ms — h3https://pubmatic.com/wp-content/uploads/2025/11/Thumb-Case-Study-TCL.png/wp-content/uploads/2025/11/Thumb-C... https://pubmatic.com/wp-content/uploads/2025/11/Thumb-Case-Study-TCL.png — 200 — 392.7 KiB — 349 ms — h3https://pubmatic.com/wp-content/uploads/2025/11/tcl-logo.svg/wp-content/uploads/2025/11/tcl-log... https://pubmatic.com/wp-content/uploads/2025/11/tcl-logo.svg — 200 — 833 B — 105 ms — h3https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459366313/assets/2e525226d318cd853ba593321adee441.Splash-Thumb-Events-EVENT-NAME-3-.pngd3m889aznlr23d.cloudfront.net/img/e... https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459366313/assets/2e525226d318cd853ba593321adee441.Splash-Thumb-Events-EVENT-NAME-3-.png — 200 — 290.1 KiB — 197 ms — h2https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459135454/assets/b279e34494545eb7dfa84c8291dd94ee.Event-Thumb-Cannes.pngd3m889aznlr23d.cloudfront.net/img/e... https://d3m889aznlr23d.cloudfront.net/img/events/id/459/459135454/assets/b279e34494545eb7dfa84c8291dd94ee.Event-Thumb-Cannes.png — 200 — 394.8 KiB — 204 ms — h2https://pubmatic.com/wp-content/uploads/2024/06/home-about-1056x1056px.jpg/wp-content/uploads/2024/06/home-ab... https://pubmatic.com/wp-content/uploads/2024/06/home-about-1056x1056px.jpg — 200 — 145.2 KiB — 233 ms — h3https://pubmatic.com/wp-content/uploads/2024/07/home-about-1056x1056px-2.jpg/wp-content/uploads/2024/07/home-ab... https://pubmatic.com/wp-content/uploads/2024/07/home-about-1056x1056px-2.jpg — 200 — 316.2 KiB — 313 ms — h3https://pubmatic.com/wp-content/uploads/2024/07/home-about-1056x1056px-4.jpg/wp-content/uploads/2024/07/home-ab... https://pubmatic.com/wp-content/uploads/2024/07/home-about-1056x1056px-4.jpg — 200 — 305.8 KiB — 309 ms — h3https://pubmatic.com/wp-content/uploads/2024/07/home-about-1056x1056px-5.jpg/wp-content/uploads/2024/07/home-ab... https://pubmatic.com/wp-content/uploads/2024/07/home-about-1056x1056px-5.jpg — 200 — 200.2 KiB — 300 ms — h3https://pubmatic.com/wp-content/uploads/2026/04/2026-AI-hub-hero-mobile-2.jpg/wp-content/uploads/2026/04/2026-AI... https://pubmatic.com/wp-content/uploads/2026/04/2026-AI-hub-hero-mobile-2.jpg — 200 — 132.4 KiB — 229 ms — h3https://pubmatic.com/wp-content/uploads/2025/06/privacyoptions.svg/wp-content/uploads/2025/06/privacy... https://pubmatic.com/wp-content/uploads/2025/06/privacyoptions.svg — 200 — 1.1 KiB — 103 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/gptw.png/wp-content/themes/pubmatic/imgs/gp... https://pubmatic.com/wp-content/themes/pubmatic/imgs/gptw.png — 200 — 5.9 KiB — 102 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TDPB8VCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TDPB8VC — 200 — 132.1 KiB — 272 ms — h2https://global.ketchcdn.com/web/v3/config/pubmatic/website_smart_tag/boot.jsglobal.ketchcdn.com/web/v3/config/p... https://global.ketchcdn.com/web/v3/config/pubmatic/website_smart_tag/boot.js — 200 — 4.6 KiB — 12 ms — h2https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-blackcon-webfont.woff2/wp-content/themes/pubmatic/fonts/t... https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-blackcon-webfont.woff2 — 200 — 21.2 KiB — 98 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-regular-webfont.woff2/wp-content/themes/pubmatic/fonts/t... https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-regular-webfont.woff2 — 200 — 22.5 KiB — 97 ms — h3https://player.vimeo.com/video/1179919451?&title=0&byline=0&portrait=0player.vimeo.com/video/1179919451?&... https://player.vimeo.com/video/1179919451?&title=0&byline=0&portrait=0 — 200 — 11.4 KiB — 243 ms — http/1.1https://pubmatic.com/wp-content/themes/pubmatic/imgs/cta-video-play.svg/wp-content/themes/pubmatic/imgs/ct... https://pubmatic.com/wp-content/themes/pubmatic/imgs/cta-video-play.svg — 200 — 884 B — 74 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/hp-lines-solutions.svg/wp-content/themes/pubmatic/imgs/hp... https://pubmatic.com/wp-content/themes/pubmatic/imgs/hp-lines-solutions.svg — 200 — 10.5 KiB — 74 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/arrow-white-down.svg/wp-content/themes/pubmatic/imgs/ar... https://pubmatic.com/wp-content/themes/pubmatic/imgs/arrow-white-down.svg — 200 — 857 B — 76 ms — h3https://pubmatic.com/wp-content/uploads/2024/06/bg-events.png/wp-content/uploads/2024/06/bg-even... https://pubmatic.com/wp-content/uploads/2024/06/bg-events.png — 200 — 327.6 KiB — 312 ms — h3data:image/svg+xml,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" shape-rendering="geomet…www.w3.org/2000/svg" shape-renderin... data:image/svg+xml,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" shape-rendering="geomet… — 200 — 0 B — 0 ms — datahttps://pubmatic.com/wp-content/themes/pubmatic/imgs/hp-lines-events.svg/wp-content/themes/pubmatic/imgs/hp... https://pubmatic.com/wp-content/themes/pubmatic/imgs/hp-lines-events.svg — 200 — 11.9 KiB — 96 ms — h3https://pubmatic.com/wp-content/uploads/2024/06/Wall-Map-NYC-Office-Bg.png/wp-content/uploads/2024/06/Wall-Ma... https://pubmatic.com/wp-content/uploads/2024/06/Wall-Map-NYC-Office-Bg.png — 200 — 110.9 KiB — 199 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/imgs/hp-lines-about.svg/wp-content/themes/pubmatic/imgs/hp... https://pubmatic.com/wp-content/themes/pubmatic/imgs/hp-lines-about.svg — 200 — 11.9 KiB — 96 ms — h3data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ… — 200 — 0 B — 0 ms — datahttps://pubmatic.com/wp-content/themes/pubmatic/fonts/pubmatic-icons.ttf?efz5rh/wp-content/themes/pubmatic/fonts/p... https://pubmatic.com/wp-content/themes/pubmatic/fonts/pubmatic-icons.ttf?efz5rh — 200 — 7.4 KiB — 51 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-bold.woff/wp-content/themes/pubmatic/fonts/t... https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-bold.woff — 200 — 20.7 KiB — 66 ms — h3https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-black-webfont.woff2/wp-content/themes/pubmatic/fonts/t... https://pubmatic.com/wp-content/themes/pubmatic/fonts/tvnordef-black-webfont.woff2 — 200 — 23.3 KiB — 74 ms — h3https://pubmatic.com/wp-admin/admin-ajax.php/wp-admin/admin-ajax.php https://pubmatic.com/wp-admin/admin-ajax.php — 200 — 471 B — 1.5 s — h3https://f.vimeocdn.com/p/4.46.40/js/player.module.jsf.vimeocdn.com/p/4.46.40/js/player.... https://f.vimeocdn.com/p/4.46.40/js/player.module.js — 200 — 210.1 KiB — 53 ms — h2https://f.vimeocdn.com/p/4.46.40/js/vendor.module.jsf.vimeocdn.com/p/4.46.40/js/vendor.... https://f.vimeocdn.com/p/4.46.40/js/vendor.module.js — 200 — 93.3 KiB — 36 ms — h2https://f.vimeocdn.com/p/4.46.40/css/player.cssf.vimeocdn.com/p/4.46.40/css/player... https://f.vimeocdn.com/p/4.46.40/css/player.css — 200 — 23.9 KiB — 17 ms — h2https://i.vimeocdn.com/video/2141890018-e5ee04d1c4f26fe0dd893e73575f5c556d26904c7fbf8af71e8fa2132b80ae06-d?mw=80&q=85i.vimeocdn.com/video/2141890018-e5e... https://i.vimeocdn.com/video/2141890018-e5ee04d1c4f26fe0dd893e73575f5c556d26904c7fbf8af71e8fa2132b80ae06-d?mw=80&q=85 — 200 — 1.3 KiB — 37 ms — h2https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.jscdn.ketchjs.com/ketchtag/stable/v2.... https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js — 200 — 257.5 KiB — 39 ms — h2https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.jsf.vimeocdn.com/js_opt/modules/utils... https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.js — 200 — 1.1 KiB — 8 ms — h2https://i.vimeocdn.com/video/2141890018-e5ee04d1c4f26fe0dd893e73575f5c556d26904c7fbf8af71e8fa2132b80ae06-d?mw=1200&mh=675i.vimeocdn.com/video/2141890018-e5e... https://i.vimeocdn.com/video/2141890018-e5ee04d1c4f26fe0dd893e73575f5c556d26904c7fbf8af71e8fa2132b80ae06-d?mw=1200&mh=675 — 200 — 24.7 KiB — 3 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=8248fc01fa22bce54b70cb43952c99ca5f134eba1776359658arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=8248fc01fa22bce54b70cb43952c99ca5f134eba1776359658 — 200 — 123 B — 151 ms — h2https://global.ketchcdn.com/web/v3/ipglobal.ketchcdn.com/web/v3/ip https://global.ketchcdn.com/web/v3/ip — 200 — 425 B — 5 ms — h3https://global.ketchcdn.com/web/v3/config/pubmatic/website_smart_tag/production/gdpr/en-US/config.json?hash=15412276709005020460global.ketchcdn.com/web/v3/config/p... https://global.ketchcdn.com/web/v3/config/pubmatic/website_smart_tag/production/gdpr/en-US/config.json?hash=15412276709005020460 — 200 — 13.6 KiB — 7 ms — h3https://pubmatic.com/favicon-32x32.png/favicon-32x32.png https://pubmatic.com/favicon-32x32.png — 200 — 736 B — 38 ms — h3https://global.ketchcdn.com/web/v2/log?hasConsent=false&url=https%3A%2F%2Fpubmatic.com%2F&property=website_smart_tag&environment=production&jurisdiction=gdpr&tenant=pubmatic&dver=1756078075&event_type=once_identities&ids=eyJzd2Jfd2Vic2l0ZV9zbWFydF90YWciOiIyMmFmZTg1Yi05MmE1LTQ1OTctOGQ5Yi0wMGU3OTUwY2VkZmYifQ%3D%3D&region=ESglobal.ketchcdn.com/web/v2/log?hasC... https://global.ketchcdn.com/web/v2/log?hasConsent=false&url=https%3A%2F%2Fpubmatic.com%2F&property=website_smart_tag&environment=production&jurisdiction=gdpr&tenant=pubmatic&dver=1756078075&event_type=once_identities&ids=eyJzd2Jfd2Vic2l0ZV9zbWFydF90YWciOiIyMmFmZTg1Yi05MmE1LTQ1OTctOGQ5Yi0wMGU3OTUwY2VkZmYifQ%3D%3D&region=ES — 204 — 350 B — 10 ms — h3https://global.ketchcdn.com/web/v3/consent/pubmatic/getglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/pubmatic/get — 200 — 0 B — 160 ms — h3https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 0 B — 183 ms — h2https://global.ketchcdn.com/web/v3/consent/pubmatic/getglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/pubmatic/get — 200 — 568 B — 207 ms — h3https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 446 B — 146 ms — h2https://global.ketchcdn.com/web/v3/consent/pubmatic/updateglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/pubmatic/update — 200 — 0 B — 149 ms — h3https://global.ketchcdn.com/web/v3/consent/pubmatic/updateglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/pubmatic/update — 200 — 823 B — 286 ms — h3https://global.ketchcdn.com/gvl/eu/vendor-list.jsonglobal.ketchcdn.com/gvl/eu/vendor-l... https://global.ketchcdn.com/gvl/eu/vendor-list.json — 200 — 88.3 KiB — 9 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
67% of JavaScript execution is third-party
First-party Third-party 575ms · 413KB · $8/mo
Unattributable
Other
Costly
Execution 231ms
Transfer 0 KB
Monthly Cost $3/mo
cdn.ketchjs.com
Other
Optional
Execution 140ms
Transfer 257 KB
Unused 46%
Monthly Cost $2/mo
cdnjs
CDN
Optional
Execution 140ms
Transfer 23 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 64ms
Transfer 132 KB
Unused 48%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 231ms and costs ~$3/month

67% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 231ms 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

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