Skip to content
https://searchenginewatch.com

Performance

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

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

94
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
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.
83
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.01 s

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

1.16 s

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

2 ms

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

0.074

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

1.11 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.

3.59 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 91 requests
FIX
2.4 MB transferred, 91 requests
Info::
Page weighs 5.7 MB (2.4 MB transferred)
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 250 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 250 KB
Info::
91 HTTP requests
Info::
Estimated 0.50 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
91 requests
0.50 g CO2 per page load
JavaScript 1.4 MiB 60%
Images 584.7 KiB 24%
Fonts 249.6 KiB 10%
CSS 71.0 KiB 3%
Other 29.5 KiB 1%
HTML 26.6 KiB 1%
Other 15.0 KiB 1%
Other 1.7 KiB 0%
Other 794 B 0%
Other 759 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

D
Third-Party Impact
Action
72% third-party, 0 ms blocking
FIX
72% third-party, 0 ms blocking
Warning::
Third-party code accounts for 72% of page weight (1.7 MiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
28%
72%
First-party Third-party
F
JS Bundles
Action
42 scripts, 698 KB unused
FIX
42 scripts, 698 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 134 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-LJD5...: 110 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 109 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PMT...: 70 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-LJD5...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 698 KB
698 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js178 KB134 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41&cx=c&gtm=4e64h1157 KB110 KB (70%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964188 KB109 KB (58%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PMTRBJDM112 KB70 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41158 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TCRTV4168 KB66 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JZC6866YFK&cx=c&gtm=4e64h1h1156 KB63 KB (40%)3rd
https://client.rum.us-east-1.amazonaws.com/1.18.0/cwr.js56 KB32 KB (57%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?ver=2809201754 KB28 KB (51%)3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js30 KB21 KB (70%)3rd

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

F
Page Weight Inventory
Action
91 resources · 2.4 MB · 698 KB savings available
FIX
91 resources · 2.4 MB · 698 KB savings available
Warning::
Page weight 1.4 MB over 1MB target
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~698 KB of savings available
Warning::
64 third-party resources (72% of weight)
Info::
1 resources over 200KB
91 resources · 2.4 MiB · 64 third-party 1.4 MiB over 1MB target
JavaScript 60% · 1.4 MiB
Image 24% · 591.2 KiB
Font 10% · 249.6 KiB
CSS 3% · 71.0 KiB
Other 2% · 41.2 KiB
Document 1% · 26.6 KiB

~698.4 KiB of savings available

Remove unused JavaScript: 698.4 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Info::
All images are well-optimized
13 images 585 KB
0 oversized -0 KB
13 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
613ms total JS execution
REVIEW
613ms total JS execution
Info::
Unattributable: 134ms CPU time
Info::
https://searchenginewatch.com/: 120ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 103ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-LJD5...: 76ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TCR...: 67ms CPU time
Warning::
Third-party scripts: 494ms (80% of total)

Main Thread Breakdown

Script Evaluation 58% Other 16% Script Parsing & Compilation 10% Style & Layout 10%
ScriptTotalScriptingParse/CompileParty
Unattributable134ms12ms0ms3rd
https://searchenginewatch.com/120ms11ms1ms1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964103ms89ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH4176ms67ms8ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TCRTV467ms55ms10ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js61ms46ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-JZC6866YFK&cx=c&gtm=4e64h1h152ms43ms8ms3rd
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
4 fonts (250 KB)
PASS
4 fonts (250 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

250 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.0 s LCP 1.2 shttps://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2jizfRExUiTo99u79B_mh0O6... https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 11.4 KiB — 45 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 53 ms — font-display: swaphttps://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2flUhRq6tzZclQEJ-Vdg-Iui... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 125.6 KiB — 78 ms — font-display: swaphttps://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.9 KiB — 94 ms — font-display: swap
jizfRExUiTo99u79B_mh0O6... woff2 swap
Size 11 KB
Load time 45 ms
Start 310 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 53 ms
Start 310 ms
Risk FOUT — text flashes from fallback to web font
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 78 ms
Start 310 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 94 ms
Start 310 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 ~63 KB and ~126 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
Network Waterfall
91 requests over 2352ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.0 s LCP 1.2 shttps://searchenginewatch.com// https://searchenginewatch.com/ — 200 — 13.9 KiB — 84 ms — h2https://searchenginewatch.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2/wp-includes/css/dist/block-library... https://searchenginewatch.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2 — 200 — 15.2 KiB — 32 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/css/bootstrap.min.css?ver=6.7.2/wp-content/themes/sew3/css/bootstr... https://searchenginewatch.com/wp-content/themes/sew3/css/bootstrap.min.css?ver=6.7.2 — 200 — 19.7 KiB — 37 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/css/main.css?ver=20260218b/wp-content/themes/sew3/css/main.cs... https://searchenginewatch.com/wp-content/themes/sew3/css/main.css?ver=20260218b — 200 — 22.2 KiB — 63 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css?ver=6.7.2cdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css?ver=6.7.2 — 200 — 1.0 KiB — 98 ms — h3https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css?ver=6.7.2cdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css?ver=6.7.2 — 200 — 1.2 KiB — 99 ms — h3https://fonts.googleapis.com/css?family=Roboto%3A400%2C700%7CPT+Sans%3A400%2C700&ver=6.7.2fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%3A400%2C700%7CPT+Sans%3A400%2C700&ver=6.7.2 — 200 — 2.2 KiB — 102 ms — h2https://fonts.googleapis.com/icon?family=Material+Icons&ver=6.7.2fonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons&ver=6.7.2 — 200 — 423 B — 105 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.7.2maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.7.2 — 200 — 7.4 KiB — 47 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js?ver=28092017ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js?ver=28092017 — 200 — 33.8 KiB — 121 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=6.7.2/wp-content/themes/sew3/js/jquery.s... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=6.7.2 — 200 — 928 B — 51 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/adframe.min.js?ver=28092017/wp-content/themes/sew3/js/adframe.... https://searchenginewatch.com/wp-content/themes/sew3/js/adframe.min.js?ver=28092017 — 200 — 376 B — 52 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/canvas-ad.min.js?ver=28092017/wp-content/themes/sew3/js/canvas-a... https://searchenginewatch.com/wp-content/themes/sew3/js/canvas-ad.min.js?ver=28092017 — 200 — 822 B — 53 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/priorityPlus.min.js?ver=28092017/wp-content/themes/sew3/js/priority... https://searchenginewatch.com/wp-content/themes/sew3/js/priorityPlus.min.js?ver=28092017 — 200 — 875 B — 59 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/nav.min.js?ver=28092017/wp-content/themes/sew3/js/nav.min.... https://searchenginewatch.com/wp-content/themes/sew3/js/nav.min.js?ver=28092017 — 200 — 759 B — 54 ms — h2https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js?ver=28092017maxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js?ver=28092017 — 200 — 10.7 KiB — 67 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=2020020700/wp-content/themes/sew3/js/jquery.s... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=2020020700 — 200 — 929 B — 53 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.cookiebar.min.js?ver=2020012704/wp-content/themes/sew3/js/jquery.c... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.cookiebar.min.js?ver=2020012704 — 200 — 2.0 KiB — 58 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.signupbar.min.js?ver=20190409/wp-content/themes/sew3/js/jquery.s... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.signupbar.min.js?ver=20190409 — 200 — 1.7 KiB — 54 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery-scrolldepth/1.0.0/jquery.scrolldepth.min.js?ver=6.7.2cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-scrolldepth/1.0.0/jquery.scrolldepth.min.js?ver=6.7.2 — 200 — 1.8 KiB — 105 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/heading-scripts.min.js?ver=6.7.2/wp-content/themes/sew3/js/heading-... https://searchenginewatch.com/wp-content/themes/sew3/js/heading-scripts.min.js?ver=6.7.2 — 200 — 943 B — 56 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/viewability.min.js?ver=6.7.2/wp-content/themes/sew3/js/viewabil... https://searchenginewatch.com/wp-content/themes/sew3/js/viewability.min.js?ver=6.7.2 — 200 — 601 B — 58 ms — h2https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.1.4/js.cookie.min.js?ver=28092017cdnjs.cloudflare.com/ajax/libs/js-c... https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.1.4/js.cookie.min.js?ver=28092017 — 200 — 1.4 KiB — 102 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery.transit/0.9.12/jquery.transit.min.js?ver=28092017cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery.transit/0.9.12/jquery.transit.min.js?ver=28092017 — 200 — 3.0 KiB — 101 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?ver=28092017pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?ver=28092017 — 200 — 54.2 KiB — 129 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/dfp_init.min.js?ver=202002050/wp-content/themes/sew3/js/dfp_init... https://searchenginewatch.com/wp-content/themes/sew3/js/dfp_init.min.js?ver=202002050 — 200 — 1.3 KiB — 58 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300 — 200 — 1.6 KiB — 97 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/scroll.min.js?ver=20260218b/wp-content/themes/sew3/js/scroll.m... https://searchenginewatch.com/wp-content/themes/sew3/js/scroll.min.js?ver=20260218b — 200 — 1.4 KiB — 59 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js?ver=28092017cdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js?ver=28092017 — 200 — 9.5 KiB — 105 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/slick-sliders.js?ver=20220117/wp-content/themes/sew3/js/slick-sl... https://searchenginewatch.com/wp-content/themes/sew3/js/slick-sliders.js?ver=20220117 — 200 — 761 B — 60 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.0 s LCP 1.2 shttps://searchenginewatch.com// https://searchenginewatch.com/ — 200 — 13.9 KiB — 84 ms — h2https://searchenginewatch.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2/wp-includes/css/dist/block-library... https://searchenginewatch.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2 — 200 — 15.2 KiB — 32 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/css/bootstrap.min.css?ver=6.7.2/wp-content/themes/sew3/css/bootstr... https://searchenginewatch.com/wp-content/themes/sew3/css/bootstrap.min.css?ver=6.7.2 — 200 — 19.7 KiB — 37 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/css/main.css?ver=20260218b/wp-content/themes/sew3/css/main.cs... https://searchenginewatch.com/wp-content/themes/sew3/css/main.css?ver=20260218b — 200 — 22.2 KiB — 63 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css?ver=6.7.2cdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css?ver=6.7.2 — 200 — 1.0 KiB — 98 ms — h3https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css?ver=6.7.2cdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css?ver=6.7.2 — 200 — 1.2 KiB — 99 ms — h3https://fonts.googleapis.com/css?family=Roboto%3A400%2C700%7CPT+Sans%3A400%2C700&ver=6.7.2fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%3A400%2C700%7CPT+Sans%3A400%2C700&ver=6.7.2 — 200 — 2.2 KiB — 102 ms — h2https://fonts.googleapis.com/icon?family=Material+Icons&ver=6.7.2fonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons&ver=6.7.2 — 200 — 423 B — 105 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.7.2maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.7.2 — 200 — 7.4 KiB — 47 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js?ver=28092017ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js?ver=28092017 — 200 — 33.8 KiB — 121 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=6.7.2/wp-content/themes/sew3/js/jquery.s... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=6.7.2 — 200 — 928 B — 51 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/adframe.min.js?ver=28092017/wp-content/themes/sew3/js/adframe.... https://searchenginewatch.com/wp-content/themes/sew3/js/adframe.min.js?ver=28092017 — 200 — 376 B — 52 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/canvas-ad.min.js?ver=28092017/wp-content/themes/sew3/js/canvas-a... https://searchenginewatch.com/wp-content/themes/sew3/js/canvas-ad.min.js?ver=28092017 — 200 — 822 B — 53 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/priorityPlus.min.js?ver=28092017/wp-content/themes/sew3/js/priority... https://searchenginewatch.com/wp-content/themes/sew3/js/priorityPlus.min.js?ver=28092017 — 200 — 875 B — 59 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/nav.min.js?ver=28092017/wp-content/themes/sew3/js/nav.min.... https://searchenginewatch.com/wp-content/themes/sew3/js/nav.min.js?ver=28092017 — 200 — 759 B — 54 ms — h2https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js?ver=28092017maxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js?ver=28092017 — 200 — 10.7 KiB — 67 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=2020020700/wp-content/themes/sew3/js/jquery.s... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.show-more.min.js?ver=2020020700 — 200 — 929 B — 53 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.cookiebar.min.js?ver=2020012704/wp-content/themes/sew3/js/jquery.c... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.cookiebar.min.js?ver=2020012704 — 200 — 2.0 KiB — 58 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.signupbar.min.js?ver=20190409/wp-content/themes/sew3/js/jquery.s... https://searchenginewatch.com/wp-content/themes/sew3/js/jquery.signupbar.min.js?ver=20190409 — 200 — 1.7 KiB — 54 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery-scrolldepth/1.0.0/jquery.scrolldepth.min.js?ver=6.7.2cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-scrolldepth/1.0.0/jquery.scrolldepth.min.js?ver=6.7.2 — 200 — 1.8 KiB — 105 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/heading-scripts.min.js?ver=6.7.2/wp-content/themes/sew3/js/heading-... https://searchenginewatch.com/wp-content/themes/sew3/js/heading-scripts.min.js?ver=6.7.2 — 200 — 943 B — 56 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/viewability.min.js?ver=6.7.2/wp-content/themes/sew3/js/viewabil... https://searchenginewatch.com/wp-content/themes/sew3/js/viewability.min.js?ver=6.7.2 — 200 — 601 B — 58 ms — h2https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.1.4/js.cookie.min.js?ver=28092017cdnjs.cloudflare.com/ajax/libs/js-c... https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.1.4/js.cookie.min.js?ver=28092017 — 200 — 1.4 KiB — 102 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery.transit/0.9.12/jquery.transit.min.js?ver=28092017cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery.transit/0.9.12/jquery.transit.min.js?ver=28092017 — 200 — 3.0 KiB — 101 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?ver=28092017pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?ver=28092017 — 200 — 54.2 KiB — 129 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/dfp_init.min.js?ver=202002050/wp-content/themes/sew3/js/dfp_init... https://searchenginewatch.com/wp-content/themes/sew3/js/dfp_init.min.js?ver=202002050 — 200 — 1.3 KiB — 58 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300 — 200 — 1.6 KiB — 97 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/scroll.min.js?ver=20260218b/wp-content/themes/sew3/js/scroll.m... https://searchenginewatch.com/wp-content/themes/sew3/js/scroll.min.js?ver=20260218b — 200 — 1.4 KiB — 59 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js?ver=28092017cdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js?ver=28092017 — 200 — 9.5 KiB — 105 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/js/slick-sliders.js?ver=20220117/wp-content/themes/sew3/js/slick-sl... https://searchenginewatch.com/wp-content/themes/sew3/js/slick-sliders.js?ver=20220117 — 200 — 761 B — 60 ms — h2https://cdn.jsdelivr.net/npm/intersection-observer@0.5.1/intersection-observer.js?ver=28092017cdn.jsdelivr.net/npm/intersection-o... https://cdn.jsdelivr.net/npm/intersection-observer@0.5.1/intersection-observer.js?ver=28092017 — 200 — 6.7 KiB — 11 ms — h2https://cdn.jsdelivr.net/npm/vanilla-lazyload@11.0.3/dist/lazyload.min.js?ver=28092017cdn.jsdelivr.net/npm/vanilla-lazylo... https://cdn.jsdelivr.net/npm/vanilla-lazyload@11.0.3/dist/lazyload.min.js?ver=28092017 — 200 — 2.1 KiB — 10 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/js/main.min.js?ver=20260218/wp-content/themes/sew3/js/main.min... https://searchenginewatch.com/wp-content/themes/sew3/js/main.min.js?ver=20260218 — 200 — 1.5 KiB — 60 ms — h2blob:https://searchenginewatch.com/7235c9aa-64d1-4fd3-b38e-fdceb4fc7463searchenginewatch.com/7235c9aa-64d1... blob:https://searchenginewatch.com/7235c9aa-64d1-4fd3-b38e-fdceb4fc7463 — 200 — -1 B — 24 ms — blobhttps://searchenginewatch.com/wp-content/themes/sew3/img/favicons/manifest.json/wp-content/themes/sew3/img/favicon... https://searchenginewatch.com/wp-content/themes/sew3/img/favicons/manifest.json — 200 — 759 B — 86 ms — h2https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41 — 200 — 158.0 KiB — 160 ms — h2https://client.rum.us-east-1.amazonaws.com/1.18.0/cwr.jsclient.rum.us-east-1.amazonaws.com/... https://client.rum.us-east-1.amazonaws.com/1.18.0/cwr.js — 200 — 56.4 KiB — 76 ms — h2https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-3111112191076559&plah=searchenginewatch.com&ama_t=adsensepagead2.googlesyndication.com/getco... https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-3111112191076559&plah=searchenginewatch.com&ama_t=adsense — 200 — 30 B — 46 ms — h3https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.0 KiB — 106 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 61 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PMTRBJDMwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PMTRBJDM — 200 — 111.8 KiB — 102 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TCRTV4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TCRTV4 — 200 — 168.0 KiB — 136 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/img/SEW_Logo.png/wp-content/themes/sew3/img/SEW_Log... https://searchenginewatch.com/wp-content/themes/sew3/img/SEW_Logo.png — 200 — 24.6 KiB — 30 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/img/nav-pointer.png/wp-content/themes/sew3/img/nav-poi... https://searchenginewatch.com/wp-content/themes/sew3/img/nav-pointer.png — 200 — 618 B — 31 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/img/graphic--box.png/wp-content/themes/sew3/img/graphic... https://searchenginewatch.com/wp-content/themes/sew3/img/graphic--box.png — 200 — 29.3 KiB — 32 ms — h2https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2fonts.gstatic.com/s/ptsans/v18/jizf... https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 200 — 11.4 KiB — 45 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 53 ms — h3https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 78 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.9 KiB — 94 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/img/bg/contentive-logo.png/wp-content/themes/sew3/img/bg/cont... https://searchenginewatch.com/wp-content/themes/sew3/img/bg/contentive-logo.png — 200 — 3.4 KiB — 34 ms — h2https://searchenginewatch.com/wp-content/themes/sew3/img/graphic--default.png/wp-content/themes/sew3/img/graphic... https://searchenginewatch.com/wp-content/themes/sew3/img/graphic--default.png — 200 — 107.5 KiB — 47 ms — h2https://searchenginewatch.com/wp-content/uploads/2023/07/Banner-768-%C3%97-220-px.png/wp-content/uploads/2023/07/Banner-... https://searchenginewatch.com/wp-content/uploads/2023/07/Banner-768-%C3%97-220-px.png — 200 — 133.4 KiB — 70 ms — h2https://searchenginewatch.com/wp-content/uploads/2021/04/Mobile-first-and-Core-Web-Vitals-connecting-the-dots-for-page-experience-success-768x270.png/wp-content/uploads/2021/04/Mobile-... https://searchenginewatch.com/wp-content/uploads/2021/04/Mobile-first-and-Core-Web-Vitals-connecting-the-dots-for-page-experience-success-768x270.png — 200 — 285.4 KiB — 92 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=signup-bar&cls=fixed%20bottom&ign=false&pw=1350&ph=940&x=1325&y=915pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=signup-bar&cls=fixed%20bottom&ign=false&pw=1350&ph=940&x=1325&y=915 — 204 — 20 B — 25 ms — h3https://pagead2.googlesyndication.com/pagead/html/r20260421/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260421/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 72 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=cookie-bar&cls=fixed&ign=false&pw=1350&ph=940&x=0&y=0pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=cookie-bar&cls=fixed&ign=false&pw=1350&ph=940&x=0&y=0 — 204 — 20 B — 26 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-3111112191076559&output=html&adk=1812271804&adf=3025194257&lmt=1776819276&plat=1%3A16777216%2C2%3A16777216%2C3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fsearchenginewatch.com%2F&pra=5&asro=0&itsi=-1&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=1&dt=1776819276764&bpp=7&bdt=163&idt=211&shv=r20260421&mjsv=m202604160101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=2224310349351&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95385799%2C95386813%2C95387623%2C95386338%2C95386955%2C95340253%2C95340255&oid=2&pvsid=6319515701819652&tmod=1888663019&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&pgls=CAEaBTYuNy4y&ifi=1&uci=a!1&fsb=1&dtd=241pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-3111112191076559&output=html&adk=1812271804&adf=3025194257&lmt=1776819276&plat=1%3A16777216%2C2%3A16777216%2C3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fsearchenginewatch.com%2F&pra=5&asro=0&itsi=-1&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=1&dt=1776819276764&bpp=7&bdt=163&idt=211&shv=r20260421&mjsv=m202604160101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=2224310349351&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95385799%2C95386813%2C95387623%2C95386338%2C95386955%2C95340253%2C95340255&oid=2&pvsid=6319515701819652&tmod=1888663019&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&pgls=CAEaBTYuNy4y&ifi=1&uci=a!1&fsb=1&dtd=241 — 200 — 65 B — 68 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 — 200 — 187.7 KiB — 140 ms — h3https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41&cx=c&gtm=4e64h1 — 200 — 157.1 KiB — 38 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-LJD5FWDH41&gtm=45je64k0h2v9203637012za200zb9203628801zd9203628801&_p=1776819276768&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=698675798.1776819277&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117384406~117512542&sid=1776819277&sct=1&seg=0&dl=https%3A%2F%2Fsearchenginewatch.com%2F&dt=Search%20Engine%20Watch&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=622region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-LJD5FWDH41&gtm=45je64k0h2v9203637012za200zb9203628801zd9203628801&_p=1776819276768&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=698675798.1776819277&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117384406~117512542&sid=1776819277&sct=1&seg=0&dl=https%3A%2F%2Fsearchenginewatch.com%2F&dt=Search%20Engine%20Watch&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=622 — 204 — 553 B — 77 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 90 ms — h2https://connect.facebook.net/en_US/fbds.jsconnect.facebook.net/en_US/fbds.js https://connect.facebook.net/en_US/fbds.js — 200 — 2.3 KiB — 83 ms — h3https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 40 ms — http/1.1https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js — 200 — 29.6 KiB — 34 ms — h2https://www.clarity.ms/tag/dh86glp18c?ref=gtm2www.clarity.ms/tag/dh86glp18c?ref=g... https://www.clarity.ms/tag/dh86glp18c?ref=gtm2 — 200 — 1.2 KiB — 115 ms — http/1.1https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsearchenginewatch.com%2F&scrsrc=www.googletagmanager.com&rnd=1211419401.1776819277&dt=Search%20Engine%20Watch&auid=1139689851.1776819277&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v71245954za200zd71245954xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776819277202&tfd=689www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsearchenginewatch.com%2F&scrsrc=www.googletagmanager.com&rnd=1211419401.1776819277&dt=Search%20Engine%20Watch&auid=1139689851.1776819277&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v71245954za200zd71245954xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384405&apve=1&apvf=f&apvc=1&tft=1776819277202&tfd=689 — 200 — 21 B — 144 ms — h3https://www.googletagmanager.com/gtag/js?id=G-JZC6866YFK&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JZC6866YFK&cx=c&gtm=4e64h1h1 — 200 — 156.0 KiB — 82 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=6319515701819652&correlator=2897650338932337&eid=31097964%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=32611537%2CSew_Takeover&enc_prev_ius=%2F0%2F1&prev_iu_szs=1x1&ifi=2&dids=takeover-ad-slot&adfs=2269227854&sfv=1-0-45&sc=1&abxe=1&dt=1776819277317&lmt=1776819277&adxs=0&adys=80&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=1&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fsearchenginewatch.com%2F&vis=1&psz=1350x2284&msz=0x0&fws=128&ohw=0&dlt=1776819276601&idt=650&cust_params=sew_takover_section%3Dhomepage%26pagetype%3Dhome&adks=2814674193&frm=20&eoidce=1&pgls=CAEaBTYuNy4ypagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=6319515701819652&correlator=2897650338932337&eid=31097964%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=32611537%2CSew_Takeover&enc_prev_ius=%2F0%2F1&prev_iu_szs=1x1&ifi=2&dids=takeover-ad-slot&adfs=2269227854&sfv=1-0-45&sc=1&abxe=1&dt=1776819277317&lmt=1776819277&adxs=0&adys=80&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=1&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fsearchenginewatch.com%2F&vis=1&psz=1350x2284&msz=0x0&fws=128&ohw=0&dlt=1776819276601&idt=650&cust_params=sew_takover_section%3Dhomepage%26pagetype%3Dhome&adks=2814674193&frm=20&eoidce=1&pgls=CAEaBTYuNy4y — 200 — 291 B — 54 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=6319515701819652&correlator=2897650338932337&eid=31097964%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=32611537%2Csew&enc_prev_ius=%2F0%2F1&prev_iu_szs=970x250%7C728x90&ifi=3&dids=header-ad-slot&adfs=3497748264&sfv=1-0-45&sc=1&abxe=1&dt=1776819277326&lmt=1776819277&adxs=190&adys=120&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fsearchenginewatch.com%2F&vis=1&psz=1350x80&msz=1350x0&fws=0&ohw=0&dlt=1776819276601&idt=650&prev_scp=pos%3Dlb1&cust_params=sew_takover_section%3Dhomepage%26pagetype%3Dhome&adks=3244470223&frm=20&eoidce=1&pgls=CAEaBTYuNy4ypagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=6319515701819652&correlator=2897650338932337&eid=31097964%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=32611537%2Csew&enc_prev_ius=%2F0%2F1&prev_iu_szs=970x250%7C728x90&ifi=3&dids=header-ad-slot&adfs=3497748264&sfv=1-0-45&sc=1&abxe=1&dt=1776819277326&lmt=1776819277&adxs=190&adys=120&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fsearchenginewatch.com%2F&vis=1&psz=1350x80&msz=1350x0&fws=0&ohw=0&dlt=1776819276601&idt=650&prev_scp=pos%3Dlb1&cust_params=sew_takover_section%3Dhomepage%26pagetype%3Dhome&adks=3244470223&frm=20&eoidce=1&pgls=CAEaBTYuNy4y — 200 — 292 B — 51 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=6319515701819652&correlator=2897650338932337&eid=31097964%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=32611537%2Csew&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&ifi=4&dids=homepage-mpu&adfs=1786363680&sfv=1-0-45&sc=1&abxe=1&dt=1776819277328&lmt=1776819277&adxs=1007&adys=633&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fsearchenginewatch.com%2F&vis=1&psz=331x288&msz=331x0&fws=0&ohw=0&dlt=1776819276601&idt=650&prev_scp=pos%3Dmpu1&cust_params=sew_takover_section%3Dhomepage%26pagetype%3Dhome&adks=1535173631&frm=20&eoidce=1&pgls=CAEaBTYuNy4ypagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=6319515701819652&correlator=2897650338932337&eid=31097964%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=32611537%2Csew&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&ifi=4&dids=homepage-mpu&adfs=1786363680&sfv=1-0-45&sc=1&abxe=1&dt=1776819277328&lmt=1776819277&adxs=1007&adys=633&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fsearchenginewatch.com%2F&vis=1&psz=331x288&msz=331x0&fws=0&ohw=0&dlt=1776819276601&idt=650&prev_scp=pos%3Dmpu1&cust_params=sew_takover_section%3Dhomepage%26pagetype%3Dhome&adks=1535173631&frm=20&eoidce=1&pgls=CAEaBTYuNy4y — 200 — 287 B — 45 ms — h3https://9649da390cbc9828f1019351cc883f4f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html9649da390cbc9828f1019351cc883f4f.sa... https://9649da390cbc9828f1019351cc883f4f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 92 ms — h3https://munchkin.marketo.net/165/munchkin.jsmunchkin.marketo.net/165/munchkin.j... https://munchkin.marketo.net/165/munchkin.js — 200 — 5.6 KiB — 3 ms — http/1.1https://www.facebook.com/tr/?id=1445152222427846&ev=PixelInitialized&dl=https%3A%2F%2Fsearchenginewatch.com%2F&rl=&if=false&v=1.1.1&a=fbds_js&ts=1776819277351www.facebook.com/tr/?id=14451522224... https://www.facebook.com/tr/?id=1445152222427846&ev=PixelInitialized&dl=https%3A%2F%2Fsearchenginewatch.com%2F&rl=&if=false&v=1.1.1&a=fbds_js&ts=1776819277351 — 200 — 18 B — 38 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1441502638&t=pageview&_s=1&dl=https%3A%2F%2Fsearchenginewatch.com%2F&ul=en-us&dt=Search%20Engine%20Watch&sr=800x600&vp=1350x940&_u=YCDAiAABBAAAAC~&jid=281489947&gjid=572770682&cid=698675798.1776819277&tid=UA-564586-1&_gid=923966035.1776819277&_slc=1&gtm=45He64h1h1n71TCRTV4v71245954za200zd71245954&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384405&npa=1&z=1925017920www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1441502638&t=pageview&_s=1&dl=https%3A%2F%2Fsearchenginewatch.com%2F&ul=en-us&dt=Search%20Engine%20Watch&sr=800x600&vp=1350x940&_u=YCDAiAABBAAAAC~&jid=281489947&gjid=572770682&cid=698675798.1776819277&tid=UA-564586-1&_gid=923966035.1776819277&_slc=1&gtm=45He64h1h1n71TCRTV4v71245954za200zd71245954&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384405&npa=1&z=1925017920 — 200 — 456 B — 24 ms — h2https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-564586-1&cid=698675798.1776819277&jid=281489947&gjid=572770682&_gid=923966035.1776819277&npa=1&_u=YCDAiAABBAAAAG~&z=1835875031stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-564586-1&cid=698675798.1776819277&jid=281489947&gjid=572770682&_gid=923966035.1776819277&npa=1&_u=YCDAiAABBAAAAG~&z=1835875031 — 200 — 654 B — 72 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1441502638&t=pageview&_s=1&dl=https%3A%2F%2Fsearchenginewatch.com%2F&ul=en-us&dt=Search%20Engine%20Watch&sr=800x600&vp=1350x940&_u=YCDACEABBAAAAGAAI~&jid=717876280&gjid=2118835999&cid=698675798.1776819277&tid=%5Bobject%20Object%5D&_gid=923966035.1776819277&_r=1&_slc=1&gtm=45He64h1h1n71TCRTV4v71245954za200zd71245954&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384405&npa=1&z=472467059www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1441502638&t=pageview&_s=1&dl=https%3A%2F%2Fsearchenginewatch.com%2F&ul=en-us&dt=Search%20Engine%20Watch&sr=800x600&vp=1350x940&_u=YCDACEABBAAAAGAAI~&jid=717876280&gjid=2118835999&cid=698675798.1776819277&tid=%5Bobject%20Object%5D&_gid=923966035.1776819277&_r=1&_slc=1&gtm=45He64h1h1n71TCRTV4v71245954za200zd71245954&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384405&npa=1&z=472467059 — 200 — 71 B — 23 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-JZC6866YFK&gtm=45je64h1h1v889049195z871245954za20gzb71245954zd71245954&_p=1776819276768&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=698675798.1776819277&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512542&sid=1776819277&sct=1&seg=0&dl=https%3A%2F%2Fsearchenginewatch.com%2F&dt=Search%20Engine%20Watch&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=904region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-JZC6866YFK&gtm=45je64h1h1v889049195z871245954za20gzb71245954zd71245954&_p=1776819276768&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=698675798.1776819277&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512542&sid=1776819277&sct=1&seg=0&dl=https%3A%2F%2Fsearchenginewatch.com%2F&dt=Search%20Engine%20Watch&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=904 — 204 — 290 B — 29 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JZC6866YFK&cid=698675798.1776819277&gtm=45je64h1h1v889049195z871245954za20gzb71245954zd71245954&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JZC6866YFK&cid=698675798.1776819277&gtm=45je64h1h1v889049195z871245954za20gzb71245954zd71245954&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512542 — 204 — 292 B — 25 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JZC6866YFK&cid=698675798.1776819277&gtm=45je64h1h1v889049195z871245954za20gzb71245954zd71245954&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512542&z=1261626608www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JZC6866YFK&cid=698675798.1776819277&gtm=45je64h1h1v889049195z871245954za20gzb71245954zd71245954&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938469~117266400~117512542&z=1261626608 — 200 — 408 B — 78 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 123 ms — h2https://243-mrr-459.mktoresp.com/webevents/visitWebPage?_mchNc=1776819277443&_mchCn=&_mchId=243-MRR-459&_mchTk=_mch-searchenginewatch.com-99a44e49eb373b1424181d653f46d5ca&_mchHo=searchenginewatch.com&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp=243-mrr-459.mktoresp.com/webevents/... https://243-mrr-459.mktoresp.com/webevents/visitWebPage?_mchNc=1776819277443&_mchCn=&_mchId=243-MRR-459&_mchTk=_mch-searchenginewatch.com-99a44e49eb373b1424181d653f46d5ca&_mchHo=searchenginewatch.com&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 502 B — 111 ms — http/1.1https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 37 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260421&st=env&sjk=6319515701819652ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260421&st=env&sjk=6319515701819652 — 200 — 13.3 KiB — 63 ms — h3https://searchenginewatch.com/wp-content/themes/sew3/img/favicons/favicon.ico/wp-content/themes/sew3/img/favicon... https://searchenginewatch.com/wp-content/themes/sew3/img/favicons/favicon.ico — 200 — 6.5 KiB — 29 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 71 ms — h2https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 285 B — 435 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 69 ms — h2https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.jspagead2.googlesyndication.com/bg/dj... https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.js — 200 — 21.6 KiB — 28 ms — h3https://ep2.adtrafficquality.google/generate_204?8ZEc-wep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?8ZEc-w — 204 — 40 B — 24 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260421&jk=6319515701819652&bg=!9Pel95XNAAY2C5OeFgs7AEcBe5WfOJzLd9x0p9ETJZcRoVYKVEjKGZ23nLfQz8a_paWjyiYbZv5FG72upIVZbey4uMh0g9utEPKQSZ0sVkDYa3oe_dFA7gIAAAA9UgAAAARoAQd-ADf8w_mYhs6mc_inZZpW_EuVVYA-CNG7hcCAh4mlO6AP-bQZYARW8IbgBqAKndeJz0cNFpGWxPYcmQKsDecTDgBdi_mLP_iq7bTnl_y30kQxjf9hHzUkFXYbNzZCCShT0iPDCkvTJNSg2M9EScyz-jfktfQ0shdKbjS2VeN6N3RqegRtgrSAsX0FTMWlx5Liuw7dFRSFPFMmD8JS0U6DkVsEdVCSb7ZKy9BO7sx914e2ZlnUx9GDD23dyCRpWhsAKG2DzFSRgtrYJmDs8s_jDDTsL5gKgNu2fAerJ4V2v9qQ_7pEb6BpXaPEvyz5SeeMEIhBFDbLK6f4lEzgglx_jEapCDM-R75c-tkyEQQ-0eB3o2xecpO7DMj6Uyl8b_lJ8rucb6De_4S_F4TyEenbz6_rmMcFOAf7olxigNvz0aPvdE8MH2PtV73xe44hw8aWnatNRXyGDmttQCzut0BGMd22FIQBqqX9CIFVxpd7WK2jBOOH8dQNEHKII8lSQHa7s32VcUWT832b8Gv_PRODadTiGABirEmdgta_lscVb1_gfhI5Z-J6cffFBN_PbovqxOPl1vK_fF8hAcLlkZocIF2TtYXqsoWeL_6SDkm8zxC_Yxn3XWr9Br6_t2s_G8WXR6dQ_56TsUC6cCcMSWbB_b90FXEQBP_mXlnVvs-PczinzI5RyXS50VNGZJBI1ssaUvn5iAtkbiBqEaT7CFxQVgRdgGbasaWj1nHNQHSo8rXDgioO0rHxm5P-unkVJ-H0sy_EQknUg51Ef4rrs4MRWlM4GOKqXcYUQN-Z93Td93puTNLV4J1hgbmWnzH2GIXwoLl-Y0_4EGf1qgOEuS70vQOXeCd_55tw4ZKBhTsXkEuSNVyY7j08fEK5tcED12YHympHf66xyl75lUP3-z5_yQLhwYvbBJzMeXU57wgZXNm2MWcCrqa3Jp9xL256aiseKXBCffaWBmsOelkOCyEcnaLw5rhyjZOzep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260421&jk=6319515701819652&bg=!9Pel95XNAAY2C5OeFgs7AEcBe5WfOJzLd9x0p9ETJZcRoVYKVEjKGZ23nLfQz8a_paWjyiYbZv5FG72upIVZbey4uMh0g9utEPKQSZ0sVkDYa3oe_dFA7gIAAAA9UgAAAARoAQd-ADf8w_mYhs6mc_inZZpW_EuVVYA-CNG7hcCAh4mlO6AP-bQZYARW8IbgBqAKndeJz0cNFpGWxPYcmQKsDecTDgBdi_mLP_iq7bTnl_y30kQxjf9hHzUkFXYbNzZCCShT0iPDCkvTJNSg2M9EScyz-jfktfQ0shdKbjS2VeN6N3RqegRtgrSAsX0FTMWlx5Liuw7dFRSFPFMmD8JS0U6DkVsEdVCSb7ZKy9BO7sx914e2ZlnUx9GDD23dyCRpWhsAKG2DzFSRgtrYJmDs8s_jDDTsL5gKgNu2fAerJ4V2v9qQ_7pEb6BpXaPEvyz5SeeMEIhBFDbLK6f4lEzgglx_jEapCDM-R75c-tkyEQQ-0eB3o2xecpO7DMj6Uyl8b_lJ8rucb6De_4S_F4TyEenbz6_rmMcFOAf7olxigNvz0aPvdE8MH2PtV73xe44hw8aWnatNRXyGDmttQCzut0BGMd22FIQBqqX9CIFVxpd7WK2jBOOH8dQNEHKII8lSQHa7s32VcUWT832b8Gv_PRODadTiGABirEmdgta_lscVb1_gfhI5Z-J6cffFBN_PbovqxOPl1vK_fF8hAcLlkZocIF2TtYXqsoWeL_6SDkm8zxC_Yxn3XWr9Br6_t2s_G8WXR6dQ_56TsUC6cCcMSWbB_b90FXEQBP_mXlnVvs-PczinzI5RyXS50VNGZJBI1ssaUvn5iAtkbiBqEaT7CFxQVgRdgGbasaWj1nHNQHSo8rXDgioO0rHxm5P-unkVJ-H0sy_EQknUg51Ef4rrs4MRWlM4GOKqXcYUQN-Z93Td93puTNLV4J1hgbmWnzH2GIXwoLl-Y0_4EGf1qgOEuS70vQOXeCd_55tw4ZKBhTsXkEuSNVyY7j08fEK5tcED12YHympHf66xyl75lUP3-z5_yQLhwYvbBJzMeXU57wgZXNm2MWcCrqa3Jp9xL256aiseKXBCffaWBmsOelkOCyEcnaLw5rhyjZOz — 204 — 17 B — 46 ms — h3https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 285 B — 110 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
80% of JavaScript execution is third-party
First-party Third-party 494ms · 847KB · $7/mo
Unattributable
Other
Optional
Execution 134ms
Transfer 0 KB
Monthly Cost $2/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 103ms
Transfer 188 KB
Unused 58%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 76ms
Transfer 158 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 168 KB
Unused 39%
Monthly Cost $1/mo
pagead2.googlesyndication.com
Other
Optional
Execution 61ms
Transfer 178 KB
Unused 75%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 156 KB
Unused 40%
Monthly Cost $1/mo

80% 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

58% of securepubads.g.doubleclick.net'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

75% of pagead2.googlesyndication.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