Skip to content
https://plunketts.net

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
4
REVIEW
5
PASS
10
INFO
4

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

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

642 ms

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

1.27 s

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

32 ms

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

0.001

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

1.59 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.77 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
23
10 PASS 5 REVIEW 4 FIX
F
Page Weight Budget
Action
4.5 MB transferred, 220 requests
FIX
4.5 MB transferred, 220 requests
Critical::
Page weighs 13.7 MB (4.5 MB transferred)
Warning::
JavaScript is 3.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.2 MB
Info::
Fonts are 508 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 508 KB
Warning::
220 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.95 g CO2 per page load
4.5 MB / 2.4 MB budget
4.5 MB transferred
220 requests
0.95 g CO2 per page load
JavaScript 3.2 MiB 70%
Images 575.0 KiB 12%
Fonts 507.8 KiB 11%
CSS 144.2 KiB 3%
HTML 126.4 KiB 3%
Other 20.4 KiB 0%
Other 7.0 KiB 0%
Other 5.9 KiB 0%
Other 2.0 KiB 0%
Other 0 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

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
77% third-party, 0 ms blocking
FIX
77% third-party, 0 ms blocking
Warning::
Third-party code accounts for 77% of page weight (3.5 MiB of 4.5 MiB)
Info::
Third-party blocking time is low (0 ms)
23%
77%
First-party Third-party
F
JS Bundles
Action
56 scripts, 618 KB unused
FIX
56 scripts, 618 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-Y0NX...: 113 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-Y0NX...: 65 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5WX...: 65 KB unused (29%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://maps.googleapis.com/maps/api/js?key=AIzaSy...: 63 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-847...: 62 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 618 KB
618 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-Y0NX4B2XG5&cx=c&gtm=4e65k1174 KB113 KB (65%)3rd
https://www.googletagmanager.com/gtag/js?id=G-Y0NX4B2XG5174 KB65 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5WX3RZD221 KB65 KB (29%)3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyAjrzmFEQBYUwoCfQkudzxDNic2fTN7Smg101 KB63 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-8477684-5117 KB62 KB (53%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-16389647&cx=c&gtm=4e65k1129 KB62 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-950307493&cx=c&gtm=4e65k1145 KB61 KB (42%)3rd
https://plunketts.net/assets/vendor-public-bc31d20634fabdf44465ab1af80a93ababcc5bb02cce8afcd34f2f7c867f2510.js104 KB60 KB (58%)1st
https://connect.facebook.net/en_US/fbevents.js98 KB34 KB (35%)3rd
https://cdn.pagesense.io/js/geminiadvancedmarketingsolutions/d14529f335ea470c852a53962852f52d.js65 KB34 KB (53%)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
220 resources · 4.5 MB · 618 KB savings available
FIX
220 resources · 4.5 MB · 618 KB savings available
Warning::
Page weight 4.5 MB exceeds 1 MB target by 3.5 MB
Got: 4.5 MB Expected: ≤ 1 MB
Info::
~618 KB of savings available
Warning::
183 third-party resources (77% of weight)
Info::
4 resources over 200KB
220 resources · 4.5 MiB · 183 third-party 3.5 MiB over 1MB target
JavaScript 70% · 3.2 MiB
Image 13% · 580.2 KiB
Font 11% · 507.8 KiB
CSS 3% · 144.2 KiB
Document 3% · 141.6 KiB
Other 0% · 15.1 KiB

~618.4 KiB of savings available

Remove unused JavaScript: 618.4 KiB
C
Image Optimization
Action
58 images, 0 KB saveable
REVIEW
58 images, 0 KB saveable
Warning::
https://plunketts.net/images/footer/bbb.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://plunketts.net/images/footer/lycensed.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://plunketts.net/uploads/permanent/453b53b4f6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://plunketts.net/images/footer/varmentguard.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://vcc-na39-cf.8x8.com/shared/CHAT/cGx1bmtldH... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://seal-minnesota.bbb.org/customer-reviews/ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://plunketts.net/images/footer/quality-pro.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://plunketts.net/images/footer/wbenc.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://plunketts.net/images/footer/100-years-stro... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
58 images 575 KB
0 oversized -0 KB
42 legacy format
9 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

B
JS Execution Cost
623ms total JS execution
REVIEW
623ms total JS execution
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5WX...: 154ms CPU time
Info::
Unattributable: 153ms CPU time
Info::
https://plunketts.net/assets/vendor-public-bc31d20...: 85ms CPU time
Info::
https://plunketts.net/: 71ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-950...: 56ms CPU time
Warning::
Third-party scripts: 315ms (51% of total)

Main Thread Breakdown

Script Evaluation 60% Other 19% Script Parsing & Compilation 11% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtm.js?id=GTM-5WX3RZD154ms135ms15ms3rd
Unattributable153ms17ms0ms1st
https://plunketts.net/assets/vendor-public-bc31d20634fabdf44465ab1af80a93ababcc5bb02cce8afcd34f2f7c867f2510.js85ms32ms5ms1st
https://plunketts.net/71ms3ms2ms1st
https://www.googletagmanager.com/gtag/js?id=AW-950307493&cx=c&gtm=4e65k156ms48ms8ms3rd
https://cdn.pagesense.io/js/geminiadvancedmarketingsolutions/d14529f335ea470c852a53962852f52d.js53ms45ms7ms3rd
https://www.googletagmanager.com/gtag/destination?id=DC-16389647&cx=c&gtm=4e65k152ms44ms7ms3rd
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
HTTP Caching
max-age=0, private, must-revalidate
REVIEW
max-age=0, private, must-revalidate
Info::
Cache-Control header is set
Got: max-age=0, private, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0, private, must-revalidate

DirectiveValueMeaning
max-age0Cache for 0 seconds
privateOnly browser cache, not CDN/proxy
must-revalidateMust recheck with server after expiry
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 (508 KB)
PASS
11 fonts (508 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

508 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 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 642 ms LCP 1.3 shttps://plunketts.net/fonts/MyriadPro-Regular.ttfMyriadPro-Regular.ttf https://plunketts.net/fonts/MyriadPro-Regular.ttf — 31.4 KiB — 33 ms — font-display: swaphttps://plunketts.net/fonts/MyriadPro-Bold.ttfMyriadPro-Bold.ttf https://plunketts.net/fonts/MyriadPro-Bold.ttf — 30.9 KiB — 46 ms — font-display: swaphttps://plunketts.net/fonts/MyriadPro-Light.otfMyriadPro-Light.otf https://plunketts.net/fonts/MyriadPro-Light.otf — 77.9 KiB — 62 ms — font-display: swaphttps://plunketts.net/fonts/MyriadPro-It.ttfMyriadPro-It.ttf https://plunketts.net/fonts/MyriadPro-It.ttf — 31.9 KiB — 62 ms — font-display: swaphttps://plunketts.net/fonts/la-solid-900.woff2la-solid-900.woff2 https://plunketts.net/fonts/la-solid-900.woff2 — 94.9 KiB — 35 ms — font-display: swaphttps://plunketts.net/fonts/la-brands-400.woff2la-brands-400.woff2 https://plunketts.net/fonts/la-brands-400.woff2 — 83.1 KiB — 37 ms — font-display: swaphttps://plunketts.net/fonts/la-regular-400.woff2la-regular-400.woff2 https://plunketts.net/fonts/la-regular-400.woff2 — 12.9 KiB — 31 ms — font-display: swaphttps://plunketts.net/fonts/plunketts-icons.woff?t=20220927120423plunketts-icons.woff https://plunketts.net/fonts/plunketts-icons.woff?t=20220927120423 — 24.5 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 163 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 39.2 KiB — 44 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2 — 47.2 KiB — 48 ms — font-display: swap
MyriadPro-Regular.ttf ttf swap
Size 31 KB
Load time 33 ms
Start 359 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
MyriadPro-Bold.ttf ttf swap
Size 31 KB
Load time 46 ms
Start 359 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
MyriadPro-Light.otf otf swap
Size 78 KB
Load time 62 ms
Start 359 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
MyriadPro-It.ttf ttf swap
Size 32 KB
Load time 62 ms
Start 360 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
la-solid-900.woff2 woff2 swap
Size 95 KB
Load time 35 ms
Start 530 ms
Risk FOUT — text flashes from fallback to web font
la-brands-400.woff2 woff2 swap
Size 83 KB
Load time 37 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
la-regular-400.woff2 woff2 swap
Size 13 KB
Load time 31 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
plunketts-icons.woff woff swap
Size 25 KB
Load time 36 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 163 ms
Start 722 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 39 KB
Load time 44 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 48 ms
Start 2.4 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 ~59 KB and ~118 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+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: max-age=0, private, must-revalidate
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: br` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
220 requests over 4401ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 642 ms LCP 1.3 shttps://plunketts.net// https://plunketts.net/ — 200 — 13.6 KiB — 350 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-8477684-5www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-8477684-5 — 200 — 117.0 KiB — 278 ms — h2https://plunketts.net/fonts/MyriadPro-Regular.ttf/fonts/MyriadPro-Regular.ttf https://plunketts.net/fonts/MyriadPro-Regular.ttf — 200 — 31.4 KiB — 33 ms — h2https://plunketts.net/fonts/MyriadPro-Bold.ttf/fonts/MyriadPro-Bold.ttf https://plunketts.net/fonts/MyriadPro-Bold.ttf — 200 — 30.9 KiB — 46 ms — h2https://plunketts.net/fonts/MyriadPro-Light.otf/fonts/MyriadPro-Light.otf https://plunketts.net/fonts/MyriadPro-Light.otf — 200 — 77.9 KiB — 62 ms — h2https://plunketts.net/fonts/MyriadPro-It.ttf/fonts/MyriadPro-It.ttf https://plunketts.net/fonts/MyriadPro-It.ttf — 200 — 31.9 KiB — 62 ms — h2https://plunketts.net/assets/vendor-public-8a2e57ffb3f733fc393dd7ea897aded454e9d5f4f9276498dc28a5936d0b14f7.css/assets/vendor-public-8a2e57ffb3f73... https://plunketts.net/assets/vendor-public-8a2e57ffb3f733fc393dd7ea897aded454e9d5f4f9276498dc28a5936d0b14f7.css — 200 — 19.0 KiB — 32 ms — h2https://plunketts.net/assets/public-9829379c110de3538a650b1c7776a90c7cf19d4dca69832b6fbf2f9caca778ce.css/assets/public-9829379c110de3538a65... https://plunketts.net/assets/public-9829379c110de3538a650b1c7776a90c7cf19d4dca69832b6fbf2f9caca778ce.css — 200 — 9.0 KiB — 30 ms — h2https://plunketts.net/assets/vendor-public-bc31d20634fabdf44465ab1af80a93ababcc5bb02cce8afcd34f2f7c867f2510.js/assets/vendor-public-bc31d20634fab... https://plunketts.net/assets/vendor-public-bc31d20634fabdf44465ab1af80a93ababcc5bb02cce8afcd34f2f7c867f2510.js — 200 — 104.1 KiB — 71 ms — h2https://plunketts.net/themes/theme-7dcee59d-1625-49ce-bafe-d28d6759fcd1-260223082118.css/themes/theme-7dcee59d-1625-49ce-ba... https://plunketts.net/themes/theme-7dcee59d-1625-49ce-bafe-d28d6759fcd1-260223082118.css — 200 — 902 B — 32 ms — h2https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicitchallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit — 302 — 265 B — 43 ms — h3https://plunketts.net/uploads/permanent/453b53b4f64e22828ce33b9f9999c13f.png/uploads/permanent/453b53b4f64e2282... https://plunketts.net/uploads/permanent/453b53b4f64e22828ce33b9f9999c13f.png — 200 — 14.3 KiB — 70 ms — h2https://plunketts.net/uploads/content/res.png?r=LsqTvXWpNnc=/uploads/content/res.png?r=LsqTvXWp... https://plunketts.net/uploads/content/res.png?r=LsqTvXWpNnc= — 200 — 59.8 KiB — 69 ms — h2https://challenges.cloudflare.com/turnstile/v0/b/1eec422858ff/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/b/1eec422858ff/api.js — 200 — 20.7 KiB — 39 ms — h3https://plunketts.net/uploads/content/com.png?r=PID9GusNzYg=/uploads/content/com.png?r=PID9GusN... https://plunketts.net/uploads/content/com.png?r=PID9GusNzYg= — 200 — 54.2 KiB — 25 ms — h2https://plunketts.net/uploads/content/Google.png?r=YSY6vrhrShg=/uploads/content/Google.png?r=YSY6v... https://plunketts.net/uploads/content/Google.png?r=YSY6vrhrShg= — 200 — 19.9 KiB — 25 ms — h2https://seal-minnesota.bbb.org/customer-reviews/badge-10-bbb-13584.pngseal-minnesota.bbb.org/customer-rev... https://seal-minnesota.bbb.org/customer-reviews/badge-10-bbb-13584.png — 200 — 5.2 KiB — 78 ms — h3https://plunketts.net/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://plunketts.net/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 955 B — 21 ms — h2https://cdn.callrail.com/companies/902218811/af29fdc057fc2091e6ce/12/swap.jscdn.callrail.com/companies/90221881... https://cdn.callrail.com/companies/902218811/af29fdc057fc2091e6ce/12/swap.js — 200 — 15.4 KiB — 186 ms — h2https://plunketts.net/assets/public-daec6f8052006ac676e9e29a005a5d16ba564324a0dc69b2eb87f10787688bbd.js/assets/public-daec6f8052006ac676e9... https://plunketts.net/assets/public-daec6f8052006ac676e9e29a005a5d16ba564324a0dc69b2eb87f10787688bbd.js — 200 — 13.9 KiB — 28 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyAjrzmFEQBYUwoCfQkudzxDNic2fTN7Smgmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyAjrzmFEQBYUwoCfQkudzxDNic2fTN7Smg — 200 — 100.8 KiB — 171 ms — h2https://plunketts.net/uploads/content/yelp-reviews.png?r=CIvSXJIupW0=/uploads/content/yelp-reviews.png?r... https://plunketts.net/uploads/content/yelp-reviews.png?r=CIvSXJIupW0= — 200 — 4.6 KiB — 30 ms — h2https://plunketts.net/uploads/content/A7S01391-cleaned-web.jpg?r=jAIV1uTfHfg=/uploads/content/A7S01391-cleaned-w... https://plunketts.net/uploads/content/A7S01391-cleaned-web.jpg?r=jAIV1uTfHfg= — 200 — 134.3 KiB — 67 ms — h2https://plunketts.net/uploads/content/residentail3.png?r=umETcCUMsdw=/uploads/content/residentail3.png?r... https://plunketts.net/uploads/content/residentail3.png?r=umETcCUMsdw= — 200 — 46.3 KiB — 33 ms — h2https://plunketts.net/images/footer/100-years-strong.jpg/images/footer/100-years-strong.jpg https://plunketts.net/images/footer/100-years-strong.jpg — 200 — 3.5 KiB — 37 ms — h2https://plunketts.net/images/footer/bbb.jpg/images/footer/bbb.jpg https://plunketts.net/images/footer/bbb.jpg — 200 — 4.2 KiB — 35 ms — h2https://plunketts.net/images/footer/wbenc.jpg/images/footer/wbenc.jpg https://plunketts.net/images/footer/wbenc.jpg — 200 — 5.2 KiB — 39 ms — h2https://plunketts.net/images/footer/quality-pro.jpg/images/footer/quality-pro.jpg https://plunketts.net/images/footer/quality-pro.jpg — 200 — 4.0 KiB — 42 ms — h2https://plunketts.net/images/footer/lycensed.jpg/images/footer/lycensed.jpg https://plunketts.net/images/footer/lycensed.jpg — 200 — 6.3 KiB — 43 ms — h2https://plunketts.net/images/footer/varmentguard.jpg/images/footer/varmentguard.jpg https://plunketts.net/images/footer/varmentguard.jpg — 200 — 6.9 KiB — 40 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 642 ms LCP 1.3 shttps://plunketts.net// https://plunketts.net/ — 200 — 13.6 KiB — 350 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-8477684-5www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-8477684-5 — 200 — 117.0 KiB — 278 ms — h2https://plunketts.net/fonts/MyriadPro-Regular.ttf/fonts/MyriadPro-Regular.ttf https://plunketts.net/fonts/MyriadPro-Regular.ttf — 200 — 31.4 KiB — 33 ms — h2https://plunketts.net/fonts/MyriadPro-Bold.ttf/fonts/MyriadPro-Bold.ttf https://plunketts.net/fonts/MyriadPro-Bold.ttf — 200 — 30.9 KiB — 46 ms — h2https://plunketts.net/fonts/MyriadPro-Light.otf/fonts/MyriadPro-Light.otf https://plunketts.net/fonts/MyriadPro-Light.otf — 200 — 77.9 KiB — 62 ms — h2https://plunketts.net/fonts/MyriadPro-It.ttf/fonts/MyriadPro-It.ttf https://plunketts.net/fonts/MyriadPro-It.ttf — 200 — 31.9 KiB — 62 ms — h2https://plunketts.net/assets/vendor-public-8a2e57ffb3f733fc393dd7ea897aded454e9d5f4f9276498dc28a5936d0b14f7.css/assets/vendor-public-8a2e57ffb3f73... https://plunketts.net/assets/vendor-public-8a2e57ffb3f733fc393dd7ea897aded454e9d5f4f9276498dc28a5936d0b14f7.css — 200 — 19.0 KiB — 32 ms — h2https://plunketts.net/assets/public-9829379c110de3538a650b1c7776a90c7cf19d4dca69832b6fbf2f9caca778ce.css/assets/public-9829379c110de3538a65... https://plunketts.net/assets/public-9829379c110de3538a650b1c7776a90c7cf19d4dca69832b6fbf2f9caca778ce.css — 200 — 9.0 KiB — 30 ms — h2https://plunketts.net/assets/vendor-public-bc31d20634fabdf44465ab1af80a93ababcc5bb02cce8afcd34f2f7c867f2510.js/assets/vendor-public-bc31d20634fab... https://plunketts.net/assets/vendor-public-bc31d20634fabdf44465ab1af80a93ababcc5bb02cce8afcd34f2f7c867f2510.js — 200 — 104.1 KiB — 71 ms — h2https://plunketts.net/themes/theme-7dcee59d-1625-49ce-bafe-d28d6759fcd1-260223082118.css/themes/theme-7dcee59d-1625-49ce-ba... https://plunketts.net/themes/theme-7dcee59d-1625-49ce-bafe-d28d6759fcd1-260223082118.css — 200 — 902 B — 32 ms — h2https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicitchallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit — 302 — 265 B — 43 ms — h3https://plunketts.net/uploads/permanent/453b53b4f64e22828ce33b9f9999c13f.png/uploads/permanent/453b53b4f64e2282... https://plunketts.net/uploads/permanent/453b53b4f64e22828ce33b9f9999c13f.png — 200 — 14.3 KiB — 70 ms — h2https://plunketts.net/uploads/content/res.png?r=LsqTvXWpNnc=/uploads/content/res.png?r=LsqTvXWp... https://plunketts.net/uploads/content/res.png?r=LsqTvXWpNnc= — 200 — 59.8 KiB — 69 ms — h2https://challenges.cloudflare.com/turnstile/v0/b/1eec422858ff/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/b/1eec422858ff/api.js — 200 — 20.7 KiB — 39 ms — h3https://plunketts.net/uploads/content/com.png?r=PID9GusNzYg=/uploads/content/com.png?r=PID9GusN... https://plunketts.net/uploads/content/com.png?r=PID9GusNzYg= — 200 — 54.2 KiB — 25 ms — h2https://plunketts.net/uploads/content/Google.png?r=YSY6vrhrShg=/uploads/content/Google.png?r=YSY6v... https://plunketts.net/uploads/content/Google.png?r=YSY6vrhrShg= — 200 — 19.9 KiB — 25 ms — h2https://seal-minnesota.bbb.org/customer-reviews/badge-10-bbb-13584.pngseal-minnesota.bbb.org/customer-rev... https://seal-minnesota.bbb.org/customer-reviews/badge-10-bbb-13584.png — 200 — 5.2 KiB — 78 ms — h3https://plunketts.net/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://plunketts.net/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 955 B — 21 ms — h2https://cdn.callrail.com/companies/902218811/af29fdc057fc2091e6ce/12/swap.jscdn.callrail.com/companies/90221881... https://cdn.callrail.com/companies/902218811/af29fdc057fc2091e6ce/12/swap.js — 200 — 15.4 KiB — 186 ms — h2https://plunketts.net/assets/public-daec6f8052006ac676e9e29a005a5d16ba564324a0dc69b2eb87f10787688bbd.js/assets/public-daec6f8052006ac676e9... https://plunketts.net/assets/public-daec6f8052006ac676e9e29a005a5d16ba564324a0dc69b2eb87f10787688bbd.js — 200 — 13.9 KiB — 28 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyAjrzmFEQBYUwoCfQkudzxDNic2fTN7Smgmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyAjrzmFEQBYUwoCfQkudzxDNic2fTN7Smg — 200 — 100.8 KiB — 171 ms — h2https://plunketts.net/uploads/content/yelp-reviews.png?r=CIvSXJIupW0=/uploads/content/yelp-reviews.png?r... https://plunketts.net/uploads/content/yelp-reviews.png?r=CIvSXJIupW0= — 200 — 4.6 KiB — 30 ms — h2https://plunketts.net/uploads/content/A7S01391-cleaned-web.jpg?r=jAIV1uTfHfg=/uploads/content/A7S01391-cleaned-w... https://plunketts.net/uploads/content/A7S01391-cleaned-web.jpg?r=jAIV1uTfHfg= — 200 — 134.3 KiB — 67 ms — h2https://plunketts.net/uploads/content/residentail3.png?r=umETcCUMsdw=/uploads/content/residentail3.png?r... https://plunketts.net/uploads/content/residentail3.png?r=umETcCUMsdw= — 200 — 46.3 KiB — 33 ms — h2https://plunketts.net/images/footer/100-years-strong.jpg/images/footer/100-years-strong.jpg https://plunketts.net/images/footer/100-years-strong.jpg — 200 — 3.5 KiB — 37 ms — h2https://plunketts.net/images/footer/bbb.jpg/images/footer/bbb.jpg https://plunketts.net/images/footer/bbb.jpg — 200 — 4.2 KiB — 35 ms — h2https://plunketts.net/images/footer/wbenc.jpg/images/footer/wbenc.jpg https://plunketts.net/images/footer/wbenc.jpg — 200 — 5.2 KiB — 39 ms — h2https://plunketts.net/images/footer/quality-pro.jpg/images/footer/quality-pro.jpg https://plunketts.net/images/footer/quality-pro.jpg — 200 — 4.0 KiB — 42 ms — h2https://plunketts.net/images/footer/lycensed.jpg/images/footer/lycensed.jpg https://plunketts.net/images/footer/lycensed.jpg — 200 — 6.3 KiB — 43 ms — h2https://plunketts.net/images/footer/varmentguard.jpg/images/footer/varmentguard.jpg https://plunketts.net/images/footer/varmentguard.jpg — 200 — 6.9 KiB — 40 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5WX3RZDwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5WX3RZD — 200 — 221.3 KiB — 200 ms — h2https://www.youtube.com/embed/tkdU-ljOXZ4?rel=0www.youtube.com/embed/tkdU-ljOXZ4?r... https://www.youtube.com/embed/tkdU-ljOXZ4?rel=0 — 200 — 57.2 KiB — 271 ms — h2https://plunketts.net/uploads/permanent/e43d6c533b308badacd796152bc8da79.webp/uploads/permanent/e43d6c533b308bad... https://plunketts.net/uploads/permanent/e43d6c533b308badacd796152bc8da79.webp — 200 — 97.4 KiB — 64 ms — h2https://plunketts.net/uploads/permanent/1563465eabc74b525834999311e70c26.jpg/uploads/permanent/1563465eabc74b52... https://plunketts.net/uploads/permanent/1563465eabc74b525834999311e70c26.jpg — 200 — 1.6 KiB — 36 ms — h2https://plunketts.net/uploads/permanent/fa5d3414c28b9744a457408c93862bd0.jpg/uploads/permanent/fa5d3414c28b9744... https://plunketts.net/uploads/permanent/fa5d3414c28b9744a457408c93862bd0.jpg — 200 — 1.6 KiB — 42 ms — h2https://plunketts.net/uploads/permanent/785ab338edcac58bd528524969c6e18d.jpg/uploads/permanent/785ab338edcac58b... https://plunketts.net/uploads/permanent/785ab338edcac58bd528524969c6e18d.jpg — 200 — 9.6 KiB — 53 ms — h2https://plunketts.net/uploads/permanent/837e8e28bc0a559e74a272d93f3c73fc.png/uploads/permanent/837e8e28bc0a559e... https://plunketts.net/uploads/permanent/837e8e28bc0a559e74a272d93f3c73fc.png — 200 — 684 B — 45 ms — h2https://plunketts.net/uploads/permanent/cc1a0b0012f48ac57ebff2613a174a6d.jpg/uploads/permanent/cc1a0b0012f48ac5... https://plunketts.net/uploads/permanent/cc1a0b0012f48ac57ebff2613a174a6d.jpg — 200 — 48.3 KiB — 59 ms — h2https://plunketts.net/fonts/la-solid-900.woff2/fonts/la-solid-900.woff2 https://plunketts.net/fonts/la-solid-900.woff2 — 200 — 94.9 KiB — 35 ms — h2https://plunketts.net/fonts/la-brands-400.woff2/fonts/la-brands-400.woff2 https://plunketts.net/fonts/la-brands-400.woff2 — 200 — 83.1 KiB — 37 ms — h2https://plunketts.net/fonts/la-regular-400.woff2/fonts/la-regular-400.woff2 https://plunketts.net/fonts/la-regular-400.woff2 — 200 — 12.9 KiB — 31 ms — h2https://plunketts.net/fonts/plunketts-icons.woff?t=20220927120423/fonts/plunketts-icons.woff?t=20220... https://plunketts.net/fonts/plunketts-icons.woff?t=20220927120423 — 200 — 24.5 KiB — 36 ms — h2https://vcc-na39.8x8.com/CHAT/common/js/chat.jsvcc-na39.8x8.com/CHAT/common/js/cha... https://vcc-na39.8x8.com/CHAT/common/js/chat.js — 200 — 12.0 KiB — 393 ms — http/1.1https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 60 ms — h3https://www.youtube.com/s/player/c2f7551f/www-player.csswww.youtube.com/s/player/c2f7551f/w... https://www.youtube.com/s/player/c2f7551f/www-player.css — 200 — 58.0 KiB — 68 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.AqbZB3Xy6KQ.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGc_v_ct24Fv--meNUc7d-oMjIH_wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.AqbZB3Xy6KQ.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGc_v_ct24Fv--meNUc7d-oMjIH_w — 200 — 49.1 KiB — 85 ms — h2https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/swap_session.jsonjs.callrail.com/group/0/af29fdc057f... https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/swap_session.json — 200 — 796 B — 222 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 163 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 164 ms — h2https://plunketts.net/tracking/create_view.json/tracking/create_view.json https://plunketts.net/tracking/create_view.json — 200 — 696 B — 159 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.ukdB01jnsSc.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywE-9Py2qZJspvAqxt9JUo6IbVMDjQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.ukdB01jnsSc.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywE-9Py2qZJspvAqxt9JUo6IbVMDjQ/m=root,base — 200 — 144.5 KiB — 112 ms — h2https://www.youtube.com/s/player/c2f7551f/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/c2f7551f/p... https://www.youtube.com/s/player/c2f7551f/player_embed_es6.vflset/en_US/base.js — 200 — 443.4 KiB — 183 ms — h2https://plunketts.net/target_pests/options.json?request_type=general/target_pests/options.json?request_... https://plunketts.net/target_pests/options.json?request_type=general — 200 — 1.3 KiB — 144 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-950307493&cx=c&gtm=4e65k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-950307493&cx=c&gtm=4e65k1 — 200 — 144.5 KiB — 130 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Y0NX4B2XG5&cx=c&gtm=4e65k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Y0NX4B2XG5&cx=c&gtm=4e65k1 — 200 — 173.8 KiB — 122 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 144 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 9.0 KiB — 133 ms — h2https://amplify.outbrain.com/cp/obtp.jsamplify.outbrain.com/cp/obtp.js https://amplify.outbrain.com/cp/obtp.js — 200 — 18.2 KiB — 46 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 97.5 KiB — 101 ms — h3https://static.hotjar.com/c/hotjar-369785.js?sv=6static.hotjar.com/c/hotjar-369785.j... https://static.hotjar.com/c/hotjar-369785.js?sv=6 — 200 — 435 B — 64 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Y0NX4B2XG5www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Y0NX4B2XG5 — 200 — 173.8 KiB — 110 ms — h2https://ads.nextdoor.com/public/pixel/ndp.jsads.nextdoor.com/public/pixel/ndp.j... https://ads.nextdoor.com/public/pixel/ndp.js — 200 — 21.9 KiB — 716 ms — h2https://cdn.pagesense.io/js/geminiadvancedmarketingsolutions/d14529f335ea470c852a53962852f52d.jscdn.pagesense.io/js/geminiadvancedm... https://cdn.pagesense.io/js/geminiadvancedmarketingsolutions/d14529f335ea470c852a53962852f52d.js — 200 — 64.5 KiB — 119 ms — h2https://apxl.io/script.js?id=648e7b77-1c5e-4ec4-8254-842009912a7fapxl.io/script.js?id=648e7b77-1c5e-... https://apxl.io/script.js?id=648e7b77-1c5e-4ec4-8254-842009912a7f — 200 — 2.2 KiB — 113 ms — h2https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&auid=1212830434.1779774165&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&en=page_view&dl=https%3A%2F%2Fplunketts.net%2F&scrsrc=www.googletagmanager.com&rnd=421069094.1779774165&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He65k1v76319245za200zd76319245xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~116701381&apve=1&apvf=f&apvc=1&tft=1779774164944&tfd=821www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&auid=1212830434.1779774165&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&en=page_view&dl=https%3A%2F%2Fplunketts.net%2F&scrsrc=www.googletagmanager.com&rnd=421069094.1779774165&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He65k1v76319245za200zd76319245xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~116701381&apve=1&apvf=f&apvc=1&tft=1779774164944&tfd=821 — 200 — 21 B — 93 ms — h3https://www.youtube.com/embed/tkdU-ljOXZ4?rel=0&enablejsapi=1&origin=https%3A%2F%2Fplunketts.netwww.youtube.com/embed/tkdU-ljOXZ4?r... https://www.youtube.com/embed/tkdU-ljOXZ4?rel=0&enablejsapi=1&origin=https%3A%2F%2Fplunketts.net — 200 — 52.8 KiB — 187 ms — h3https://cdn.datasteam.io/js/datasteampx.jscdn.datasteam.io/js/datasteampx.js https://cdn.datasteam.io/js/datasteampx.js — 200 — 2.7 KiB — 83 ms — h2https://tag.simpli.fi/sifitag/6c90b163-80f9-4e25-8b2c-c6b33721003atag.simpli.fi/sifitag/6c90b163-80f9... https://tag.simpli.fi/sifitag/6c90b163-80f9-4e25-8b2c-c6b33721003a — 200 — 1.6 KiB — 123 ms — h2https://jelly.mdhv.io/v1/star.gif?pid=erp8QL478bj3A24JU6kPw96YmP1Z&src=mh&evt=hijelly.mdhv.io/v1/star.gif?pid=erp8Q... https://jelly.mdhv.io/v1/star.gif?pid=erp8QL478bj3A24JU6kPw96YmP1Z&src=mh&evt=hi — 307 — 217 B — 454 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.1 KiB — 190 ms — h2https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/icap.js?t=1779774165082&GoogleAnalytics4__ga=GA1.2.1152505401.1779774165&ga=GA1.2.1152505401.1779774165&uuid=726e9ba8-6a38-451c-b0db-3ccde9834143&ids%5B%5D=902218811js.callrail.com/group/0/af29fdc057f... https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/icap.js?t=1779774165082&GoogleAnalytics4__ga=GA1.2.1152505401.1779774165&ga=GA1.2.1152505401.1779774165&uuid=726e9ba8-6a38-451c-b0db-3ccde9834143&ids%5B%5D=902218811 — 200 — 560 B — 119 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-Y0NX4B2XG5&gtm=45je65k1v868873136z876319245za20gzb76319245zd76319245&_p=1779774164488&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=767087817&_eu=AAAAAGAC&are=1&cid=1152505401.1779774165&ec_mode=a&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938469~118128922&sid=1779774165&sct=1&seg=0&dl=https%3A%2F%2Fplunketts.net%2F&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&en=page_view&_fv=1&_ss=1&tfd=1037region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-Y0NX4B2XG5&gtm=45je65k1v868873136z876319245za20gzb76319245zd76319245&_p=1779774164488&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=767087817&_eu=AAAAAGAC&are=1&cid=1152505401.1779774165&ec_mode=a&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938469~118128922&sid=1779774165&sct=1&seg=0&dl=https%3A%2F%2Fplunketts.net%2F&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&en=page_view&_fv=1&_ss=1&tfd=1037 — 204 — 48 B — 77 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Y0NX4B2XG5&cid=1152505401.1779774165&gtm=45je65k1v868873136z876319245za20gzb76319245zd76319245&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Y0NX4B2XG5&cid=1152505401.1779774165&gtm=45je65k1v868873136z876319245za20gzb76319245zd76319245&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~118128922 — 204 — 556 B — 102 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-Y0NX4B2XG5&gtm=45je65k1v868873136za20gzb76319245zd76319245&_p=1779774164488&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=767087817&_eu=AAACAGQC&are=1&cid=1152505401.1779774165&ec_mode=a&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115616986~115938466~115938469~118128922&sid=1779774165&sct=1&seg=1&dl=https%3A%2F%2Fplunketts.net%2F&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&_tu=KA&en=page_view&_ee=1&_et=8&tfd=1048region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-Y0NX4B2XG5&gtm=45je65k1v868873136za20gzb76319245zd76319245&_p=1779774164488&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=767087817&_eu=AAACAGQC&are=1&cid=1152505401.1779774165&ec_mode=a&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115616986~115938466~115938469~118128922&sid=1779774165&sct=1&seg=1&dl=https%3A%2F%2Fplunketts.net%2F&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&_tu=KA&en=page_view&_ee=1&_et=8&tfd=1048 — 204 — 547 B — 67 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-Y0NX4B2XG5&cid=1152505401.1779774165&gtm=45je65k1v868873136z876319245za20gzb76319245zd76319245&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~118128922&z=221228483www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-Y0NX4B2XG5&cid=1152505401.1779774165&gtm=45je65k1v868873136z876319245za20gzb76319245zd76319245&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~118128922&z=221228483 — 200 — 408 B — 144 ms — h2https://pagesense-collect.zoho.com/pslog.gif?type=2pagesense-collect.zoho.com/pslog.gi... https://pagesense-collect.zoho.com/pslog.gif?type=2 — 200 — 407 B — 536 ms — h2https://apxl.io/648e7b77-1c5e-4ec4-8254-842009912a7f/tagapxl.io/648e7b77-1c5e-4ec4-8254-842... https://apxl.io/648e7b77-1c5e-4ec4-8254-842009912a7f/tag — 200 — 264 B — 76 ms — h2https://apxl.io/648e7b77-1c5e-4ec4-8254-842009912a7f/collect?acu=2e4c51a1-1863-45b5-bb54-f58af0d7b897&url=https://plunketts.net/&t=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&vp=1350x940&vp=800x600&sd=24&tz=UTC&p=Linux%20x86_64&cb=1779774165&cvs=149822569&wgl=n%2Fa&ce=true&l=en-US&dm=8&hc=4apxl.io/648e7b77-1c5e-4ec4-8254-842... https://apxl.io/648e7b77-1c5e-4ec4-8254-842009912a7f/collect?acu=2e4c51a1-1863-45b5-bb54-f58af0d7b897&url=https://plunketts.net/&t=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&vp=1350x940&vp=800x600&sd=24&tz=UTC&p=Linux%20x86_64&cb=1779774165&cvs=149822569&wgl=n%2Fa&ce=true&l=en-US&dm=8&hc=4 — 200 — 304 B — 408 ms — h2https://www.youtube.com/s/player/c2f7551f/www-player.csswww.youtube.com/s/player/c2f7551f/w... https://www.youtube.com/s/player/c2f7551f/www-player.css — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.AqbZB3Xy6KQ.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGc_v_ct24Fv--meNUc7d-oMjIH_wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.AqbZB3Xy6KQ.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGc_v_ct24Fv--meNUc7d-oMjIH_w — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.UWlX2xzg3-Q.es5.O/am=AAAAgA/d=1/br=1/rs=AGKMywGtId_bv5QIvIqhebR1c3iPjan3NQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.UWlX2xzg3-Q.es5.O/am=AAAAgA/d=1/br=1/rs=AGKMywGtId_bv5QIvIqhebR1c3iPjan3NQ/m=root,base — 200 — 163.2 KiB — 118 ms — h3https://www.youtube.com/s/player/c2f7551f/player_embed.vflset/en_US/base.jswww.youtube.com/s/player/c2f7551f/p... https://www.youtube.com/s/player/c2f7551f/player_embed.vflset/en_US/base.js — 200 — 482.4 KiB — 168 ms — h3https://pagesense-collect.zoho.com/psimg.gif?raw=%7B%22vrd%22%3A%5B%7B%22a%22%3A%22geminiadvancedmarketingsolutions%22%2C%22p%22%3A%22d14529f335ea470c852a53962852f52d%22%2C%22sc%22%3A%220%22%7D%5D%2C%22urd%22%3A%7B%22bv%22%3A%22Chrome%22%2C%22lv%22%3A%22en-US%22%2C%22ov%22%3A%22Mac%20OS%22%2C%22dv%22%3A%22desktop%22%2C%22mdv%22%3A%22Apple%22%2C%22rv%22%3A%22%22%2C%22frv%22%3A%22%22%2C%22fcv%22%3A%22https%3A%2F%2Fplunketts.net%2F%22%2C%22cv%22%3A%22https%3A%2F%2Fplunketts.net%22%2C%22up%22%3A%5B%5D%2C%22tv%22%3A%22DIRECT%22%2C%22srv%22%3A%22800x600%22%2C%22f%22%3A%221779774165191zabu0.9876776027215333%22%2C%22d%22%3A%221779774165215zabv0.9254384724294928%22%2C%22sid%22%3A%221779774165215zsc0.011331375566372759%22%2C%22ts%22%3A0%2C%22n%22%3Atrue%2C%22lp%22%3A%22https%3A%2F%2Fplunketts.net%22%2C%22lpr%22%3A%22%22%2C%22fsrc%22%3A%22direct%22%2C%22fmdm%22%3A%22(none)%22%2C%22fchn%22%3A%22direct%22%2C%22ifr%22%3Atrue%2C%22isef%22%3Atrue%2C%22ht%22%3A%22pageview%22%2C%22iht%22%3Atrue%2C%22src%22%3A%22direct%22%2C%22mdm%22%3A%22(none)%22%2C%22chn%22%3A%22direct%22%2C%22dtte%22%3A%22Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control%22%7D%7D&type=21&domainname=geminiadvancedmarketingsolutionspagesense-collect.zoho.com/psimg.gi... https://pagesense-collect.zoho.com/psimg.gif?raw=%7B%22vrd%22%3A%5B%7B%22a%22%3A%22geminiadvancedmarketingsolutions%22%2C%22p%22%3A%22d14529f335ea470c852a53962852f52d%22%2C%22sc%22%3A%220%22%7D%5D%2C%22urd%22%3A%7B%22bv%22%3A%22Chrome%22%2C%22lv%22%3A%22en-US%22%2C%22ov%22%3A%22Mac%20OS%22%2C%22dv%22%3A%22desktop%22%2C%22mdv%22%3A%22Apple%22%2C%22rv%22%3A%22%22%2C%22frv%22%3A%22%22%2C%22fcv%22%3A%22https%3A%2F%2Fplunketts.net%2F%22%2C%22cv%22%3A%22https%3A%2F%2Fplunketts.net%22%2C%22up%22%3A%5B%5D%2C%22tv%22%3A%22DIRECT%22%2C%22srv%22%3A%22800x600%22%2C%22f%22%3A%221779774165191zabu0.9876776027215333%22%2C%22d%22%3A%221779774165215zabv0.9254384724294928%22%2C%22sid%22%3A%221779774165215zsc0.011331375566372759%22%2C%22ts%22%3A0%2C%22n%22%3Atrue%2C%22lp%22%3A%22https%3A%2F%2Fplunketts.net%22%2C%22lpr%22%3A%22%22%2C%22fsrc%22%3A%22direct%22%2C%22fmdm%22%3A%22(none)%22%2C%22fchn%22%3A%22direct%22%2C%22ifr%22%3Atrue%2C%22isef%22%3Atrue%2C%22ht%22%3A%22pageview%22%2C%22iht%22%3Atrue%2C%22src%22%3A%22direct%22%2C%22mdm%22%3A%22(none)%22%2C%22chn%22%3A%22direct%22%2C%22dtte%22%3A%22Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control%22%7D%7D&type=21&domainname=geminiadvancedmarketingsolutions — 200 — 406 B — 492 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 200 — 39.2 KiB — 44 ms — h3https://pagesense-hb-collect.zoho.com/psimg.gif?raw=%7B%22vrd%22%3A%5B%7B%22a%22%3A%22geminiadvancedmarketingsolutions%22%2C%22p%22%3A%22d14529f335ea470c852a53962852f52d%22%2C%22n%22%3Atrue%7D%5D%2C%22urd%22%3A%7B%22f%22%3A%221779774165191zabu0.9876776027215333%22%2C%22d%22%3A%221779774165215zabv0.9254384724294928%22%7D%7D&type=24&domainname=geminiadvancedmarketingsolutions&uuid=1779774165191zabu0.9876776027215333pagesense-hb-collect.zoho.com/psimg... https://pagesense-hb-collect.zoho.com/psimg.gif?raw=%7B%22vrd%22%3A%5B%7B%22a%22%3A%22geminiadvancedmarketingsolutions%22%2C%22p%22%3A%22d14529f335ea470c852a53962852f52d%22%2C%22n%22%3Atrue%7D%5D%2C%22urd%22%3A%7B%22f%22%3A%221779774165191zabu0.9876776027215333%22%2C%22d%22%3A%221779774165215zabv0.9254384724294928%22%7D%7D&type=24&domainname=geminiadvancedmarketingsolutions&uuid=1779774165191zabu0.9876776027215333 — 200 — 594 B — 532 ms — http/1.1https://www.googletagmanager.com/gtag/destination?id=DC-16389647&cx=c&gtm=4e65k1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-16389647&cx=c&gtm=4e65k1 — 200 — 129.2 KiB — 135 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&auid=1212830434.1779774165&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&en=page_view&dl=https%3A%2F%2Fplunketts.net%2F&scrsrc=www.googletagmanager.com&rnd=421069094.1779774165&navt=n&npa=1&gtm=45be65k1v888675540z876319245za20gzb76319245zd76319245xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~116701381&apve=1&apvf=f&apvc=0&tids=AW-950307493&tid=AW-950307493&tft=1779774165293&tfd=1170www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&auid=1212830434.1779774165&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&en=page_view&dl=https%3A%2F%2Fplunketts.net%2F&scrsrc=www.googletagmanager.com&rnd=421069094.1779774165&navt=n&npa=1&gtm=45be65k1v888675540z876319245za20gzb76319245zd76319245xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~116701381&apve=1&apvf=f&apvc=0&tids=AW-950307493&tid=AW-950307493&tft=1779774165293&tfd=1170 — 200 — 21 B — 34 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&auid=1212830434.1779774165&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&dl=https%3A%2F%2Fplunketts.net%2F&scrsrc=www.googletagmanager.com&rnd=421069094.1779774165&navt=n&npa=1&_tu=CA&gtm=45be65k1v888675540z876319245za20gzb76319245zd76319245xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~116701381&apve=1&apvf=f&apvc=0&tids=AW-950307493&tid=AW-950307493&tft=1779774165294&tfd=1171www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&auid=1212830434.1779774165&dt=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&dl=https%3A%2F%2Fplunketts.net%2F&scrsrc=www.googletagmanager.com&rnd=421069094.1779774165&navt=n&npa=1&_tu=CA&gtm=45be65k1v888675540z876319245za20gzb76319245zd76319245xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~116701381&apve=1&apvf=f&apvc=0&tids=AW-950307493&tid=AW-950307493&tft=1779774165294&tfd=1171 — 200 — 21 B — 35 ms — h3https://connect.facebook.net/signals/config/1506427962995280?v=2.9.325&r=stable&domain=plunketts.net&hme=af8aa31887db259becaf70277daef60bd8bc35c2df82c2acd4258de27ecac4b5&ex_m=104%2C207%2C155%2C22%2C72%2C73%2C146%2C68%2C67%2C11%2C164%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C160%2C166%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C167%2C172%2C221%2C62%2C188%2C189%2C55%2C279%2C30%2C74%2C233%2C232%2C231%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C156%2C76%2C159%2C157%2C158%2C50%2C60%2C123%2C15%2C163%2C45%2C266%2C267%2C265%2C26%2C27%2C28%2C48%2C147%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C145%2C148%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C150%2C149%2C151%2C142%2C140%2C25%2C35%2C59%2C109%2C162%2C70%2C17%2C153%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C139%2C161%2C34%2C281%2C297%2C214%2C203%2C204%2C202%2C300%2C291%2C52%2C215%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C125%2C58%2C64%2C152%2C115%2C37%2C32%2C53%2C56%2C100%2C165%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C168%2C169%2C94%2C95%2C9%2C102%2C51%2C143%2C87%2C79%2C71%2C117%2C106%2C43%2C144%2C0%2C82%2C137%2C141%2C154%2C38%2C108%2C13%2C170connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1506427962995280?v=2.9.325&r=stable&domain=plunketts.net&hme=af8aa31887db259becaf70277daef60bd8bc35c2df82c2acd4258de27ecac4b5&ex_m=104%2C207%2C155%2C22%2C72%2C73%2C146%2C68%2C67%2C11%2C164%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C160%2C166%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C167%2C172%2C221%2C62%2C188%2C189%2C55%2C279%2C30%2C74%2C233%2C232%2C231%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C156%2C76%2C159%2C157%2C158%2C50%2C60%2C123%2C15%2C163%2C45%2C266%2C267%2C265%2C26%2C27%2C28%2C48%2C147%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C145%2C148%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C150%2C149%2C151%2C142%2C140%2C25%2C35%2C59%2C109%2C162%2C70%2C17%2C153%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C139%2C161%2C34%2C281%2C297%2C214%2C203%2C204%2C202%2C300%2C291%2C52%2C215%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C125%2C58%2C64%2C152%2C115%2C37%2C32%2C53%2C56%2C100%2C165%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C168%2C169%2C94%2C95%2C9%2C102%2C51%2C143%2C87%2C79%2C71%2C117%2C106%2C43%2C144%2C0%2C82%2C137%2C141%2C154%2C38%2C108%2C13%2C170 — 200 — 44.9 KiB — 29 ms — h3https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 0 B — 3 ms — h2https://api.datasteam.io/v1/C/pixel/52A79B598D16?v=46819c36-d5b4-4e5a-9cfe-76272658cd5a&se=f943637a-0437-4e36-afd2-2083a59adbb1&p=e227f47e-bb39-480a-9824-66e0e375b039&l=pageload&d=eyJ2IjoiNDY4MTljMzYtZDViNC00ZTVhLTljZmUtNzYyNzI2NThjZDVhIiwic2UiOiJmOTQzNjM3YS0wNDM3LTRlMzYtYWZkMi0yMDgzYTU5YWRiYjEiLCJwIjoiZTIyN2Y0N2UtYmIzOS00ODBhLTk4MjQtNjZlMGUzNzViMDM5IiwidSI6Imh0dHBzOi8vcGx1bmtldHRzLm5ldC8iLCJwbiI6Ii8iLCJyIjoiIiwidCI6IlBlc3QgQ29udHJvbCBNaW5uZWFwb2xpcywgTU4gJiBNaWR3ZXN0LVBsdW5rZXR0J3MgUGVzdCBDb250cm9sIiwibCI6IlBhZ2VMb2FkIiwiaGMiOiIwIn0=api.datasteam.io/v1/C/pixel/52A79B5... https://api.datasteam.io/v1/C/pixel/52A79B598D16?v=46819c36-d5b4-4e5a-9cfe-76272658cd5a&se=f943637a-0437-4e36-afd2-2083a59adbb1&p=e227f47e-bb39-480a-9824-66e0e375b039&l=pageload&d=eyJ2IjoiNDY4MTljMzYtZDViNC00ZTVhLTljZmUtNzYyNzI2NThjZDVhIiwic2UiOiJmOTQzNjM3YS0wNDM3LTRlMzYtYWZkMi0yMDgzYTU5YWRiYjEiLCJwIjoiZTIyN2Y0N2UtYmIzOS00ODBhLTk4MjQtNjZlMGUzNzViMDM5IiwidSI6Imh0dHBzOi8vcGx1bmtldHRzLm5ldC8iLCJwbiI6Ii8iLCJyIjoiIiwidCI6IlBlc3QgQ29udHJvbCBNaW5uZWFwb2xpcywgTU4gJiBNaWR3ZXN0LVBsdW5rZXR0J3MgUGVzdCBDb250cm9sIiwibCI6IlBhZ2VMb2FkIiwiaGMiOiIwIn0= — 302 — 723 B — 404 ms — http/1.1https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 0 B — 7 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165368&eventSource=amzn.js&uuid=45757d7a-5768-4602-92d3-2b96b5c53b39aax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165368&eventSource=amzn.js&uuid=45757d7a-5768-4602-92d3-2b96b5c53b39 — 302 — 649 B — 309 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 0 B — 10 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=150364d0-a2cf-4095-a910-b9881d932a5faax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=150364d0-a2cf-4095-a910-b9881d932a5f — 302 — 649 B — 307 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=d4472c97-5c28-4aa6-b24b-176415669274&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=5938fa02-2457-425b-add8-042444c5dbd6aax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=d4472c97-5c28-4aa6-b24b-176415669274&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=5938fa02-2457-425b-add8-042444c5dbd6 — 302 — 648 B — 306 ms — h2https://bat.bing.com/p/action/56003706.jsbat.bing.com/p/action/56003706.js https://bat.bing.com/p/action/56003706.js — 200 — 431 B — 39 ms — h2https://cloud8-cc-geo.8x8.com/vcc-chat-channels/public/webchat/discovery?domain=https%3A%2F%2Fvcc-na39.8x8.com&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channelUuid=undefinedcloud8-cc-geo.8x8.com/vcc-chat-chan... https://cloud8-cc-geo.8x8.com/vcc-chat-channels/public/webchat/discovery?domain=https%3A%2F%2Fvcc-na39.8x8.com&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channelUuid=undefined — 200 — 719 B — 281 ms — h2https://www.youtube.com/s/player/c2f7551f/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/c2f7551f/w... https://www.youtube.com/s/player/c2f7551f/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 44 ms — h2https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1506427962995280&ev=PageView&dl=https%3A%2F%2Fplunketts.net%2F&rl=&if=false&ts=1779774165414&sw=800&sh=600&v=2.9.325&r=stable&ec=0&o=4126&fbp=fb.1.1779774165402.216372604602042009&ler=empty&cdl=API_unavailable&pmd[title]=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&pmd[description]=Plunkett%27s%20Pest%20Control%20is%20a%20family%20owned%20company%20founded%20in%201915.%20Get%20your%20pest%20issues%20resolved%20fast%20with%20the%20best%20pest%20control%20in%20the%20midwest.%20Schedule%20now!&plt=730.6999988555908&tz=0&it=1779774165324&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1506427962995280&ev=PageView&dl=https%3A%2F%2Fplunketts.net%2F&rl=&if=false&ts=1779774165414&sw=800&sh=600&v=2.9.325&r=stable&ec=0&o=4126&fbp=fb.1.1779774165402.216372604602042009&ler=empty&cdl=API_unavailable&pmd[title]=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&pmd[description]=Plunkett%27s%20Pest%20Control%20is%20a%20family%20owned%20company%20founded%20in%201915.%20Get%20your%20pest%20issues%20resolved%20fast%20with%20the%20best%20pest%20control%20in%20the%20midwest.%20Schedule%20now!&plt=730.6999988555908&tz=0&it=1779774165324&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — -1 — 0 B — 153 ms — https://www.facebook.com/tr/?id=1506427962995280&ev=PageView&dl=https%3A%2F%2Fplunketts.net%2F&rl=&if=false&ts=1779774165414&sw=800&sh=600&v=2.9.325&r=stable&ec=0&o=4126&fbp=fb.1.1779774165402.216372604602042009&ler=empty&cdl=API_unavailable&pmd[title]=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&pmd[description]=Plunkett%27s%20Pest%20Control%20is%20a%20family%20owned%20company%20founded%20in%201915.%20Get%20your%20pest%20issues%20resolved%20fast%20with%20the%20best%20pest%20control%20in%20the%20midwest.%20Schedule%20now!&plt=730.6999988555908&tz=0&it=1779774165324&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=15064279629... https://www.facebook.com/tr/?id=1506427962995280&ev=PageView&dl=https%3A%2F%2Fplunketts.net%2F&rl=&if=false&ts=1779774165414&sw=800&sh=600&v=2.9.325&r=stable&ec=0&o=4126&fbp=fb.1.1779774165402.216372604602042009&ler=empty&cdl=API_unavailable&pmd[title]=Pest%20Control%20Minneapolis%2C%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&pmd[description]=Plunkett%27s%20Pest%20Control%20is%20a%20family%20owned%20company%20founded%20in%201915.%20Get%20your%20pest%20issues%20resolved%20fast%20with%20the%20best%20pest%20control%20in%20the%20midwest.%20Schedule%20now!&plt=730.6999988555908&tz=0&it=1779774165324&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 40 ms — h3https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=150364d0-a2cf-4095-a910-b9881d932a5f&dcc=taax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=150364d0-a2cf-4095-a910-b9881d932a5f&dcc=t — 200 — 406 B — 228 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=d4472c97-5c28-4aa6-b24b-176415669274&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=5938fa02-2457-425b-add8-042444c5dbd6&dcc=taax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=d4472c97-5c28-4aa6-b24b-176415669274&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=5938fa02-2457-425b-add8-042444c5dbd6&dcc=t — 200 — 408 B — 226 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165368&eventSource=amzn.js&uuid=45757d7a-5768-4602-92d3-2b96b5c53b39&dcc=taax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165368&eventSource=amzn.js&uuid=45757d7a-5768-4602-92d3-2b96b5c53b39&dcc=t — 200 — 406 B — 227 ms — h2https://ad.doubleclick.net/activity;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;~oref=https%3A%2F%2Fplunketts.net%2F?ad.doubleclick.net/activity;src=163... https://ad.doubleclick.net/activity;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;~oref=https%3A%2F%2Fplunketts.net%2F? — 302 — 22 B — 661 ms — h3https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/swap_session.jsonjs.callrail.com/group/0/af29fdc057f... https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/swap_session.json — 200 — 794 B — 139 ms — h2https://jelly-v6.mdhv.io/v1/starV6.gif?evt=hi&pid=erp8QL478bj3A24JU6kPw96YmP1Z&src=mh&tx=2852208e-8dfd-40f6-9edb-826caf61603bjelly-v6.mdhv.io/v1/starV6.gif?evt=... https://jelly-v6.mdhv.io/v1/starV6.gif?evt=hi&pid=erp8QL478bj3A24JU6kPw96YmP1Z&src=mh&tx=2852208e-8dfd-40f6-9edb-826caf61603b — 200 — 235 B — 430 ms — h2https://16389647.fls.doubleclick.net/activityi;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;_dc_test=1;~oref=https%3A%2F%2Fplunketts.net%2F?16389647.fls.doubleclick.net/activi... https://16389647.fls.doubleclick.net/activityi;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;_dc_test=1;~oref=https%3A%2F%2Fplunketts.net%2F? — 302 — 875 B — 168 ms — h2https://bat.bing.net/actionp/0?ti=56003706&tm=gtm002&Ver=2&mid=c0177152-e5a1-43e7-8be7-55f0edf03cf5&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=56003706&... https://bat.bing.net/actionp/0?ti=56003706&tm=gtm002&Ver=2&mid=c0177152-e5a1-43e7-8be7-55f0edf03cf5&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 120 B — 170 ms — h2https://bat.bing.net/action/0?ti=56003706&tm=gtm002&Ver=2&mid=c0177152-e5a1-43e7-8be7-55f0edf03cf5&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Pest%20Control%20Minneapolis,%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&p=https%3A%2F%2Fplunketts.net%2F&r=&lt=731&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=966376bat.bing.net/action/0?ti=56003706&t... https://bat.bing.net/action/0?ti=56003706&tm=gtm002&Ver=2&mid=c0177152-e5a1-43e7-8be7-55f0edf03cf5&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Pest%20Control%20Minneapolis,%20MN%20%26%20Midwest%C2%A0-%C2%A0Plunkett%27s%20Pest%20Control&p=https%3A%2F%2Fplunketts.net%2F&r=&lt=731&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=966376 — 204 — 346 B — 107 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 163 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 135 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.UWlX2xzg3-Q.es5.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGtId_bv5QIvIqhebR1c3iPjan3NQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.UWlX2xzg3-Q.es5.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGtId_bv5QIvIqhebR1c3iPjan3NQ/m=r78Drb — 200 — 213.9 KiB — 49 ms — h3https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/icap.js?t=1779774165615&GoogleAnalytics4__ga_Y0NX4B2XG5=GS2.1.s1779774165%24o1%24g1%24t1779774165%24j60%24l0%24h767087817&GoogleAnalytics4__ga=GA1.1.1152505401.1779774165&ga=GA1.1.1152505401.1779774165&uuid=726e9ba8-6a38-451c-b0db-3ccde9834143&ids%5B%5D=902218811js.callrail.com/group/0/af29fdc057f... https://js.callrail.com/group/0/af29fdc057fc2091e6ce/12/icap.js?t=1779774165615&GoogleAnalytics4__ga_Y0NX4B2XG5=GS2.1.s1779774165%24o1%24g1%24t1779774165%24j60%24l0%24h767087817&GoogleAnalytics4__ga=GA1.1.1152505401.1779774165&ga=GA1.1.1152505401.1779774165&uuid=726e9ba8-6a38-451c-b0db-3ccde9834143&ids%5B%5D=902218811 — 200 — 559 B — 123 ms — h2https://ad.doubleclick.net/activity;dc_pre=CLegr7ef1pQDFVjtOwIdu-ARdw;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;~oref=https%3A%2F%2Fplunketts.net%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CLegr7ef1pQDFVjtOwIdu-ARdw;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;~oref=https%3A%2F%2Fplunketts.net%2F? — 302 — 22 B — 486 ms — h3https://16389647.fls.doubleclick.net/activityi;dc_pre=CKPEr7ef1pQDFUxOHgIdpYwH4A;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;_dc_test=1;~oref=https%3A%2F%2Fplunketts.net%2F?16389647.fls.doubleclick.net/activi... https://16389647.fls.doubleclick.net/activityi;dc_pre=CKPEr7ef1pQDFUxOHgIdpYwH4A;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;_dc_test=1;~oref=https%3A%2F%2Fplunketts.net%2F? — 200 — 942 B — 98 ms — h2https://ads.nextdoor.com/v2/public/pixel/advmtch.jsads.nextdoor.com/v2/public/pixel/ad... https://ads.nextdoor.com/v2/public/pixel/advmtch.js — 200 — 36.8 KiB — 179 ms — h2https://flask.nextdoor.com/pixel?pid=eaeedb41-9a61-4b1a-9d43-a13eabe151ea&vrs=10.30&ev=PAGE_VIEW&pl=https%3A%2F%2Fplunketts.net%2F&v=undefined&ndclid=&ndclid_src=0&rf=&sem=&tm=Manual&iid=7ad7e155-311d-4ea0-8539-b8b657cfa1d5&pageid=d6b96108-e22a-43ec-9542-66518d7c55ce&sessionid=f2e5fded-fb67-45af-a17b-930ae1daa510&cd=%7B%7D&tz=UTC&sw=800&sh=600&gpuV=Google%20Inc.%20(Google)&gpuR=ANGLE%20(Google%2C%20Vulkan%201.3.0%20(SwiftShader%20Device%20(Subzero)%20(0x0000C0DE))%2C%20SwiftShader%20driver)flask.nextdoor.com/pixel?pid=eaeedb... https://flask.nextdoor.com/pixel?pid=eaeedb41-9a61-4b1a-9d43-a13eabe151ea&vrs=10.30&ev=PAGE_VIEW&pl=https%3A%2F%2Fplunketts.net%2F&v=undefined&ndclid=&ndclid_src=0&rf=&sem=&tm=Manual&iid=7ad7e155-311d-4ea0-8539-b8b657cfa1d5&pageid=d6b96108-e22a-43ec-9542-66518d7c55ce&sessionid=f2e5fded-fb67-45af-a17b-930ae1daa510&cd=%7B%7D&tz=UTC&sw=800&sh=600&gpuV=Google%20Inc.%20(Google)&gpuR=ANGLE%20(Google%2C%20Vulkan%201.3.0%20(SwiftShader%20Device%20(Subzero)%20(0x0000C0DE))%2C%20SwiftShader%20driver) — 204 — 111 B — 226 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/html/config-broker.htmlvcc-na39-cf.8x8.com/CHAT/common/htm... https://vcc-na39-cf.8x8.com/CHAT/common/html/config-broker.html — 200 — 1.1 KiB — 71 ms — h2https://ara.paa-reporting-advertising.amazon/aat?pid=d4472c97-5c28-4aa6-b24b-176415669274&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=5938fa02-2457-425b-add8-042444c5dbd6ara.paa-reporting-advertising.amazo... https://ara.paa-reporting-advertising.amazon/aat?pid=d4472c97-5c28-4aa6-b24b-176415669274&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=5938fa02-2457-425b-add8-042444c5dbd6 — 200 — 1.4 KiB — 151 ms — h2https://ara.paa-reporting-advertising.amazon/aat?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=150364d0-a2cf-4095-a910-b9881d932a5fara.paa-reporting-advertising.amazo... https://ara.paa-reporting-advertising.amazon/aat?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165370&eventSource=amzn.js&uuid=150364d0-a2cf-4095-a910-b9881d932a5f — 200 — 425 B — 138 ms — h2https://ara.paa-reporting-advertising.amazon/aat?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165368&eventSource=amzn.js&uuid=45757d7a-5768-4602-92d3-2b96b5c53b39ara.paa-reporting-advertising.amazo... https://ara.paa-reporting-advertising.amazon/aat?pid=f54c22d6-3788-4fc1-ac3b-cff3d9465918&event=PageView&gtmVersion=3.5&ts=1779774165368&eventSource=amzn.js&uuid=45757d7a-5768-4602-92d3-2b96b5c53b39 — 200 — 423 B — 139 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 52 ms — h3https://www.googleadservices.com/pagead/conversion.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion.js — 200 — 23.7 KiB — 129 ms — h3https://adservice.google.com/ddm/fls/z/dc_pre=CKPEr7ef1pQDFUxOHgIdpYwH4A;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;_dc_test=1;~oref=https%3A%2F%2Fplunketts.net%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CKPEr7ef1pQDFUxOHgIdpYwH4A;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;_dc_test=1;~oref=https%3A%2F%2Fplunketts.net%2F — 200 — 63 B — 151 ms — h3https://aa.agkn.com/adscores/g.pixel?sid=9202283468&_userID=598D16-46819C36-D5B4-4E5A-9CFE-76272658CD5A&_takID=52A79B598D16aa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9202283468&_userID=598D16-46819C36-D5B4-4E5A-9CFE-76272658CD5A&_takID=52A79B598D16 — 200 — 307 B — 554 ms — h2https://i.ytimg.com/vi_webp/tkdU-ljOXZ4/sddefault.webpi.ytimg.com/vi_webp/tkdU-ljOXZ4/sdd... https://i.ytimg.com/vi_webp/tkdU-ljOXZ4/sddefault.webp — 200 — 34.5 KiB — 159 ms — h2https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=checkPlatform&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channel=Pest&script=script_5889771956399fa15b97597.98944339vcc-na39-cf.8x8.com/CHAT/chat.php?a... https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=checkPlatform&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channel=Pest&script=script_5889771956399fa15b97597.98944339 — 200 — 566 B — 468 ms — h2https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 726 B — 120 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=8126852778508347171;_dc_ptd=ChEI8ObP0AYQuIKg3Mu95uaCARIfAFae5nA_4Jx9iJ3G1_vPJkiOPcGjHwF8DdjYT846zQ;_dc_time=1779774165;dc_pre=CLegr7ef1pQDFVjtOwIdu-ARdw;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;~oref=https%3A%2F%2Fplunketts.net%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=8126852778508347171;_dc_ptd=ChEI8ObP0AYQuIKg3Mu95uaCARIfAFae5nA_4Jx9iJ3G1_vPJkiOPcGjHwF8DdjYT846zQ;_dc_time=1779774165;dc_pre=CLegr7ef1pQDFVjtOwIdu-ARdw;src=16389647;type=coxme0;cat=pagev0;rcb=1;ord=3642514736322;npa=1;auiddc=1212830434.1779774165;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~116701381~118128923;epver=2;dc_random=1779774165_LWhRiarFZNuPhRHaZPJkB7kxH9rs8SLf9A;~oref=https%3A%2F%2Fplunketts.net%2F? — 200 — 63 B — 290 ms — h3https://ads.nextdoor.com/v2/api/conversions/settings?id=eaeedb41-9a61-4b1a-9d43-a13eabe151eaads.nextdoor.com/v2/api/conversions... https://ads.nextdoor.com/v2/api/conversions/settings?id=eaeedb41-9a61-4b1a-9d43-a13eabe151ea — 200 — 0 B — 531 ms — h2https://www.googleadservices.com/pagead/conversion/17919327253/?random=1779774165909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&rfmt=3&fmt=4www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/17919327253/?random=1779774165909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&rfmt=3&fmt=4 — 200 — 2.6 KiB — 64 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/17919327253/?random=1936909909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ2V2ZW50LXNvdXJjZSwgdHJpZ2dlcjtuYXZpZ2F0aW9uLXNvdXJjZVoDCgEBYgQKAgID&cerd=CgSN4b0t&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRm3yXuqVZd5rccVyWGHrOE7q3CfWvx0wH9KkwTqCKiccvndEky_rmsaAua3&pscrd=IhMI6_vDt5_WlAMV8mP2CB0nBQfiOiVodHRwczovLzE2Mzg5NjQ3LmZscy5kb3VibGVjbGljay5uZXQvQlZDaEFJOE9iUDBBWVF0YWF2aHBmMmw3b2VFaXdBdjZra285ZUp3ZXlVcjZKRjNqZm5Nc1FNSTlWOXFfNlBEQWZNNi1jbTlTdDROM19lQmlsWlBNTVFtQXoMCAliCAgAEAAYACAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/17919327253/?random=1936909909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ2V2ZW50LXNvdXJjZSwgdHJpZ2dlcjtuYXZpZ2F0aW9uLXNvdXJjZVoDCgEBYgQKAgID&cerd=CgSN4b0t&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRm3yXuqVZd5rccVyWGHrOE7q3CfWvx0wH9KkwTqCKiccvndEky_rmsaAua3&pscrd=IhMI6_vDt5_WlAMV8mP2CB0nBQfiOiVodHRwczovLzE2Mzg5NjQ3LmZscy5kb3VibGVjbGljay5uZXQvQlZDaEFJOE9iUDBBWVF0YWF2aHBmMmw3b2VFaXdBdjZra285ZUp3ZXlVcjZKRjNqZm5Nc1FNSTlWOXFfNlBEQWZNNi1jbTlTdDROM19lQmlsWlBNTVFtQXoMCAliCAgAEAAYACAA — 302 — 24 B — 62 ms — h3https://www.google.com/pagead/1p-conversion/17919327253/?random=1936909909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ2V2ZW50LXNvdXJjZSwgdHJpZ2dlcjtuYXZpZ2F0aW9uLXNvdXJjZVoDCgEBYgQKAgID&cerd=CgSN4b0t&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRm3yXuqVZd5rccVyWGHrOE7q3CfWvx0wH9KkwTqCKiccvndEky_rmsaAua3&pscrd=IhMI6_vDt5_WlAMV8mP2CB0nBQfiOiVodHRwczovLzE2Mzg5NjQ3LmZscy5kb3VibGVjbGljay5uZXQvQlZDaEFJOE9iUDBBWVF0YWF2aHBmMmw3b2VFaXdBdjZra285ZUp3ZXlVcjZKRjNqZm5Nc1FNSTlWOXFfNlBEQWZNNi1jbTlTdDROM19lQmlsWlBNTVFtQXoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSXAAFq6B9TZvO0ohscm9T4deaCjgpVCnVA7uqAL01mP-CrdpIvx_1lmc7JoRAUaRS2ECozWxOulgIHWRIa3YrsrYoxtU5LSMpIHV-FueXiwA7vqj5RiK7ZnFoYkpQ&random=3739948379&resp=GooglemKTybQhCsOwww.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/17919327253/?random=1936909909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ2V2ZW50LXNvdXJjZSwgdHJpZ2dlcjtuYXZpZ2F0aW9uLXNvdXJjZVoDCgEBYgQKAgID&cerd=CgSN4b0t&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRm3yXuqVZd5rccVyWGHrOE7q3CfWvx0wH9KkwTqCKiccvndEky_rmsaAua3&pscrd=IhMI6_vDt5_WlAMV8mP2CB0nBQfiOiVodHRwczovLzE2Mzg5NjQ3LmZscy5kb3VibGVjbGljay5uZXQvQlZDaEFJOE9iUDBBWVF0YWF2aHBmMmw3b2VFaXdBdjZra285ZUp3ZXlVcjZKRjNqZm5Nc1FNSTlWOXFfNlBEQWZNNi1jbTlTdDROM19lQmlsWlBNTVFtQXoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSXAAFq6B9TZvO0ohscm9T4deaCjgpVCnVA7uqAL01mP-CrdpIvx_1lmc7JoRAUaRS2ECozWxOulgIHWRIa3YrsrYoxtU5LSMpIHV-FueXiwA7vqj5RiK7ZnFoYkpQ&random=3739948379&resp=GooglemKTybQhCsO — 302 — 24 B — 71 ms — h3https://www.google.com/js/th/HZFpKWaPPvR6C6_bAaRlw0j4zDJMf6y8Vtl3mtgTmLA.jswww.google.com/js/th/HZFpKWaPPvR6C6... https://www.google.com/js/th/HZFpKWaPPvR6C6_bAaRlw0j4zDJMf6y8Vtl3mtgTmLA.js — 200 — 23.2 KiB — 28 ms — h3https://www.google.es/pagead/1p-conversion/17919327253/?random=1936909909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ2V2ZW50LXNvdXJjZSwgdHJpZ2dlcjtuYXZpZ2F0aW9uLXNvdXJjZVoDCgEBYgQKAgID&cerd=CgSN4b0t&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRm3yXuqVZd5rccVyWGHrOE7q3CfWvx0wH9KkwTqCKiccvndEky_rmsaAua3&is_vtc=1&cid=CAQSXAAFq6B9TZvO0ohscm9T4deaCjgpVCnVA7uqAL01mP-CrdpIvx_1lmc7JoRAUaRS2ECozWxOulgIHWRIa3YrsrYoxtU5LSMpIHV-FueXiwA7vqj5RiK7ZnFoYkpQ&random=3739948379&resp=GooglemKTybQhCsO&ipr=y&pscrd=IhMI6_vDt5_WlAMV8mP2CB0nBQfiOiVodHRwczovLzE2Mzg5NjQ3LmZscy5kb3VibGVjbGljay5uZXQvQlZDaEFJOE9iUDBBWVF0YWF2aHBmMmw3b2VFaXdBdjZra285ZUp3ZXlVcjZKRjNqZm5Nc1FNSTlWOXFfNlBEQWZNNi1jbTlTdDROM19lQmlsWlBNTVFtQXoMCAliCAgAEAAYACAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/17919327253/?random=1936909909&cv=9&fst=1779774165909&num=1&npa=1&label=8uxuCKbx0ZccEJX4zOBC&guid=ON&resp=GooglemKTybQhCsO&eid=375603260%2C466465926%2C512247839%2C658953496&u_h=600&u_w=800&ig=1&auid=1212830434.1779774165&frm=2&url=https%3A%2F%2F16389647.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCKPEr7ef1pQDFUxOHgIdpYwH4A%3Bsrc%3D16389647%3Btype%3Dcoxme0%3Bcat%3Dpagev0%3Brcb%3D1%3Bord%3D3642514736322%3Bnpa%3D1%3Bauiddc%3D1212830434.1779774165%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DNot%25252FA)Brand%253B99.0.0.0%257CChromium%253B148.0.7778.178%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DKFA%3Bgtm%3D45fe65k1v9242298346z876319245za20gzb76319245zd76319245xea%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115938466~115938469~116701381~118128923%3Bepver%3D2%3Bdc_random%3D1779774165_LWhRiarFZN&ref=https%3A%2F%2Fplunketts.net%2F&top=https%3A%2F%2Fplunketts.net%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJ2V2ZW50LXNvdXJjZSwgdHJpZ2dlcjtuYXZpZ2F0aW9uLXNvdXJjZVoDCgEBYgQKAgID&cerd=CgSN4b0t&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRm3yXuqVZd5rccVyWGHrOE7q3CfWvx0wH9KkwTqCKiccvndEky_rmsaAua3&is_vtc=1&cid=CAQSXAAFq6B9TZvO0ohscm9T4deaCjgpVCnVA7uqAL01mP-CrdpIvx_1lmc7JoRAUaRS2ECozWxOulgIHWRIa3YrsrYoxtU5LSMpIHV-FueXiwA7vqj5RiK7ZnFoYkpQ&random=3739948379&resp=GooglemKTybQhCsO&ipr=y&pscrd=IhMI6_vDt5_WlAMV8mP2CB0nBQfiOiVodHRwczovLzE2Mzg5NjQ3LmZscy5kb3VibGVjbGljay5uZXQvQlZDaEFJOE9iUDBBWVF0YWF2aHBmMmw3b2VFaXdBdjZra285ZUp3ZXlVcjZKRjNqZm5Nc1FNSTlWOXFfNlBEQWZNNi1jbTlTdDROM19lQmlsWlBNTVFtQXoMCAliCAgAEAAYACAA — 200 — 455 B — 146 ms — h2https://www.youtube.com/generate_204?S-ELBAwww.youtube.com/generate_204?S-ELBA https://www.youtube.com/generate_204?S-ELBA — 204 — 10 B — 36 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 140 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/html/embedded-chat.html?uuid=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channel=Pest&referrer=https%3A%2F%2Fplunketts.net%2F&popup=false&chatAlign=right&popuporigin=button&startedbychatapi=false&waitbusinitialize=true&syncrequired=falsevcc-na39-cf.8x8.com/CHAT/common/htm... https://vcc-na39-cf.8x8.com/CHAT/common/html/embedded-chat.html?uuid=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channel=Pest&referrer=https%3A%2F%2Fplunketts.net%2F&popup=false&chatAlign=right&popuporigin=button&startedbychatapi=false&waitbusinitialize=true&syncrequired=false — 200 — 820 B — 29 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/css/normalize.min.cssvcc-na39-cf.8x8.com/CHAT/common/css... https://vcc-na39-cf.8x8.com/CHAT/common/css/normalize.min.css — 200 — 966 B — 33 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/css/tokens.cssvcc-na39-cf.8x8.com/CHAT/common/css... https://vcc-na39-cf.8x8.com/CHAT/common/css/tokens.css — 200 — 597 B — 34 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/css/embedded-chat.cssvcc-na39-cf.8x8.com/CHAT/common/css... https://vcc-na39-cf.8x8.com/CHAT/common/css/embedded-chat.css — 200 — 2.7 KiB — 31 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/css/embedded-chat-nugen.cssvcc-na39-cf.8x8.com/CHAT/common/css... https://vcc-na39-cf.8x8.com/CHAT/common/css/embedded-chat-nugen.css — 200 — 2.8 KiB — 35 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap — 200 — 1.1 KiB — 144 ms — h2https://vcc-na39-cf.8x8.com/GEN/js/jQuery/jquery-1.8.2.min.jsvcc-na39-cf.8x8.com/GEN/js/jQuery/j... https://vcc-na39-cf.8x8.com/GEN/js/jQuery/jquery-1.8.2.min.js — 200 — 32.7 KiB — 70 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/3rdparty/jquery/purl.jsvcc-na39-cf.8x8.com/CHAT/common/3rd... https://vcc-na39-cf.8x8.com/CHAT/common/3rdparty/jquery/purl.js — 200 — 1.6 KiB — 37 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/3rdparty/spin/spin.min.jsvcc-na39-cf.8x8.com/CHAT/common/3rd... https://vcc-na39-cf.8x8.com/CHAT/common/3rdparty/spin/spin.min.js — 200 — 2.1 KiB — 70 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/3rdparty/underscore/underscore-min.jsvcc-na39-cf.8x8.com/CHAT/common/3rd... https://vcc-na39-cf.8x8.com/CHAT/common/3rdparty/underscore/underscore-min.js — 200 — 5.0 KiB — 70 ms — h2https://vcc-na39-cf.8x8.com/client/chalet/public/bundle-echat-2531603b6860410bf972.jsvcc-na39-cf.8x8.com/client/chalet/p... https://vcc-na39-cf.8x8.com/client/chalet/public/bundle-echat-2531603b6860410bf972.js — 200 — 60.2 KiB — 53 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/js/embedded-chat-common.jsvcc-na39-cf.8x8.com/CHAT/common/js/... https://vcc-na39-cf.8x8.com/CHAT/common/js/embedded-chat-common.js — 200 — 4.0 KiB — 34 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/js/embedded-chat.jsvcc-na39-cf.8x8.com/CHAT/common/js/... https://vcc-na39-cf.8x8.com/CHAT/common/js/embedded-chat.js — 200 — 43.4 KiB — 70 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/js/constants/messageLevel.jsvcc-na39-cf.8x8.com/CHAT/common/js/... https://vcc-na39-cf.8x8.com/CHAT/common/js/constants/messageLevel.js — 200 — 212 B — 68 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/js/constants/headers.jsvcc-na39-cf.8x8.com/CHAT/common/js/... https://vcc-na39-cf.8x8.com/CHAT/common/js/constants/headers.js — 200 — 125 B — 68 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/js/chat-config.jsvcc-na39-cf.8x8.com/CHAT/common/js/... https://vcc-na39-cf.8x8.com/CHAT/common/js/chat-config.js — 200 — 296 B — 67 ms — h2https://vcc-na39-cf.8x8.com/CHAT/common/js/load-remote-guest-chat.jsvcc-na39-cf.8x8.com/CHAT/common/js/... https://vcc-na39-cf.8x8.com/CHAT/common/js/load-remote-guest-chat.js — 200 — 1.7 KiB — 67 ms — h2https://ads.nextdoor.com/v2/api/conversions/settings?id=eaeedb41-9a61-4b1a-9d43-a13eabe151eaads.nextdoor.com/v2/api/conversions... https://ads.nextdoor.com/v2/api/conversions/settings?id=eaeedb41-9a61-4b1a-9d43-a13eabe151ea — 200 — 277 B — 180 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 59 ms — h2https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=checkPlatform&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channel=Pest&script=script_5889771956399fa15b97597.98944339vcc-na39-cf.8x8.com/CHAT/chat.php?a... https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=checkPlatform&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&channel=Pest&script=script_5889771956399fa15b97597.98944339 — 200 — 521 B — 129 ms — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2 — 200 — 47.2 KiB — 48 ms — h3https://i.simpli.fi/p?cid=567126&cb=sifi_att_72240123608704._hpi.simpli.fi/p?cid=567126&cb=sifi_at... https://i.simpli.fi/p?cid=567126&cb=sifi_att_72240123608704._hp — 200 — 991 B — 33 ms — h2https://plunketts.net/uploads/permanent/c96bf986f5e572677a068ceecd2c52c0.png/uploads/permanent/c96bf986f5e57267... https://plunketts.net/uploads/permanent/c96bf986f5e572677a068ceecd2c52c0.png — 200 — 2.0 KiB — 23 ms — h2https://um.simpli.fi/bomboraum.simpli.fi/bombora https://um.simpli.fi/bombora — 302 — 611 B — 99 ms — h2https://um.simpli.fi/bidswitchum.simpli.fi/bidswitch https://um.simpli.fi/bidswitch — 302 — 608 B — 97 ms — h2https://um.simpli.fi/adswizzum.simpli.fi/adswizz https://um.simpli.fi/adswizz — 302 — 655 B — 97 ms — h2https://um.simpli.fi/eyeotaum.simpli.fi/eyeota https://um.simpli.fi/eyeota — 302 — 608 B — 98 ms — h2https://um.simpli.fi/smaatoum.simpli.fi/smaato https://um.simpli.fi/smaato — 302 — 611 B — 98 ms — h2https://um.simpli.fi/nexxenum.simpli.fi/nexxen https://um.simpli.fi/nexxen — 302 — 602 B — 98 ms — h2https://www.googleadservices.com/pagead/conversion/1026675585/?random=1779774166595&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ONwww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1026675585/?random=1779774166595&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON — 302 — 23 B — 127 ms — h3https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sccm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sc — 302 — 273 B — 144 ms — h2https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=translateSystemMessages&script=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&tenantOEMPath=%2Fvcc&dictionary%5B%5D=endChatButton&dictionary%5B%5D=closeChatButton&dictionary%5B%5D=errorServerUnavailable&dictionary%5B%5D=chatEstablished&dictionary%5B%5D=chatEstablishedName&dictionary%5B%5D=chatEstablishedAgent&dictionary%5B%5D=chatEstablishedAgentNew&dictionary%5B%5D=chatQueued&dictionary%5B%5D=chatTitle&dictionary%5B%5D=chatForwarded&dictionary%5B%5D=chatMsgTooLong&dictionary%5B%5D=chatDisconnected&dictionary%5B%5D=chatEnded&dictionary%5B%5D=agent&dictionary%5B%5D=agentName&dictionary%5B%5D=agentMessage&dictionary%5B%5D=informativeMessage&dictionary%5B%5D=agentTyping&dictionary%5B%5D=agentTypingName&dictionary%5B%5D=agentDisconnected&dictionary%5B%5D=errorInvalidLogin&dictionary%5B%5D=endChatNotification&dictionary%5B%5D=endChatConfirmation&dictionary%5B%5D=chatLogTitle&dictionary%5B%5D=chatLogDescription&dictionary%5B%5D=yesButton&dictionary%5B%5D=noButton&dictionary%5B%5D=coBrowsingStartButton&dictionary%5B%5D=coBrowsingEndButton&dictionary%5B%5D=saveButton&dictionary%5B%5D=clearButton&dictionary%5B%5D=pullDownInfo&dictionary%5B%5D=pullUpInfo&dictionary%5B%5D=errorGenericMessage&dictionary%5B%5D=errorRequiredMessage&dictionary%5B%5D=errorCrmFieldInvalidMessage&dictionary%5B%5D=errorInvalidNumber&dictionary%5B%5D=errorInvalidEmail&dictionary%5B%5D=preChatFormData&dictionary%5B%5D=offChatFormData&dictionary%5B%5D=skipQueueFormData&dictionary%5B%5D=chatTranslationOn&dictionary%5B%5D=chatTranslationOff&dictionary%5B%5D=chatTranslationServiceError&dictionary%5B%5D=coBrowsingInvitePrompt&dictionary%5B%5D=coBrowsingInviteAccept&dictionary%5B%5D=coBrowsingInviteReject&dictionary%5B%5D=coBrowsingInviteAccepted&dictionary%5B%5D=coBrowsingInviteRejected&dictionary%5B%5D=coBrowsingSessionStarted&dictionary%5B%5D=coBrowsingSessionEnded&dictionary%5B%5D=coBrowsingSessionRestored&dictionary%5B%5D=sessionDisconnected&dictionary%5B%5D=emptySubject&dictionary%5B%5D=messageBoxPlaceholder&dictionary%5B%5D=yourMessage&dictionary%5B%5D=sendMessage&dictionary%5B%5D=invitationAppeared&dictionary%5B%5D=formAppeared&dictionary%5B%5D=windowAppeared&dictionary%5B%5D=coBrowsingStartButtonNugen&dictionary%5B%5D=coBrowsingEndButtonNugen&dictionary%5B%5D=saveButtonNugen&dictionary%5B%5D=chatInvitationName&dictionary%5B%5D=chatFormName&dictionary%5B%5D=chatWindowName&langto=envcc-na39-cf.8x8.com/CHAT/chat.php?a... https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=translateSystemMessages&script=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&tenantOEMPath=%2Fvcc&dictionary%5B%5D=endChatButton&dictionary%5B%5D=closeChatButton&dictionary%5B%5D=errorServerUnavailable&dictionary%5B%5D=chatEstablished&dictionary%5B%5D=chatEstablishedName&dictionary%5B%5D=chatEstablishedAgent&dictionary%5B%5D=chatEstablishedAgentNew&dictionary%5B%5D=chatQueued&dictionary%5B%5D=chatTitle&dictionary%5B%5D=chatForwarded&dictionary%5B%5D=chatMsgTooLong&dictionary%5B%5D=chatDisconnected&dictionary%5B%5D=chatEnded&dictionary%5B%5D=agent&dictionary%5B%5D=agentName&dictionary%5B%5D=agentMessage&dictionary%5B%5D=informativeMessage&dictionary%5B%5D=agentTyping&dictionary%5B%5D=agentTypingName&dictionary%5B%5D=agentDisconnected&dictionary%5B%5D=errorInvalidLogin&dictionary%5B%5D=endChatNotification&dictionary%5B%5D=endChatConfirmation&dictionary%5B%5D=chatLogTitle&dictionary%5B%5D=chatLogDescription&dictionary%5B%5D=yesButton&dictionary%5B%5D=noButton&dictionary%5B%5D=coBrowsingStartButton&dictionary%5B%5D=coBrowsingEndButton&dictionary%5B%5D=saveButton&dictionary%5B%5D=clearButton&dictionary%5B%5D=pullDownInfo&dictionary%5B%5D=pullUpInfo&dictionary%5B%5D=errorGenericMessage&dictionary%5B%5D=errorRequiredMessage&dictionary%5B%5D=errorCrmFieldInvalidMessage&dictionary%5B%5D=errorInvalidNumber&dictionary%5B%5D=errorInvalidEmail&dictionary%5B%5D=preChatFormData&dictionary%5B%5D=offChatFormData&dictionary%5B%5D=skipQueueFormData&dictionary%5B%5D=chatTranslationOn&dictionary%5B%5D=chatTranslationOff&dictionary%5B%5D=chatTranslationServiceError&dictionary%5B%5D=coBrowsingInvitePrompt&dictionary%5B%5D=coBrowsingInviteAccept&dictionary%5B%5D=coBrowsingInviteReject&dictionary%5B%5D=coBrowsingInviteAccepted&dictionary%5B%5D=coBrowsingInviteRejected&dictionary%5B%5D=coBrowsingSessionStarted&dictionary%5B%5D=coBrowsingSessionEnded&dictionary%5B%5D=coBrowsingSessionRestored&dictionary%5B%5D=sessionDisconnected&dictionary%5B%5D=emptySubject&dictionary%5B%5D=messageBoxPlaceholder&dictionary%5B%5D=yourMessage&dictionary%5B%5D=sendMessage&dictionary%5B%5D=invitationAppeared&dictionary%5B%5D=formAppeared&dictionary%5B%5D=windowAppeared&dictionary%5B%5D=coBrowsingStartButtonNugen&dictionary%5B%5D=coBrowsingEndButtonNugen&dictionary%5B%5D=saveButtonNugen&dictionary%5B%5D=chatInvitationName&dictionary%5B%5D=chatFormName&dictionary%5B%5D=chatWindowName&langto=en — 200 — 1.3 KiB — 134 ms — h2https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=getNextStep&step=initButton&script=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&langfrom=en&langto=envcc-na39-cf.8x8.com/CHAT/chat.php?a... https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=getNextStep&step=initButton&script=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&langfrom=en&langto=en — 200 — 185 B — 387 ms — h2https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=getNextStep&step=initInvitation&customTrigger=&script=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&langfrom=en&langto=envcc-na39-cf.8x8.com/CHAT/chat.php?a... https://vcc-na39-cf.8x8.com/CHAT/chat.php?action=getNextStep&step=initInvitation&customTrigger=&script=script_5889771956399fa15b97597.98944339&tenant=cGx1bmtldHRzcGVzdGNvbnQwMQ&langfrom=en&langto=en — 200 — 221 B — 375 ms — h2https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=4A2CAD0948444B19B8CD4D28C761C3DCsynchroscript.deliveryengine.adswiz... https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=4A2CAD0948444B19B8CD4D28C761C3DC — 200 — 387 B — 109 ms — h2https://x.bidswitch.net/sync?dsp_id=518&user_id=403498BDF8E44A62BC0153BA51812A1Fx.bidswitch.net/sync?dsp_id=518&use... https://x.bidswitch.net/sync?dsp_id=518&user_id=403498BDF8E44A62BC0153BA51812A1F — 200 — 164 B — 124 ms — h2https://ps.eyeota.net/match?bid=irm51m1&uid=6A8745BA6A334B438D25B882CCEED7B6ps.eyeota.net/match?bid=irm51m1&uid... https://ps.eyeota.net/match?bid=irm51m1&uid=6A8745BA6A334B438D25B882CCEED7B6 — 200 — 354 B — 156 ms — http/1.1https://s.ad.smaato.net/c/?dspInit=675&dspCookie=D3D5F6A25F604E8C861847417AAD421Ds.ad.smaato.net/c/?dspInit=675&dspC... https://s.ad.smaato.net/c/?dspInit=675&dspCookie=D3D5F6A25F604E8C861847417AAD421D — 204 — 66 B — 125 ms — h2https://ml314.com/utsync.ashx?et=0&eid=93940&fp=55B75D268D504B74AB184F145378A9F2ml314.com/utsync.ashx?et=0&eid=9394... https://ml314.com/utsync.ashx?et=0&eid=93940&fp=55B75D268D504B74AB184F145378A9F2 — 200 — 267 B — 117 ms — h2https://sync.1rx.io/usersync/simplifi/866B9D7F3F74443784CA2136726425D1sync.1rx.io/usersync/simplifi/866B9... https://sync.1rx.io/usersync/simplifi/866B9D7F3F74443784CA2136726425D1 — 302 — 509 B — 108 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=82270148&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRmKiFZWES0WwlLtXWfkmCdc-vV_vNwsRWGjB2bZxmd5mj8YjnNaN0QaAkin&pscrd=IhMIh-Txt5_WlAMVb1n2CB3afwpBOhZodHRwczovL3BsdW5rZXR0cy5uZXQvegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=82270148&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRmKiFZWES0WwlLtXWfkmCdc-vV_vNwsRWGjB2bZxmd5mj8YjnNaN0QaAkin&pscrd=IhMIh-Txt5_WlAMVb1n2CB3afwpBOhZodHRwczovL3BsdW5rZXR0cy5uZXQvegwICWIICAAQABgAIAA — 302 — 24 B — 125 ms — h3https://um.simpli.fi/g_match?id=&google_error=3um.simpli.fi/g_match?id=&google_err... https://um.simpli.fi/g_match?id=&google_error=3 — 204 — 522 B — 29 ms — h2https://um.simpli.fi/tripleliftum.simpli.fi/triplelift https://um.simpli.fi/triplelift — 302 — 615 B — 32 ms — h2https://um.simpli.fi/telaria_pum.simpli.fi/telaria_p https://um.simpli.fi/telaria_p — 302 — 614 B — 32 ms — h2https://um.simpli.fi/tapadum.simpli.fi/tapad https://um.simpli.fi/tapad — 302 — 631 B — 33 ms — h2https://um.simpli.fi/ad_advisorum.simpli.fi/ad_advisor https://um.simpli.fi/ad_advisor — 302 — 619 B — 33 ms — h2https://um.simpli.fi/intentiqum.simpli.fi/intentiq https://um.simpli.fi/intentiq — 302 — 638 B — 33 ms — h2https://um.simpli.fi/pubmaticum.simpli.fi/pubmatic https://um.simpli.fi/pubmatic — 200 — 611 B — 32 ms — h2https://um.simpli.fi/freewheelum.simpli.fi/freewheel https://um.simpli.fi/freewheel — 200 — 611 B — 33 ms — h2https://um.simpli.fi/dtnxum.simpli.fi/dtnx https://um.simpli.fi/dtnx — 302 — 617 B — 36 ms — h2https://um.simpli.fi/exelatemum.simpli.fi/exelatem https://um.simpli.fi/exelatem — 302 — 617 B — 37 ms — h2https://um.simpli.fi/yahooum.simpli.fi/yahoo https://um.simpli.fi/yahoo — 200 — 610 B — 34 ms — h2https://um.simpli.fi/beachfrontum.simpli.fi/beachfront https://um.simpli.fi/beachfront — 302 — 604 B — 37 ms — h2https://um.simpli.fi/crwdcntrlum.simpli.fi/crwdcntrl https://um.simpli.fi/crwdcntrl — 302 — 612 B — 37 ms — h2https://um.simpli.fi/lj_matchum.simpli.fi/lj_match https://um.simpli.fi/lj_match — 302 — 605 B — 38 ms — h2https://um.simpli.fi/liveramp_matchum.simpli.fi/liveramp_match https://um.simpli.fi/liveramp_match — 302 — 608 B — 38 ms — h2https://um.simpli.fi/spotx_matchum.simpli.fi/spotx_match https://um.simpli.fi/spotx_match — 204 — 272 B — 35 ms — h2https://um.simpli.fi/anum.simpli.fi/an https://um.simpli.fi/an — 302 — 606 B — 38 ms — h2https://um.simpli.fi/rb_matchum.simpli.fi/rb_match https://um.simpli.fi/rb_match — 302 — 629 B — 39 ms — h2https://um.simpli.fi/ox_matchum.simpli.fi/ox_match https://um.simpli.fi/ox_match — 302 — 611 B — 39 ms — h2https://sync.1rx.io/usersync/simplifi/866B9D7F3F74443784CA2136726425D1?zcc=1&cb=1779774166806sync.1rx.io/usersync/simplifi/866B9... https://sync.1rx.io/usersync/simplifi/866B9D7F3F74443784CA2136726425D1?zcc=1&cb=1779774166806 — 200 — 154 B — 37 ms — h2https://eb2.3lift.com/xuid?mid=7969&xuid=268384C7CB63463FA790DA555F9489D4&dongle=yf3eb2.3lift.com/xuid?mid=7969&xuid=26... https://eb2.3lift.com/xuid?mid=7969&xuid=268384C7CB63463FA790DA555F9489D4&dongle=yf3 — 200 — 140 B — 114 ms — h2https://simplifi.partners.tremorhub.com/sync?UISF=77F04BF5D95246AC864BEF26FAFA3E5Fsimplifi.partners.tremorhub.com/syn... https://simplifi.partners.tremorhub.com/sync?UISF=77F04BF5D95246AC864BEF26FAFA3E5F — 200 — 175 B — 305 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=BF6C4EC07A284A77B0A15D295BCE465Cpixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=BF6C4EC07A284A77B0A15D295BCE465C — 302 — 643 B — 75 ms — h2https://ib.adnxs.com/setuid?entity=66&code=6360782529E34A88934E2C6564DB26AFib.adnxs.com/setuid?entity=66&code=... https://ib.adnxs.com/setuid?entity=66&code=6360782529E34A88934E2C6564DB26AF — -1 — 0 B — 87 ms — https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=7D28F07E6BDB459D8063171391FC22EFaa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=7D28F07E6BDB459D8063171391FC22EF — 200 — 306 B — 185 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=D45A109E414648AB9A879822D903CF43sync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=D45A109E414648AB9A879822D903CF43 — 200 — 624 B — 82 ms — h2https://fei.pro-market.net/engine?du=24;csync=AED91A6700734385B330C1C913E1077B;mimetype=img;fei.pro-market.net/engine?du=24;csy... https://fei.pro-market.net/engine?du=24;csync=AED91A6700734385B330C1C913E1077B;mimetype=img; — 200 — 798 B — 78 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=BED936A46E5F426D9BCE06E81074D0F2&j=0loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=BED936A46E5F426D9BCE06E81074D0F2&j=0 — 302 — 880 B — 110 ms — h2https://sync.bfmio.com/sync?pid=141&uid=C8780637152C44A3A12D6935EF7F0ED0sync.bfmio.com/sync?pid=141&uid=C87... https://sync.bfmio.com/sync?pid=141&uid=C8780637152C44A3A12D6935EF7F0ED0 — 204 — 379 B — 298 ms — h2https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=1BE5F476235B44FCA29CBF02085F2952bcp.crwdcntrl.net/map/c=7625/tp=SIM... https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=1BE5F476235B44FCA29CBF02085F2952 — 404 — 268 B — 121 ms — h2https://ce.lijit.com/merge?pid=2&3pid=DB0966904CDE4BD2BD043C7AFD2D458Ece.lijit.com/merge?pid=2&3pid=DB096... https://ce.lijit.com/merge?pid=2&3pid=DB0966904CDE4BD2BD043C7AFD2D458E — 204 — 223 B — 112 ms — h2https://idsync.rlcdn.com/419566.gif?partner_uid=B1947A22B8344423B7C199218A413654idsync.rlcdn.com/419566.gif?partner... https://idsync.rlcdn.com/419566.gif?partner_uid=B1947A22B8344423B7C199218A413654 — 451 — 98 B — 70 ms — h2https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=ACE55C09342C4C1886191892EFDFF585&expires=365pixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=ACE55C09342C4C1886191892EFDFF585&expires=365 — 204 — 239 B — 83 ms — http/1.1https://us-u.openx.net/w/1.0/sd?id=537072966&val=45475AB323444485AD21EC700D93F598us-u.openx.net/w/1.0/sd?id=53707296... https://us-u.openx.net/w/1.0/sd?id=537072966&val=45475AB323444485AD21EC700D93F598 — 200 — 279 B — 64 ms — h2https://www.google.com/pagead/1p-conversion/1026675585/?random=82270148&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRmKiFZWES0WwlLtXWfkmCdc-vV_vNwsRWGjB2bZxmd5mj8YjnNaN0QaAkin&pscrd=IhMIh-Txt5_WlAMVb1n2CB3afwpBOhZodHRwczovL3BsdW5rZXR0cy5uZXQvegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSXAAFq6B90uk7hNkoBa1rBW86VT9OGA71YqmwBQhuvLJlNqir_ECC-G5Qdxh6ErYYVhsxc_rSPirDa6YEpWObQ33IcwgYvch9kUTj6dx0s37fR3dOyLGM3DzRlzF3&random=641181350www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1026675585/?random=82270148&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRmKiFZWES0WwlLtXWfkmCdc-vV_vNwsRWGjB2bZxmd5mj8YjnNaN0QaAkin&pscrd=IhMIh-Txt5_WlAMVb1n2CB3afwpBOhZodHRwczovL3BsdW5rZXR0cy5uZXQvegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSXAAFq6B90uk7hNkoBa1rBW86VT9OGA71YqmwBQhuvLJlNqir_ECC-G5Qdxh6ErYYVhsxc_rSPirDa6YEpWObQ33IcwgYvch9kUTj6dx0s37fR3dOyLGM3DzRlzF3&random=641181350 — 302 — 24 B — 32 ms — h3https://www.google.es/pagead/1p-conversion/1026675585/?random=82270148&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRmKiFZWES0WwlLtXWfkmCdc-vV_vNwsRWGjB2bZxmd5mj8YjnNaN0QaAkin&is_vtc=1&cid=CAQSXAAFq6B90uk7hNkoBa1rBW86VT9OGA71YqmwBQhuvLJlNqir_ECC-G5Qdxh6ErYYVhsxc_rSPirDa6YEpWObQ33IcwgYvch9kUTj6dx0s37fR3dOyLGM3DzRlzF3&random=641181350&ipr=y&pscrd=IhMIh-Txt5_WlAMVb1n2CB3afwpBOhZodHRwczovL3BsdW5rZXR0cy5uZXQvegwICWIICAAQABgAIAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1026675585/?random=82270148&cv=7&fst=1779774166595&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8ObP0AYQwfCrkM7RpdCHARIsAMAxXRmKiFZWES0WwlLtXWfkmCdc-vV_vNwsRWGjB2bZxmd5mj8YjnNaN0QaAkin&is_vtc=1&cid=CAQSXAAFq6B90uk7hNkoBa1rBW86VT9OGA71YqmwBQhuvLJlNqir_ECC-G5Qdxh6ErYYVhsxc_rSPirDa6YEpWObQ33IcwgYvch9kUTj6dx0s37fR3dOyLGM3DzRlzF3&random=641181350&ipr=y&pscrd=IhMIh-Txt5_WlAMVb1n2CB3afwpBOhZodHRwczovL3BsdW5rZXR0cy5uZXQvegwICWIICAAQABgAIAA — 200 — 154 B — 66 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=BF6C4EC07A284A77B0A15D295BCE465Cpixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=BF6C4EC07A284A77B0A15D295BCE465C — 200 — 428 B — 28 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=BED936A46E5F426D9BCE06E81074D0F2&j=0&xl8blockcheck=1loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=BED936A46E5F426D9BCE06E81074D0F2&j=0&xl8blockcheck=1 — 204 — 324 B — 34 ms — h2https://vcc-na39-cf.8x8.com/shared/CHAT/cGx1bmtldHRzcGVzdGNvbnQwMQ/button_179912600263b5ab650eb826.21181371/button.jsvcc-na39-cf.8x8.com/shared/CHAT/cGx... https://vcc-na39-cf.8x8.com/shared/CHAT/cGx1bmtldHRzcGVzdGNvbnQwMQ/button_179912600263b5ab650eb826.21181371/button.js — 200 — 486 B — 65 ms — h2https://vcc-na39-cf.8x8.com/shared/CHAT/cGx1bmtldHRzcGVzdGNvbnQwMQ/button_179912600263b5ab650eb826.21181371/img/logovcc-na39-cf.8x8.com/shared/CHAT/cGx... https://vcc-na39-cf.8x8.com/shared/CHAT/cGx1bmtldHRzcGVzdGNvbnQwMQ/button_179912600263b5ab650eb826.21181371/img/logo — 200 — 2.3 KiB — 31 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 64 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
51% of JavaScript execution is third-party
First-party Third-party 315ms · 560KB · €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 154ms
Transfer 221 KB
Unused 29%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 145 KB
Unused 42%
Monthly Cost €0/mo
cdn.pagesense.io
Other
Optional
Execution 53ms
Transfer 65 KB
Unused 53%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 129 KB
Unused 48%
Monthly Cost €0/mo

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

53% of cdn.pagesense.io'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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-27 — 2026-05-24)

LCP (p75)

2626 ms

72% good

INP (p75)

212 ms

73% good

CLS (p75)

0.000

98% good

FCP (p75)

2422 ms

TTFB (p75)

1310 ms

Image Optimization
18 images, 358 KB total, 29 KB wasted
INFO

Image Optimization Audit

Total Images

18

Total Size

358 KB

Oversized

2

Wasted

29 KB

9 missing alt text 10 missing dimensions 17 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback