Skip to content
https://searchenginejournal.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

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

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

1.48 s

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

24 ms

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

0.002

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

1.92 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.57 s

Page Load Progression

995 ms
2.0 s
3.0 s
4.0 s
5.0 s
6.0 s
7.0 s
8.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
8.8 MB transferred, 164 requests
FIX
8.8 MB transferred, 164 requests
Critical::
Page weighs 14.8 MB (8.8 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Warning::
164 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.9 g CO2 per page load
8.8 MB / 2.4 MB budget
8.8 MB transferred
164 requests
1.9 g CO2 per page load
Other 6.2 MiB 70%
JavaScript 1.9 MiB 21%
Images 347.5 KiB 4%
Other 160.7 KiB 2%
HTML 143.9 KiB 2%
Fonts 62.3 KiB 1%
CSS 59.4 KiB 1%
Other 48.1 KiB 1%
Other 6.2 KiB 0%
Other 118 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (8.8 MiB of 8.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
41 scripts, 796 KB unused
FIX
41 scripts, 796 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 140 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.searchenginejournal.com/wp-content/plu...: 107 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.hsforms.net/forms/embed/v2.js: 74 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-9YQD...: 70 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-8FYB...: 69 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 796 KB
796 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB140 KB (75%)3rd
https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/infinte-scroll/js/prebid/prebid10.9.0.js151 KB107 KB (71%)3rd
https://js.hsforms.net/forms/embed/v2.js193 KB74 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9YQD39V3L7&cx=c&gtm=4e64h1147 KB70 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-8FYBBBFMTF&cx=c&gtm=4e64h1145 KB69 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-TJPZMKSHES&cx=c&gtm=4e64h1168 KB61 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=G-HQ27BEEX4K&cx=c&gtm=4e64h1147 KB60 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M2HM2DB169 KB57 KB (34%)3rd
https://www.googletagmanager.com/gtag/js?id=G-S08JX510ES&cx=c&gtm=4e64h1150 KB57 KB (38%)3rd
https://cmp.uniconsent.com/v2/main-v5.min.js?v=07070171 KB34 KB (48%)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
164 resources · 8.8 MB · 796 KB savings available
FIX
164 resources · 8.8 MB · 796 KB savings available
Warning::
Page weight 7.8 MB over 1MB target
Got: 8.8 MB Expected: ≤ 1 MB
Info::
~796 KB of savings available
Warning::
163 third-party resources (100% of weight)
Info::
1 resources over 200KB
164 resources · 8.8 MiB · 163 third-party 7.8 MiB over 1MB target
Media 70% · 6.2 MiB
JavaScript 21% · 1.9 MiB
Image 4% · 374.8 KiB
Other 2% · 187.3 KiB
Document 2% · 144.2 KiB
Font 1% · 62.3 KiB
CSS 1% · 59.4 KiB

~796.1 KiB of savings available

Remove unused JavaScript: 796.1 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
29 images, 0 KB saveable
REVIEW
29 images, 0 KB saveable
Info::
All images are well-optimized
29 images 275 KB
0 oversized -0 KB
10 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1351ms total JS execution
REVIEW
1351ms total JS execution
Warning::
https://cdn.searchenginejournal.com/wp-content/plu...: 339ms CPU time
Warning::
https://www.searchenginejournal.com/: 275ms CPU time
Info::
Unattributable: 235ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-S08J...: 117ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-M2H...: 108ms CPU time
Warning::
Third-party scripts: 1351ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 16% Style & Layout 10% Script Parsing & Compilation 7% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://cdn.searchenginejournal.com/wp-content/plugins/wp-sentry-integration/public/wp-sentry-browser.tracing.min.js?ver=1762770177339ms298ms2ms3rd
https://www.searchenginejournal.com/275ms34ms3ms3rd
Unattributable235ms22ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-S08JX510ES&cx=c&gtm=4e64h1117ms100ms10ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M2HM2DB108ms91ms13ms3rd
https://js.hs-analytics.net/analytics/1776802200000/45875037.js106ms78ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-TJPZMKSHES&cx=c&gtm=4e64h158ms48ms10ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js58ms44ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-8FYBBBFMTF&cx=c&gtm=4e64h155ms47ms8ms3rd
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
2 fonts (62 KB)
PASS
2 fonts (62 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

62 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.1 s LCP 1.5 shttps://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/inter.woff2inter.woff2 https://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/inter.woff2 — 37.6 KiB — 229 ms — font-display: swaphttps://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/dm-normal.woff2dm-normal.woff2 https://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/dm-normal.woff2 — 24.7 KiB — 208 ms — font-display: swap
inter.woff2 woff2 swap
Size 38 KB
Load time 229 ms
Start 437 ms
Risk FOUT — text flashes from fallback to web font
dm-normal.woff2 woff2 swap
Size 25 KB
Load time 208 ms
Start 487 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)
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Hetzner Online GmbH

Network Waterfall
164 requests over 6170ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 1.5 shttps://searchenginejournal.com// https://searchenginejournal.com/ — 301 — 372 B — 162 ms — h2https://www.searchenginejournal.com/www.searchenginejournal.com/ https://www.searchenginejournal.com/ — 200 — 57.5 KiB — 142 ms — h2https://cmp.uniconsent.com/v2/7d36e67838/cmp.jscmp.uniconsent.com/v2/7d36e67838/cm... https://cmp.uniconsent.com/v2/7d36e67838/cmp.js — 200 — 1.1 KiB — 49 ms — h3https://cdn.searchenginejournal.com/wp-content/uploads/2022/12/search-engine-journal-1x-63a425d735aa3-sej.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2022/12/search-engine-journal-1x-63a425d735aa3-sej.webp — 200 — 6.5 KiB — 119 ms — h2https://www.searchenginejournal.com/location.jsonwww.searchenginejournal.com/locatio... https://www.searchenginejournal.com/location.json — 200 — 157 B — 45 ms — h2https://pro.ip-api.com/json/?fields=country,message,countryCode,regionName,city&key=xlOm3oEhpCbHBx4pro.ip-api.com/json/?fields=country... https://pro.ip-api.com/json/?fields=country,message,countryCode,regionName,city&key=xlOm3oEhpCbHBx4 — 200 — 265 B — 541 ms — http/1.1https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/variables.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/variables.css?ver=1737751244 — 200 — 741 B — 75 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/reset.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/reset.css?ver=1737751244 — 200 — 1.6 KiB — 76 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/bootstrap-grid-v2.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/bootstrap-grid-v2.css?ver=1737751244 — 200 — 955 B — 78 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/typography.css?ver=1747740403cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/typography.css?ver=1747740403 — 200 — 2.2 KiB — 80 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/layout.css?ver=1770830486cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/layout.css?ver=1770830486 — 200 — 1.2 KiB — 81 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-desktop.css?ver=1773748213cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-desktop.css?ver=1773748213 — 200 — 4.0 KiB — 82 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-more.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-more.css?ver=1737751244 — 200 — 769 B — 83 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-base.css?ver=1752246000cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-base.css?ver=1752246000 — 200 — 2.8 KiB — 84 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-custom.css?ver=1771319801cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-custom.css?ver=1771319801 — 200 — 2.1 KiB — 85 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar.css?ver=1766585679cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar.css?ver=1766585679 — 200 — 1.1 KiB — 87 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-featured.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-featured.css?ver=1737751244 — 200 — 891 B — 45 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-tabs.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-tabs.css?ver=1737751244 — 200 — 767 B — 44 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop.css?ver=1737751244 — 200 — 1.0 KiB — 47 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar-home.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar-home.css?ver=1737751244 — 200 — 384 B — 46 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-webinar.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-webinar.css?ver=1737751244 — 200 — 684 B — 48 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-category.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-category.css?ver=1737751244 — 200 — 521 B — 49 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-book.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-book.css?ver=1737751244 — 200 — 637 B — 50 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-post.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-post.css?ver=1737751244 — 200 — 554 B — 51 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-podcast.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-podcast.css?ver=1737751244 — 200 — 1018 B — 52 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/pages/home.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/pages/home.css?ver=1737751244 — 200 — 342 B — 53 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/footer.css?ver=1773137101cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/footer.css?ver=1773137101 — 200 — 1.2 KiB — 54 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/global-non-critical.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/global-non-critical.css?ver=1737751244 — 200 — 963 B — 55 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/ws-form/css/public/public.layout.min.css?ver=1774947774cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/ws-form/css/public/public.layout.min.css?ver=1774947774 — 200 — 1.5 KiB — 56 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/wfs-form-skin.css?ver=1739181802cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/wfs-form-skin.css?ver=1739181802 — 200 — 10.8 KiB — 57 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 1.5 shttps://searchenginejournal.com// https://searchenginejournal.com/ — 301 — 372 B — 162 ms — h2https://www.searchenginejournal.com/www.searchenginejournal.com/ https://www.searchenginejournal.com/ — 200 — 57.5 KiB — 142 ms — h2https://cmp.uniconsent.com/v2/7d36e67838/cmp.jscmp.uniconsent.com/v2/7d36e67838/cm... https://cmp.uniconsent.com/v2/7d36e67838/cmp.js — 200 — 1.1 KiB — 49 ms — h3https://cdn.searchenginejournal.com/wp-content/uploads/2022/12/search-engine-journal-1x-63a425d735aa3-sej.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2022/12/search-engine-journal-1x-63a425d735aa3-sej.webp — 200 — 6.5 KiB — 119 ms — h2https://www.searchenginejournal.com/location.jsonwww.searchenginejournal.com/locatio... https://www.searchenginejournal.com/location.json — 200 — 157 B — 45 ms — h2https://pro.ip-api.com/json/?fields=country,message,countryCode,regionName,city&key=xlOm3oEhpCbHBx4pro.ip-api.com/json/?fields=country... https://pro.ip-api.com/json/?fields=country,message,countryCode,regionName,city&key=xlOm3oEhpCbHBx4 — 200 — 265 B — 541 ms — http/1.1https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/variables.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/variables.css?ver=1737751244 — 200 — 741 B — 75 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/reset.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/reset.css?ver=1737751244 — 200 — 1.6 KiB — 76 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/bootstrap-grid-v2.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/vendor/bootstrap-grid-v2.css?ver=1737751244 — 200 — 955 B — 78 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/typography.css?ver=1747740403cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/typography.css?ver=1747740403 — 200 — 2.2 KiB — 80 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/layout.css?ver=1770830486cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/layout.css?ver=1770830486 — 200 — 1.2 KiB — 81 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-desktop.css?ver=1773748213cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-desktop.css?ver=1773748213 — 200 — 4.0 KiB — 82 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-more.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/navbar-more.css?ver=1737751244 — 200 — 769 B — 83 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-base.css?ver=1752246000cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-base.css?ver=1752246000 — 200 — 2.8 KiB — 84 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-custom.css?ver=1771319801cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/hbs-form-custom.css?ver=1771319801 — 200 — 2.1 KiB — 85 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar.css?ver=1766585679cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar.css?ver=1766585679 — 200 — 1.1 KiB — 87 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-featured.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-featured.css?ver=1737751244 — 200 — 891 B — 45 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-tabs.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-tabs.css?ver=1737751244 — 200 — 767 B — 44 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop.css?ver=1737751244 — 200 — 1.0 KiB — 47 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar-home.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/sidebar-home.css?ver=1737751244 — 200 — 384 B — 46 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-webinar.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-webinar.css?ver=1737751244 — 200 — 684 B — 48 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-category.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-category.css?ver=1737751244 — 200 — 521 B — 49 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-book.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/home-book.css?ver=1737751244 — 200 — 637 B — 50 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-post.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-extra-post.css?ver=1737751244 — 200 — 554 B — 51 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-podcast.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/loop-podcast.css?ver=1737751244 — 200 — 1018 B — 52 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/pages/home.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/pages/home.css?ver=1737751244 — 200 — 342 B — 53 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/footer.css?ver=1773137101cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/footer.css?ver=1773137101 — 200 — 1.2 KiB — 54 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/global-non-critical.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/global-non-critical.css?ver=1737751244 — 200 — 963 B — 55 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/ws-form/css/public/public.layout.min.css?ver=1774947774cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/ws-form/css/public/public.layout.min.css?ver=1774947774 — 200 — 1.5 KiB — 56 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/wfs-form-skin.css?ver=1739181802cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/wfs-form-skin.css?ver=1739181802 — 200 — 10.8 KiB — 57 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/wsf-form-classes.css?ver=1741626128cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/wsf-form-classes.css?ver=1741626128 — 200 — 1.8 KiB — 58 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/subscribe-theme-default.css?ver=1762171509cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/subscribe-theme-default.css?ver=1762171509 — 200 — 1.3 KiB — 59 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/subscribe-theme-custom.css?ver=1762170103cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/subscribe-theme-custom.css?ver=1762170103 — 200 — 1.5 KiB — 61 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/buttons.css?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/buttons.css?ver=1737751244 — 200 — 1.3 KiB — 62 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/inputs.css?ver=1766585679cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/inputs.css?ver=1766585679 — 200 — 1.9 KiB — 63 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/experiments/sej-badge.css?ver=1766585679cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/experiments/sej-badge.css?ver=1766585679 — 200 — 362 B — 64 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/utilities.css?ver=1750160836cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/utilities.css?ver=1750160836 — 200 — 3.1 KiB — 65 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/classes.css?ver=1746015352cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/abstracts/classes.css?ver=1746015352 — 200 — 2.4 KiB — 66 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/hello-bar/css/hello-bar_v2.css?ver=1775434816cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/hello-bar/css/hello-bar_v2.css?ver=1775434816 — 200 — 1.2 KiB — 80 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/7aad1183-e1bf-433f-8b3d-092967d8d81f-430-650x340.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/7aad1183-e1bf-433f-8b3d-092967d8d81f-430-650x340.webp — 200 — 19.1 KiB — 337 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2025/03/newsl-1x-265.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2025/03/newsl-1x-265.webp — 200 — 712 B — 65 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/content-add.css?ver=1750160836cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/content-add.css?ver=1750160836 — 200 — 717 B — 34 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/pop-css.css?ver=1757013620cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/pop-css.css?ver=1757013620 — 200 — 3.2 KiB — 35 ms — h2https://btloader.com/tag?o=5132149699641344&upapi=truebtloader.com/tag?o=5132149699641344... https://btloader.com/tag?o=5132149699641344&upapi=true — 200 — 30.6 KiB — 91 ms — h2https://js.hs-scripts.com/45875037.js?ver=3js.hs-scripts.com/45875037.js?ver=3 https://js.hs-scripts.com/45875037.js?ver=3 — 200 — 1.1 KiB — 88 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.0 KiB — 147 ms — h3https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/infinte-scroll/js/prebid/prebid10.9.0.jscdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/infinte-scroll/js/prebid/prebid10.9.0.js — 200 — 151.4 KiB — 80 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/infinte-scroll/hb/hb_js.js?ver=1776203602cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/infinte-scroll/hb/hb_js.js?ver=1776203602 — 200 — 10.5 KiB — 45 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/infinte-scroll/js/observer-lazy-load-a.js?ver=1774286567cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/infinte-scroll/js/observer-lazy-load-a.js?ver=1774286567 — 200 — 5.2 KiB — 77 ms — h2https://cdn.debugbear.com/7p8x7Ab0krHb.jscdn.debugbear.com/7p8x7Ab0krHb.js https://cdn.debugbear.com/7p8x7Ab0krHb.js — 200 — 14.3 KiB — 69 ms — h3https://cmp.uniconsent.com/v2/main-v5.min.js?v=070701cmp.uniconsent.com/v2/main-v5.min.j... https://cmp.uniconsent.com/v2/main-v5.min.js?v=070701 — 200 — 70.8 KiB — 92 ms — h3https://www.searchenginejournal.com/M9sY8PVm6js.js?ts=64468www.searchenginejournal.com/M9sY8PV... https://www.searchenginejournal.com/M9sY8PVm6js.js?ts=64468 — 200 — 304 B — 79 ms — h2https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Nav_Barwww.searchenginejournal.com/wp-json... https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Nav_Bar — 200 — 20.8 KiB — 43 ms — h2https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Top_Desktop_970x200www.searchenginejournal.com/wp-json... https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Top_Desktop_970x200 — 200 — 20.8 KiB — 80 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/jquery/jquery-3.6.1.min.js?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/jquery/jquery-3.6.1.min.js?ver=1737751244 — 200 — 35.6 KiB — 69 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/wp-sentry-integration/public/wp-sentry-browser.tracing.min.js?ver=1762770177cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/wp-sentry-integration/public/wp-sentry-browser.tracing.min.js?ver=1762770177 — 200 — 45.0 KiB — 69 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/wp-sentry-integration/public/wp-sentry-init.js?ver=1762770177cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/wp-sentry-integration/public/wp-sentry-init.js?ver=1762770177 — 200 — 1.1 KiB — 43 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/inter.woff2cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/inter.woff2 — 200 — 37.6 KiB — 229 ms — h2https://www.searchenginejournal.com/icons.svg?ver=145www.searchenginejournal.com/icons.s... https://www.searchenginejournal.com/icons.svg?ver=145 — 200 — 21.4 KiB — 35 ms — h2https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Top_Desktop_970x200www.searchenginejournal.com/wp-json... https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Top_Desktop_970x200 — 200 — 20.8 KiB — 70 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/js/sej-new.js?ver=1775048504cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/js/sej-new.js?ver=1775048504 — 200 — 13.0 KiB — 49 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/js/components/tab-scroll.min.js?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/js/components/tab-scroll.min.js?ver=1737751244 — 200 — 666 B — 43 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/ga/js/pix.js?ver=1771875642cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/ga/js/pix.js?ver=1771875642 — 200 — 1.7 KiB — 42 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/hello-bar/js/hello_b.js?ver=1776755361cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/hello-bar/js/hello_b.js?ver=1776755361 — 200 — 2.8 KiB — 46 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/dm-normal.woff2cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/fonts/dm-normal.woff2 — 200 — 24.7 KiB — 208 ms — h2https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Top_Desktop_970x200www.searchenginejournal.com/wp-json... https://www.searchenginejournal.com/wp-json/sscats/v2/tk/Top_Desktop_970x200 — 200 — 20.8 KiB — 55 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/ga-prom.js?ver=1764094568cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/ga-prom.js?ver=1764094568 — 200 — 1.6 KiB — 39 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/js/frontend.min.js?ver=1765270768cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/js/frontend.min.js?ver=1765270768 — 200 — 1.7 KiB — 45 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/js/cdet.js?ver=1763973845cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/js/cdet.js?ver=1763973845 — 200 — 1.6 KiB — 47 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/nav-bar-1x-82.gifcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/nav-bar-1x-82.gif — 200 — 33.7 KiB — 42 ms — h2https://api.ipify.org/?format=jsonapi.ipify.org/?format=json https://api.ipify.org/?format=json — 200 — 157 B — 193 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/js/ga.js?ver=1771236328cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/js/ga.js?ver=1771236328 — 200 — 2.4 KiB — 40 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/js/efield.js?ver=1771655413cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/js/efield.js?ver=1771655413 — 200 — 2.2 KiB — 41 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej14/js/instapage.js?ver=1763044303cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej14/js/instapage.js?ver=1763044303 — 200 — 1.6 KiB — 42 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/top-desktop-1x-768.pngcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/top-desktop-1x-768.png — 200 — 72.3 KiB — 46 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej14/js/lib/lazyload.js?ver=1737751244cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej14/js/lib/lazyload.js?ver=1737751244 — 200 — 5.2 KiB — 43 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/disp.js?ver=1776755361cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/disp.js?ver=1776755361 — 200 — 1.3 KiB — 44 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/pp.js?ver=1765959838cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/promos/assets/pp.js?ver=1765959838 — 200 — 1.6 KiB — 45 ms — h2https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/js/misc.js?ver=1761584679cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/plugins/abm-sej/includes/js/misc.js?ver=1761584679 — 200 — 2.9 KiB — 46 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/2-1-64-384x200.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/2-1-64-384x200.webp — 200 — 62.9 KiB — 48 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2022/12/heather-campbell-63a41d42954d5-sej-65x65.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2022/12/heather-campbell-63a41d42954d5-sej-65x65.webp — 200 — 1.5 KiB — 49 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/f4e71787-4788-48af-96cf-1b355c5343ef-460-384x202.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/f4e71787-4788-48af-96cf-1b355c5343ef-460-384x202.webp — 200 — 6.8 KiB — 50 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2025/10/Matt-G-Southern-sej-author-65x65.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2025/10/Matt-G-Southern-sej-author-65x65.webp — 200 — 4.1 KiB — 51 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/ecommerce-496-384x202.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/ecommerce-496-384x202.webp — 200 — 6.9 KiB — 53 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2024/01/menachem-ani1-1-65b7d746e0e63-sej-65x65.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2024/01/menachem-ani1-1-65b7d746e0e63-sej-65x65.webp — 200 — 985 B — 53 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/1504c801-90c6-40bd-9985-2ebbadff4e2a-36-384x202.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/1504c801-90c6-40bd-9985-2ebbadff4e2a-36-384x202.webp — 200 — 6.5 KiB — 54 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/03/engines-trust-4-384x202.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/03/engines-trust-4-384x202.webp — 200 — 8.0 KiB — 55 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2025/01/471924526_1662941367678094_1755143571642312766_n-46-65x65.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2025/01/471924526_1662941367678094_1755143571642312766_n-46-65x65.webp — 200 — 1.5 KiB — 56 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/ai-search-seo-406-384x202.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/ai-search-seo-406-384x202.webp — 200 — 10.1 KiB — 59 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2024/01/roger-montti-2023-65a654741c05e-sej-65x65.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2024/01/roger-montti-2023-65a654741c05e-sej-65x65.webp — 200 — 1.4 KiB — 60 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/03/featured-311-384x200.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/03/featured-311-384x200.webp — 200 — 30.2 KiB — 61 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/featured-copy-121-384x200.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/featured-copy-121-384x200.webp — 200 — 32.8 KiB — 62 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/featured-636-384x200.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/featured-636-384x200.webp — 200 — 29.5 KiB — 63 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/02/accountability-gap-564-384x202.webpcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/02/accountability-gap-564-384x202.webp — 200 — 7.4 KiB — 63 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2025/06/footer-video.mp4cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2025/06/footer-video.mp4 — 206 — 6.2 MiB — 64 ms — h2https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/print.css?ver=183cdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/themes/sej/css/components/print.css?ver=183 — 200 — 2.1 KiB — 64 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/top-desktop-1x-768.pngcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/top-desktop-1x-768.png — 200 — 0 B — 0 ms — h2https://o4510320006397952.ingest.us.sentry.io/api/4510320136421376/envelope/?sentry_version=7&sentry_key=ce1a6e4081594e5e6d533e8e4fc66a0c&sentry_client=sentry.javascript.browser%2F8.55.0o4510320006397952.ingest.us.sentry.... https://o4510320006397952.ingest.us.sentry.io/api/4510320136421376/envelope/?sentry_version=7&sentry_key=ce1a6e4081594e5e6d533e8e4fc66a0c&sentry_client=sentry.javascript.browser%2F8.55.0 — 200 — 300 B — 80 ms — h2https://js.hsforms.net/forms/embed/v2.jsjs.hsforms.net/forms/embed/v2.js https://js.hsforms.net/forms/embed/v2.js — 200 — 192.8 KiB — 124 ms — h3https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/top-desktop-1x-768.pngcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2026/04/top-desktop-1x-768.png — 200 — 0 B — 0 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.2 KiB — 92 ms — h2https://js.hs-analytics.net/analytics/1776802200000/45875037.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776802200000/45875037.js — 200 — 45.8 KiB — 84 ms — h2https://js.hs-banner.com/v2/45875037/banner.jsjs.hs-banner.com/v2/45875037/banner... https://js.hs-banner.com/v2/45875037/banner.js — 200 — 24.1 KiB — 91 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.16167214665673013ad-delivery.net/px.gif?ch=2&e=0.161... https://ad-delivery.net/px.gif?ch=2&e=0.16167214665673013 — 200 — 611 B — 68 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7758207879449565ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7758207879449565 — 200 — 129 B — 72 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.2195315176030771ad-delivery.net/px.gif?ch=1&e=0.219... https://ad-delivery.net/px.gif?ch=1&e=0.2195315176030771 — 200 — 109 B — 64 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 178 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 779 B — 69 ms — h2https://cdn.api.btloader.com/device?orgid=5132149699641344&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5Dcdn.api.btloader.com/device?orgid=5... https://cdn.api.btloader.com/device?orgid=5132149699641344&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D — 200 — 332 B — 88 ms — h2https://btloader.com/trustedIframe.html?o=5132149699641344&upapi=truebtloader.com/trustedIframe.html?o=5... https://btloader.com/trustedIframe.html?o=5132149699641344&upapi=true — 200 — 2.2 KiB — 73 ms — h2https://cmp.uniconsent.com/v2/7d36e67838/config.jsoncmp.uniconsent.com/v2/7d36e67838/co... https://cmp.uniconsent.com/v2/7d36e67838/config.json — 200 — 1.3 KiB — 75 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 75 ms — h3https://forms.hsforms.com/embed/v3/form/45875037/5be3e0dc-b637-4fc9-a77e-bc17211018d0/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/458... https://forms.hsforms.com/embed/v3/form/45875037/5be3e0dc-b637-4fc9-a77e-bc17211018d0/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 2.6 KiB — 163 ms — h3https://forms.hsforms.com/embed/v3/form/45875037/ee1accaf-2718-4234-85bb-3c72f2a5144d/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/458... https://forms.hsforms.com/embed/v3/form/45875037/ee1accaf-2718-4234-85bb-3c72f2a5144d/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 2.5 KiB — 169 ms — h3https://api.btloader.com/exd?tid=qYnO80r6y-OcJkWUNIE-9db1aaa2dc&sid=aNWzihCnm-PUHvaBHc-9db1aaa2dc&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=qYnO80r6y-... https://api.btloader.com/exd?tid=qYnO80r6y-OcJkWUNIE-9db1aaa2dc&sid=aNWzihCnm-PUHvaBHc-9db1aaa2dc&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 128 B — 243 ms — h2https://cmp.uniconsent.com/json/cmp.uniconsent.com/json/ https://cmp.uniconsent.com/json/ — 200 — 633 B — 74 ms — h3https://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://cmp.uniconsent.com/v3/vendor-list.jsoncmp.uniconsent.com/v3/vendor-list.j... https://cmp.uniconsent.com/v3/vendor-list.json — 200 — 133.9 KiB — 508 ms — h3https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250 — 200 — 130 B — 26 ms — h3https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=45875037&currentUrl=https%3A%2F%2Fwww.searchenginejournal.com%2Fcta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=45875037&currentUrl=https%3A%2F%2Fwww.searchenginejournal.com%2F — 200 — 1.1 KiB — 148 ms — h2https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1 — 200 — 429 B — 145 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.8297748486442862ad-delivery.net/px.gif?ch=1&e=0.829... https://ad-delivery.net/px.gif?ch=1&e=0.8297748486442862 — 200 — 110 B — 23 ms — h2https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1 — 200 — 393 B — 168 ms — h3https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1perf-na1.hsforms.com/embed/v3/count... https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1 — 200 — 391 B — 152 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-M2HM2DBwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-M2HM2DB — 200 — 169.1 KiB — 149 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.8274322449372956ad-delivery.net/px.gif?ch=2&e=0.827... https://ad-delivery.net/px.gif?ch=2&e=0.8274322449372956 — 200 — 110 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.13781353694286924ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.13781353694286924 — 200 — 129 B — 25 ms — h3https://www.googletagmanager.com/gtag/js?id=G-HQ27BEEX4K&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HQ27BEEX4K&cx=c&gtm=4e64h1 — 200 — 147.5 KiB — 65 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8FYBBBFMTF&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8FYBBBFMTF&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 44 ms — h2https://www.googletagmanager.com/gtag/js?id=G-9YQD39V3L7&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9YQD39V3L7&cx=c&gtm=4e64h1 — 200 — 146.9 KiB — 79 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TJPZMKSHES&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TJPZMKSHES&cx=c&gtm=4e64h1 — 200 — 168.5 KiB — 69 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S08JX510ES&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S08JX510ES&cx=c&gtm=4e64h1 — 200 — 150.4 KiB — 71 ms — h2https://sc.lfeeder.com/lftracker_v1_ywVkO4XKPNd7Z6Bj.jssc.lfeeder.com/lftracker_v1_ywVkO4X... https://sc.lfeeder.com/lftracker_v1_ywVkO4XKPNd7Z6Bj.js — 200 — 11.3 KiB — 61 ms — h2https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.jscdn.jsdelivr.net/npm/@growthbook/gr... https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js — 200 — 16.7 KiB — 38 ms — h2https://cmp.uniconsent.com/v2/7d36e67838/additional-consent-providers.jsoncmp.uniconsent.com/v2/7d36e67838/ad... https://cmp.uniconsent.com/v2/7d36e67838/additional-consent-providers.json — 200 — 18.9 KiB — 53 ms — h3https://cdn.growthbook.io/api/features/sdk-wYNcOPR6KPEG2zsncdn.growthbook.io/api/features/sdk-... https://cdn.growthbook.io/api/features/sdk-wYNcOPR6KPEG2zsn — 200 — 515 B — 12 ms — h2https://cdn.growthbook.io/sub/sdk-wYNcOPR6KPEG2zsncdn.growthbook.io/sub/sdk-wYNcOPR6K... https://cdn.growthbook.io/sub/sdk-wYNcOPR6KPEG2zsn — 200 — 118 B — 2 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.searchenginejournal.com%2F&scrsrc=www.googletagmanager.com&rnd=194970284.1776802244&navt=n&npa=1&us_privacy=error&gdpr=1&gdpr_consent=CQjA2wAQjA2wABEADBENCbFgAAAAAEPAACiQAAAYuaj-N_-2vLf823v03bI8xi_7_DX3YhiDA2TZtwLmXet2TgPvsJ2aJm1bUwVMiQBdumCQgbaOTGoioFCURArXmHY0JspwnaUT8DJEOYyxtawELjfNxbGsgEzxdX_7q77Mj9b27X9s7nlt3DPfu16_clqoTE6Uw9aO_f4yCcn9-Qp7_j9_xfx-Y3SJN48lrf_atbbxu71xef-7Tdjb8nk-_3____3v-92v_-9__vv_9Uuv_X3___________-___________7_-AAA.IMXNR_G__bXlv-bb36btkeYxf9_hr7sQxBgbJs24FzLvW7JwH32E7NEzatqYKmRIAu3TBIQNtHJjURUChKIgVrzDsaE2U4TtKJ-BkiHMZY2tYCFxvm4tjWQCZ4ur_91d9mR-t7dr-2dzy27hnv3a9fuS1UJidKYetHfv8ZBOT-_IU9_x-_4v4_MbpEm8eS1v_tWtt43d64vP_dpuxt-Tyff7____73_e7X__e__33_-qXX_r7____________f__________9__A.YAAACHgAAAAAAAAAAAAA&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v836266955za200zd836266955xea&gcs=G101&gcd=13q3t3q2q5l1&dma_cps=-&dma=1&tcfd=1145b&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776802244317&tfd=1809pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.searchenginejournal.com%2F&scrsrc=www.googletagmanager.com&rnd=194970284.1776802244&navt=n&npa=1&us_privacy=error&gdpr=1&gdpr_consent=CQjA2wAQjA2wABEADBENCbFgAAAAAEPAACiQAAAYuaj-N_-2vLf823v03bI8xi_7_DX3YhiDA2TZtwLmXet2TgPvsJ2aJm1bUwVMiQBdumCQgbaOTGoioFCURArXmHY0JspwnaUT8DJEOYyxtawELjfNxbGsgEzxdX_7q77Mj9b27X9s7nlt3DPfu16_clqoTE6Uw9aO_f4yCcn9-Qp7_j9_xfx-Y3SJN48lrf_atbbxu71xef-7Tdjb8nk-_3____3v-92v_-9__vv_9Uuv_X3___________-___________7_-AAA.IMXNR_G__bXlv-bb36btkeYxf9_hr7sQxBgbJs24FzLvW7JwH32E7NEzatqYKmRIAu3TBIQNtHJjURUChKIgVrzDsaE2U4TtKJ-BkiHMZY2tYCFxvm4tjWQCZ4ur_91d9mR-t7dr-2dzy27hnv3a9fuS1UJidKYetHfv8ZBOT-_IU9_x-_4v4_MbpEm8eS1v_tWtt43d64vP_dpuxt-Tyff7____73_e7X__e__33_-qXX_r7____________f__________9__A.YAAACHgAAAAAAAAAAAAA&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v836266955za200zd836266955xea&gcs=G101&gcd=13q3t3q2q5l1&dma_cps=-&dma=1&tcfd=1145b&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776802244317&tfd=1809 — 200 — 21 B — 89 ms — h3https://tr-rc.lfeeder.com/?sid=ywVkO4XKPNd7Z6Bj&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ2FNZWFzdXJlbWVudElkcyI6WyJHLThGWUJCQkZNVEYiLCJHLUhRMjdCRUVYNEsiLCJHLTlZUUQzOVYzTDciLCJHLVRKUFpNS1NIRVMiXSwiZ2FDbGllbnRJZHMiOltdLCJjb250ZXh0Ijp7ImxpYnJhcnkiOnsibmFtZSI6ImxmdHJhY2tlciIsInZlcnNpb24iOiIyLjcwLjAifSwicGFnZVVybCI6Imh0dHBzOi8vd3d3LnNlYXJjaGVuZ2luZWpvdXJuYWwuY29tLyIsInBhZ2VUaXRsZSI6IlNlYXJjaCBFbmdpbmUgSm91cm5hbCAtIFNFTywgU2VhcmNoIE1hcmtldGluZyBOZXdzIGFuZCBUdXRvcmlhbHMiLCJyZWZlcnJlciI6IiJ9LCJldmVudCI6InRyYWNraW5nLWV2ZW50IiwiY2xpZW50RXZlbnRJZCI6IjdmOTRkNGMzZGU0ZjNmNjEiLCJzY3JpcHRJZCI6Inl3VmtPNFhLUE5kN1o2QmoiLCJjb29raWVzRW5hYmxlZCI6dHJ1ZSwiY29uc2VudExldmVsIjoibm9uZSIsImFub255bWl6ZUlwIjpmYWxzZSwibGZDbGllbnRJZCI6IkxGMS4xLmExYzUwY2NjZDRjOWRkMWIuMTc3NjgwMjI0NDM4OCIsImZvcmVpZ25Db29raWVzIjpbXSwicHJvcGVydGllcyI6e30sImF1dG9UcmFja2luZ0VuYWJsZWQiOnRydWUsImF1dG9UcmFja2luZ01vZGUiOiJvbl9zY3JpcHRfbG9hZCJ9tr-rc.lfeeder.com/?sid=ywVkO4XKPNd7... https://tr-rc.lfeeder.com/?sid=ywVkO4XKPNd7Z6Bj&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ2FNZWFzdXJlbWVudElkcyI6WyJHLThGWUJCQkZNVEYiLCJHLUhRMjdCRUVYNEsiLCJHLTlZUUQzOVYzTDciLCJHLVRKUFpNS1NIRVMiXSwiZ2FDbGllbnRJZHMiOltdLCJjb250ZXh0Ijp7ImxpYnJhcnkiOnsibmFtZSI6ImxmdHJhY2tlciIsInZlcnNpb24iOiIyLjcwLjAifSwicGFnZVVybCI6Imh0dHBzOi8vd3d3LnNlYXJjaGVuZ2luZWpvdXJuYWwuY29tLyIsInBhZ2VUaXRsZSI6IlNlYXJjaCBFbmdpbmUgSm91cm5hbCAtIFNFTywgU2VhcmNoIE1hcmtldGluZyBOZXdzIGFuZCBUdXRvcmlhbHMiLCJyZWZlcnJlciI6IiJ9LCJldmVudCI6InRyYWNraW5nLWV2ZW50IiwiY2xpZW50RXZlbnRJZCI6IjdmOTRkNGMzZGU0ZjNmNjEiLCJzY3JpcHRJZCI6Inl3VmtPNFhLUE5kN1o2QmoiLCJjb29raWVzRW5hYmxlZCI6dHJ1ZSwiY29uc2VudExldmVsIjoibm9uZSIsImFub255bWl6ZUlwIjpmYWxzZSwibGZDbGllbnRJZCI6IkxGMS4xLmExYzUwY2NjZDRjOWRkMWIuMTc3NjgwMjI0NDM4OCIsImZvcmVpZ25Db29raWVzIjpbXSwicHJvcGVydGllcyI6e30sImF1dG9UcmFja2luZ0VuYWJsZWQiOnRydWUsImF1dG9UcmFja2luZ01vZGUiOiJvbl9zY3JpcHRfbG9hZCJ9 — 200 — 319 B — 94 ms — h2https://cmp.uniconsent.com/v2/vendors-v5.js?v=260301cmp.uniconsent.com/v2/vendors-v5.js... https://cmp.uniconsent.com/v2/vendors-v5.js?v=260301 — 200 — 25.0 KiB — 48 ms — h3https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802244581&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802244581&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15 — 200 — 746 B — 200 ms — h2https://track.hubspot.com/__ptq.gif?k=15&fi=5be3e0dc-b637-4fc9-a77e-bc17211018d0&fci=c6cd8b46-b43c-4411-a780-7cbfd43ffb1d&ft=0&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802244585&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15track.hubspot.com/__ptq.gif?k=15&fi... https://track.hubspot.com/__ptq.gif?k=15&fi=5be3e0dc-b637-4fc9-a77e-bc17211018d0&fci=c6cd8b46-b43c-4411-a780-7cbfd43ffb1d&ft=0&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802244585&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15 — 200 — 1.1 KiB — 162 ms — h2https://track.hubspot.com/__ptq.gif?k=15&fi=ee1accaf-2718-4234-85bb-3c72f2a5144d&fci=a421402f-811a-4ea0-a357-b98cdcc22548&ft=0&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802244585&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15track.hubspot.com/__ptq.gif?k=15&fi... https://track.hubspot.com/__ptq.gif?k=15&fi=ee1accaf-2718-4234-85bb-3c72f2a5144d&fci=a421402f-811a-4ea0-a357-b98cdcc22548&ft=0&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802244585&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15 — 200 — 748 B — 165 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.7764582018889317ad-delivery.net/px.gif?ch=2&e=0.776... https://ad-delivery.net/px.gif?ch=2&e=0.7764582018889317 — 200 — 135 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.660755466536693ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.660755466536693 — 200 — 129 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.9556085668722998ad-delivery.net/px.gif?ch=1&e=0.955... https://ad-delivery.net/px.gif?ch=1&e=0.9556085668722998 — 200 — 110 B — 21 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 2 ms — h2https://cdn.searchenginejournal.com/wp-content/uploads/2020/01/sej-5e26ffd8aa1d8.pngcdn.searchenginejournal.com/wp-cont... https://cdn.searchenginejournal.com/wp-content/uploads/2020/01/sej-5e26ffd8aa1d8.png — 200 — 3.3 KiB — 35 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.7184451429951689ad-delivery.net/px.gif?ch=1&e=0.718... https://ad-delivery.net/px.gif?ch=1&e=0.7184451429951689 — 200 — 110 B — 22 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.49815354694491676ad-delivery.net/px.gif?ch=2&e=0.498... https://ad-delivery.net/px.gif?ch=2&e=0.49815354694491676 — 200 — 135 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.30216628231606046ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.30216628231606046 — 200 — 129 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.2833531495531324ad-delivery.net/px.gif?ch=2&e=0.283... https://ad-delivery.net/px.gif?ch=2&e=0.2833531495531324 — 200 — 110 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.8805039125622192ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.8805039125622192 — 200 — 129 B — 25 ms — h3https://cmp.uniconsent.com/v2/edgecmp.uniconsent.com/v2/edge https://cmp.uniconsent.com/v2/edge — 204 — 481 B — 38 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.7157239907448938ad-delivery.net/px.gif?ch=2&e=0.715... https://ad-delivery.net/px.gif?ch=2&e=0.7157239907448938 — 200 — 111 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.25213509366728093ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.25213509366728093 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.986784046770257ad-delivery.net/px.gif?ch=2&e=0.986... https://ad-delivery.net/px.gif?ch=2&e=0.986784046770257 — 200 — 136 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.4798483001991406ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.4798483001991406 — 200 — 129 B — 25 ms — h3https://api.btloader.com/country?o=5132149699641344api.btloader.com/country?o=51321496... https://api.btloader.com/country?o=5132149699641344 — 200 — 153 B — 122 ms — h2https://api.btloader.com/pv?nlf=false&tid=qYnO80r6y-OcJkWUNIE-9db1aaa2dc&sid=aNWzihCnm-PUHvaBHc-9db1aaa2dc&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=q... https://api.btloader.com/pv?nlf=false&tid=qYnO80r6y-OcJkWUNIE-9db1aaa2dc&sid=aNWzihCnm-PUHvaBHc-9db1aaa2dc&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 123 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-TJPZMKSHES&gtm=45je64h1v874297284z8836266955za20gzb836266955zd836266955&_p=1776802243771&gcs=G101&gcd=13q3tPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1145r&_eu=EAAAAGA&are=1&cid=905033074.1776802247&frm=0&ir=1&pscdl=denied&rcb=6&sr=800x600&tt=ext&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~118128922~118463261&dl=https%3A%2F%2Fwww.searchenginejournal.com%2F&sid=1776802244&sct=1&seg=0&dt=Search%20Engine%20Journal%20-%20SEO%2C%20Search%20Marketing%20News%20and%20Tutorials&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.author_name=search%20engine%20journal&ep.publish_year=&ep.article_all_categories=home-page&ep.article_word_count=&ep.publish_year_month=&ep.content_type=home%20page&ep.primary_categories=home%20page&ep.content_group=home%20page&ep.sponsored_content_type=&ep.is_refresh=&ep.content_sections=home&ep.has_summary=&ep.article_type=other&ep.audience_profile=&ep.page_type=Home%20Page&ep.editorial_notes_author_type=&ep.editorial_notes_new_refresh=&ep.editorial_notes_type_of_article=&ep.has_toc=&tfd=4973region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-TJPZMKSHES&gtm=45je64h1v874297284z8836266955za20gzb836266955zd836266955&_p=1776802243771&gcs=G101&gcd=13q3tPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1145r&_eu=EAAAAGA&are=1&cid=905033074.1776802247&frm=0&ir=1&pscdl=denied&rcb=6&sr=800x600&tt=ext&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~118128922~118463261&dl=https%3A%2F%2Fwww.searchenginejournal.com%2F&sid=1776802244&sct=1&seg=0&dt=Search%20Engine%20Journal%20-%20SEO%2C%20Search%20Marketing%20News%20and%20Tutorials&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.author_name=search%20engine%20journal&ep.publish_year=&ep.article_all_categories=home-page&ep.article_word_count=&ep.publish_year_month=&ep.content_type=home%20page&ep.primary_categories=home%20page&ep.content_group=home%20page&ep.sponsored_content_type=&ep.is_refresh=&ep.content_sections=home&ep.has_summary=&ep.article_type=other&ep.audience_profile=&ep.page_type=Home%20Page&ep.editorial_notes_author_type=&ep.editorial_notes_new_refresh=&ep.editorial_notes_type_of_article=&ep.has_toc=&tfd=4973 — 204 — 558 B — 66 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-S08JX510ES&gtm=45je64h1v9103719431z8836266955za20gzb836266955zd836266955&_p=1776802243771&gcs=G101&gcd=13q3tPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1145r&are=1&cid=905033074.1776802247&frm=0&pscdl=denied&rcb=0&sr=800x600&tt=ext&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~117266400&dl=https%3A%2F%2Fwww.searchenginejournal.com%2F&sid=1776802244&sct=1&seg=0&dt=Search%20Engine%20Journal%20-%20SEO%2C%20Search%20Marketing%20News%20and%20Tutorials&_tu=CA&en=page_view&_fv=1&_ss=1&ep.author_name=search%20engine%20journal&ep.publish_year=&ep.article_all_categories=home-page&ep.article_word_count=&ep.publish_year_month=&ep.content_type=home%20page&ep.primary_categories=home%20page&ep.content_group=home%20page&ep.sponsored_content_type=&ep.is_refresh=&ep.content_sections=home&ep.has_summary=&ep.article_type=other&ep.audience_profile=&ep.page_type=Home%20Page&ep.editorial_notes_author_type=&ep.editorial_notes_new_refresh=&ep.editorial_notes_type_of_article=&tfd=4988region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-S08JX510ES&gtm=45je64h1v9103719431z8836266955za20gzb836266955zd836266955&_p=1776802243771&gcs=G101&gcd=13q3tPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1145r&are=1&cid=905033074.1776802247&frm=0&pscdl=denied&rcb=0&sr=800x600&tt=ext&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~117266400&dl=https%3A%2F%2Fwww.searchenginejournal.com%2F&sid=1776802244&sct=1&seg=0&dt=Search%20Engine%20Journal%20-%20SEO%2C%20Search%20Marketing%20News%20and%20Tutorials&_tu=CA&en=page_view&_fv=1&_ss=1&ep.author_name=search%20engine%20journal&ep.publish_year=&ep.article_all_categories=home-page&ep.article_word_count=&ep.publish_year_month=&ep.content_type=home%20page&ep.primary_categories=home%20page&ep.content_group=home%20page&ep.sponsored_content_type=&ep.is_refresh=&ep.content_sections=home&ep.has_summary=&ep.article_type=other&ep.audience_profile=&ep.page_type=Home%20Page&ep.editorial_notes_author_type=&ep.editorial_notes_new_refresh=&ep.editorial_notes_type_of_article=&tfd=4988 — 204 — 48 B — 51 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-HQ27BEEX4K&gtm=45je64h1v9103445471z8836266955za20gzb836266955zd836266955&_p=1776802243771&gcs=G101&gcd=13q3tPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1145r&are=1&cid=905033074.1776802247&frm=0&pscdl=denied&rcb=2&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~117266400&dl=%2Ftkk_nav_bar_https%3A%2F%2Fwww.searchenginejournal.com%2Fwebinar-lp-300-successful-webinars-350k-leads-sejs-strategy-revealed%2F--itm_source%3Dwebsite%26itm_medium%3Dtakeover-pop%26itm_campaign%3Dwebinar-sej-042326&dt=2026%20webinar-sej%3A%20april%2020%20-%20april%2027&sid=1776802248&sct=1&seg=0&_tu=CA&en=page_view&_fv=1&_ss=1&ep.takeover_advertiser=SEJ&ep.takeover_name=2026%20WEBINAR-SEJ%3A%20APRIL%2020%20-%20APRIL%2027&ep.takeover_topic=SEO&ep.page_category_ad_displayed=HOME&ep.takeover_placement=nav_bar&ep.event_t_path_name=%2F&ep.virtualpagtitle_parent=2026%20WEBINAR-SEJ%3A%20APRIL%2020%20-%20APRIL%2027&ep.takeover_campaign_type=webinar&ep.takeover_campaign_hostname=www.searchenginejournal.com&tfd=5547region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-HQ27BEEX4K&gtm=45je64h1v9103445471z8836266955za20gzb836266955zd836266955&_p=1776802243771&gcs=G101&gcd=13q3tPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1145r&are=1&cid=905033074.1776802247&frm=0&pscdl=denied&rcb=2&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~117266400&dl=%2Ftkk_nav_bar_https%3A%2F%2Fwww.searchenginejournal.com%2Fwebinar-lp-300-successful-webinars-350k-leads-sejs-strategy-revealed%2F--itm_source%3Dwebsite%26itm_medium%3Dtakeover-pop%26itm_campaign%3Dwebinar-sej-042326&dt=2026%20webinar-sej%3A%20april%2020%20-%20april%2027&sid=1776802248&sct=1&seg=0&_tu=CA&en=page_view&_fv=1&_ss=1&ep.takeover_advertiser=SEJ&ep.takeover_name=2026%20WEBINAR-SEJ%3A%20APRIL%2020%20-%20APRIL%2027&ep.takeover_topic=SEO&ep.page_category_ad_displayed=HOME&ep.takeover_placement=nav_bar&ep.event_t_path_name=%2F&ep.virtualpagtitle_parent=2026%20WEBINAR-SEJ%3A%20APRIL%2020%20-%20APRIL%2027&ep.takeover_campaign_type=webinar&ep.takeover_campaign_hostname=www.searchenginejournal.com&tfd=5547 — 204 — 48 B — 26 ms — h2https://track.hubspot.com/__ptbe.gif?n=pe45875037_internal_takeover_impressions&_takeover_advertiser=sej&_takeover_campaign_name=2026+webinar-sej%3A+april+20+-+april+27&_takeover_topic=seo&_takeover_displayed_page_category=home&_takeover_placement=&_takeover_campaign_type=webinar&_takeover_campaign_hostname=www.searchenginejournal.com&_takeover_page_path_slug=%2F&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802248543&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15track.hubspot.com/__ptbe.gif?n=pe45... https://track.hubspot.com/__ptbe.gif?n=pe45875037_internal_takeover_impressions&_takeover_advertiser=sej&_takeover_campaign_name=2026+webinar-sej%3A+april+20+-+april+27&_takeover_topic=seo&_takeover_displayed_page_category=home&_takeover_placement=&_takeover_campaign_type=webinar&_takeover_campaign_hostname=www.searchenginejournal.com&_takeover_page_path_slug=%2F&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=45875037&rcu=https%3A%2F%2Fwww.searchenginejournal.com%2F&pu=https%3A%2F%2Fwww.searchenginejournal.com%2F&t=Search+Engine+Journal+-+SEO%2C+Search+Marketing+News+and+Tutorials&cts=1776802248543&vi=f5960b991d3172e7cd57a424adf83dc5&nc=true&u=145590635.f5960b991d3172e7cd57a424adf83dc5.1776802244579.1776802244579.1776802244579.1&b=145590635.1.1776802244579&cc=15 — 200 — 780 B — 132 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1351ms · 969KB · £7/mo
cdn.searchenginejournal.com
Other
Costly
Execution 339ms
Transfer 45 KB
Unused 49%
Monthly Cost £2/mo
www.searchenginejournal.com
Other
Costly
Execution 275ms
Transfer 58 KB
Monthly Cost £1/mo
Unattributable
Other
Costly
Execution 235ms
Transfer 0 KB
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 117ms
Transfer 150 KB
Unused 38%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 108ms
Transfer 169 KB
Unused 34%
Monthly Cost £1/mo
HubSpot Analytics
Analytics
Optional
Execution 106ms
Transfer 46 KB
Unused 51%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 168 KB
Unused 36%
Monthly Cost £0/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 58ms
Transfer 188 KB
Unused 75%
Monthly Cost £0/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 145 KB
Unused 48%
Monthly Cost £0/mo

These scripts may cost more than they're worth

  • cdn.searchenginejournal.com adds 339ms and costs ~£2/month
  • www.searchenginejournal.com adds 275ms and costs ~£1/month
  • Unattributable adds 235ms and costs ~£1/month

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

Why this matters

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

Learn more

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

Source: web.dev

cdn.searchenginejournal.com takes 339ms 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

www.searchenginejournal.com takes 275ms 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

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

51% of HubSpot Analytics'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 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

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