Skip to content
https://opendns.com

Performance

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

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

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

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

1.94 s

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

2.25 s

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

156 ms

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

0.004

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

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

6.35 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
2.8 MB transferred, 124 requests
FIX
2.8 MB transferred, 124 requests
Warning::
Page weighs 6.0 MB (2.8 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
CSS is 340 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 340 KB
Warning::
124 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.58 g CO2 per page load
2.8 MB / 2.4 MB budget
2.8 MB transferred
124 requests
0.58 g CO2 per page load
JavaScript 2.1 MiB 75%
CSS 339.8 KiB 12%
Images 162.9 KiB 6%
Fonts 137.5 KiB 5%
Other 38.7 KiB 1%
HTML 13.2 KiB 0%
Other 8.2 KiB 0%
Other 7.9 KiB 0%
Other 738 B 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.8 MiB of 2.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
42 scripts, 967 KB unused
FIX
42 scripts, 967 KB unused
Warning::
https://www.opendns.com/assets/js/combined-footer....: 400 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.opendns.com/assets/js/combined-footer....: unminified — 262 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/destination?...: 68 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.1...: 67 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-K375...: 66 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/qualified.js?token=6H73vu...: 65 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 967 KB
967 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.opendns.com/assets/js/combined-footer.min.js499 KB400 KB (80%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-3H5W20XWBT&cx=c&gtm=4e64f0&bs=ctrl2166 KB68 KB (41%)3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js127 KB67 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-K3755MHDL0&cx=c&gtm=4e64f0&bs=ctrl2166 KB66 KB (40%)3rd
https://js.qualified.com/qualified.js?token=6H73vu12AjR2PKa2&utv=ut4.52.202506112046117 KB65 KB (56%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NRNHZWW&l=dataLayer176 KB64 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9HBY9CMK18&cx=c&_slc=1149 KB63 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16704578954&cx=c&gtm=4e64f0&bs=ctrl2138 KB55 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-417548756&cx=c&gtm=4e64f0&bs=ctrl2138 KB54 KB (39%)3rd
https://sfc.leadspace.com/sf5.js111 KB34 KB (30%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
124 resources · 2.8 MB · 967 KB savings available
FIX
124 resources · 2.8 MB · 967 KB savings available
Warning::
Page weight 1.8 MB over 1MB target
Got: 2.8 MB Expected: ≤ 1 MB
Info::
~967 KB of savings available
Warning::
123 third-party resources (100% of weight)
Info::
2 resources over 200KB
124 resources · 2.8 MiB · 123 third-party 1.8 MiB over 1MB target
JavaScript 75% · 2.1 MiB
CSS 12% · 344.4 KiB
Image 6% · 167.3 KiB
Font 5% · 137.5 KiB
Other 2% · 43.4 KiB
Document 1% · 16.3 KiB

~967.5 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
https://d3j20uveo70stj.cloudfront.net/opendns-www/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3j20uveo70stj.cloudfront.net/opendns-www/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3j20uveo70stj.cloudfront.net/opendns-www/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3j20uveo70stj.cloudfront.net/opendns-www/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3j20uveo70stj.cloudfront.net/opendns-www/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3j20uveo70stj.cloudfront.net/opendns-www/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://d3j20uveo70stj.cloudfront.net/opendns-www/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30 images 163 KB
0 oversized -0 KB
29 legacy format
7 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

C
JS Execution Cost
Action
1177ms total JS execution
REVIEW
1177ms total JS execution
Info::
Unattributable: 214ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NRN...: 156ms CPU time
Info::
https://www.opendns.com/: 102ms CPU time
Info::
https://www.googletagmanager.com/gtag/destination?...: 101ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-K375...: 92ms CPU time
Warning::
Third-party scripts: 1177ms (100% of total)

Main Thread Breakdown

Script Evaluation 62% Other 16% Script Parsing & Compilation 12% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
Unattributable214ms24ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NRNHZWW&l=dataLayer156ms131ms19ms3rd
https://www.opendns.com/102ms3ms0ms3rd
https://www.googletagmanager.com/gtag/destination?id=G-3H5W20XWBT&cx=c&gtm=4e64f0&bs=ctrl2101ms82ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-K3755MHDL0&cx=c&gtm=4e64f0&bs=ctrl292ms74ms17ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js84ms44ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-9HBY9CMK18&cx=c&_slc=184ms69ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-417548756&cx=c&gtm=4e64f0&bs=ctrl280ms66ms13ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-16704578954&cx=c&gtm=4e64f0&bs=ctrl275ms62ms12ms3rd
https://js.qualified.com/qualified.js?token=6H73vu12AjR2PKa2&utv=ut4.52.20250611204672ms54ms14ms3rd

Showing top 10 of 12 scripts

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (138 KB)
PASS
4 fonts (138 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

138 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.9 s LCP 2.3 shttps://www.opendns.com/dist/fonts/tradegothicltstd-light-webfont.wofftradegothicltstd-light-... https://www.opendns.com/dist/fonts/tradegothicltstd-light-webfont.woff — 24.4 KiB — 259 ms — font-display: swaphttps://www.opendns.com/dist/fonts/fontawesome-webfont.wofffontawesome-webfont.woff https://www.opendns.com/dist/fonts/fontawesome-webfont.woff — 64.3 KiB — 415 ms — font-display: swaphttps://www.opendns.com/dist/fonts/tradegothicltstd-cn18-webfont.wofftradegothicltstd-cn18-w... https://www.opendns.com/dist/fonts/tradegothicltstd-cn18-webfont.woff — 24.3 KiB — 473 ms — font-display: swaphttps://www.opendns.com/dist/fonts/tradegothicltstd-bd2-webfont.wofftradegothicltstd-bd2-we... https://www.opendns.com/dist/fonts/tradegothicltstd-bd2-webfont.woff — 24.5 KiB — 363 ms — font-display: swap
tradegothicltstd-light-... woff swap
Size 24 KB
Load time 259 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.woff woff swap
Size 64 KB
Load time 415 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
tradegothicltstd-cn18-w... woff swap
Size 24 KB
Load time 473 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
tradegothicltstd-bd2-we... woff swap
Size 25 KB
Load time 363 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~41 KB and ~82 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
124 requests over 4398ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.9 s LCP 2.3 shttps://opendns.com// https://opendns.com/ — 301 — 350 B — 357 ms — http/1.1http://www.opendns.com/www.opendns.com/ http://www.opendns.com/ — 307 — 0 B — 1 ms — http/1.1https://www.opendns.com/www.opendns.com/ https://www.opendns.com/ — 200 — 13.2 KiB — 488 ms — http/1.1https://www.cisco.com/c/dam/cdc/t/ctm-core.jswww.cisco.com/c/dam/cdc/t/ctm-core.... https://www.cisco.com/c/dam/cdc/t/ctm-core.js — 200 — 12.5 KiB — 28 ms — h2https://www.opendns.com/dist/css/styles.bundle.csswww.opendns.com/dist/css/styles.bun... https://www.opendns.com/dist/css/styles.bundle.css — 200 — 326.9 KiB — 624 ms — http/1.1https://d3j20uveo70stj.cloudfront.net/opendns-www/css/flexslider.cssd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/css/flexslider.css — 200 — 1.8 KiB — 162 ms — h2https://d3j20uveo70stj.cloudfront.net/css/jquery.qtip.css?v=2d3j20uveo70stj.cloudfront.net/css/j... https://d3j20uveo70stj.cloudfront.net/css/jquery.qtip.css?v=2 — 200 — 3.7 KiB — 160 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/css/jquery.fancybox.cssd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/css/jquery.fancybox.css — 200 — 1.4 KiB — 162 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/css/chosen.cssd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/css/chosen.css — 200 — 2.6 KiB — 163 ms — h2https://customer.cludo.com/css/504/8844/cludo-search.min.csscustomer.cludo.com/css/504/8844/clu... https://customer.cludo.com/css/504/8844/cludo-search.min.css — 200 — 2.4 KiB — 421 ms — h2https://d3j20uveo70stj.cloudfront.net/js/jquery-3.4.1.min.jsd3j20uveo70stj.cloudfront.net/js/jq... https://d3j20uveo70stj.cloudfront.net/js/jquery-3.4.1.min.js — 200 — 30.2 KiB — 197 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Cisco_Logo_RGB_Screen_White.pngd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Cisco_Logo_RGB_Screen_White.png — 200 — 7.8 KiB — 204 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/cisco-dark-logo.pngd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/cisco-dark-logo.png — 200 — 2.9 KiB — 47 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/logo-opendns.pngd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/logo-opendns.png — 200 — 6.0 KiB — 48 ms — h2https://www.opendns.com/assets/js/menu.js?v=2www.opendns.com/assets/js/menu.js?v... https://www.opendns.com/assets/js/menu.js?v=2 — 200 — 4.8 KiB — 478 ms — http/1.1https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Enterprise-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Enterprise-icon.svg — 200 — 1.2 KiB — 46 ms — h2https://www.opendns.com/assets/js/combined-footer.min.jswww.opendns.com/assets/js/combined-... https://www.opendns.com/assets/js/combined-footer.min.js — 200 — 499.3 KiB — 591 ms — http/1.1https://www.cisco.com/c/dam/cdc/t/ctm.jswww.cisco.com/c/dam/cdc/t/ctm.js https://www.cisco.com/c/dam/cdc/t/ctm.js — 200 — 24.4 KiB — 25 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 30 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Consumer-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Consumer-icon.svg — 200 — 856 B — 51 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/faster-more-reliable-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/faster-more-reliable-icon.svg — 200 — 965 B — 50 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/safer-internet-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/safer-internet-icon.svg — 200 — 1.1 KiB — 97 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/easy-set-up-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/easy-set-up-icon.svg — 200 — 1.1 KiB — 51 ms — h2https://www.opendns.com/dist/fonts/tradegothicltstd-light-webfont.woffwww.opendns.com/dist/fonts/tradegot... https://www.opendns.com/dist/fonts/tradegothicltstd-light-webfont.woff — 200 — 24.4 KiB — 259 ms — http/1.1https://www.opendns.com/dist/fonts/fontawesome-webfont.woffwww.opendns.com/dist/fonts/fontawes... https://www.opendns.com/dist/fonts/fontawesome-webfont.woff — 200 — 64.3 KiB — 415 ms — http/1.1https://cdn.cookielaw.org/consent/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004.jsoncdn.cookielaw.org/consent/fa1b6cd2-... https://cdn.cookielaw.org/consent/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004.json — 200 — 2.8 KiB — 39 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/ODNS-Homepage-hero-banner.jpgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/ODNS-Homepage-hero-banner.jpg — 200 — 99.4 KiB — 85 ms — h2https://www.opendns.com/dist/fonts/tradegothicltstd-cn18-webfont.woffwww.opendns.com/dist/fonts/tradegot... https://www.opendns.com/dist/fonts/tradegothicltstd-cn18-webfont.woff — 200 — 24.3 KiB — 473 ms — http/1.1https://www.opendns.com/dist/fonts/tradegothicltstd-bd2-webfont.woffwww.opendns.com/dist/fonts/tradegot... https://www.opendns.com/dist/fonts/tradegothicltstd-bd2-webfont.woff — 200 — 24.5 KiB — 363 ms — http/1.1https://dnn506yrbagrg.cloudfront.net/pages/scripts/0011/6878.js?493433dnn506yrbagrg.cloudfront.net/pages/... https://dnn506yrbagrg.cloudfront.net/pages/scripts/0011/6878.js?493433 — 200 — 822 B — 154 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.9 s LCP 2.3 shttps://opendns.com// https://opendns.com/ — 301 — 350 B — 357 ms — http/1.1http://www.opendns.com/www.opendns.com/ http://www.opendns.com/ — 307 — 0 B — 1 ms — http/1.1https://www.opendns.com/www.opendns.com/ https://www.opendns.com/ — 200 — 13.2 KiB — 488 ms — http/1.1https://www.cisco.com/c/dam/cdc/t/ctm-core.jswww.cisco.com/c/dam/cdc/t/ctm-core.... https://www.cisco.com/c/dam/cdc/t/ctm-core.js — 200 — 12.5 KiB — 28 ms — h2https://www.opendns.com/dist/css/styles.bundle.csswww.opendns.com/dist/css/styles.bun... https://www.opendns.com/dist/css/styles.bundle.css — 200 — 326.9 KiB — 624 ms — http/1.1https://d3j20uveo70stj.cloudfront.net/opendns-www/css/flexslider.cssd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/css/flexslider.css — 200 — 1.8 KiB — 162 ms — h2https://d3j20uveo70stj.cloudfront.net/css/jquery.qtip.css?v=2d3j20uveo70stj.cloudfront.net/css/j... https://d3j20uveo70stj.cloudfront.net/css/jquery.qtip.css?v=2 — 200 — 3.7 KiB — 160 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/css/jquery.fancybox.cssd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/css/jquery.fancybox.css — 200 — 1.4 KiB — 162 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/css/chosen.cssd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/css/chosen.css — 200 — 2.6 KiB — 163 ms — h2https://customer.cludo.com/css/504/8844/cludo-search.min.csscustomer.cludo.com/css/504/8844/clu... https://customer.cludo.com/css/504/8844/cludo-search.min.css — 200 — 2.4 KiB — 421 ms — h2https://d3j20uveo70stj.cloudfront.net/js/jquery-3.4.1.min.jsd3j20uveo70stj.cloudfront.net/js/jq... https://d3j20uveo70stj.cloudfront.net/js/jquery-3.4.1.min.js — 200 — 30.2 KiB — 197 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Cisco_Logo_RGB_Screen_White.pngd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Cisco_Logo_RGB_Screen_White.png — 200 — 7.8 KiB — 204 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/cisco-dark-logo.pngd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/cisco-dark-logo.png — 200 — 2.9 KiB — 47 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/logo-opendns.pngd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/logo-opendns.png — 200 — 6.0 KiB — 48 ms — h2https://www.opendns.com/assets/js/menu.js?v=2www.opendns.com/assets/js/menu.js?v... https://www.opendns.com/assets/js/menu.js?v=2 — 200 — 4.8 KiB — 478 ms — http/1.1https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Enterprise-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Enterprise-icon.svg — 200 — 1.2 KiB — 46 ms — h2https://www.opendns.com/assets/js/combined-footer.min.jswww.opendns.com/assets/js/combined-... https://www.opendns.com/assets/js/combined-footer.min.js — 200 — 499.3 KiB — 591 ms — http/1.1https://www.cisco.com/c/dam/cdc/t/ctm.jswww.cisco.com/c/dam/cdc/t/ctm.js https://www.cisco.com/c/dam/cdc/t/ctm.js — 200 — 24.4 KiB — 25 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 30 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Consumer-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/Consumer-icon.svg — 200 — 856 B — 51 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/faster-more-reliable-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/faster-more-reliable-icon.svg — 200 — 965 B — 50 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/safer-internet-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/safer-internet-icon.svg — 200 — 1.1 KiB — 97 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/easy-set-up-icon.svgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/easy-set-up-icon.svg — 200 — 1.1 KiB — 51 ms — h2https://www.opendns.com/dist/fonts/tradegothicltstd-light-webfont.woffwww.opendns.com/dist/fonts/tradegot... https://www.opendns.com/dist/fonts/tradegothicltstd-light-webfont.woff — 200 — 24.4 KiB — 259 ms — http/1.1https://www.opendns.com/dist/fonts/fontawesome-webfont.woffwww.opendns.com/dist/fonts/fontawes... https://www.opendns.com/dist/fonts/fontawesome-webfont.woff — 200 — 64.3 KiB — 415 ms — http/1.1https://cdn.cookielaw.org/consent/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004.jsoncdn.cookielaw.org/consent/fa1b6cd2-... https://cdn.cookielaw.org/consent/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004.json — 200 — 2.8 KiB — 39 ms — h2https://d3j20uveo70stj.cloudfront.net/opendns-www/img/ODNS-Homepage-hero-banner.jpgd3j20uveo70stj.cloudfront.net/opend... https://d3j20uveo70stj.cloudfront.net/opendns-www/img/ODNS-Homepage-hero-banner.jpg — 200 — 99.4 KiB — 85 ms — h2https://www.opendns.com/dist/fonts/tradegothicltstd-cn18-webfont.woffwww.opendns.com/dist/fonts/tradegot... https://www.opendns.com/dist/fonts/tradegothicltstd-cn18-webfont.woff — 200 — 24.3 KiB — 473 ms — http/1.1https://www.opendns.com/dist/fonts/tradegothicltstd-bd2-webfont.woffwww.opendns.com/dist/fonts/tradegot... https://www.opendns.com/dist/fonts/tradegothicltstd-bd2-webfont.woff — 200 — 24.5 KiB — 363 ms — http/1.1https://dnn506yrbagrg.cloudfront.net/pages/scripts/0011/6878.js?493433dnn506yrbagrg.cloudfront.net/pages/... https://dnn506yrbagrg.cloudfront.net/pages/scripts/0011/6878.js?493433 — 200 — 822 B — 154 ms — http/1.1https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 307 B — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js — 200 — 127.0 KiB — 28 ms — h2https://cdn.cookielaw.org/consent/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004/01993825-034a-7382-a2b0-ff94876c79f8/en.jsoncdn.cookielaw.org/consent/fa1b6cd2-... https://cdn.cookielaw.org/consent/fa1b6cd2-412c-4edb-b7ae-b8f9d75fb004/01993825-034a-7382-a2b0-ff94876c79f8/en.json — 200 — 14.9 KiB — 24 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json — 200 — 3.4 KiB — 15 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json — 200 — 13.7 KiB — 20 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 16 ms — h2https://script.crazyegg.com/pages/scripts/0011/6878.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0011/6878.js — 200 — 231 B — 21 ms — h3data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxM…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxM… — 200 — 0 B — 0 ms — datahttps://www.cisco.com/c/dam/cdc/t/i/icon-close.svgwww.cisco.com/c/dam/cdc/t/i/icon-cl... https://www.cisco.com/c/dam/cdc/t/i/icon-close.svg — 200 — 1.7 KiB — 15 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 506 B — 15 ms — h2https://cdn.cookielaw.org/logos/03fc55fe-0057-4b2f-817d-763e7ecdb316/a7f4c642-c43c-4666-acea-858c0449029c/cisco-logo-transparent.pngcdn.cookielaw.org/logos/03fc55fe-00... https://cdn.cookielaw.org/logos/03fc55fe-0057-4b2f-817d-763e7ecdb316/a7f4c642-c43c-4666-acea-858c0449029c/cisco-logo-transparent.png — 200 — 32.2 KiB — 18 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 21 ms — h2https://login.opendns.com/ajax/userinfo.phplogin.opendns.com/ajax/userinfo.php https://login.opendns.com/ajax/userinfo.php — 200 — 632 B — 349 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.jstags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.js — 200 — 70.3 KiB — 25 ms — h2https://js.qualified.com/qualified.js?token=6H73vu12AjR2PKa2&utv=ut4.52.202506112046js.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=6H73vu12AjR2PKa2&utv=ut4.52.202506112046 — 200 — 116.8 KiB — 30 ms — h2https://app.qualified.com/w/1/6H73vu12AjR2PKa2/visitor_events?wu=app.qualified.com/w/1/6H73vu12AjR2P... https://app.qualified.com/w/1/6H73vu12AjR2PKa2/visitor_events?wu= — 200 — 0 B — 427 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.364.js?utv=ut4.52.202505030107tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.364.js?utv=ut4.52.202505030107 — 200 — 1.3 KiB — 6 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.223.js?utv=ut4.52.202402232114tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.223.js?utv=ut4.52.202402232114 — 200 — 1.3 KiB — 7 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.203.js?utv=ut4.52.202406260240tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.203.js?utv=ut4.52.202406260240 — 200 — 1.8 KiB — 16 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.219.js?utv=ut4.52.202505011857tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.219.js?utv=ut4.52.202505011857 — 200 — 2.0 KiB — 18 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.363.js?utv=ut4.52.202504211821tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.363.js?utv=ut4.52.202504211821 — 200 — 1.8 KiB — 16 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.258.js?utv=ut4.52.202406260240tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.258.js?utv=ut4.52.202406260240 — 200 — 1.9 KiB — 19 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.362.js?utv=ut4.52.202504211821tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.362.js?utv=ut4.52.202504211821 — 200 — 1.8 KiB — 19 ms — h2https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.210.js?utv=ut4.52.202406260240tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.210.js?utv=ut4.52.202406260240 — 200 — 1.1 KiB — 19 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NRNHZWW&l=dataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NRNHZWW&l=dataLayer — 200 — 176.2 KiB — 270 ms — h2https://img.en25.com/i/elqCfg.min.jsimg.en25.com/i/elqCfg.min.js https://img.en25.com/i/elqCfg.min.js — 200 — 2.7 KiB — 24 ms — http/1.1https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 26 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 31 ms — h2https://cdn.bizible.com/scripts/bizible.jscdn.bizible.com/scripts/bizible.js https://cdn.bizible.com/scripts/bizible.js — 200 — 25.2 KiB — 34 ms — http/1.1https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.v.js?a=cisco/umbrella/202603261331&cb=1776360450848tags.tiqcdn.com/utag/cisco/umbrella... https://tags.tiqcdn.com/utag/cisco/umbrella/prod/utag.v.js?a=cisco/umbrella/202603261331&cb=1776360450848 — 200 — 438 B — 7 ms — h2https://s2991720.t.eloqua.com/visitor/v200/svrGP?pps=3&siteid=2991720&ref2=elqNone&tzo=0&ms=868&optin=disableds2991720.t.eloqua.com/visitor/v200/... https://s2991720.t.eloqua.com/visitor/v200/svrGP?pps=3&siteid=2991720&ref2=elqNone&tzo=0&ms=868&optin=disabled — 302 — 819 B — 398 ms — http/1.1https://tracking.umbrella.com/visitor/v200/svrGP?pps=3&siteid=860818199&ref2=elqNone&tzo=0&ms=868&optin=disabled&firstPartyCookieDomain=tracking.umbrella.comtracking.umbrella.com/visitor/v200/... https://tracking.umbrella.com/visitor/v200/svrGP?pps=3&siteid=860818199&ref2=elqNone&tzo=0&ms=868&optin=disabled&firstPartyCookieDomain=tracking.umbrella.com — 302 — 518 B — 628 ms — http/1.1https://tracking.umbrella.com/visitor/v200/svrGP?pps=3&siteid=4673582&ref2=elqNone&tzo=0&ms=868&optin=disabled&firstPartyCookieDomain=tracking.umbrella.comtracking.umbrella.com/visitor/v200/... https://tracking.umbrella.com/visitor/v200/svrGP?pps=3&siteid=4673582&ref2=elqNone&tzo=0&ms=868&optin=disabled&firstPartyCookieDomain=tracking.umbrella.com — 302 — 795 B — 628 ms — http/1.1https://px.ads.linkedin.com/attribution_trigger?pid=5425%2C625468&time=1776360450881&url=https%3A%2F%2Fwww.opendns.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=5425%2C625468&time=1776360450881&url=https%3A%2F%2Fwww.opendns.com%2F — 200 — 790 B — 156 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5425%2C625468&time=1776360450881&li_adsId=ccf86fca-2055-4e81-b4cc-f03f58abf0ec&url=https%3A%2F%2Fwww.opendns.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5425%2C625468&time=1776360450881&li_adsId=ccf86fca-2055-4e81-b4cc-f03f58abf0ec&url=https%3A%2F%2Fwww.opendns.com%2F — 302 — 765 B — 152 ms — h2https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2620cd0d-d18d-4bd4-8934-98e328905efa&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=332365b9-29bf-4f5b-9cbc-06e902941967&pt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&tw_document_href=https%3A%2F%2Fwww.opendns.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776360450899.47035270822734101&txn_id=nzkl4&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2620cd0d-d18d-4bd4-8934-98e328905efa&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=332365b9-29bf-4f5b-9cbc-06e902941967&pt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&tw_document_href=https%3A%2F%2Fwww.opendns.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776360450899.47035270822734101&txn_id=nzkl4&type=javascript&version=2.3.53 — 200 — 659 B — 236 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2620cd0d-d18d-4bd4-8934-98e328905efa&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=332365b9-29bf-4f5b-9cbc-06e902941967&pt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&tw_document_href=https%3A%2F%2Fwww.opendns.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776360450899.47035270822734101&txn_id=nzkl4&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2620cd0d-d18d-4bd4-8934-98e328905efa&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=332365b9-29bf-4f5b-9cbc-06e902941967&pt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&tw_document_href=https%3A%2F%2Fwww.opendns.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776360450899.47035270822734101&txn_id=nzkl4&type=javascript&version=2.3.53 — 200 — 1001 B — 250 ms — h2https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=3b32940479ef44d28d3b9c06866ce86b&_biz_l=https%3A%2F%2Fwww.opendns.com%2F&_biz_t=1776360450914&_biz_i=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&_biz_n=0&rnd=768762&cdn_o=a&_biz_z=1776360450915cdn.bizible.com/ipv?_biz_r=&_biz_h=... https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=3b32940479ef44d28d3b9c06866ce86b&_biz_l=https%3A%2F%2Fwww.opendns.com%2F&_biz_t=1776360450914&_biz_i=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&_biz_n=0&rnd=768762&cdn_o=a&_biz_z=1776360450915 — 200 — 64 B — 15 ms — h3https://cdn.bizibly.com/u?_biz_u=3b32940479ef44d28d3b9c06866ce86b&_biz_l=https%3A%2F%2Fwww.opendns.com%2F&_biz_t=1776360450919&_biz_i=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&rnd=482446&cdn_o=a&_biz_z=1776360450919cdn.bizibly.com/u?_biz_u=3b32940479... https://cdn.bizibly.com/u?_biz_u=3b32940479ef44d28d3b9c06866ce86b&_biz_l=https%3A%2F%2Fwww.opendns.com%2F&_biz_t=1776360450919&_biz_i=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&rnd=482446&cdn_o=a&_biz_z=1776360450919 — 200 — 569 B — 21 ms — http/1.1https://cdn.bizible.com/xdc.js?_biz_u=3b32940479ef44d28d3b9c06866ce86b&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01cdn.bizible.com/xdc.js?_biz_u=3b329... https://cdn.bizible.com/xdc.js?_biz_u=3b32940479ef44d28d3b9c06866ce86b&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01 — 200 — 241 B — 145 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5425%2C625468&time=1776360450881&li_adsId=ccf86fca-2055-4e81-b4cc-f03f58abf0ec&url=https%3A%2F%2Fwww.opendns.com%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5425%2C625468&time=1776360450881&li_adsId=ccf86fca-2055-4e81-b4cc-f03f58abf0ec&url=https%3A%2F%2Fwww.opendns.com%2F&cookiesTest=true — 200 — 453 B — 198 ms — h2https://www.googletagmanager.com/gtag/js?id=G-K3755MHDL0&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-K3755MHDL0&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 166.2 KiB — 211 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-417548756&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-417548756&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 138.0 KiB — 198 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16704578954&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16704578954&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 138.0 KiB — 202 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 62 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 134 ms — h2https://app.qualified.com/w/1/6H73vu12AjR2PKa2/visitor_events?wu=app.qualified.com/w/1/6H73vu12AjR2P... https://app.qualified.com/w/1/6H73vu12AjR2PKa2/visitor_events?wu= — 204 — 394 B — 167 ms — h2https://sfc.leadspace.com/SmartForms.jssfc.leadspace.com/SmartForms.js https://sfc.leadspace.com/SmartForms.js — 200 — 3.5 KiB — 37 ms — h2https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.opendns.com%2F&scrsrc=www.googletagmanager.com&rnd=207350722.1776360451&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&auid=954744041.1776360451&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64f0v812075057za200zd812075057xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266400~118289195&apve=1&apvf=f&apvc=1&tft=1776360451227&tfd=2389www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.opendns.com%2F&scrsrc=www.googletagmanager.com&rnd=207350722.1776360451&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&auid=954744041.1776360451&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64f0v812075057za200zd812075057xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266400~118289195&apve=1&apvf=f&apvc=1&tft=1776360451227&tfd=2389 — 200 — 21 B — 129 ms — h3https://s2991720.t.eloqua.com/visitor/v200/svrGP.aspx?pps=3&siteid=2991720&ref2=elqNone&tzo=0&ms=868&optin=disabled&elqCookie=1s2991720.t.eloqua.com/visitor/v200/... https://s2991720.t.eloqua.com/visitor/v200/svrGP.aspx?pps=3&siteid=2991720&ref2=elqNone&tzo=0&ms=868&optin=disabled&elqCookie=1 — 200 — 448 B — 124 ms — http/1.1https://px.ads.linkedin.com/wa/?medium=fetch&fmt=bpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=b — 204 — 44 B — 239 ms — h3https://app.qualified.com/w/1/6H73vu12AjR2PKa2/sentry/proxyapp.qualified.com/w/1/6H73vu12AjR2P... https://app.qualified.com/w/1/6H73vu12AjR2PKa2/sentry/proxy — 200 — 0 B — 396 ms — h2https://sfc.leadspace.com/74041.jssfc.leadspace.com/74041.js https://sfc.leadspace.com/74041.js — 200 — 51.7 KiB — 8 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1503105746&t=pageview&_s=1&dl=https%3A%2F%2Fwww.opendns.com%2F&dp=%2F&ul=en-us&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&sr=800x600&vp=1350x940&_u=YGBAiEABBAAAACgEK~&jid=258578490&gjid=1657254308&cid=1548809187.1776360451&tid=UA-37287893-1&_gid=56964206.1776360451&_slc=1&gtm=45He64f0n81NRNHZWWv812075057za200zd812075057&cd9=0.6597438825785158_1776360451202&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266400~118289195&cd7=1548809187.1776360451&z=1866676631www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1503105746&t=pageview&_s=1&dl=https%3A%2F%2Fwww.opendns.com%2F&dp=%2F&ul=en-us&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&sr=800x600&vp=1350x940&_u=YGBAiEABBAAAACgEK~&jid=258578490&gjid=1657254308&cid=1548809187.1776360451&tid=UA-37287893-1&_gid=56964206.1776360451&_slc=1&gtm=45He64f0n81NRNHZWWv812075057za200zd812075057&cd9=0.6597438825785158_1776360451202&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117266400~118289195&cd7=1548809187.1776360451&z=1866676631 — 200 — 465 B — 63 ms — h2https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-37287893-1&cid=1548809187.1776360451&jid=258578490&gjid=1657254308&_gid=56964206.1776360451&_u=YGBAiEABBAAAAGgEKAC~&z=1459523337stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-37287893-1&cid=1548809187.1776360451&jid=258578490&gjid=1657254308&_gid=56964206.1776360451&_u=YGBAiEABBAAAAGgEKAC~&z=1459523337 — 200 — 650 B — 173 ms — h2https://sfc.leadspace.com/sf5.jssfc.leadspace.com/sf5.js https://sfc.leadspace.com/sf5.js — 200 — 111.1 KiB — 13 ms — h3https://bat.bing.com/p/action/259002624.jsbat.bing.com/p/action/259002624.js https://bat.bing.com/p/action/259002624.js — 200 — 1.8 KiB — 118 ms — h2https://fonts.googleapis.com/css?family=Ralewayfonts.googleapis.com/css?family=Ral... https://fonts.googleapis.com/css?family=Raleway — 200 — 1.0 KiB — 133 ms — h2https://sfgw.leadspace.com/ip/matchsfgw.leadspace.com/ip/match https://sfgw.leadspace.com/ip/match — 200 — 0 B — 501 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-9HBY9CMK18&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9HBY9CMK18&cx=c&_slc=1 — 200 — 148.7 KiB — 193 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/417548756/?random=1776360451468&cv=11&fst=1776360451468&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/417548756/?random=1776360451468&cv=11&fst=1776360451468&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 136 ms — h3https://www.google.com/rmkt/collect/417548756/?random=1776360451468&cv=11&fst=1776360451468&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/4175487... https://www.google.com/rmkt/collect/417548756/?random=1776360451468&cv=11&fst=1776360451468&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 101 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.opendns.com%2F&scrsrc=www.googletagmanager.com&rnd=207350722.1776360451&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&auid=954744041.1776360451&navt=n&npa=0&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&apve=1&apvf=f&apvc=0&tids=AW-417548756&tid=AW-417548756&tft=1776360451500&tfd=2662www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.opendns.com%2F&scrsrc=www.googletagmanager.com&rnd=207350722.1776360451&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&auid=954744041.1776360451&navt=n&npa=0&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&apve=1&apvf=f&apvc=0&tids=AW-417548756&tid=AW-417548756&tft=1776360451500&tfd=2662 — 200 — 21 B — 95 ms — h3https://tracking.umbrella.com/visitor/v200/svrgp.aspx?pps=3&siteid=4673582&ref2=elqNone&tzo=0&ms=868&optin=disabled&firstPartyCookieDomain=tracking.umbrella.com&elqCookie=1tracking.umbrella.com/visitor/v200/... https://tracking.umbrella.com/visitor/v200/svrgp.aspx?pps=3&siteid=4673582&ref2=elqNone&tzo=0&ms=868&optin=disabled&firstPartyCookieDomain=tracking.umbrella.com&elqCookie=1 — 200 — 375 B — 128 ms — http/1.1https://tracking.umbrella.com/visitor/v200/svrGP.aspx?pps=3&siteid=860818199&ref2=elqNone&tzo=0&ms=868&optin=disabled&elq1pcGUID=F80075D5DF61463AA13CF239EFDD36EFtracking.umbrella.com/visitor/v200/... https://tracking.umbrella.com/visitor/v200/svrGP.aspx?pps=3&siteid=860818199&ref2=elqNone&tzo=0&ms=868&optin=disabled&elq1pcGUID=F80075D5DF61463AA13CF239EFDD36EF — 200 — 501 B — 169 ms — http/1.1https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16704578954/?random=1776360451560&cv=11&fst=1776360451560&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16704578954/?random=1776360451560&cv=11&fst=1776360451560&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 82 ms — h3https://www.google.com/rmkt/collect/16704578954/?random=1776360451560&cv=11&fst=1776360451560&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1670457... https://www.google.com/rmkt/collect/16704578954/?random=1776360451560&cv=11&fst=1776360451560&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 105 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.opendns.com%2F&scrsrc=www.googletagmanager.com&rnd=207350722.1776360451&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&auid=954744041.1776360451&navt=n&npa=0&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&apve=1&apvf=f&apvc=0&tids=AW-16704578954&tid=AW-16704578954&tft=1776360451589&tfd=2751www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.opendns.com%2F&scrsrc=www.googletagmanager.com&rnd=207350722.1776360451&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&auid=954744041.1776360451&navt=n&npa=0&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&apve=1&apvf=f&apvc=0&tids=AW-16704578954&tid=AW-16704578954&tft=1776360451589&tfd=2751 — 200 — 21 B — 101 ms — h3https://app.qualified.com/w/1/6H73vu12AjR2PKa2/sentry/proxyapp.qualified.com/w/1/6H73vu12AjR2P... https://app.qualified.com/w/1/6H73vu12AjR2PKa2/sentry/proxy — 200 — 440 B — 186 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-K3755MHDL0&gtm=45je64f0v879809297z8812075057za20gzb812075057zd812075057&_p=1776360450826&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1548809187.1776360451&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384406~118289195&sid=1776360451&sct=1&seg=0&dl=https%3A%2F%2Fwww.opendns.com%2F&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&en=page_view&_fv=1&_ss=1&tfd=2838analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-K3755MHDL0&gtm=45je64f0v879809297z8812075057za20gzb812075057zd812075057&_p=1776360450826&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1548809187.1776360451&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384406~118289195&sid=1776360451&sct=1&seg=0&dl=https%3A%2F%2Fwww.opendns.com%2F&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&en=page_view&_fv=1&_ss=1&tfd=2838 — 204 — 549 B — 132 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-K3755MHDL0&cid=1548809187.1776360451&gtm=45je64f0v879809297z8812075057za20gzb812075057zd812075057&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~118289195stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-K3755MHDL0&cid=1548809187.1776360451&gtm=45je64f0v879809297z8812075057za20gzb812075057zd812075057&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~118289195 — 204 — 301 B — 67 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-K3755MHDL0&cid=1548809187.1776360451&gtm=45je64f0v879809297z8812075057za20gzb812075057zd812075057&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~118289195&z=1031137383www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-K3755MHDL0&cid=1548809187.1776360451&gtm=45je64f0v879809297z8812075057za20gzb812075057zd812075057&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~118289195&z=1031137383 — 200 — 63 B — 136 ms — h3https://www.clarity.ms/tag/uet/259002624?insights=1www.clarity.ms/tag/uet/259002624?in... https://www.clarity.ms/tag/uet/259002624?insights=1 — 200 — 1.3 KiB — 31 ms — http/1.1https://bat.bing.com/actionp/0?ti=259002624&tm=gtm002&Ver=2&mid=115f061a-419e-45fe-84ab-1688a25642f8&bo=1&evt=consent&src=update&cdb=AQER&asc=Gbat.bing.com/actionp/0?ti=259002624... https://bat.bing.com/actionp/0?ti=259002624&tm=gtm002&Ver=2&mid=115f061a-419e-45fe-84ab-1688a25642f8&bo=1&evt=consent&src=update&cdb=AQER&asc=G — 204 — 360 B — 118 ms — h2https://bat.bing.com/action/0?ti=259002624&tm=gtm002&Ver=2&mid=115f061a-419e-45fe-84ab-1688a25642f8&bo=2&sid=8cab617039b911f18a1f176dbe27a9f7&vid=8cab8b7039b911f1809035cd4c3811db&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&p=https%3A%2F%2Fwww.opendns.com%2F&r=&lt=1735&evt=pageLoad&sv=2&asc=G&cdb=AQER&rn=860897bat.bing.com/action/0?ti=259002624&... https://bat.bing.com/action/0?ti=259002624&tm=gtm002&Ver=2&mid=115f061a-419e-45fe-84ab-1688a25642f8&bo=2&sid=8cab617039b911f18a1f176dbe27a9f7&vid=8cab8b7039b911f1809035cd4c3811db&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&p=https%3A%2F%2Fwww.opendns.com%2F&r=&lt=1735&evt=pageLoad&sv=2&asc=G&cdb=AQER&rn=860897 — 204 — 230 B — 155 ms — h2https://www.googletagmanager.com/gtag/destination?id=G-3H5W20XWBT&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-3H5W20XWBT&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 166.2 KiB — 197 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-9HBY9CMK18&gtm=45je64f0v9187536196za20g&_p=1776360450826&_gaz=1&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAIAGA&are=1&cid=1548809187.1776360451&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~118289195&dl=https%3A%2F%2Fwww.opendns.com%2F&dp=%2F&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&sid=1776360451&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&ep.ua_dimension_9=0.6597438825785158_1776360451202&ep.ua_dimension_7=1548809187.1776360451&tfd=2939analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-9HBY9CMK18&gtm=45je64f0v9187536196za20g&_p=1776360450826&_gaz=1&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAIAGA&are=1&cid=1548809187.1776360451&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~118289195&dl=https%3A%2F%2Fwww.opendns.com%2F&dp=%2F&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&sid=1776360451&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&ep.ua_dimension_9=0.6597438825785158_1776360451202&ep.ua_dimension_7=1548809187.1776360451&tfd=2939 — 204 — 48 B — 88 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-9HBY9CMK18&cid=1548809187.1776360451&gtm=45je64f0v9187536196za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~118289195stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-9HBY9CMK18&cid=1548809187.1776360451&gtm=45je64f0v9187536196za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~118289195 — 204 — 57 B — 56 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-9HBY9CMK18&cid=1548809187.1776360451&gtm=45je64f0v9187536196za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~118289195&z=444811568www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-9HBY9CMK18&cid=1548809187.1776360451&gtm=45je64f0v9187536196za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~118289195&z=444811568 — 200 — 63 B — 64 ms — h3https://www.google.com/pagead/1p-user-list/417548756/?random=1776360451468&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfXYaX3xbpaIkb4YcwMpCw9b6iB77eIEn93Yv5eepECWQn165JSzm3JzygebsrVsAHQ7cA_S2hRn73bee8SACuejbgjWzimQXBW8GcY1jps7Attbi2VBk_BUdD7U8d7kssciYcRiU2qHjBFFUMYECfihIY03ofVm8wxnwEmc1TKY6t8Z5LsgpH7xhCJCGfaJG12rKsZqU3ymG3BCFLic3EHw9OiC5UNzOVLqqPe5iat5KRyuhnxFgWOCStmPfKD7zP1TG7hU&random=427280366&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/417548756/?random=1776360451468&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfXYaX3xbpaIkb4YcwMpCw9b6iB77eIEn93Yv5eepECWQn165JSzm3JzygebsrVsAHQ7cA_S2hRn73bee8SACuejbgjWzimQXBW8GcY1jps7Attbi2VBk_BUdD7U8d7kssciYcRiU2qHjBFFUMYECfihIY03ofVm8wxnwEmc1TKY6t8Z5LsgpH7xhCJCGfaJG12rKsZqU3ymG3BCFLic3EHw9OiC5UNzOVLqqPe5iat5KRyuhnxFgWOCStmPfKD7zP1TG7hU&random=427280366&rmt_tld=0&ipr=y — 200 — 64 B — 62 ms — h3https://www.google.com.br/pagead/1p-user-list/417548756/?random=1776360451468&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfXYaX3xbpaIkb4YcwMpCw9b6iB77eIEn93Yv5eepECWQn165JSzm3JzygebsrVsAHQ7cA_S2hRn73bee8SACuejbgjWzimQXBW8GcY1jps7Attbi2VBk_BUdD7U8d7kssciYcRiU2qHjBFFUMYECfihIY03ofVm8wxnwEmc1TKY6t8Z5LsgpH7xhCJCGfaJG12rKsZqU3ymG3BCFLic3EHw9OiC5UNzOVLqqPe5iat5KRyuhnxFgWOCStmPfKD7zP1TG7hU&random=427280366&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/417548756/?random=1776360451468&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9221848010z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=15&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfXYaX3xbpaIkb4YcwMpCw9b6iB77eIEn93Yv5eepECWQn165JSzm3JzygebsrVsAHQ7cA_S2hRn73bee8SACuejbgjWzimQXBW8GcY1jps7Attbi2VBk_BUdD7U8d7kssciYcRiU2qHjBFFUMYECfihIY03ofVm8wxnwEmc1TKY6t8Z5LsgpH7xhCJCGfaJG12rKsZqU3ymG3BCFLic3EHw9OiC5UNzOVLqqPe5iat5KRyuhnxFgWOCStmPfKD7zP1TG7hU&random=427280366&rmt_tld=1&ipr=y — 200 — 64 B — 61 ms — h3https://www.google.com/pagead/1p-user-list/16704578954/?random=1776360451560&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfbCnNW7U753R0Yi_fk2kWkB-PNbxvjeV1ojYPX3C-fgY_DdgWYTtIU0B_BPPTo4iA-s8J-ojSpBNDGC8iYSag0tsM8geZTEtlsLKPOfUsJXitb84-dSt3QBCv-B1EBerZwjGXXHFL6EBMgjbUvSSWv5dZKhFdcSuf6MeCiV1ni6svnjvyE8LbB1LI2G6L81aXGwyPnxufYsjCPX3Ck8nPMRjUEq2ecPwXtwyCT4g1G63OnE25YZDsXBtGxoJbRvpDwuhFZI&random=2828688023&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/16704578954/?random=1776360451560&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfbCnNW7U753R0Yi_fk2kWkB-PNbxvjeV1ojYPX3C-fgY_DdgWYTtIU0B_BPPTo4iA-s8J-ojSpBNDGC8iYSag0tsM8geZTEtlsLKPOfUsJXitb84-dSt3QBCv-B1EBerZwjGXXHFL6EBMgjbUvSSWv5dZKhFdcSuf6MeCiV1ni6svnjvyE8LbB1LI2G6L81aXGwyPnxufYsjCPX3Ck8nPMRjUEq2ecPwXtwyCT4g1G63OnE25YZDsXBtGxoJbRvpDwuhFZI&random=2828688023&rmt_tld=0&ipr=y — 200 — 64 B — 77 ms — h3https://www.google.com.br/pagead/1p-user-list/16704578954/?random=1776360451560&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfbCnNW7U753R0Yi_fk2kWkB-PNbxvjeV1ojYPX3C-fgY_DdgWYTtIU0B_BPPTo4iA-s8J-ojSpBNDGC8iYSag0tsM8geZTEtlsLKPOfUsJXitb84-dSt3QBCv-B1EBerZwjGXXHFL6EBMgjbUvSSWv5dZKhFdcSuf6MeCiV1ni6svnjvyE8LbB1LI2G6L81aXGwyPnxufYsjCPX3Ck8nPMRjUEq2ecPwXtwyCT4g1G63OnE25YZDsXBtGxoJbRvpDwuhFZI&random=2828688023&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/16704578954/?random=1776360451560&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9195425937z8812075057za20gzb812075057zd812075057xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~118289195&u_w=800&u_h=600&url=https%3A%2F%2Fwww.opendns.com%2F&rcb=4&frm=0&tiba=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=954744041.1776360451&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfbCnNW7U753R0Yi_fk2kWkB-PNbxvjeV1ojYPX3C-fgY_DdgWYTtIU0B_BPPTo4iA-s8J-ojSpBNDGC8iYSag0tsM8geZTEtlsLKPOfUsJXitb84-dSt3QBCv-B1EBerZwjGXXHFL6EBMgjbUvSSWv5dZKhFdcSuf6MeCiV1ni6svnjvyE8LbB1LI2G6L81aXGwyPnxufYsjCPX3Ck8nPMRjUEq2ecPwXtwyCT4g1G63OnE25YZDsXBtGxoJbRvpDwuhFZI&random=2828688023&rmt_tld=1&ipr=y — 200 — 64 B — 114 ms — h3https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 25 ms — h2https://sfgw.leadspace.com/ip/matchsfgw.leadspace.com/ip/match https://sfgw.leadspace.com/ip/match — 200 — 1.8 KiB — 168 ms — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 279 B — 474 ms — http/1.1https://analytics.google.com/g/collect?v=2&tid=G-3H5W20XWBT&gtm=45je64f0v879808736z8812075057za20gzb812075057zd812075057&_p=1776360450826&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1548809187.1776360451&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117971173~118289195&sid=1776360452&sct=1&seg=0&dl=https%3A%2F%2Fwww.opendns.com%2F&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&en=scroll&_fv=1&_ss=1&epn.percentage_scrolled=0&tfd=3186analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-3H5W20XWBT&gtm=45je64f0v879808736z8812075057za20gzb812075057zd812075057&_p=1776360450826&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1548809187.1776360451&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117971173~118289195&sid=1776360452&sct=1&seg=0&dl=https%3A%2F%2Fwww.opendns.com%2F&dt=Cloud%20Delivered%20Enterprise%20Security%20by%20OpenDNS&en=scroll&_fv=1&_ss=1&epn.percentage_scrolled=0&tfd=3186 — 204 — 48 B — 63 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3H5W20XWBT&cid=1548809187.1776360451&gtm=45je64f0v879808736z8812075057za20gzb812075057zd812075057&rcb=14&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~117971173~118289195stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3H5W20XWBT&cid=1548809187.1776360451&gtm=45je64f0v879808736z8812075057za20gzb812075057zd812075057&rcb=14&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~117971173~118289195 — 204 — 20 B — 51 ms — h3https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-3H5W20XWBT&cid=1548809187.1776360451&gtm=45je64f0v879808736z8812075057za20gzb812075057zd812075057&rcb=14&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~117971173~118289195&z=268583633www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-3H5W20XWBT&cid=1548809187.1776360451&gtm=45je64f0v879808736z8812075057za20gzb812075057zd812075057&rcb=14&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266401~117971173~118289195&z=268583633 — 200 — 63 B — 60 ms — h3https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 518 B — 140 ms — h2https://www.opendns.com/favicon.icowww.opendns.com/favicon.ico https://www.opendns.com/favicon.ico — 200 — 3.9 KiB — 136 ms — http/1.1https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=04CFD42240BC4B948582D0F6A3703EFD&RedC=c.clarity.ms&MXFR=15C9B278E48C660F1CF0A545E08C689Ac.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=04CFD42240BC4B948582D0F6A3703EFD&RedC=c.clarity.ms&MXFR=15C9B278E48C660F1CF0A545E08C689A — 302 — 581 B — 123 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=04CFD42240BC4B948582D0F6A3703EFD&MUID=0D8BBE38A5A361B510A9A905A47A60EFc.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=04CFD42240BC4B948582D0F6A3703EFD&MUID=0D8BBE38A5A361B510A9A905A47A60EF — 200 — 467 B — 125 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 279 B — 118 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1177ms · 1247KB · $16/mo
Unattributable
Other
Costly
Execution 214ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 156ms
Transfer 176 KB
Unused 36%
Monthly Cost $2/mo
www.opendns.com
Other
Optional
Execution 102ms
Transfer 13 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 101ms
Transfer 166 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 92ms
Transfer 166 KB
Unused 40%
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 84ms
Transfer 127 KB
Unused 53%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 149 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 80ms
Transfer 138 KB
Unused 39%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 138 KB
Unused 40%
Monthly Cost $1/mo
js.qualified.com
Other
Optional
Execution 72ms
Transfer 117 KB
Unused 56%
Monthly Cost $1/mo
Microsoft Clarity
Session Replay
Optional
Execution 61ms
Transfer 26 KB
Monthly Cost $1/mo
d3j20uveo70stj.cloudfront.net
Other
Optional
Execution 56ms
Transfer 30 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

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

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 214ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

53% of OneTrust'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

56% of js.qualified.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback