Skip to content
https://whatismyipaddress.com

Performance

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

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

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

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.22 s

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

5.22 s

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

106 ms

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

0.018

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

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

5.26 s

Page Load Progression

427 ms
854 ms
1.3 s
1.7 s
2.1 s
2.6 s
3.0 s
3.4 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
5.5 MB transferred, 123 requests
FIX
5.5 MB transferred, 123 requests
Critical::
Page weighs 13.2 MB (5.5 MB transferred)
Warning::
Images are 2.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.3 MB
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
Fonts are 215 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 215 KB
Warning::
123 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.5 MB / 2.4 MB budget
5.5 MB transferred
123 requests
1.2 g CO2 per page load
Images 2.3 MiB 41%
JavaScript 1.8 MiB 32%
Other 968.8 KiB 17%
Fonts 214.9 KiB 4%
Other 125.3 KiB 2%
Other 86.2 KiB 2%
CSS 83.5 KiB 1%
HTML 20.8 KiB 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
87% third-party, 0 ms blocking
FIX
87% third-party, 0 ms blocking
Warning::
Third-party code accounts for 87% of page weight (4.8 MiB of 5.5 MiB)
Info::
Third-party blocking time is low (0 ms)
87%
First-party Third-party
F
JS Bundles
Action
29 scripts, 973 KB unused
FIX
29 scripts, 973 KB unused
Warning::
https://a.pub.network/whatismyipaddress-com/prebid...: 153 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 143 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://a.pub.network/whatismyipaddress-com/pubfig...: 129 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://whatismyipaddress.com/maplibre/maplibre-gl...: 126 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DHL4...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 973 KB
973 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://a.pub.network/whatismyipaddress-com/prebid.js187 KB153 KB (82%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31098007188 KB143 KB (76%)3rd
https://a.pub.network/whatismyipaddress-com/pubfig.engine.js159 KB129 KB (81%)3rd
https://whatismyipaddress.com/maplibre/maplibre-gl.js236 KB126 KB (53%)1st
https://www.googletagmanager.com/gtag/js?id=G-DHL4YQEJFS&cx=c&gtm=4e64k1173 KB71 KB (41%)3rd
https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=whatismyipaddress.com130 KB65 KB (50%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TQHWFLGG122 KB63 KB (51%)3rd
https://whatismyipaddress.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp84 KB56 KB (67%)1st
https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js108 KB50 KB (46%)3rd
https://app.fusebox.fm/embed/player.js150 KB45 KB (30%)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
123 resources · 5.5 MB · 973 KB savings available
FIX
123 resources · 5.5 MB · 973 KB savings available
Warning::
Page weight 4.5 MB over 1MB target
Got: 5.5 MB Expected: ≤ 1 MB
Info::
~973 KB of savings available
Warning::
80 third-party resources (87% of weight)
Info::
2 resources over 200KB
123 resources · 5.5 MiB · 80 third-party 4.5 MiB over 1MB target
Image 47% · 2.6 MiB
JavaScript 33% · 1.8 MiB
Other 14% · 807.3 KiB
Font 4% · 214.9 KiB
CSS 1% · 83.5 KiB
Document 0% · 20.8 KiB

~972.7 KiB of savings available

Remove unused JavaScript: 972.7 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.

C
Image Optimization
Action
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://whatismyipaddress.com/wp-content/uploads/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
31 images 2.3 MB
0 oversized -0 KB
17 legacy format
11 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1868ms total JS execution
REVIEW
1868ms total JS execution
Warning::
https://whatismyipaddress.com/maplibre/maplibre-gl...: 806ms CPU time
Warning::
Unattributable: 278ms CPU time
Warning::
https://whatismyipaddress.com/: 267ms CPU time
Info::
https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js: 144ms CPU time
Info::
https://app.fusebox.fm/embed/player.js: 134ms CPU time
Info::
Third-party scripts: 795ms (43% of total)

Main Thread Breakdown

Script Evaluation 44% Other 36% Style & Layout 10% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://whatismyipaddress.com/maplibre/maplibre-gl.js806ms205ms17ms1st
Unattributable278ms106ms0ms3rd
https://whatismyipaddress.com/267ms45ms2ms1st
https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js144ms116ms9ms3rd
https://app.fusebox.fm/embed/player.js134ms92ms12ms3rd
https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=whatismyipaddress.com118ms88ms9ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=3109800767ms40ms10ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js53ms45ms2ms3rd
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
11 fonts (215 KB)
PASS
11 fonts (215 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

215 KB total

Render-blocking

0

of 11

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 5.2 shttps://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans.1b27f1f0.woff2google-open-sans.1b27f1... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans.1b27f1f0.woff2 — 42.3 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 45 ms — font-display: swaphttps://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans-italic.56a286b3.woffgoogle-open-sans-italic... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans-italic.56a286b3.woff — 17.7 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIUwaEQbjB_mQ.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIUwaEQbjB_mQ.woff2 — 5.0 KiB — 38 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIUwaEQbjB_mQ.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIUwaEQbjB_mQ.woff2 — 7.0 KiB — 39 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2 — 13.2 KiB — 37 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewIMUdjFXmQ.woff2memQYaGs126MiZpBA-UFUIc... https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewIMUdjFXmQ.woff2 — 13.9 KiB — 30 ms — font-display: swaphttps://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/webfonts/fa-brands-400.woff2 — 73.8 KiB — 50 ms — font-display: swaphttps://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2KFOlCnqEu92Fr1MmWUlfBBc... https://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2 — 0 B — 71 ms — font-display: swaphttps://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2KFOlCnqEu92Fr1MmEU9fBBc... https://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2 — 0 B — 55 ms — font-display: swaphttps://app.fusebox.fm/fonts/roboto/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2KFOmCnqEu92Fr1Mu4mxKKTU... https://app.fusebox.fm/fonts/roboto/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 — 0 B — 70 ms — font-display: swap
google-open-sans.1b27f1... woff2 swap
Size 42 KB
Load time 41 ms
Start 576 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 45 ms
Start 576 ms
Risk FOUT — text flashes from fallback to web font
google-open-sans-italic... woff swap
Size 18 KB
Load time 32 ms
Start 658 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 5 KB
Load time 38 ms
Start 658 ms
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 7 KB
Load time 39 ms
Start 659 ms
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 37 ms
Start 672 ms
Risk FOUT — text flashes from fallback to web font
memQYaGs126MiZpBA-UFUIc... woff2 swap
Size 14 KB
Load time 30 ms
Start 719 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 74 KB
Load time 50 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmWUlfBBc... woff2 swap
Size 0 KB
Load time 71 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmEU9fBBc... woff2 swap
Size 0 KB
Load time 55 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
KFOmCnqEu92Fr1Mu4mxKKTU... woff2 swap
Size 0 KB
Load time 70 ms
Start 1.7 s
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 ~5 KB and ~10 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
123 requests over 3614ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 5.2 shttps://whatismyipaddress.com// https://whatismyipaddress.com/ — 200 — 17.5 KiB — 1.0 s — h3https://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2ds4.probe.whatismyipaddress.com/ds4... https://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2 — 200 — 178 B — 494 ms — http/1.1https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/src/images/main-logo.png/wp-content/themes/wipa-bb-child/sr... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/src/images/main-logo.png — 200 — 27.7 KiB — 122 ms — h3https://whatismyipaddress.com/temp/fl-builder-css/111.css/temp/fl-builder-css/111.css https://whatismyipaddress.com/temp/fl-builder-css/111.css — 200 — 23.9 KiB — 63 ms — h3https://whatismyipaddress.com/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.4.1/wp-content/themes/bb-theme/css/bas... https://whatismyipaddress.com/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.4.1 — 200 — 9.5 KiB — 61 ms — h3https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C400i&display=swap&ver=6.1.1fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C400i&display=swap&ver=6.1.1 — 200 — 2.2 KiB — 86 ms — h2https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C600%2C700&display=swap&ver=6.1.1fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C600%2C700&display=swap&ver=6.1.1 — 200 — 1.8 KiB — 89 ms — h2https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/css/all.min.css?ver=5.2.4/wp-content/themes/wipa-bb-child/fo... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/css/all.min.css?ver=5.2.4 — 200 — 12.4 KiB — 60 ms — h3https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/css/styles.css?ver=20200930.0921/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/css/styles.css?ver=20200930.0921 — 200 — 12.0 KiB — 61 ms — h3https://whatismyipaddress.com/maplibre/maplibre-gl.css/maplibre/maplibre-gl.css https://whatismyipaddress.com/maplibre/maplibre-gl.css — 200 — 9.4 KiB — 75 ms — h3https://whatismyipaddress.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp/wp-includes/js/jquery/jquery.js?ve... https://whatismyipaddress.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp — 200 — 84.0 KiB — 94 ms — h3https://whatismyipaddress.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1/wp-includes/js/jquery/jquery-migra... https://whatismyipaddress.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 — 200 — 5.1 KiB — 98 ms — h3https://whatismyipaddress.com/wp-includes/js/imagesloaded.min.js?ver=5.2.4/wp-includes/js/imagesloaded.min.js... https://whatismyipaddress.com/wp-includes/js/imagesloaded.min.js?ver=5.2.4 — 200 — 2.0 KiB — 98 ms — h3https://whatismyipaddress.com/wp-content/plugins/svg-support/js/min/svgs-inline-min.js?ver=1.0.0/wp-content/plugins/svg-support/js/... https://whatismyipaddress.com/wp-content/plugins/svg-support/js/min/svgs-inline-min.js?ver=1.0.0 — 200 — 999 B — 98 ms — h3https://whatismyipaddress.com/maplibre/maplibre-gl.js/maplibre/maplibre-gl.js https://whatismyipaddress.com/maplibre/maplibre-gl.js — 200 — 235.8 KiB — 117 ms — h3https://whatismyipaddress.com/wp-content/uploads/blue-world-map.gif/wp-content/uploads/blue-world-map.... https://whatismyipaddress.com/wp-content/uploads/blue-world-map.gif — 200 — 9.0 KiB — 27 ms — h3data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2ds4.probe.whatismyipaddress.com/ds4... https://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2 — 200 — 229 B — 818 ms — http/1.1https://cmp.inmobi.com/choice/28l20uinHn9Wc/whatismyipaddress.com/choice.js?tag_version=V3cmp.inmobi.com/choice/28l20uinHn9Wc... https://cmp.inmobi.com/choice/28l20uinHn9Wc/whatismyipaddress.com/choice.js?tag_version=V3 — 200 — 2.1 KiB — 130 ms — h2https://a.pub.network/whatismyipaddress-com/pubfig.min.jsa.pub.network/whatismyipaddress-com... https://a.pub.network/whatismyipaddress-com/pubfig.min.js — 200 — 26.3 KiB — 64 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TQHWFLGGwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TQHWFLGG — 200 — 121.8 KiB — 160 ms — h2https://app.fusebox.fm/embed/player.jsapp.fusebox.fm/embed/player.js https://app.fusebox.fm/embed/player.js — 200 — 149.9 KiB — 68 ms — h3https://zipthelake.com/build/0ec3782ba/636086c2c4ed8d84e0e1bdcb4ac44a67478f3.main.jszipthelake.com/build/0ec3782ba/6360... https://zipthelake.com/build/0ec3782ba/636086c2c4ed8d84e0e1bdcb4ac44a67478f3.main.js — 200 — 36.3 KiB — 110 ms — h2blob:https://whatismyipaddress.com/f78821fa-3d30-4d58-8bde-a2cc641ea23dwhatismyipaddress.com/f78821fa-3d30... blob:https://whatismyipaddress.com/f78821fa-3d30-4d58-8bde-a2cc641ea23d — 200 — -1 B — 137 ms — blobhttps://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/search.8b110e11.svg/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/search.8b110e11.svg — 200 — 553 B — 28 ms — h3https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/shield.6313f449.svg/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/shield.6313f449.svg — 200 — 641 B — 28 ms — h3https://map1.whatismyipaddress.com/styles/libertymap1.whatismyipaddress.com/styles/l... https://map1.whatismyipaddress.com/styles/liberty — 200 — 5.5 KiB — 57 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f…www.w3.org/2000/svg' width='29' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f…www.w3.org/2000/svg' width='29' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f… — 200 — 0 B — 0 ms — datahttps://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans.1b27f1f0.woff2/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans.1b27f1f0.woff2 — 200 — 42.3 KiB — 41 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 5.2 shttps://whatismyipaddress.com// https://whatismyipaddress.com/ — 200 — 17.5 KiB — 1.0 s — h3https://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2ds4.probe.whatismyipaddress.com/ds4... https://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2 — 200 — 178 B — 494 ms — http/1.1https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/src/images/main-logo.png/wp-content/themes/wipa-bb-child/sr... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/src/images/main-logo.png — 200 — 27.7 KiB — 122 ms — h3https://whatismyipaddress.com/temp/fl-builder-css/111.css/temp/fl-builder-css/111.css https://whatismyipaddress.com/temp/fl-builder-css/111.css — 200 — 23.9 KiB — 63 ms — h3https://whatismyipaddress.com/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.4.1/wp-content/themes/bb-theme/css/bas... https://whatismyipaddress.com/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.4.1 — 200 — 9.5 KiB — 61 ms — h3https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C400i&display=swap&ver=6.1.1fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C400i&display=swap&ver=6.1.1 — 200 — 2.2 KiB — 86 ms — h2https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C600%2C700&display=swap&ver=6.1.1fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C600%2C700&display=swap&ver=6.1.1 — 200 — 1.8 KiB — 89 ms — h2https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/css/all.min.css?ver=5.2.4/wp-content/themes/wipa-bb-child/fo... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/css/all.min.css?ver=5.2.4 — 200 — 12.4 KiB — 60 ms — h3https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/css/styles.css?ver=20200930.0921/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/css/styles.css?ver=20200930.0921 — 200 — 12.0 KiB — 61 ms — h3https://whatismyipaddress.com/maplibre/maplibre-gl.css/maplibre/maplibre-gl.css https://whatismyipaddress.com/maplibre/maplibre-gl.css — 200 — 9.4 KiB — 75 ms — h3https://whatismyipaddress.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp/wp-includes/js/jquery/jquery.js?ve... https://whatismyipaddress.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp — 200 — 84.0 KiB — 94 ms — h3https://whatismyipaddress.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1/wp-includes/js/jquery/jquery-migra... https://whatismyipaddress.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 — 200 — 5.1 KiB — 98 ms — h3https://whatismyipaddress.com/wp-includes/js/imagesloaded.min.js?ver=5.2.4/wp-includes/js/imagesloaded.min.js... https://whatismyipaddress.com/wp-includes/js/imagesloaded.min.js?ver=5.2.4 — 200 — 2.0 KiB — 98 ms — h3https://whatismyipaddress.com/wp-content/plugins/svg-support/js/min/svgs-inline-min.js?ver=1.0.0/wp-content/plugins/svg-support/js/... https://whatismyipaddress.com/wp-content/plugins/svg-support/js/min/svgs-inline-min.js?ver=1.0.0 — 200 — 999 B — 98 ms — h3https://whatismyipaddress.com/maplibre/maplibre-gl.js/maplibre/maplibre-gl.js https://whatismyipaddress.com/maplibre/maplibre-gl.js — 200 — 235.8 KiB — 117 ms — h3https://whatismyipaddress.com/wp-content/uploads/blue-world-map.gif/wp-content/uploads/blue-world-map.... https://whatismyipaddress.com/wp-content/uploads/blue-world-map.gif — 200 — 9.0 KiB — 27 ms — h3data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2ds4.probe.whatismyipaddress.com/ds4... https://ds4.probe.whatismyipaddress.com/ds4.php?token=50f1a86c769b44ca1463995c8fa508a2 — 200 — 229 B — 818 ms — http/1.1https://cmp.inmobi.com/choice/28l20uinHn9Wc/whatismyipaddress.com/choice.js?tag_version=V3cmp.inmobi.com/choice/28l20uinHn9Wc... https://cmp.inmobi.com/choice/28l20uinHn9Wc/whatismyipaddress.com/choice.js?tag_version=V3 — 200 — 2.1 KiB — 130 ms — h2https://a.pub.network/whatismyipaddress-com/pubfig.min.jsa.pub.network/whatismyipaddress-com... https://a.pub.network/whatismyipaddress-com/pubfig.min.js — 200 — 26.3 KiB — 64 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TQHWFLGGwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TQHWFLGG — 200 — 121.8 KiB — 160 ms — h2https://app.fusebox.fm/embed/player.jsapp.fusebox.fm/embed/player.js https://app.fusebox.fm/embed/player.js — 200 — 149.9 KiB — 68 ms — h3https://zipthelake.com/build/0ec3782ba/636086c2c4ed8d84e0e1bdcb4ac44a67478f3.main.jszipthelake.com/build/0ec3782ba/6360... https://zipthelake.com/build/0ec3782ba/636086c2c4ed8d84e0e1bdcb4ac44a67478f3.main.js — 200 — 36.3 KiB — 110 ms — h2blob:https://whatismyipaddress.com/f78821fa-3d30-4d58-8bde-a2cc641ea23dwhatismyipaddress.com/f78821fa-3d30... blob:https://whatismyipaddress.com/f78821fa-3d30-4d58-8bde-a2cc641ea23d — 200 — -1 B — 137 ms — blobhttps://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/search.8b110e11.svg/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/search.8b110e11.svg — 200 — 553 B — 28 ms — h3https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/shield.6313f449.svg/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/shield.6313f449.svg — 200 — 641 B — 28 ms — h3https://map1.whatismyipaddress.com/styles/libertymap1.whatismyipaddress.com/styles/l... https://map1.whatismyipaddress.com/styles/liberty — 200 — 5.5 KiB — 57 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f…www.w3.org/2000/svg' width='29' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f…www.w3.org/2000/svg' width='29' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' f… — 200 — 0 B — 0 ms — datahttps://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans.1b27f1f0.woff2/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans.1b27f1f0.woff2 — 200 — 42.3 KiB — 41 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 45 ms — h3https://d.pub.network/v2/sites/whatismyipaddress-com/configs?env=PRODd.pub.network/v2/sites/whatismyipad... https://d.pub.network/v2/sites/whatismyipaddress-com/configs?env=PROD — 200 — 11.1 KiB — 108 ms — h2https://whatismyipaddress.com/wp-content/uploads/concern-security.svg/wp-content/uploads/concern-securit... https://whatismyipaddress.com/wp-content/uploads/concern-security.svg — 200 — 4.4 KiB — 34 ms — h3https://whatismyipaddress.com/wp-content/uploads/concern-privacy.svg/wp-content/uploads/concern-privacy... https://whatismyipaddress.com/wp-content/uploads/concern-privacy.svg — 200 — 3.6 KiB — 36 ms — h3https://whatismyipaddress.com/wp-content/uploads/concern-access.svg/wp-content/uploads/concern-access.... https://whatismyipaddress.com/wp-content/uploads/concern-access.svg — 200 — 3.2 KiB — 56 ms — h3https://whatismyipaddress.com/wp-content/uploads/washington-post.png/wp-content/uploads/washington-post... https://whatismyipaddress.com/wp-content/uploads/washington-post.png — 200 — 3.3 KiB — 57 ms — h3https://whatismyipaddress.com/wp-content/uploads/cnn.png/wp-content/uploads/cnn.png https://whatismyipaddress.com/wp-content/uploads/cnn.png — 200 — 1.4 KiB — 56 ms — h3https://whatismyipaddress.com/wp-content/uploads/usa-today.png/wp-content/uploads/usa-today.png https://whatismyipaddress.com/wp-content/uploads/usa-today.png — 200 — 1.5 KiB — 55 ms — h3https://whatismyipaddress.com/wp-content/uploads/fox-business.png/wp-content/uploads/fox-business.pn... https://whatismyipaddress.com/wp-content/uploads/fox-business.png — 200 — 1.8 KiB — 57 ms — h3https://whatismyipaddress.com/wp-content/uploads/the-guardian.png/wp-content/uploads/the-guardian.pn... https://whatismyipaddress.com/wp-content/uploads/the-guardian.png — 200 — 1.9 KiB — 55 ms — h3https://whatismyipaddress.com/wp-content/uploads/cbs.png/wp-content/uploads/cbs.png https://whatismyipaddress.com/wp-content/uploads/cbs.png — 200 — 2.0 KiB — 56 ms — h3https://whatismyipaddress.com/wp-content/uploads/pcworld.png/wp-content/uploads/pcworld.png https://whatismyipaddress.com/wp-content/uploads/pcworld.png — 200 — 1.1 KiB — 53 ms — h3https://whatismyipaddress.com/wp-content/uploads/cnet.png/wp-content/uploads/cnet.png https://whatismyipaddress.com/wp-content/uploads/cnet.png — 200 — 727 B — 63 ms — h3https://whatismyipaddress.com/wp-content/uploads/book-download-featured-image-v2-small.png/wp-content/uploads/book-download-f... https://whatismyipaddress.com/wp-content/uploads/book-download-featured-image-v2-small.png — 200 — 36.2 KiB — 64 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-ip-look-up.svg/wp-content/uploads/tool-ip-look-up... https://whatismyipaddress.com/wp-content/uploads/tool-ip-look-up.svg — 200 — 1.1 KiB — 54 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-trace-email.svg/wp-content/uploads/tool-trace-emai... https://whatismyipaddress.com/wp-content/uploads/tool-trace-email.svg — 200 — 1.5 KiB — 62 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-hide-my-ip.svg/wp-content/uploads/tool-hide-my-ip... https://whatismyipaddress.com/wp-content/uploads/tool-hide-my-ip.svg — 200 — 1.5 KiB — 53 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-vpn-comparison.svg/wp-content/uploads/tool-vpn-compar... https://whatismyipaddress.com/wp-content/uploads/tool-vpn-comparison.svg — 200 — 1.3 KiB — 60 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-security-check.svg/wp-content/uploads/tool-security-c... https://whatismyipaddress.com/wp-content/uploads/tool-security-check.svg — 200 — 1.2 KiB — 60 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-speed-test.svg/wp-content/uploads/tool-speed-test... https://whatismyipaddress.com/wp-content/uploads/tool-speed-test.svg — 200 — 880 B — 60 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-ip-tools.svg/wp-content/uploads/tool-ip-tools.s... https://whatismyipaddress.com/wp-content/uploads/tool-ip-tools.svg — 200 — 973 B — 60 ms — h3https://whatismyipaddress.com/wp-content/uploads/tool-breach-check.svg/wp-content/uploads/tool-breach-che... https://whatismyipaddress.com/wp-content/uploads/tool-breach-check.svg — 200 — 1015 B — 60 ms — h3https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans-italic.56a286b3.woff/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/google-open-sans-italic.56a286b3.woff — 200 — 17.7 KiB — 32 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIUwaEQbjB_mQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIUwaEQbjB_mQ.woff2 — 200 — 5.0 KiB — 38 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIUwaEQbjB_mQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIUwaEQbjB_mQ.woff2 — 200 — 7.0 KiB — 39 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUwaEQbjA.woff2 — 200 — 13.2 KiB — 37 ms — h3https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewIMUdjFXmQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewIMUdjFXmQ.woff2 — 200 — 13.9 KiB — 30 ms — h3https://map1.whatismyipaddress.com/planetmap1.whatismyipaddress.com/planet https://map1.whatismyipaddress.com/planet — 200 — 2.0 KiB — 30 ms — h3https://map1.whatismyipaddress.com/sprites/ofm_f384/ofm.jsonmap1.whatismyipaddress.com/sprites/... https://map1.whatismyipaddress.com/sprites/ofm_f384/ofm.json — 200 — 3.6 KiB — 29 ms — h3https://map1.whatismyipaddress.com/sprites/ofm_f384/ofm.pngmap1.whatismyipaddress.com/sprites/... https://map1.whatismyipaddress.com/sprites/ofm_f384/ofm.png — 200 — 31.7 KiB — 60 ms — h3https://map1.whatismyipaddress.com/natural_earth/ne2sr/6/31/24.pngmap1.whatismyipaddress.com/natural_... https://map1.whatismyipaddress.com/natural_earth/ne2sr/6/31/24.png — 200 — 173.5 KiB — 86 ms — h3https://map1.whatismyipaddress.com/natural_earth/ne2sr/6/31/23.pngmap1.whatismyipaddress.com/natural_... https://map1.whatismyipaddress.com/natural_earth/ne2sr/6/31/23.png — 200 — 115.4 KiB — 81 ms — h3https://map1.whatismyipaddress.com/planet/20250924_001002_pt/6/31/24.pbfmap1.whatismyipaddress.com/planet/2... https://map1.whatismyipaddress.com/planet/20250924_001002_pt/6/31/24.pbf — 200 — 135.8 KiB — 43 ms — h3https://map1.whatismyipaddress.com/planet/20250924_001002_pt/6/31/23.pbfmap1.whatismyipaddress.com/planet/2... https://map1.whatismyipaddress.com/planet/20250924_001002_pt/6/31/23.pbf — 200 — 126.3 KiB — 46 ms — h3https://c.pub.network/v2/cc.pub.network/v2/c https://c.pub.network/v2/c — 200 — 0 B — 82 ms — h2https://a.pub.network/whatismyipaddress-com/prebid.jsa.pub.network/whatismyipaddress-com... https://a.pub.network/whatismyipaddress-com/prebid.js — 200 — 187.3 KiB — 129 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 130 ms — h3https://a.pub.network/whatismyipaddress-com/pubfig.engine.jsa.pub.network/whatismyipaddress-com... https://a.pub.network/whatismyipaddress-com/pubfig.engine.js — 200 — 159.4 KiB — 134 ms — h3https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/js/index.js?ver=20200302.1544/wp-content/themes/wipa-bb-child/di... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/dist/js/index.js?ver=20200302.1544 — 200 — 35.8 KiB — 46 ms — h3https://a.omappapi.com/app/js/api.min.jsa.omappapi.com/app/js/api.min.js https://a.omappapi.com/app/js/api.min.js — 200 — 16.6 KiB — 116 ms — h2https://cdn.onesignal.com/sdks/OneSignalSDK.jscdn.onesignal.com/sdks/OneSignalSDK... https://cdn.onesignal.com/sdks/OneSignalSDK.js — 200 — 3.6 KiB — 76 ms — h3https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/webfonts/fa-brands-400.woff2/wp-content/themes/wipa-bb-child/fo... https://whatismyipaddress.com/wp-content/themes/wipa-bb-child/font-awesome/webfonts/fa-brands-400.woff2 — 200 — 73.8 KiB — 50 ms — h3https://c.pub.network/v2/cc.pub.network/v2/c https://c.pub.network/v2/c — 200 — 111 B — 41 ms — h2https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/0-255.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/0-255.pbf — 200 — 41.9 KiB — 36 ms — h3https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Italic/0-255.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Italic/0-255.pbf — 200 — 46.7 KiB — 41 ms — h3https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Bold/0-255.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Bold/0-255.pbf — 200 — 44.2 KiB — 41 ms — h3https://aax.amazon-adsystem.com/e/dtb/bid/245281.7/0/prebid?adunitid=$rs_300x250_$riaax.amazon-adsystem.com/e/dtb/bid/2... https://aax.amazon-adsystem.com/e/dtb/bid/245281.7/0/prebid?adunitid=$rs_300x250_$ri — 200 — 304 B — 110 ms — h2https://a.omappapi.com/app/js/api.min.cssa.omappapi.com/app/js/api.min.css https://a.omappapi.com/app/js/api.min.css — 200 — 2.9 KiB — 28 ms — h2https://api.omappapi.com/v2/embed/29382?d=whatismyipaddress.com&device=desktopapi.omappapi.com/v2/embed/29382?d=w... https://api.omappapi.com/v2/embed/29382?d=whatismyipaddress.com&device=desktop — 200 — 958 B — 189 ms — h2https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607cdn.onesignal.com/sdks/OneSignalPag... https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 — 200 — 68.7 KiB — 63 ms — h3https://app.fusebox.fm/api/players/archive/zgMVQBZk4q/app.fusebox.fm/api/players/archive/... https://app.fusebox.fm/api/players/archive/zgMVQBZk4q/ — 200 — 34.2 KiB — 79 ms — h3https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=whatismyipaddress.comcmp.inmobi.com/tcfv2/60/cmp2.js?ref... https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=whatismyipaddress.com — 200 — 130.3 KiB — 54 ms — h2https://whatismyipaddress.com/maplibre/mapbox-gl-rtl-text.js/maplibre/mapbox-gl-rtl-text.js https://whatismyipaddress.com/maplibre/mapbox-gl-rtl-text.js — 200 — 43.2 KiB — 32 ms — h3https://www.googletagmanager.com/gtag/js?id=G-DHL4YQEJFS&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DHL4YQEJFS&cx=c&gtm=4e64k1 — 200 — 172.9 KiB — 65 ms — h2https://www.clarity.ms/tag/qjkw1029kb?ref=gtm2www.clarity.ms/tag/qjkw1029kb?ref=g... https://www.clarity.ms/tag/qjkw1029kb?ref=gtm2 — 200 — 855 B — 117 ms — http/1.1https://a.omappapi.com/app/js/5.e5885c40.min.jsa.omappapi.com/app/js/5.e5885c40.mi... https://a.omappapi.com/app/js/5.e5885c40.min.js — 200 — 5.4 KiB — 29 ms — h2https://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2app.fusebox.fm/fonts/roboto/KFOlCnq... https://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2 — -1 — 0 B — 71 ms — https://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2app.fusebox.fm/fonts/roboto/KFOlCnq... https://app.fusebox.fm/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2 — -1 — 0 B — 55 ms — https://app.fusebox.fm/fonts/roboto/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2app.fusebox.fm/fonts/roboto/KFOmCnq... https://app.fusebox.fm/fonts/roboto/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 — -1 — 0 B — 70 ms — https://static.libsyn.com/p/assets/d/a/7/b/da7b4263e01762f1d959afa2a1bf1c87/EASY_PREY_-_PODCAST_COVER-20250929-rgdpfg4wki.jpgstatic.libsyn.com/p/assets/d/a/7/b/... https://static.libsyn.com/p/assets/d/a/7/b/da7b4263e01762f1d959afa2a1bf1c87/EASY_PREY_-_PODCAST_COVER-20250929-rgdpfg4wki.jpg — 200 — 2.2 MiB — 173 ms — h2https://merequartz.com/aadetect/px.gif?ch=2&rn=90975&adslot=ad_300x250_251801merequartz.com/aadetect/px.gif?ch=2... https://merequartz.com/aadetect/px.gif?ch=2&rn=90975&adslot=ad_300x250_251801 — 200 — 327 B — 131 ms — h2https://dt.adsafeprotected.com/dt?adspot_id=ad_300x250_935180dt.adsafeprotected.com/dt?adspot_id... https://dt.adsafeprotected.com/dt?adspot_id=ad_300x250_935180 — 200 — 178 B — 345 ms — h2https://tpc.googlesyndication.com/safeframe/1-0-37/html/container.htmltpc.googlesyndication.com/safeframe... https://tpc.googlesyndication.com/safeframe/1-0-37/html/container.html — 200 — 3.4 KiB — 116 ms — h2https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/1536-1791.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/1536-1791.pbf — 200 — 46.7 KiB — 36 ms — h3https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/11520-11775.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/11520-11775.pbf — 200 — 34.4 KiB — 31 ms — h3https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/65024-65279.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Regular/65024-65279.pbf — 200 — 42.5 KiB — 35 ms — h3https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Bold/11520-11775.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Bold/11520-11775.pbf — 200 — 37.0 KiB — 32 ms — h3https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Bold/65024-65279.pbfmap1.whatismyipaddress.com/fonts/No... https://map1.whatismyipaddress.com/fonts/Noto%20Sans%20Bold/65024-65279.pbf — 200 — 45.7 KiB — 33 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31098007securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31098007 — 200 — 187.7 KiB — 95 ms — h3https://onesignal.com/api/v1/sync/a5cb4a66-0f3f-4bb2-9acb-2541624adfe0/web?callback=__jp0onesignal.com/api/v1/sync/a5cb4a66-... https://onesignal.com/api/v1/sync/a5cb4a66-0f3f-4bb2-9acb-2541624adfe0/web?callback=__jp0 — 200 — 2.5 KiB — 101 ms — h3https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 331 B — 52 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.1 KiB — 145 ms — h2https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 75.9 KiB — 50 ms — h2https://zipthelake.com/k5tgl715m5xntvgl21f5xgr7o_7h07u7oxlb0d1nozipthelake.com/k5tgl715m5xntvgl21f5... https://zipthelake.com/k5tgl715m5xntvgl21f5xgr7o_7h07u7oxlb0d1no — 200 — 327 B — 78 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 — 41 ms — h3https://onesignal.com/sdks/OneSignalSDKStyles.css?v=2onesignal.com/sdks/OneSignalSDKStyl... https://onesignal.com/sdks/OneSignalSDKStyles.css?v=2 — 200 — 9.5 KiB — 35 ms — h3https://cmp.inmobi.com/GVL-v2/cmp-list.jsoncmp.inmobi.com/GVL-v2/cmp-list.json https://cmp.inmobi.com/GVL-v2/cmp-list.json — 200 — 5.1 KiB — 19 ms — h2https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.jscmp.inmobi.com/tcfv2/60/cmp2ui-en.j... https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js — 200 — 107.8 KiB — 28 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-DHL4YQEJFS&gtm=45je64k1v9116251514z89183734792za20gzb9183734792zd9183734792&_p=1776900613334&gcs=G10-&gcd=13p3lPl2l5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&_eu=AAAAAGA&are=1&cid=735000995.1776900615&frm=0&pscdl=denied&rcb=14&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~115938465~115938469~117266401~117384406~117512542&sid=1776900615&sct=1&seg=0&dl=https%3A%2F%2Fwhatismyipaddress.com%2F&dt=What%20Is%20My%20IP%20Address%20-%20See%20Your%20Public%20Address%20-%20IPv4%20%26%20IPv6&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2346region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-DHL4YQEJFS&gtm=45je64k1v9116251514z89183734792za20gzb9183734792zd9183734792&_p=1776900613334&gcs=G10-&gcd=13p3lPl2l5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&_eu=AAAAAGA&are=1&cid=735000995.1776900615&frm=0&pscdl=denied&rcb=14&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~115938465~115938469~117266401~117384406~117512542&sid=1776900615&sct=1&seg=0&dl=https%3A%2F%2Fwhatismyipaddress.com%2F&dt=What%20Is%20My%20IP%20Address%20-%20See%20Your%20Public%20Address%20-%20IPv4%20%26%20IPv6&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2346 — 204 — 553 B — 161 ms — h2https://visit-server.inmobi-choice.io/visit-eventvisit-server.inmobi-choice.io/visit... https://visit-server.inmobi-choice.io/visit-event — 200 — 0 B — 111 ms — h2https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.jsoncmp.inmobi.com/us-mspa/v1/purposes-... https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.json — 200 — 1.8 KiB — 24 ms — h2https://zipthelake.com/k5tgl715m5xntvgl21f5xgr7o_7h07u7oxlb0d1nozipthelake.com/k5tgl715m5xntvgl21f5... https://zipthelake.com/k5tgl715m5xntvgl21f5xgr7o_7h07u7oxlb0d1no — 200 — 39 B — 34 ms — h3https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 0 B — 5 ms — h2https://cmp.inmobi.com/tcfv2/google-atp-list.jsoncmp.inmobi.com/tcfv2/google-atp-lis... https://cmp.inmobi.com/tcfv2/google-atp-list.json — 200 — 38.9 KiB — 26 ms — h2https://cmp.inmobi.com/google-basic-consent/v1/purposes-en.jsoncmp.inmobi.com/google-basic-consent... https://cmp.inmobi.com/google-basic-consent/v1/purposes-en.json — 200 — 1.1 KiB — 25 ms — h2https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 285 B — 343 ms — http/1.1https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%2228l20uinHn9Wc%22%2C%22domain%22%3A%22whatismyipaddress.com%22%2C%22publisher%22%3A%22WhatIsMyIPAddress.com%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.60%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22HXfH%2B33Ktp2K9xOpAy3PTw%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%229969b816-ff88-4e5b-9ca8-b206539425e8%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Atrue%2C%22themeUuid%22%3A%227ef284a7-95ee-46c5-ab1d-53a80b077e2c%22%2C%22language%22%3A%22en%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Atrue%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776900615335%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-7wuo70jyxus7u7u5kiz8%22%7Dapi.cmp.inmobi.com/?log=%7B%22accou... https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%2228l20uinHn9Wc%22%2C%22domain%22%3A%22whatismyipaddress.com%22%2C%22publisher%22%3A%22WhatIsMyIPAddress.com%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.60%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22HXfH%2B33Ktp2K9xOpAy3PTw%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%229969b816-ff88-4e5b-9ca8-b206539425e8%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Atrue%2C%22themeUuid%22%3A%227ef284a7-95ee-46c5-ab1d-53a80b077e2c%22%2C%22language%22%3A%22en%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Atrue%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776900615335%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-7wuo70jyxus7u7u5kiz8%22%7D — 200 — 101 B — 105 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 331 B — 19 ms — h2https://whatismyipaddress.com/favicon.ico/favicon.ico https://whatismyipaddress.com/favicon.ico — 200 — 8.9 KiB — 28 ms — h3https://cmp.inmobi.com/custom-translations/inmobi/7ef284a7-95ee-46c5-ab1d-53a80b077e2c/en.jsoncmp.inmobi.com/custom-translations/... https://cmp.inmobi.com/custom-translations/inmobi/7ef284a7-95ee-46c5-ab1d-53a80b077e2c/en.json — 200 — 539 B — 191 ms — h2https://whatismyipaddress.com/wp-content/uploads/wimia-logo-sm2-2.png?qc-size=213,73/wp-content/uploads/wimia-logo-sm2-... https://whatismyipaddress.com/wp-content/uploads/wimia-logo-sm2-2.png?qc-size=213,73 — 200 — 5.3 KiB — 32 ms — h3https://whatismyipaddress.com/api/ds3?token=50f1a86c769b44ca1463995c8fa508a2&v=4/api/ds3?token=50f1a86c769b44ca1463... https://whatismyipaddress.com/api/ds3?token=50f1a86c769b44ca1463995c8fa508a2&v=4 — 200 — 265 B — 166 ms — h3https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 285 B — 100 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
43% of JavaScript execution is third-party
First-party Third-party 795ms · 602KB · $11/mo
Unattributable
Other
Costly
Execution 278ms
Transfer 0 KB
Monthly Cost $4/mo
cmp.inmobi.com
Other
Optional
Execution 144ms
Transfer 108 KB
Unused 46%
Monthly Cost $2/mo
app.fusebox.fm
Other
Optional
Execution 134ms
Transfer 150 KB
Unused 30%
Monthly Cost $2/mo
cmp.inmobi.com
Other
Optional
Execution 118ms
Transfer 130 KB
Unused 50%
Monthly Cost $2/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 67ms
Transfer 188 KB
Unused 76%
Monthly Cost $1/mo
Microsoft Clarity
Session Replay
Optional
Execution 53ms
Transfer 26 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 278ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev / HTTP Archive Web Almanac

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

50% of cmp.inmobi.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

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