Skip to content
https://freewebs.com

Performance

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

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

70
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
58
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.89 s

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

2.41 s

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

217 ms

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

0.000

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

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

8.40 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
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.0 MB transferred, 257 requests
FIX
4.0 MB transferred, 257 requests
Critical::
Page weighs 11.8 MB (4.0 MB transferred)
Warning::
JavaScript is 3.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.1 MB
Warning::
257 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.84 g CO2 per page load
4.0 MB / 2.4 MB budget
4.0 MB transferred
257 requests
0.84 g CO2 per page load
JavaScript 3.1 MiB 78%
Images 534.2 KiB 13%
HTML 126.6 KiB 3%
Fonts 110.5 KiB 3%
Other 102.9 KiB 2%
Other 34.6 KiB 1%
Other 9.1 KiB 0%
Other 5.7 KiB 0%
CSS 2.1 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

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 (4.0 MiB of 4.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
97 scripts, 1.2 MB unused
FIX
97 scripts, 1.2 MB unused
Warning::
https://www.vistaprint.com/assets/ubik/web/@vp/cha...: 120 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.vistaprint.com/assets/ubik/web/@vp/swa...: 102 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 85 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PKH...: 79 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-3TW2...: 64 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1223 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.vistaprint.com/assets/ubik/web/@vp/chatbot-ui/1.0.66/lib/web/systemjs/chatbot-ui-CRb_mPqo.js183 KB120 KB (66%)3rd
https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/swan-DR_e6bNh.js167 KB102 KB (61%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB85 KB (77%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PKH9B2B&gtm=4e64k0h2150 KB79 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3TW2S49QDP&cx=c&gtm=4e64k0h2169 KB64 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-9815365&cx=c&gtm=4e64k0h2130 KB61 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-14876881&cx=c&gtm=4e64k0h2130 KB60 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-618990810&cx=c&gtm=4e64k0h2144 KB57 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MQMB4G9R&gtm=4e64k0h2142 KB56 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-620967259&cx=c&gtm=4e64k0h2144 KB56 KB (39%)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
257 resources · 4.0 MB · 1.2 MB savings available
FIX
257 resources · 4.0 MB · 1.2 MB savings available
Warning::
Page weight 3.0 MB over 1MB target
Got: 4.0 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
256 third-party resources (100% of weight)
Info::
1 resources over 200KB
257 resources · 4.0 MiB · 256 third-party 3.0 MiB over 1MB target
JavaScript 78% · 3.1 MiB
Image 13% · 538.8 KiB
Document 3% · 127.8 KiB
Font 3% · 110.5 KiB
CSS 2% · 98.1 KiB
Other 1% · 50.5 KiB

~1.2 MiB of savings available

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

No Cache-Control header

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

B
Image Optimization
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Warning::
https://cms.cloudinary.vpsvc.com/image/upload/w_32... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
31 images 534 KB
0 oversized -0 KB
23 legacy format
1 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

C
JS Execution Cost
Action
1878ms total JS execution
REVIEW
1878ms total JS execution
Warning::
https://www.vistaprint.com/digital-marketing/webs-...: 348ms CPU time
Warning::
https://www.vistaprint.com/assets/ubik/web/@vp/ubi...: 347ms CPU time
Warning::
Unattributable: 268ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MQM...: 159ms CPU time
Info::
https://cdn.quantummetric.com/qscripts/quantum-vis...: 148ms CPU time
Warning::
Third-party scripts: 1878ms (100% of total)

Main Thread Breakdown

Script Evaluation 73% Other 11% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.vistaprint.com/digital-marketing/webs-shutdown348ms234ms10ms3rd
https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/index-3AjpVdSe.js347ms316ms0ms3rd
Unattributable268ms55ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MQMB4G9R&gtm=4e64k0h2159ms129ms10ms3rd
https://cdn.quantummetric.com/qscripts/quantum-vistaprint.js148ms116ms11ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TX2GVCC&l=dataLayer115ms89ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-3TW2S49QDP&cx=c&gtm=4e64k0h298ms86ms12ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js73ms61ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-620967259&cx=c&gtm=4e64k0h272ms61ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-618990810&cx=c&gtm=4e64k0h266ms56ms9ms3rd

Showing top 10 of 13 scripts

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
3 fonts (110 KB)
PASS
3 fonts (110 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

110 KB total

Render-blocking

0

of 3

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 1.9 s LCP 2.4 shttps://www.vistaprint.com/swan/v3/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7e7efad583.woff2graphic_regular2.7c96db... https://www.vistaprint.com/swan/v3/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7e7efad583.woff2 — 36.3 KiB — 130 ms — font-display: swaphttps://www.vistaprint.com/swan/v3/fonts/graphic_medium2.3829398551b96ac319a48122465462c2.woff2graphic_medium2.3829398... https://www.vistaprint.com/swan/v3/fonts/graphic_medium2.3829398551b96ac319a48122465462c2.woff2 — 35.2 KiB — 131 ms — font-display: swaphttps://www.vistaprint.com/swan/v3/fonts/tiempos-regular2.e4e5aee576677174d2fbcddb1caa0fd3.woff2tiempos-regular2.e4e5ae... https://www.vistaprint.com/swan/v3/fonts/tiempos-regular2.e4e5aee576677174d2fbcddb1caa0fd3.woff2 — 39.0 KiB — 131 ms — font-display: swap
graphic_regular2.7c96db... woff2 swap
Size 36 KB
Load time 130 ms
Start 411 ms
Risk FOUT — text flashes from fallback to web font
graphic_medium2.3829398... woff2 swap
Size 35 KB
Load time 131 ms
Start 412 ms
Risk FOUT — text flashes from fallback to web font
tiempos-regular2.e4e5ae... woff2 swap
Size 39 KB
Load time 131 ms
Start 412 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
257 requests over 3991ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.9 s LCP 2.4 shttps://freewebs.com// https://freewebs.com/ — 301 — 198 B — 45 ms — h3https://www.vistaprint.com/digital-marketing/webs-shutdownwww.vistaprint.com/digital-marketin... https://www.vistaprint.com/digital-marketing/webs-shutdown — 200 — 125.3 KiB — 401 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/auth/7.0.16/lib/web/systemjs/auth-CBZQJosO.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/auth/7.0.16/lib/web/systemjs/auth-CBZQJosO.js — 200 — 54.1 KiB — 63 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ab-reader/3.3.27/lib/web/system/ab-reader-gTzBnLcX.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ab-reader/3.3.27/lib/web/system/ab-reader-gTzBnLcX.js — 200 — 6.0 KiB — 53 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/tracking/11.14.2173/systemjs/web/tracking.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/tracking/11.14.2173/systemjs/web/tracking.js — 200 — 100.8 KiB — 70 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ctc-reader/2.1.2/lib/web/systemjs/ctc-reader-vzgPYoOF.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ctc-reader/2.1.2/lib/web/systemjs/ctc-reader-vzgPYoOF.js — 200 — 1.3 KiB — 55 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/pricing-context-module/3.19.4/lib/web/systemjs/pricing-context-module-D6uMikTV.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/pricing-context-module/3.19.4/lib/web/systemjs/pricing-context-module-D6uMikTV.js — 200 — 4.2 KiB — 67 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/chat-anywhere-ubik/1.2.60/lib/web/systemjs/chat-anywhere-ubik-Cnf8U9Vg.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/chat-anywhere-ubik/1.2.60/lib/web/systemjs/chat-anywhere-ubik-Cnf8U9Vg.js — 200 — 46.2 KiB — 76 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/react-bookends/10.46.10/lib/web/systemjs/react-bookends-BtvmCEwv.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/react-bookends/10.46.10/lib/web/systemjs/react-bookends-BtvmCEwv.js — 200 — 102.3 KiB — 95 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react/jsx-runtime-O0cFoEKi.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react/jsx-runtime-O0cFoEKi.js — 200 — 740 B — 84 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-fragment-react/1.0.19/lib/web/systemjs/ubik-fragment-react-BwF-jTnc.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-fragment-react/1.0.19/lib/web/systemjs/ubik-fragment-react-BwF-jTnc.js — 200 — 1.6 KiB — 84 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-BY0a0mPy.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-BY0a0mPy.js — 200 — 3.5 KiB — 85 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/client-DMJZK16Q.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/client-DMJZK16Q.js — 200 — 54.4 KiB — 100 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/index-3AjpVdSe.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/index-3AjpVdSe.js — 200 — 3.1 KiB — 91 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/swan-DR_e6bNh.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/swan-DR_e6bNh.js — 200 — 167.0 KiB — 142 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-context/1.2.10/lib/web/systemjs/ubik-context-C0n_eWWo.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-context/1.2.10/lib/web/systemjs/ubik-context-C0n_eWWo.js — 200 — 3.1 KiB — 98 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-logging/2.2.13/lib/web/systemjs/ubik-logging-Dnj6pUg_.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-logging/2.2.13/lib/web/systemjs/ubik-logging-Dnj6pUg_.js — 200 — 3.7 KiB — 98 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/fragment-wix-websites-fragments-webs-shutdown-CelaCTs-.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/fragment-wix-websites-fragments-webs-shutdown-CelaCTs-.js — 200 — 7.9 KiB — 99 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-environment-lib-ubik/index.esm-DRWRDeyX.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-environment-lib-ubik/index.esm-DRWRDeyX.js — 200 — 13.2 KiB — 102 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-DIuLM4rg.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-DIuLM4rg.js — 200 — 48.8 KiB — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-merchandising-site-experience-lib-ubik/index.esm-DK0DiVCo.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-merchandising-site-experience-lib-ubik/index.esm-DK0DiVCo.js — 200 — 50.2 KiB — 129 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-BAGMrxTN.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-BAGMrxTN.js — 200 — 19.9 KiB — 120 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ab-test-cookie/2.1.13/dist/web/systemjs/ab-test-cookie-q5PIKZ-Y.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ab-test-cookie/2.1.13/dist/web/systemjs/ab-test-cookie-q5PIKZ-Y.js — 200 — 2.3 KiB — 109 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-token-replacer-lib-ubik/index.esm-iTzCfojl.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-token-replacer-lib-ubik/index.esm-iTzCfojl.js — 200 — 7.9 KiB — 128 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/experimentKey-BePR4GS4.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/experimentKey-BePR4GS4.js — 200 — 706 B — 121 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/MissingContentAlert-8Sfi84QA.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/MissingContentAlert-8Sfi84QA.js — 200 — 539 B — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/cloudinaryImageResizerHelper-d5r0BHpa.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/cloudinaryImageResizerHelper-d5r0BHpa.js — 200 — 689 B — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/markdown-to-jsx/index.modern-BUplb6-Z.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/markdown-to-jsx/index.modern-BUplb6-Z.js — 200 — 6.9 KiB — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/useSignedInAction-BNMXlYud.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/useSignedInAction-BNMXlYud.js — 200 — 1.0 KiB — 120 ms — h3https://www.vistaprint.com/swan/v3/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7e7efad583.woff2www.vistaprint.com/swan/v3/fonts/gr... https://www.vistaprint.com/swan/v3/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7e7efad583.woff2 — 200 — 36.3 KiB — 130 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.9 s LCP 2.4 shttps://freewebs.com// https://freewebs.com/ — 301 — 198 B — 45 ms — h3https://www.vistaprint.com/digital-marketing/webs-shutdownwww.vistaprint.com/digital-marketin... https://www.vistaprint.com/digital-marketing/webs-shutdown — 200 — 125.3 KiB — 401 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/auth/7.0.16/lib/web/systemjs/auth-CBZQJosO.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/auth/7.0.16/lib/web/systemjs/auth-CBZQJosO.js — 200 — 54.1 KiB — 63 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ab-reader/3.3.27/lib/web/system/ab-reader-gTzBnLcX.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ab-reader/3.3.27/lib/web/system/ab-reader-gTzBnLcX.js — 200 — 6.0 KiB — 53 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/tracking/11.14.2173/systemjs/web/tracking.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/tracking/11.14.2173/systemjs/web/tracking.js — 200 — 100.8 KiB — 70 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ctc-reader/2.1.2/lib/web/systemjs/ctc-reader-vzgPYoOF.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ctc-reader/2.1.2/lib/web/systemjs/ctc-reader-vzgPYoOF.js — 200 — 1.3 KiB — 55 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/pricing-context-module/3.19.4/lib/web/systemjs/pricing-context-module-D6uMikTV.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/pricing-context-module/3.19.4/lib/web/systemjs/pricing-context-module-D6uMikTV.js — 200 — 4.2 KiB — 67 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/chat-anywhere-ubik/1.2.60/lib/web/systemjs/chat-anywhere-ubik-Cnf8U9Vg.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/chat-anywhere-ubik/1.2.60/lib/web/systemjs/chat-anywhere-ubik-Cnf8U9Vg.js — 200 — 46.2 KiB — 76 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/react-bookends/10.46.10/lib/web/systemjs/react-bookends-BtvmCEwv.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/react-bookends/10.46.10/lib/web/systemjs/react-bookends-BtvmCEwv.js — 200 — 102.3 KiB — 95 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react/jsx-runtime-O0cFoEKi.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react/jsx-runtime-O0cFoEKi.js — 200 — 740 B — 84 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-fragment-react/1.0.19/lib/web/systemjs/ubik-fragment-react-BwF-jTnc.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-fragment-react/1.0.19/lib/web/systemjs/ubik-fragment-react-BwF-jTnc.js — 200 — 1.6 KiB — 84 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-BY0a0mPy.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-BY0a0mPy.js — 200 — 3.5 KiB — 85 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/client-DMJZK16Q.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/client-DMJZK16Q.js — 200 — 54.4 KiB — 100 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/index-3AjpVdSe.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-react/19.2.3/dist/web/react-dom/index-3AjpVdSe.js — 200 — 3.1 KiB — 91 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/swan-DR_e6bNh.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/swan-DR_e6bNh.js — 200 — 167.0 KiB — 142 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-context/1.2.10/lib/web/systemjs/ubik-context-C0n_eWWo.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-context/1.2.10/lib/web/systemjs/ubik-context-C0n_eWWo.js — 200 — 3.1 KiB — 98 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ubik-logging/2.2.13/lib/web/systemjs/ubik-logging-Dnj6pUg_.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ubik-logging/2.2.13/lib/web/systemjs/ubik-logging-Dnj6pUg_.js — 200 — 3.7 KiB — 98 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/fragment-wix-websites-fragments-webs-shutdown-CelaCTs-.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/fragment-wix-websites-fragments-webs-shutdown-CelaCTs-.js — 200 — 7.9 KiB — 99 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-environment-lib-ubik/index.esm-DRWRDeyX.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-environment-lib-ubik/index.esm-DRWRDeyX.js — 200 — 13.2 KiB — 102 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-DIuLM4rg.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-DIuLM4rg.js — 200 — 48.8 KiB — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-merchandising-site-experience-lib-ubik/index.esm-DK0DiVCo.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-merchandising-site-experience-lib-ubik/index.esm-DK0DiVCo.js — 200 — 50.2 KiB — 129 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-BAGMrxTN.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/index.esm-BAGMrxTN.js — 200 — 19.9 KiB — 120 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/ab-test-cookie/2.1.13/dist/web/systemjs/ab-test-cookie-q5PIKZ-Y.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/ab-test-cookie/2.1.13/dist/web/systemjs/ab-test-cookie-q5PIKZ-Y.js — 200 — 2.3 KiB — 109 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-token-replacer-lib-ubik/index.esm-iTzCfojl.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/vp-digital-token-replacer-lib-ubik/index.esm-iTzCfojl.js — 200 — 7.9 KiB — 128 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/experimentKey-BePR4GS4.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/experimentKey-BePR4GS4.js — 200 — 706 B — 121 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/MissingContentAlert-8Sfi84QA.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/MissingContentAlert-8Sfi84QA.js — 200 — 539 B — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/cloudinaryImageResizerHelper-d5r0BHpa.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/cloudinaryImageResizerHelper-d5r0BHpa.js — 200 — 689 B — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/markdown-to-jsx/index.modern-BUplb6-Z.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/modules/markdown-to-jsx/index.modern-BUplb6-Z.js — 200 — 6.9 KiB — 119 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/useSignedInAction-BNMXlYud.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/fragment-wix-websites-fragments/1.5.108/lib/web/systemjs/useSignedInAction-BNMXlYud.js — 200 — 1.0 KiB — 120 ms — h3https://www.vistaprint.com/swan/v3/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7e7efad583.woff2www.vistaprint.com/swan/v3/fonts/gr... https://www.vistaprint.com/swan/v3/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7e7efad583.woff2 — 200 — 36.3 KiB — 130 ms — h3https://www.vistaprint.com/swan/v3/fonts/graphic_medium2.3829398551b96ac319a48122465462c2.woff2www.vistaprint.com/swan/v3/fonts/gr... https://www.vistaprint.com/swan/v3/fonts/graphic_medium2.3829398551b96ac319a48122465462c2.woff2 — 200 — 35.2 KiB — 131 ms — h3https://www.vistaprint.com/swan/v3/fonts/tiempos-regular2.e4e5aee576677174d2fbcddb1caa0fd3.woff2www.vistaprint.com/swan/v3/fonts/ti... https://www.vistaprint.com/swan/v3/fonts/tiempos-regular2.e4e5aee576677174d2fbcddb1caa0fd3.woff2 — 200 — 39.0 KiB — 131 ms — h3https://www.vistaprint.com/swan/v3/styles/button.d41d8cd98f00b204e9800998ecf8427e.min.csswww.vistaprint.com/swan/v3/styles/b... https://www.vistaprint.com/swan/v3/styles/button.d41d8cd98f00b204e9800998ecf8427e.min.css — 200 — 548 B — 41 ms — h3https://www.vistaprint.com/swan/v3/styles/icon.d41d8cd98f00b204e9800998ecf8427e.min.csswww.vistaprint.com/swan/v3/styles/i... https://www.vistaprint.com/swan/v3/styles/icon.d41d8cd98f00b204e9800998ecf8427e.min.css — 200 — 561 B — 46 ms — h3https://www.vistaprint.com/swan/v3/styles/pricing.d41d8cd98f00b204e9800998ecf8427e.min.csswww.vistaprint.com/swan/v3/styles/p... https://www.vistaprint.com/swan/v3/styles/pricing.d41d8cd98f00b204e9800998ecf8427e.min.css — 200 — 546 B — 54 ms — h3https://www.vistaprint.com/swan/v3/styles/field-set.d41d8cd98f00b204e9800998ecf8427e.min.csswww.vistaprint.com/swan/v3/styles/f... https://www.vistaprint.com/swan/v3/styles/field-set.d41d8cd98f00b204e9800998ecf8427e.min.css — 200 — 545 B — 54 ms — h3https://cms.cloudinary.vpsvc.com/image/upload/w_768/f_avif/q_auto/v1741353552/digital/partners/wix/PDP-C%20New%20Design/Wix%20-%20Industries%20Template/Gym.png?no_cookie=truecms.cloudinary.vpsvc.com/image/uplo... https://cms.cloudinary.vpsvc.com/image/upload/w_768/f_avif/q_auto/v1741353552/digital/partners/wix/PDP-C%20New%20Design/Wix%20-%20Industries%20Template/Gym.png?no_cookie=true — 200 — 38.1 KiB — 24 ms — h2https://cms.cloudinary.vpsvc.com/image/upload/w_320/f_avif/q_auto/v1732610556/digital/partners/wix/PDP-C%20New%20Design/Vista-Wix-dark_2.png?no_cookie=truecms.cloudinary.vpsvc.com/image/uplo... https://cms.cloudinary.vpsvc.com/image/upload/w_320/f_avif/q_auto/v1732610556/digital/partners/wix/PDP-C%20New%20Design/Vista-Wix-dark_2.png?no_cookie=true — 200 — 3.6 KiB — 25 ms — h2https://cms.cloudinary.vpsvc.com/image/upload/w_1440/f_avif/q_auto/v1744352497/digital/partners/wix/Wix%20Domains/wes-shutdown-domains.png?no_cookie=truecms.cloudinary.vpsvc.com/image/uplo... https://cms.cloudinary.vpsvc.com/image/upload/w_1440/f_avif/q_auto/v1744352497/digital/partners/wix/Wix%20Domains/wes-shutdown-domains.png?no_cookie=true — 200 — 37.6 KiB — 27 ms — h2https://cms.cloudinary.vpsvc.com/image/upload/w_1440/f_avif/q_auto/v1670452392/digital/partners/wix/Wix%20Domains/EN-US/S001542618.png?no_cookie=truecms.cloudinary.vpsvc.com/image/uplo... https://cms.cloudinary.vpsvc.com/image/upload/w_1440/f_avif/q_auto/v1670452392/digital/partners/wix/Wix%20Domains/EN-US/S001542618.png?no_cookie=true — 200 — 128.1 KiB — 60 ms — h2https://cms.cloudinary.vpsvc.com/image/upload/w_320/f_avif/q_auto/v1642965806/digital/partners/wix/Vista-x-Wix-final-black.png?no_cookie=truecms.cloudinary.vpsvc.com/image/uplo... https://cms.cloudinary.vpsvc.com/image/upload/w_320/f_avif/q_auto/v1642965806/digital/partners/wix/Vista-x-Wix-final-black.png?no_cookie=true — 200 — 3.4 KiB — 30 ms — h2https://cms.cloudinary.vpsvc.com/image/upload/f_auto/q_auto/v1756719037/digital/partners/wix/yelp/yelp-bg.webpcms.cloudinary.vpsvc.com/image/uplo... https://cms.cloudinary.vpsvc.com/image/upload/f_auto/q_auto/v1756719037/digital/partners/wix/yelp/yelp-bg.webp — 200 — 242.9 KiB — 19 ms — h2https://cms.cloudinary.vpsvc.com/image/upload/w_1440/f_avif/q_auto/v1739267791/digital/partners/wix/PDP-C%20New%20Design/Key_Benefits_450kb.png?no_cookie=truecms.cloudinary.vpsvc.com/image/uplo... https://cms.cloudinary.vpsvc.com/image/upload/w_1440/f_avif/q_auto/v1739267791/digital/partners/wix/PDP-C%20New%20Design/Key_Benefits_450kb.png?no_cookie=true — 200 — 67.7 KiB — 41 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 80 ms — h2data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== — 200 — 0 B — 0 ms — datahttps://www.vistaprint.com/swan/v3/styles/core.dc9ddd1a68328b7702f409b9feed903b.min.csswww.vistaprint.com/swan/v3/styles/c... https://www.vistaprint.com/swan/v3/styles/core.dc9ddd1a68328b7702f409b9feed903b.min.css — 200 — 24.4 KiB — 89 ms — h3https://www.vistaprint.com/swan/v3/styles/utility.bd5eb5f5b9f2f431bd5920e8fc1675db.min.csswww.vistaprint.com/swan/v3/styles/u... https://www.vistaprint.com/swan/v3/styles/utility.bd5eb5f5b9f2f431bd5920e8fc1675db.min.css — 200 — 9.4 KiB — 61 ms — h3https://www.vistaprint.com/swan/v3/styles/accordion.21030ec821fde6d9f3d9452c3cb5074c.min.csswww.vistaprint.com/swan/v3/styles/a... https://www.vistaprint.com/swan/v3/styles/accordion.21030ec821fde6d9f3d9452c3cb5074c.min.css — 200 — 2.2 KiB — 57 ms — h3https://www.vistaprint.com/swan/v3/styles/hidden.90549d732670d4ba02fac0dc001a0bb8.min.csswww.vistaprint.com/swan/v3/styles/h... https://www.vistaprint.com/swan/v3/styles/hidden.90549d732670d4ba02fac0dc001a0bb8.min.css — 200 — 798 B — 78 ms — h3https://www.vistaprint.com/swan/v3/styles/visible.388bb400607befa65ff09c5a81d28b7f.min.csswww.vistaprint.com/swan/v3/styles/v... https://www.vistaprint.com/swan/v3/styles/visible.388bb400607befa65ff09c5a81d28b7f.min.css — 200 — 827 B — 65 ms — h3https://www.vistaprint.com/swan/v3/styles/grid.fcb48a60f1205bb45b8ed8d06c06ce75.min.csswww.vistaprint.com/swan/v3/styles/g... https://www.vistaprint.com/swan/v3/styles/grid.fcb48a60f1205bb45b8ed8d06c06ce75.min.css — 200 — 2.9 KiB — 72 ms — h3https://www.vistaprint.com/swan/v3/styles/popover.7bf89265f68c5cb4edd7517c87a2f133.min.csswww.vistaprint.com/swan/v3/styles/p... https://www.vistaprint.com/swan/v3/styles/popover.7bf89265f68c5cb4edd7517c87a2f133.min.css — 200 — 1.6 KiB — 75 ms — h3https://www.vistaprint.com/swan/v3/styles/modal-dialog.34c07d469cc61ebd4c9e868c1cc8d105.min.csswww.vistaprint.com/swan/v3/styles/m... https://www.vistaprint.com/swan/v3/styles/modal-dialog.34c07d469cc61ebd4c9e868c1cc8d105.min.css — 200 — 2.9 KiB — 79 ms — h3https://www.vistaprint.com/swan/v3/styles/toggle-switch.9324bd0e6b07f661f17a264be2bc9528.min.csswww.vistaprint.com/swan/v3/styles/t... https://www.vistaprint.com/swan/v3/styles/toggle-switch.9324bd0e6b07f661f17a264be2bc9528.min.css — 200 — 1.9 KiB — 83 ms — h3https://www.vistaprint.com/swan/v3/styles/listbox.8215cd560abf02413fc6cc6e7ae24658.min.csswww.vistaprint.com/swan/v3/styles/l... https://www.vistaprint.com/swan/v3/styles/listbox.8215cd560abf02413fc6cc6e7ae24658.min.css — 200 — 3.3 KiB — 74 ms — h3https://www.vistaprint.com/swan/v3/styles/standard-tile.1cf1c03b7dfb47ac5ba4d8ce891c4752.min.csswww.vistaprint.com/swan/v3/styles/s... https://www.vistaprint.com/swan/v3/styles/standard-tile.1cf1c03b7dfb47ac5ba4d8ce891c4752.min.css — 200 — 2.0 KiB — 76 ms — h3https://www.vistaprint.com/swan/v3/styles/zoom-controls.f70fcdd99166c1d878a8afc0be2092e2.min.csswww.vistaprint.com/swan/v3/styles/z... https://www.vistaprint.com/swan/v3/styles/zoom-controls.f70fcdd99166c1d878a8afc0be2092e2.min.css — 200 — 1.8 KiB — 86 ms — h3https://www.vistaprint.com/swan/v3/styles/thumbnails-hero.dcec71560240fd7d47789f3bb5036946.min.csswww.vistaprint.com/swan/v3/styles/t... https://www.vistaprint.com/swan/v3/styles/thumbnails-hero.dcec71560240fd7d47789f3bb5036946.min.css — 200 — 2.0 KiB — 74 ms — h3https://www.vistaprint.com/swan/v3/styles/tabs.1e2e00567cadbc01cacbd92424b26a9f.min.csswww.vistaprint.com/swan/v3/styles/t... https://www.vistaprint.com/swan/v3/styles/tabs.1e2e00567cadbc01cacbd92424b26a9f.min.css — 200 — 1.9 KiB — 79 ms — h3https://www.vistaprint.com/swan/v3/styles/table.4e52d9069a843e8ca01301fc7f341565.min.csswww.vistaprint.com/swan/v3/styles/t... https://www.vistaprint.com/swan/v3/styles/table.4e52d9069a843e8ca01301fc7f341565.min.css — 200 — 1023 B — 84 ms — h3https://www.vistaprint.com/swan/v3/styles/step-indicator.3d1c94ffb5330c3e5d518295fbcab414.min.csswww.vistaprint.com/swan/v3/styles/s... https://www.vistaprint.com/swan/v3/styles/step-indicator.3d1c94ffb5330c3e5d518295fbcab414.min.css — 200 — 2.5 KiB — 79 ms — h3https://www.vistaprint.com/swan/v3/styles/status-message.5a5dae6bd07da8296f6aedf3d0beb7aa.min.csswww.vistaprint.com/swan/v3/styles/s... https://www.vistaprint.com/swan/v3/styles/status-message.5a5dae6bd07da8296f6aedf3d0beb7aa.min.css — 200 — 917 B — 79 ms — h3https://www.vistaprint.com/swan/v3/styles/spinner.1d85e10a358fc733f44b7bb84d752f6a.min.csswww.vistaprint.com/swan/v3/styles/s... https://www.vistaprint.com/swan/v3/styles/spinner.1d85e10a358fc733f44b7bb84d752f6a.min.css — 200 — 1.3 KiB — 79 ms — h3https://www.vistaprint.com/swan/v3/styles/selection-set.7b11c9e8ce25e98705d9d2df8fd919de.min.csswww.vistaprint.com/swan/v3/styles/s... https://www.vistaprint.com/swan/v3/styles/selection-set.7b11c9e8ce25e98705d9d2df8fd919de.min.css — 200 — 3.0 KiB — 81 ms — h3https://www.vistaprint.com/swan/v3/styles/ratings-stars.d73792f935a2bccc9e5fdfce4b00ab13.min.csswww.vistaprint.com/swan/v3/styles/r... https://www.vistaprint.com/swan/v3/styles/ratings-stars.d73792f935a2bccc9e5fdfce4b00ab13.min.css — 200 — 2.5 KiB — 78 ms — h3https://www.vistaprint.com/swan/v3/styles/progressive-image.f0a54c9123842f31dd3ce49ef0961118.min.csswww.vistaprint.com/swan/v3/styles/p... https://www.vistaprint.com/swan/v3/styles/progressive-image.f0a54c9123842f31dd3ce49ef0961118.min.css — 200 — 742 B — 77 ms — h3https://www.vistaprint.com/swan/v3/styles/progress-bar.13f9b6bb687765221436fd7559407bf2.min.csswww.vistaprint.com/swan/v3/styles/p... https://www.vistaprint.com/swan/v3/styles/progress-bar.13f9b6bb687765221436fd7559407bf2.min.css — 200 — 1.1 KiB — 78 ms — h3https://www.vistaprint.com/swan/v3/styles/price-bar.a8a557e34b782fba99e8985c122e1507.min.csswww.vistaprint.com/swan/v3/styles/p... https://www.vistaprint.com/swan/v3/styles/price-bar.a8a557e34b782fba99e8985c122e1507.min.css — 200 — 2.0 KiB — 111 ms — h3https://www.vistaprint.com/swan/v3/styles/pagination.c2ec2401c0fbb1aa8d1e9a50611ae9f5.min.csswww.vistaprint.com/swan/v3/styles/p... https://www.vistaprint.com/swan/v3/styles/pagination.c2ec2401c0fbb1aa8d1e9a50611ae9f5.min.css — 200 — 1.9 KiB — 79 ms — h3https://www.vistaprint.com/swan/v3/styles/file-tile.01f27e01c954a83d34bcf851196153b2.min.csswww.vistaprint.com/swan/v3/styles/f... https://www.vistaprint.com/swan/v3/styles/file-tile.01f27e01c954a83d34bcf851196153b2.min.css — 200 — 1.7 KiB — 128 ms — h3https://www.vistaprint.com/swan/v3/styles/file-dropzone.4009e64fb2fe11ecca570ec79a2e6f08.min.csswww.vistaprint.com/swan/v3/styles/f... https://www.vistaprint.com/swan/v3/styles/file-dropzone.4009e64fb2fe11ecca570ec79a2e6f08.min.css — 200 — 1.4 KiB — 133 ms — h3https://www.vistaprint.com/swan/v3/styles/empty-state.46e5c6ac5dc9486f3ced02f03841f060.min.csswww.vistaprint.com/swan/v3/styles/e... https://www.vistaprint.com/swan/v3/styles/empty-state.46e5c6ac5dc9486f3ced02f03841f060.min.css — 200 — 1.1 KiB — 128 ms — h3https://www.vistaprint.com/swan/v3/styles/carousel.e43ed582f8b40c7df992a95e3e21fd6a.min.csswww.vistaprint.com/swan/v3/styles/c... https://www.vistaprint.com/swan/v3/styles/carousel.e43ed582f8b40c7df992a95e3e21fd6a.min.css — 200 — 3.3 KiB — 77 ms — h3https://www.vistaprint.com/swan/v3/styles/base-tile.81a7d748096382aaf1ba0e5f0f588f9d.min.csswww.vistaprint.com/swan/v3/styles/b... https://www.vistaprint.com/swan/v3/styles/base-tile.81a7d748096382aaf1ba0e5f0f588f9d.min.css — 200 — 1.7 KiB — 102 ms — h3https://www.vistaprint.com/swan/v3/styles/banner.09bda59600b400d68a331b2479b1c857.min.csswww.vistaprint.com/swan/v3/styles/b... https://www.vistaprint.com/swan/v3/styles/banner.09bda59600b400d68a331b2479b1c857.min.css — 200 — 3.6 KiB — 76 ms — h3https://www.vistaprint.com/swan/v3/styles/avatar.884332fcda622e6c5e39ec945811928c.min.csswww.vistaprint.com/swan/v3/styles/a... https://www.vistaprint.com/swan/v3/styles/avatar.884332fcda622e6c5e39ec945811928c.min.css — 200 — 1.3 KiB — 115 ms — h3https://www.vistaprint.com/swan/v3/styles/anchor-bar.307bdcd9bbb2877e36204c4dc137c73f.min.csswww.vistaprint.com/swan/v3/styles/a... https://www.vistaprint.com/swan/v3/styles/anchor-bar.307bdcd9bbb2877e36204c4dc137c73f.min.css — 200 — 1.7 KiB — 112 ms — h3https://www.vistaprint.com/swan/v3/styles/alert-box.5bc9fcefa6174f40a6c3991286cb5a55.min.csswww.vistaprint.com/swan/v3/styles/a... https://www.vistaprint.com/swan/v3/styles/alert-box.5bc9fcefa6174f40a6c3991286cb5a55.min.css — 200 — 3.3 KiB — 122 ms — h3https://www.vistaprint.com/swan/v3/styles/adaptive-carousel.bb5161bcb961782a07c441d2f076f64d.min.csswww.vistaprint.com/swan/v3/styles/a... https://www.vistaprint.com/swan/v3/styles/adaptive-carousel.bb5161bcb961782a07c441d2f076f64d.min.css — 200 — 2.2 KiB — 121 ms — h3https://www.vistaprint.com/swan/v3/icons/polish.f96d8f23d25c94848faad3002d02b45e.svgwww.vistaprint.com/swan/v3/icons/po... https://www.vistaprint.com/swan/v3/icons/polish.f96d8f23d25c94848faad3002d02b45e.svg — 200 — 914 B — 120 ms — h3https://www.vistaprint.com/swan/v3/icons/arrow_right.7e7f4793540a01cdedae0eb039b23b73.svgwww.vistaprint.com/swan/v3/icons/ar... https://www.vistaprint.com/swan/v3/icons/arrow_right.7e7f4793540a01cdedae0eb039b23b73.svg — 200 — 1.4 KiB — 117 ms — h3https://www.vistaprint.com/swan/v3/icons/check.f40333dc3e38ee20800b3d79994563c7.svgwww.vistaprint.com/swan/v3/icons/ch... https://www.vistaprint.com/swan/v3/icons/check.f40333dc3e38ee20800b3d79994563c7.svg — 200 — 719 B — 119 ms — h3https://www.vistaprint.com/swan/v3/icons/search.0ed88af2d9772071041f88a0eb491cc0.svgwww.vistaprint.com/swan/v3/icons/se... https://www.vistaprint.com/swan/v3/icons/search.0ed88af2d9772071041f88a0eb491cc0.svg — 200 — 782 B — 106 ms — h3https://www.vistaprint.com/swan/v3/icons/work_with_a_pro.54f00512b71a6a5080a43705e091f527.svgwww.vistaprint.com/swan/v3/icons/wo... https://www.vistaprint.com/swan/v3/icons/work_with_a_pro.54f00512b71a6a5080a43705e091f527.svg — 200 — 864 B — 106 ms — h3https://www.vistaprint.com/swan/v3/icons/phone.e2d8fff5c99f40dc6096bc97d3c2e04b.svgwww.vistaprint.com/swan/v3/icons/ph... https://www.vistaprint.com/swan/v3/icons/phone.e2d8fff5c99f40dc6096bc97d3c2e04b.svg — 200 — 1.2 KiB — 110 ms — h3https://www.vistaprint.com/swan/v3/icons/guaranteed_satisfaction.f5e5ab2db7017b26049c0bc0715f5247.svgwww.vistaprint.com/swan/v3/icons/gu... https://www.vistaprint.com/swan/v3/icons/guaranteed_satisfaction.f5e5ab2db7017b26049c0bc0715f5247.svg — 200 — 1.3 KiB — 104 ms — h3https://www.vistaprint.com/swan/v3/icons/browse_designs.b4620fac13a93ee4c9d6e8129513aa06.svgwww.vistaprint.com/swan/v3/icons/br... https://www.vistaprint.com/swan/v3/icons/browse_designs.b4620fac13a93ee4c9d6e8129513aa06.svg — 200 — 933 B — 116 ms — h3https://oauth.cimpress.io/v2/tokenoauth.cimpress.io/v2/token https://oauth.cimpress.io/v2/token — 204 — 0 B — 72 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/pricing-context-module/3.19.4/lib/web/systemjs/helpers-DOwIcYoE.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/pricing-context-module/3.19.4/lib/web/systemjs/helpers-DOwIcYoE.js — 200 — 1.2 KiB — 49 ms — h3https://oauth.cimpress.io/v2/tokenoauth.cimpress.io/v2/token https://oauth.cimpress.io/v2/token — 200 — 2.1 KiB — 105 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/tracking/11.14.2173/systemjs/web/config/vistaprint-en-us-prod.jsonwww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/tracking/11.14.2173/systemjs/web/config/vistaprint-en-us-prod.json — 200 — 2.1 KiB — 38 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/i18n/en-us.jsonwww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/i18n/en-us.json — 200 — 1.3 KiB — 36 ms — h3https://js-agent.newrelic.com/nr-spa-1.277.0.min.jsjs-agent.newrelic.com/nr-spa-1.277.... https://js-agent.newrelic.com/nr-spa-1.277.0.min.js — 200 — 33.2 KiB — 11 ms — h2https://pricing-context-service.personalization.vpsvc.com/v1/pricingContext/vistaprint/us/UfnMJ2B5mpYY3q97ZCiYMd-AIut7pqyGd9TJx6c4HW6cx?developmentMode=false&Requestor=pcxt-https%253A%252F%252Fwww.vistaprint.com%252Fdigital-marketing%252Fwebs-shutdownpricing-context-service.personaliza... https://pricing-context-service.personalization.vpsvc.com/v1/pricingContext/vistaprint/us/UfnMJ2B5mpYY3q97ZCiYMd-AIut7pqyGd9TJx6c4HW6cx?developmentMode=false&Requestor=pcxt-https%253A%252F%252Fwww.vistaprint.com%252Fdigital-marketing%252Fwebs-shutdown — 204 — 0 B — 127 ms — h2https://www.vistaprint.com/cdn-cgi/rum?www.vistaprint.com/cdn-cgi/rum? https://www.vistaprint.com/cdn-cgi/rum? — 204 — 187 B — 21 ms — h3https://www.vistaprint.com/favicon.icowww.vistaprint.com/favicon.ico https://www.vistaprint.com/favicon.ico — 200 — 3.4 KiB — 43 ms — h3https://bam.nr-data.net/1/NRBR-84396e58c07a9b1a5da?a=1120307057&sa=1&v=1.277.0&t=Unnamed%20Transaction&rst=842&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=a9a30c56bd91d5de&af=err,spa,xhr,stn,ins&be=391&fe=418&dc=279&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776805981190,%22n%22:0,%22f%22:47,%22dn%22:48,%22dne%22:49,%22c%22:49,%22s%22:49,%22ce%22:73,%22rq%22:73,%22rp%22:392,%22rpe%22:448,%22di%22:562,%22ds%22:670,%22de%22:670,%22dc%22:807,%22l%22:807,%22le%22:809%7D,%22navigation%22:%7B%7D%7D&fp=652&fcp=652bam.nr-data.net/1/NRBR-84396e58c07a... https://bam.nr-data.net/1/NRBR-84396e58c07a9b1a5da?a=1120307057&sa=1&v=1.277.0&t=Unnamed%20Transaction&rst=842&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=a9a30c56bd91d5de&af=err,spa,xhr,stn,ins&be=391&fe=418&dc=279&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776805981190,%22n%22:0,%22f%22:47,%22dn%22:48,%22dne%22:49,%22c%22:49,%22s%22:49,%22ce%22:73,%22rq%22:73,%22rp%22:392,%22rpe%22:448,%22di%22:562,%22ds%22:670,%22de%22:670,%22dc%22:807,%22l%22:807,%22le%22:809%7D,%22navigation%22:%7B%7D%7D&fp=652&fcp=652 — 200 — 684 B — 129 ms — http/1.1https://context-init-prod.cf-exp.vpsvc.com/?requestUrl=https%3A%2F%2Fwww.vistaprint.com&testUserId=_6647ac7a-387b-4072-ab4a-843bf6f9a6b3&expIsClientSide=1context-init-prod.cf-exp.vpsvc.com/... https://context-init-prod.cf-exp.vpsvc.com/?requestUrl=https%3A%2F%2Fwww.vistaprint.com&testUserId=_6647ac7a-387b-4072-ab4a-843bf6f9a6b3&expIsClientSide=1 — 200 — 6.5 KiB — 68 ms — h3https://evs.dcp.vpdcp.com/v1/projects/SuhmnezHrgTNy6dFgaLDGOBjna0gQVdq/settingsevs.dcp.vpdcp.com/v1/projects/Suhmn... https://evs.dcp.vpdcp.com/v1/projects/SuhmnezHrgTNy6dFgaLDGOBjna0gQVdq/settings — 200 — 4.5 KiB — 13 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/newrelic-browser-micro-agent-agent-MG6ZcMdW.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/newrelic-browser-micro-agent-agent-MG6ZcMdW.js — 200 — 420 B — 36 ms — h3node:diagnostics_channelnode:diagnostics_channel node:diagnostics_channel — -1 — 0 B — 5 ms — https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/system-8CLdrinP.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/system-8CLdrinP.js — 200 — 9.2 KiB — 41 ms — h3https://pricing-context-service.personalization.vpsvc.com/v1/pricingContext/vistaprint/us/UfnMJ2B5mpYY3q97ZCiYMd-AIut7pqyGd9TJx6c4HW6cx?developmentMode=false&Requestor=pcxt-https%253A%252F%252Fwww.vistaprint.com%252Fdigital-marketing%252Fwebs-shutdownpricing-context-service.personaliza... https://pricing-context-service.personalization.vpsvc.com/v1/pricingContext/vistaprint/us/UfnMJ2B5mpYY3q97ZCiYMd-AIut7pqyGd9TJx6c4HW6cx?developmentMode=false&Requestor=pcxt-https%253A%252F%252Fwww.vistaprint.com%252Fdigital-marketing%252Fwebs-shutdown — 200 — 508 B — 371 ms — h2https://evs.dcp.vpdcp.com/next-integrations/actions/algolia-plugins/cb031e19c7ec5e19351d.jsevs.dcp.vpdcp.com/next-integrations... https://evs.dcp.vpdcp.com/next-integrations/actions/algolia-plugins/cb031e19c7ec5e19351d.js — 200 — 2.4 KiB — 10 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/chatbot-ui/1.0.66/lib/web/systemjs/chatbot-ui-CRb_mPqo.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/chatbot-ui/1.0.66/lib/web/systemjs/chatbot-ui-CRb_mPqo.js — 200 — 183.2 KiB — 81 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/apiAsync-BHgOPz10.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/apiAsync-BHgOPz10.js — 200 — 786 B — 44 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/agent-session-CxPiVOGp.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/agent-session-CxPiVOGp.js — 200 — 3.0 KiB — 39 ms — h3https://evs.dcp.vpdcp.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.jsevs.dcp.vpdcp.com/next-integrations... https://evs.dcp.vpdcp.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js — 200 — 9.5 KiB — 6 ms — h2https://bam.nr-data.net/events/1/NRBR-84396e58c07a9b1a5da?a=1120307057&sa=1&v=1.277.0&t=Unnamed%20Transaction&rst=1052&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=a9a30c56bd91d5debam.nr-data.net/events/1/NRBR-84396... https://bam.nr-data.net/events/1/NRBR-84396e58c07a9b1a5da?a=1120307057&sa=1&v=1.277.0&t=Unnamed%20Transaction&rst=1052&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=a9a30c56bd91d5de — 200 — 366 B — 104 ms — http/1.1https://evs.dcp.vpdcp.com/next-integrations/integrations/tag-injector/1.0.7/tag-injector.dynamic.js.gzevs.dcp.vpdcp.com/next-integrations... https://evs.dcp.vpdcp.com/next-integrations/integrations/tag-injector/1.0.7/tag-injector.dynamic.js.gz — 200 — 1.8 KiB — 4 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TX2GVCC&l=dataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TX2GVCC&l=dataLayer — 200 — 185.9 KiB — 179 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/auth-react/7.0.16/lib/web/systemjs/auth-react-DOF0bS3j.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/auth-react/7.0.16/lib/web/systemjs/auth-react-DOF0bS3j.js — 200 — 594 B — 38 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/stringify-DBUzkuIO.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/stringify-DBUzkuIO.js — 200 — 543 B — 39 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/page-visibility-DQLUaTYI.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/page-visibility-DQLUaTYI.js — 200 — 481 B — 36 ms — h3https://evs.dcp.vpdcp.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gzevs.dcp.vpdcp.com/next-integrations... https://evs.dcp.vpdcp.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz — 200 — 22.1 KiB — 4 ms — h2https://eit.exp.vpsvc.com/index.jseit.exp.vpsvc.com/index.js https://eit.exp.vpsvc.com/index.js — 200 — 4.4 KiB — 11 ms — h2https://chat-anywhere.care.vpsvc.com/chatbot/chatbot-config.jsonchat-anywhere.care.vpsvc.com/chatbo... https://chat-anywhere.care.vpsvc.com/chatbot/chatbot-config.json — 200 — 717 B — 10 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/event-aggregator-B9FImXXf.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/event-aggregator-B9FImXXf.js — 200 — 1.2 KiB — 39 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/i18n/en-us.jsonwww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/swan/3.34.0/systemjs/web/systemjs/i18n/en-us.json — 200 — 0 B — 2 ms — h3https://chat-anywhere.care.vpsvc.com/chatbot/sf-config/en-us.jsonchat-anywhere.care.vpsvc.com/chatbo... https://chat-anywhere.care.vpsvc.com/chatbot/sf-config/en-us.json — 200 — 850 B — 4 ms — h2https://chat-anywhere.care.vpsvc.com/chatbot/translations/en-us-translations.jsonchat-anywhere.care.vpsvc.com/chatbo... https://chat-anywhere.care.vpsvc.com/chatbot/translations/en-us-translations.json — 200 — 2.8 KiB — 4 ms — h2https://chat-anywhere.care.vpsvc.com/JS-build/chat-config.jsonchat-anywhere.care.vpsvc.com/JS-bui... https://chat-anywhere.care.vpsvc.com/JS-build/chat-config.json — 200 — 403 B — 5 ms — h2https://caretech-ux-mods-prod.s3.amazonaws.com/hurricane-banner-config.jsoncaretech-ux-mods-prod.s3.amazonaws.... https://caretech-ux-mods-prod.s3.amazonaws.com/hurricane-banner-config.json — 200 — 5.4 KiB — 377 ms — http/1.1https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/lazy-feature-loader-DIbnA_e0.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/lazy-feature-loader-DIbnA_e0.js — 200 — 732 B — 39 ms — h3https://global-channel-provider-service.care.vpsvc.com/v3/channels/chat?tenant=vistaprint&locale=en-us&feature=ContactUsPageglobal-channel-provider-service.car... https://global-channel-provider-service.care.vpsvc.com/v3/channels/chat?tenant=vistaprint&locale=en-us&feature=ContactUsPage — 200 — 0 B — 58 ms — h2https://care-concord-service.prod.careai.vpsvc.com/api/v1/internal/context-builder?request_id=1576a088-6a44-473f-b0c2-987e63d0c834_1care-concord-service.prod.careai.vp... https://care-concord-service.prod.careai.vpsvc.com/api/v1/internal/context-builder?request_id=1576a088-6a44-473f-b0c2-987e63d0c834_1 — 204 — 0 B — 102 ms — h2https://global-channel-provider-service.care.vpsvc.com/v3/channels/chat?tenant=vistaprint&locale=en-us&feature=ContactUsPageglobal-channel-provider-service.car... https://global-channel-provider-service.care.vpsvc.com/v3/channels/chat?tenant=vistaprint&locale=en-us&feature=ContactUsPage — 200 — 1.6 KiB — 80 ms — h2https://api.dcp.vpdcp.com/v1/tapi.dcp.vpdcp.com/v1/t https://api.dcp.vpdcp.com/v1/t — 200 — 269 B — 531 ms — http/1.1https://api.dcp.vpdcp.com/v1/iapi.dcp.vpdcp.com/v1/i https://api.dcp.vpdcp.com/v1/i — 200 — 269 B — 546 ms — http/1.1https://api.dcp.vpdcp.com/v1/papi.dcp.vpdcp.com/v1/p https://api.dcp.vpdcp.com/v1/p — 200 — 269 B — 553 ms — http/1.1https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-an_YrBN8.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-an_YrBN8.js — 200 — 2.0 KiB — 39 ms — h3https://care-concord-service.prod.careai.vpsvc.com/api/v1/internal/context-builder?request_id=1576a088-6a44-473f-b0c2-987e63d0c834_1care-concord-service.prod.careai.vp... https://care-concord-service.prod.careai.vpsvc.com/api/v1/internal/context-builder?request_id=1576a088-6a44-473f-b0c2-987e63d0c834_1 — 200 — 1.4 KiB — 114 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-618990810&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-618990810&cx=c&gtm=4e64k0h2 — 200 — 144.0 KiB — 70 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-620967259&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-620967259&cx=c&gtm=4e64k0h2 — 200 — 144.0 KiB — 50 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-867422543&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-867422543&cx=c&gtm=4e64k0h2 — 200 — 137.7 KiB — 98 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-14876881&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-14876881&cx=c&gtm=4e64k0h2 — 200 — 129.7 KiB — 121 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9815365&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9815365&cx=c&gtm=4e64k0h2 — 200 — 129.9 KiB — 98 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PKH9B2B&gtm=4e64k0h2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PKH9B2B&gtm=4e64k0h2 — 200 — 149.7 KiB — 93 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MQMB4G9R&gtm=4e64k0h2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MQMB4G9R&gtm=4e64k0h2 — 200 — 142.3 KiB — 94 ms — h2https://d7pet6vgg99z9.cloudfront.net/JS-build/en-us/ca-controller-production-en-us.jsd7pet6vgg99z9.cloudfront.net/JS-bui... https://d7pet6vgg99z9.cloudfront.net/JS-build/en-us/ca-controller-production-en-us.js — 200 — 356 B — 23 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 106 ms — h2https://s.pinimg.com/ct/core.jss.pinimg.com/ct/core.js https://s.pinimg.com/ct/core.js — 200 — 2.1 KiB — 24 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 58 ms — h2https://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 — 71 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 103 ms — h3https://tags.creativecdn.com/Sou99GdoKN3iP18UHlb8.jstags.creativecdn.com/Sou99GdoKN3iP1... https://tags.creativecdn.com/Sou99GdoKN3iP18UHlb8.js — 200 — 2.7 KiB — 133 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C8P0U0N3FJSJ824KQU20&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C8P0U0N3FJSJ824KQU20&lib=ttq — 200 — 3.2 KiB — 210 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 31 ms — http/1.1https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D34PVQBC77UFIM6LAJ40&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D34PVQBC77UFIM6LAJ40&lib=ttq — 200 — 2.8 KiB — 177 ms — h2https://cdn.veritonic.com/static/vpr.min.jscdn.veritonic.com/static/vpr.min.js https://cdn.veritonic.com/static/vpr.min.js — 200 — 2.7 KiB — 36 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&ep.ads_data_redaction=0&_tu=CA&gtm=45He64k0h2v831346080za200zd831346080xea&gcs=G111&gcd=13v3v3v2v5l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384406~118463262&apve=1&apvf=f&apvc=1&tft=1776805982677&tfd=1487www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&ep.ads_data_redaction=0&_tu=CA&gtm=45He64k0h2v831346080za200zd831346080xea&gcs=G111&gcd=13v3v3v2v5l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384406~118463262&apve=1&apvf=f&apvc=1&tft=1776805982677&tfd=1487 — 200 — 21 B — 142 ms — h3https://fe-assets.workmagic.io/pixel/latest/wm.min.jsfe-assets.workmagic.io/pixel/latest... https://fe-assets.workmagic.io/pixel/latest/wm.min.js — 200 — 83.9 KiB — 98 ms — h2https://tvspix.com/t.png?&t=1776805982662&l=tvscientific-pix-o-e60d9a8a-65c7-422b-a6ef-12e8d481fa9b&u3=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdowntvspix.com/t.png?&t=1776805982662&l... https://tvspix.com/t.png?&t=1776805982662&l=tvscientific-pix-o-e60d9a8a-65c7-422b-a6ef-12e8d481fa9b&u3=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown — 200 — 194 B — 608 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/nav-timing-DQk2f_sa.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/nav-timing-DQk2f_sa.js — 200 — 832 B — 48 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/aggregate-base-BRAURYug.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/aggregate-base-BRAURYug.js — 200 — 4.0 KiB — 40 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/first-paint-Dtd5j7oG.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/first-paint-Dtd5j7oG.js — 200 — 5.1 KiB — 48 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/time-to-first-byte-OWlGPC4o.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/time-to-first-byte-OWlGPC4o.js — 200 — 678 B — 47 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/traverse-zNDMgIv4.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/traverse-zNDMgIv4.js — 200 — 476 B — 47 ms — h3https://api.dcp.vpdcp.com/v1/tapi.dcp.vpdcp.com/v1/t https://api.dcp.vpdcp.com/v1/t — 200 — 269 B — 432 ms — http/1.1https://api.dcp.vpdcp.com/v1/tapi.dcp.vpdcp.com/v1/t https://api.dcp.vpdcp.com/v1/t — 200 — 269 B — 438 ms — http/1.1https://insight.adsrvr.org/track/cei?advertiser_id=sw8sbsx&cookie_sync=1&upv=3.0.0&upid=to6w4tw&ref=https://www.vistaprint.com/digital-marketing/webs-shutdowninsight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=sw8sbsx&cookie_sync=1&upv=3.0.0&upid=to6w4tw&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown — 302 — 168 B — 112 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=wrcu135&cookie_sync=1&upv=3.0.0&upid=7wkii5c&ref=https://www.vistaprint.com/digital-marketing/webs-shutdowninsight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=wrcu135&cookie_sync=1&upv=3.0.0&upid=7wkii5c&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown — 302 — 169 B — 93 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-CvwqirDT.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-CvwqirDT.js — 200 — 3.5 KiB — 38 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-DsMJgMhM.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-DsMJgMhM.js — 200 — 2.3 KiB — 42 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-B6Fha_a4.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-B6Fha_a4.js — 200 — 2.6 KiB — 51 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-DDkkH-Gs.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/index-DDkkH-Gs.js — 200 — 1.5 KiB — 49 ms — h3https://bam.nr-data.net/1/NRBR-84396e58c07a9b1a5da?a=1120314797&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1723&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=320f3e45fe70447d&be=391&fe=418&dc=279&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1776805981191,%22n%22:0,%22f%22:47,%22dn%22:48,%22dne%22:49,%22c%22:49,%22s%22:49,%22ce%22:73,%22rq%22:73,%22rp%22:392,%22rpe%22:448,%22di%22:562,%22ds%22:670,%22de%22:670,%22dc%22:807,%22l%22:807,%22le%22:809%7D,%22navigation%22:%7B%7D%7D&fp=652&fcp=652&timestamp=1776805982912bam.nr-data.net/1/NRBR-84396e58c07a... https://bam.nr-data.net/1/NRBR-84396e58c07a9b1a5da?a=1120314797&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1723&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=320f3e45fe70447d&be=391&fe=418&dc=279&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1776805981191,%22n%22:0,%22f%22:47,%22dn%22:48,%22dne%22:49,%22c%22:49,%22s%22:49,%22ce%22:73,%22rq%22:73,%22rp%22:392,%22rpe%22:448,%22di%22:562,%22ds%22:670,%22de%22:670,%22dc%22:807,%22l%22:807,%22le%22:809%7D,%22navigation%22:%7B%7D%7D&fp=652&fcp=652&timestamp=1776805982912 — 200 — 684 B — 114 ms — http/1.1https://bam.nr-data.net/1/NRBR-84396e58c07a9b1a5da?a=1120406405&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1725&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=295da8b474d1733e&be=391&fe=418&dc=279&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1776805981191,%22n%22:0,%22f%22:47,%22dn%22:48,%22dne%22:49,%22c%22:49,%22s%22:49,%22ce%22:73,%22rq%22:73,%22rp%22:392,%22rpe%22:448,%22di%22:562,%22ds%22:670,%22de%22:670,%22dc%22:807,%22l%22:807,%22le%22:809%7D,%22navigation%22:%7B%7D%7D&fp=652&fcp=652&timestamp=1776805982914bam.nr-data.net/1/NRBR-84396e58c07a... https://bam.nr-data.net/1/NRBR-84396e58c07a9b1a5da?a=1120406405&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1725&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=295da8b474d1733e&be=391&fe=418&dc=279&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1776805981191,%22n%22:0,%22f%22:47,%22dn%22:48,%22dne%22:49,%22c%22:49,%22s%22:49,%22ce%22:73,%22rq%22:73,%22rp%22:392,%22rpe%22:448,%22di%22:562,%22ds%22:670,%22de%22:670,%22dc%22:807,%22l%22:807,%22le%22:809%7D,%22navigation%22:%7B%7D%7D&fp=652&fcp=652&timestamp=1776805982914 — 200 — 684 B — 114 ms — http/1.1https://chat-anywhere.care.vpsvc.com/chatbot/page-config/banner-pages.jsonchat-anywhere.care.vpsvc.com/chatbo... https://chat-anywhere.care.vpsvc.com/chatbot/page-config/banner-pages.json — 200 — 2.2 KiB — 8 ms — h2https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/harvest-scheduler-BqHkEriE.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/harvest-scheduler-BqHkEriE.js — 200 — 1.2 KiB — 39 ms — h3https://www.vistaprint.com/swan/v3/icons/live_chat.0c91b22f94451864870cbcfb132e04d6.svgwww.vistaprint.com/swan/v3/icons/li... https://www.vistaprint.com/swan/v3/icons/live_chat.0c91b22f94451864870cbcfb132e04d6.svg — 200 — 976 B — 35 ms — h3https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/iframe-c2Zdn2Xv.jswww.vistaprint.com/assets/ubik/web/... https://www.vistaprint.com/assets/ubik/web/@vp/newrelic-browser-micro-agent/1.0.5/dist/web/systemjs/iframe-c2Zdn2Xv.js — 200 — 394 B — 40 ms — h3https://match.adsrvr.org/track/cei?advertiser_id=wrcu135&cookie_sync=1&upv=3.0.0&upid=7wkii5c&ref=https%3a%2f%2fwww.vistaprint.com&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=wrcu135&cookie_sync=1&upv=3.0.0&upid=7wkii5c&ref=https%3a%2f%2fwww.vistaprint.com&redirect=1 — 200 — 369 B — 37 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=sw8sbsx&cookie_sync=1&upv=3.0.0&upid=to6w4tw&ref=https%3a%2f%2fwww.vistaprint.com&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=sw8sbsx&cookie_sync=1&upv=3.0.0&upid=to6w4tw&ref=https%3a%2f%2fwww.vistaprint.com&redirect=1 — 200 — 369 B — 35 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/620967259/?random=1776805983001&cv=11&fst=1776805983001&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/620967259/?random=1776805983001&cv=11&fst=1776805983001&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 83 ms — h3https://www.google.com/rmkt/collect/620967259/?random=1776805983001&cv=11&fst=1776805983001&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/6209672... https://www.google.com/rmkt/collect/620967259/?random=1776805983001&cv=11&fst=1776805983001&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 55 ms — h3https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-620967259&tid=AW-620967259&tft=1776805983033&tfd=1843www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-620967259&tid=AW-620967259&tft=1776805983033&tfd=1843 — 200 — 21 B — 52 ms — h3https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 16 ms — http/1.1https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 442 B — 18 ms — http/1.1https://bam.nr-data.net/browser/logs?browser_monitoring_key=NRBR-84396e58c07a9b1a5dabam.nr-data.net/browser/logs?browse... https://bam.nr-data.net/browser/logs?browser_monitoring_key=NRBR-84396e58c07a9b1a5da — 200 — 371 B — 111 ms — http/1.1https://bam.nr-data.net/ins/1/NRBR-84396e58c07a9b1a5da?a=1120314797&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1889&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=320f3e45fe70447dbam.nr-data.net/ins/1/NRBR-84396e58... https://bam.nr-data.net/ins/1/NRBR-84396e58c07a9b1a5da?a=1120314797&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1889&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=320f3e45fe70447d — 204 — 349 B — 111 ms — http/1.1https://bam.nr-data.net/ins/1/NRBR-84396e58c07a9b1a5da?a=1120406405&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1890&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=295da8b474d1733ebam.nr-data.net/ins/1/NRBR-84396e58... https://bam.nr-data.net/ins/1/NRBR-84396e58c07a9b1a5da?a=1120406405&sa=1&v=1.275.0&t=Unnamed%20Transaction&rst=1890&ck=0&s=0acb819b22926eaf&ref=https://www.vistaprint.com/digital-marketing/webs-shutdown&ptid=295da8b474d1733e — 204 — 349 B — 106 ms — http/1.1https://s.pinimg.com/ct/lib/main.10d2511a.jss.pinimg.com/ct/lib/main.10d2511a.j... https://s.pinimg.com/ct/lib/main.10d2511a.js — 200 — 27.4 KiB — 5 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/618990810/?random=1776805983122&cv=11&fst=1776805983122&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/618990810/?random=1776805983122&cv=11&fst=1776805983122&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 34 ms — h3https://www.google.com/rmkt/collect/618990810/?random=1776805983122&cv=11&fst=1776805983122&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/6189908... https://www.google.com/rmkt/collect/618990810/?random=1776805983122&cv=11&fst=1776805983122&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 76 ms — h3https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-618990810&tid=AW-618990810&tft=1776805983153&tfd=1963www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-618990810&tid=AW-618990810&tft=1776805983153&tfd=1963 — 200 — 21 B — 71 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/867422543/?random=1776805983190&cv=11&fst=1776805983190&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/867422543/?random=1776805983190&cv=11&fst=1776805983190&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 35 ms — h3https://www.google.com/rmkt/collect/867422543/?random=1776805983190&cv=11&fst=1776805983190&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/8674225... https://www.google.com/rmkt/collect/867422543/?random=1776805983190&cv=11&fst=1776805983190&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 67 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=AW-867422543&tid=AW-867422543&tft=1776805983217&tfd=2027www.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.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=AW-867422543&tid=AW-867422543&tft=1776805983217&tfd=2027 — 200 — 21 B — 62 ms — h3https://pixel-config.reddit.com/pixels/t2_he8iaecu/configpixel-config.reddit.com/pixels/t2_h... https://pixel-config.reddit.com/pixels/t2_he8iaecu/config — 200 — 215 B — 28 ms — h2https://alb.reddit.com/rp.gif?ts=1776805983233&id=t2_he8iaecu&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=ce8e1cf6-5c4c-4afa-a1be-6bb895154337&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776805983... https://alb.reddit.com/rp.gif?ts=1776805983233&id=t2_he8iaecu&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=ce8e1cf6-5c4c-4afa-a1be-6bb895154337&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 117 ms — h2https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45fe64k0h2v9181463578z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-9815365&tid=DC-9815365&tft=1776805983275&tfd=2085www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45fe64k0h2v9181463578z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-9815365&tid=DC-9815365&tft=1776805983275&tfd=2085 — 200 — 21 B — 52 ms — h3https://ip.veritonicmetrics.com/ip.veritonicmetrics.com/ https://ip.veritonicmetrics.com/ — 200 — 472 B — 318 ms — h2https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45fe64k0h2v9194398074z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3v3v2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-14876881&tid=DC-14876881&tft=1776805983324&tfd=2134www.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.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&scrsrc=www.googletagmanager.com&rnd=337093670.1776805983&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&auid=1365270230.1776805983&navt=n&npa=0&_tu=CA&gtm=45fe64k0h2v9194398074z8831346080za20gzb831346080zd831346080xec&gcs=G111&gcd=13v3v3v2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-14876881&tid=DC-14876881&tft=1776805983324&tfd=2134 — 200 — 21 B — 67 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=1245164&time=1776805983331&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdownpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1245164&time=1776805983331&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown — 200 — 838 B — 214 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1245164&time=1776805983331&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdownpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1245164&time=1776805983331&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown — 302 — 846 B — 237 ms — h2https://b-code.liadm.com/a-051j.min.jsb-code.liadm.com/a-051j.min.js https://b-code.liadm.com/a-051j.min.js — 200 — 45.8 KiB — 14 ms — h2https://cdn.attn.tv/vp/dtag.jscdn.attn.tv/vp/dtag.js https://cdn.attn.tv/vp/dtag.js — 200 — 2.1 KiB — 16 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3TW2S49QDP&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3TW2S49QDP&cx=c&gtm=4e64k0h2 — 200 — 169.2 KiB — 89 ms — h3https://cdn.attn.tv/tag/4-latest/unified-tag.js?v=4-latest_01f9dc8d10cdn.attn.tv/tag/4-latest/unified-ta... https://cdn.attn.tv/tag/4-latest/unified-tag.js?v=4-latest_01f9dc8d10 — 200 — 49.3 KiB — 33 ms — h2https://cdn.quantummetric.com/qscripts/quantum-vistaprint.jscdn.quantummetric.com/qscripts/quan... https://cdn.quantummetric.com/qscripts/quantum-vistaprint.js — 200 — 138.6 KiB — 71 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1245164&time=1776805983331&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&e_ipv6=AQLKDgWsxFYWOwAAAZ2x47T-8Hw7iuZfETcqbGYU_pX60X40eWGtFgRpasDUQT-GZ8cNz1loDsTnpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1245164&time=1776805983331&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&e_ipv6=AQLKDgWsxFYWOwAAAZ2x47T-8Hw7iuZfETcqbGYU_pX60X40eWGtFgRpasDUQT-GZ8cNz1loDsTn — 200 — 692 B — 238 ms — h2https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 0 B — 317 ms — h2https://ingest.quantummetric.com/horizon/dingest.quantummetric.com/horizon/d https://ingest.quantummetric.com/horizon/d — 200 — 197 B — 214 ms — h2https://rp.liadm.com/j?dtstmp=1776805983643&aid=a-051j&se=e30&duid=6470fd7b8bd8--01kpry7d901aexbdxnh97vf83n&tv=v3.14.0&pu=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&ext_ajs_user_id=null&wpn=lc-bundle&wpv=v3.14.0&cd=.vistaprint.com&pv=4366c2ea-982f-4c6b-ac63-7bb6f51e8d68rp.liadm.com/j?dtstmp=1776805983643... https://rp.liadm.com/j?dtstmp=1776805983643&aid=a-051j&se=e30&duid=6470fd7b8bd8--01kpry7d901aexbdxnh97vf83n&tv=v3.14.0&pu=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&ext_ajs_user_id=null&wpn=lc-bundle&wpv=v3.14.0&cd=.vistaprint.com&pv=4366c2ea-982f-4c6b-ac63-7bb6f51e8d68 — 302 — 534 B — 378 ms — h2https://bat.bing.com/p/action/56278777.jsbat.bing.com/p/action/56278777.js https://bat.bing.com/p/action/56278777.js — 200 — 428 B — 37 ms — h2https://connect.facebook.net/signals/config/1050145865347054?v=2.9.303&r=stable&domain=www.vistaprint.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1050145865347054?v=2.9.303&r=stable&domain=www.vistaprint.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.3 KiB — 28 ms — h3https://us.creativecdn.com/tags/v2?type=jsonus.creativecdn.com/tags/v2?type=jso... https://us.creativecdn.com/tags/v2?type=json — 200 — 0 B — 316 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js — 200 — 105.8 KiB — 17 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js — 200 — 109.8 KiB — 25 ms — h2https://ct.pinterest.com/user/?tid=2614150330021&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&cb=1776805983708&dep=2%2CPAGE_LOADct.pinterest.com/user/?tid=26141503... https://ct.pinterest.com/user/?tid=2614150330021&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&cb=1776805983708&dep=2%2CPAGE_LOAD — 200 — 401 B — 67 ms — h2https://ct.pinterest.com/v3/?tid=2614150330021&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776805983711ct.pinterest.com/v3/?tid=2614150330... https://ct.pinterest.com/v3/?tid=2614150330021&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776805983711 — 200 — 503 B — 62 ms — h2https://www.google.com/pagead/1p-user-list/620967259/?random=1776805983001&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B958IYtz1YNk4OqCglVMNYEirp8tyIFiq7dVRJZUxac1CvRqiVzsa0SHL7GFWKmn1Z2dVXU_8t5eiLPvd2z9Rfm1x_gJqSrdIPmIrQQJ9IAU7u39mwyEw&random=4044113080&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/620967259/?random=1776805983001&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B958IYtz1YNk4OqCglVMNYEirp8tyIFiq7dVRJZUxac1CvRqiVzsa0SHL7GFWKmn1Z2dVXU_8t5eiLPvd2z9Rfm1x_gJqSrdIPmIrQQJ9IAU7u39mwyEw&random=4044113080&rmt_tld=0&ipr=y — 200 — 64 B — 43 ms — h3https://www.google.es/pagead/1p-user-list/620967259/?random=1776805983001&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B958IYtz1YNk4OqCglVMNYEirp8tyIFiq7dVRJZUxac1CvRqiVzsa0SHL7GFWKmn1Z2dVXU_8t5eiLPvd2z9Rfm1x_gJqSrdIPmIrQQJ9IAU7u39mwyEw&random=4044113080&rmt_tld=1&ipr=ywww.google.es/pagead/1p-user-list/6... https://www.google.es/pagead/1p-user-list/620967259/?random=1776805983001&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v884195223z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=12&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B958IYtz1YNk4OqCglVMNYEirp8tyIFiq7dVRJZUxac1CvRqiVzsa0SHL7GFWKmn1Z2dVXU_8t5eiLPvd2z9Rfm1x_gJqSrdIPmIrQQJ9IAU7u39mwyEw&random=4044113080&rmt_tld=1&ipr=y — 200 — 108 B — 85 ms — h2https://www.google.com/pagead/1p-user-list/618990810/?random=1776805983122&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9zyfxR5-qRejlgd5I7oF0zsvrERPmfsvZEyt_DAdxDJcTOZF2fW9GwSDNnf9eTJdHIdW2mwTSuLmxkhuaPZ6RA-ZgMqSL5GNUp0yO7H0FzfwrwSQZQhI&random=3443125130&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/618990810/?random=1776805983122&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9zyfxR5-qRejlgd5I7oF0zsvrERPmfsvZEyt_DAdxDJcTOZF2fW9GwSDNnf9eTJdHIdW2mwTSuLmxkhuaPZ6RA-ZgMqSL5GNUp0yO7H0FzfwrwSQZQhI&random=3443125130&rmt_tld=0&ipr=y — 200 — 64 B — 43 ms — h3https://www.google.es/pagead/1p-user-list/618990810/?random=1776805983122&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9zyfxR5-qRejlgd5I7oF0zsvrERPmfsvZEyt_DAdxDJcTOZF2fW9GwSDNnf9eTJdHIdW2mwTSuLmxkhuaPZ6RA-ZgMqSL5GNUp0yO7H0FzfwrwSQZQhI&random=3443125130&rmt_tld=1&ipr=ywww.google.es/pagead/1p-user-list/6... https://www.google.es/pagead/1p-user-list/618990810/?random=1776805983122&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v894221013z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=14&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9zyfxR5-qRejlgd5I7oF0zsvrERPmfsvZEyt_DAdxDJcTOZF2fW9GwSDNnf9eTJdHIdW2mwTSuLmxkhuaPZ6RA-ZgMqSL5GNUp0yO7H0FzfwrwSQZQhI&random=3443125130&rmt_tld=1&ipr=y — 200 — 108 B — 82 ms — h2https://www.google.com/pagead/1p-user-list/867422543/?random=1776805983190&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ySONpTpLvnjJXjhe47I9HUsvlN8XcpMhibvZS5T_OW6o6PGBxQX3w1VEJs_ICmDd8yh3lj6IU-m4GxT-Mh-zuDnQcq6bth2Y2OFs6N_GjNmfinsAicg&random=3063461033&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/867422543/?random=1776805983190&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ySONpTpLvnjJXjhe47I9HUsvlN8XcpMhibvZS5T_OW6o6PGBxQX3w1VEJs_ICmDd8yh3lj6IU-m4GxT-Mh-zuDnQcq6bth2Y2OFs6N_GjNmfinsAicg&random=3063461033&rmt_tld=0&ipr=y — 200 — 64 B — 44 ms — h3https://www.google.es/pagead/1p-user-list/867422543/?random=1776805983190&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ySONpTpLvnjJXjhe47I9HUsvlN8XcpMhibvZS5T_OW6o6PGBxQX3w1VEJs_ICmDd8yh3lj6IU-m4GxT-Mh-zuDnQcq6bth2Y2OFs6N_GjNmfinsAicg&random=3063461033&rmt_tld=1&ipr=ywww.google.es/pagead/1p-user-list/8... https://www.google.es/pagead/1p-user-list/867422543/?random=1776805983190&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0h2v878312541z8831346080za20gzb831346080zd831346080xec&gcd=13v3vPv2v5l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rcb=15&frm=0&tiba=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1365270230.1776805983&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ySONpTpLvnjJXjhe47I9HUsvlN8XcpMhibvZS5T_OW6o6PGBxQX3w1VEJs_ICmDd8yh3lj6IU-m4GxT-Mh-zuDnQcq6bth2Y2OFs6N_GjNmfinsAicg&random=3063461033&rmt_tld=1&ipr=y — 200 — 455 B — 77 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-3TW2S49QDP&gtm=45je64k0h2v9181911672z89182994088za20gzb9182994088zd831346080&_p=1776805982256&_gaz=1&gcs=G111&gcd=13v3v3v2v5l1&npa=0&dma_cps=a&dma=1&ecid=1800373403&_eu=AAAAAGA&_prs=wg&are=1&cid=1158093151.1776805984&ec_mode=a&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938469~117266400&dr=&dp=%2Fdigital-marketing%2Fwebs-shutdown&sid=1776805983&sct=1&seg=0&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=2&ep.content_group=Discover&ep.page_hostname=www.vistaprint.com&ep.anonymous_id=ANpHcd0b40RG6h5WNpM%2BOus3s3M%2BPe3cxkM5IFLerkY%3D&epn.exact_timestamp=1776805983458&ep.page_department=Digital%20Marketing%20-%20Website&ep.page_name=Landing%20Page%3AwebsShutdown&ep.page_section=Landing%20Page&ep.page_stage=Discover&ep.pageview_id=3a94457a-ce07-4ba3-b595-309ab3713ea7&ep.ptid=94457ace-07db-4335-9530-9ab3713ea7de&ep.test_user_id=_6647ac7a-387b-4072-ab4a-843bf6f9a6b3&ep.tracking_tenant=vistaprint&ep.tracking_version=11.14.2173&ep.visit_id=6e3f3a94-457a-4e07-9ba3-3595309ab371&ep.vp_fiscal_year=FY26&ep.website_language=en&ep.website_locale=US&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.device_screen_resolution=800x600&ep.generator=ubik&ep.viewport_dimensions=1350x940&epn.cf_bot_score=1&ep.cf_verified_bot=false&ep.url_query_parameters=&tfd=2605region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-3TW2S49QDP&gtm=45je64k0h2v9181911672z89182994088za20gzb9182994088zd831346080&_p=1776805982256&_gaz=1&gcs=G111&gcd=13v3v3v2v5l1&npa=0&dma_cps=a&dma=1&ecid=1800373403&_eu=AAAAAGA&_prs=wg&are=1&cid=1158093151.1776805984&ec_mode=a&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938469~117266400&dr=&dp=%2Fdigital-marketing%2Fwebs-shutdown&sid=1776805983&sct=1&seg=0&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&dt=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=2&ep.content_group=Discover&ep.page_hostname=www.vistaprint.com&ep.anonymous_id=ANpHcd0b40RG6h5WNpM%2BOus3s3M%2BPe3cxkM5IFLerkY%3D&epn.exact_timestamp=1776805983458&ep.page_department=Digital%20Marketing%20-%20Website&ep.page_name=Landing%20Page%3AwebsShutdown&ep.page_section=Landing%20Page&ep.page_stage=Discover&ep.pageview_id=3a94457a-ce07-4ba3-b595-309ab3713ea7&ep.ptid=94457ace-07db-4335-9530-9ab3713ea7de&ep.test_user_id=_6647ac7a-387b-4072-ab4a-843bf6f9a6b3&ep.tracking_tenant=vistaprint&ep.tracking_version=11.14.2173&ep.visit_id=6e3f3a94-457a-4e07-9ba3-3595309ab371&ep.vp_fiscal_year=FY26&ep.website_language=en&ep.website_locale=US&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.device_screen_resolution=800x600&ep.generator=ubik&ep.viewport_dimensions=1350x940&epn.cf_bot_score=1&ep.cf_verified_bot=false&ep.url_query_parameters=&tfd=2605 — 204 — 560 B — 88 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3TW2S49QDP&cid=1158093151.1776805984&gtm=45je64k0h2v9181911672z89182994088za20gzb9182994088zd831346080&rcb=7&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3v3v2v5l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3TW2S49QDP&cid=1158093151.1776805984&gtm=45je64k0h2v9181911672z89182994088za20gzb9182994088zd831346080&rcb=7&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3v3v2v5l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266400 — 204 — 551 B — 83 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-3TW2S49QDP&cid=1158093151.1776805984&gtm=45je64k0h2v9181911672z89182994088za20gzb9182994088zd831346080&rcb=7&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3v3v2v5l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266400&z=2128080817www.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-3TW2S49QDP&cid=1158093151.1776805984&gtm=45je64k0h2v9181911672z89182994088za20gzb9182994088zd831346080&rcb=7&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13v3v3v2v5l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266400&z=2128080817 — 200 — 107 B — 34 ms — h2https://ct.pinterest.com/static/ct/token_create.jsct.pinterest.com/static/ct/token_cr... https://ct.pinterest.com/static/ct/token_create.js — 200 — 3.9 KiB — 3 ms — h2https://ct.pinterest.com/ct.htmlct.pinterest.com/ct.html https://ct.pinterest.com/ct.html — 200 — 604 B — 50 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 110 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 442 B — 154 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 105 ms — h2https://vp.attn.tv/d?attn_vid=eb4c3eb008e1419c99994234f44f68dbvp.attn.tv/d?attn_vid=eb4c3eb008e14... https://vp.attn.tv/d?attn_vid=eb4c3eb008e1419c99994234f44f68db — 200 — 284 B — 340 ms — h3https://events.attentivemobile.com/ct-evevents.attentivemobile.com/ct-ev https://events.attentivemobile.com/ct-ev — 200 — 291 B — 181 ms — h3https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 158 B — 149 ms — h2https://cdn.attn.tv/growth-tag-assets/client-configs/Vkc.jscdn.attn.tv/growth-tag-assets/clien... https://cdn.attn.tv/growth-tag-assets/client-configs/Vkc.js — 200 — 1.9 KiB — 5 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 351 B — 121 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 352 B — 119 ms — h2https://us.creativecdn.com/tags/v2?type=jsonus.creativecdn.com/tags/v2?type=jso... https://us.creativecdn.com/tags/v2?type=json — 307 — 891 B — 288 ms — h2https://rp4.liadm.com/j?dtstmp=1776805983643&aid=a-051j&se=e30&duid=6470fd7b8bd8--01kpry7d901aexbdxnh97vf83n&tv=v3.14.0&pu=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&ext_ajs_user_id=null&wpn=lc-bundle&wpv=v3.14.0&cd=.vistaprint.com&pv=4366c2ea-982f-4c6b-ac63-7bb6f51e8d68&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDozNmM%3D&n3pc=truerp4.liadm.com/j?dtstmp=177680598364... https://rp4.liadm.com/j?dtstmp=1776805983643&aid=a-051j&se=e30&duid=6470fd7b8bd8--01kpry7d901aexbdxnh97vf83n&tv=v3.14.0&pu=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&ext_ajs_user_id=null&wpn=lc-bundle&wpv=v3.14.0&cd=.vistaprint.com&pv=4366c2ea-982f-4c6b-ac63-7bb6f51e8d68&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDozNmM%3D&n3pc=true — 200 — 249 B — 342 ms — h2https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983286&P=0&N=0&S=0&b=1257&z=1ingest.quantummetric.com/horizon/vi... https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983286&P=0&N=0&S=0&b=1257&z=1 — 200 — 157 B — 142 ms — h2https://bat.bing.com/actionp/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=1&evt=consent&src=update&cdb=ARoT&asc=Gbat.bing.com/actionp/0?ti=56278777&... https://bat.bing.com/actionp/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=1&evt=consent&src=update&cdb=ARoT&asc=G — 204 — 231 B — 94 ms — h2https://bat.bing.com/actionp/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=2&evt=consent&src=default&cdb=ARoT&asc=Gbat.bing.com/actionp/0?ti=56278777&... https://bat.bing.com/actionp/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=2&evt=consent&src=default&cdb=ARoT&asc=G — 204 — 230 B — 94 ms — h2https://bat.bing.com/actionp/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=3&evt=consent&src=update&cdb=ARoT&asc=Gbat.bing.com/actionp/0?ti=56278777&... https://bat.bing.com/actionp/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=3&evt=consent&src=update&cdb=ARoT&asc=G — 204 — 287 B — 35 ms — h2https://bat.bing.com/action/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=4&sid=e2a302103dc611f1884525828eef8650&vid=e2a308603dc611f192fd655308890c9c&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&p=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&r=&lt=809&evt=pageLoad&sv=2&asc=G&cdb=ARoT&rn=504770bat.bing.com/action/0?ti=56278777&t... https://bat.bing.com/action/0?ti=56278777&tm=gtm002&Ver=2&mid=77ff65ac-6046-4855-bbb5-13719cf54fb0&bo=4&sid=e2a302103dc611f1884525828eef8650&vid=e2a308603dc611f192fd655308890c9c&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&p=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&r=&lt=809&evt=pageLoad&sv=2&asc=G&cdb=ARoT&rn=504770 — 204 — 230 B — 89 ms — h2https://www.facebook.com/tr/?id=1050145865347054&ev=PageView&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rl=&if=false&ts=1776805984067&sw=800&sh=600&cud[external_id]=%5E%5E*%5E**%23*%23%23%5E%5E%23*%23%5E%5E*%5E%2B%5E**%23*%23%5E%2B%5E*%23***%5E%23%5E%5E%5E***%5E%3D&ncud[external_id]=******%23*%23%23**%23*%23****%2B***%23*%23*%2B**%23****%23*******%3D&ud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&aud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776805984060.377413955710754785&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&pmd[locale]=en-us&pmd[description]=Webs.com%20has%20been%20shut%20down%20on%20the%2031st%20of%20August%202023.%20Find%20out%20what%20that%20means%20for%20your%20site%20and%20how%20to%20move%20it%20to%20another%20provider.&plt=670&it=1776805983681&coo=false&eid=94457ace-07db-4335-9530-9ab3713ea7de&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=10501458653... https://www.facebook.com/tr/?id=1050145865347054&ev=PageView&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rl=&if=false&ts=1776805984067&sw=800&sh=600&cud[external_id]=%5E%5E*%5E**%23*%23%23%5E%5E%23*%23%5E%5E*%5E%2B%5E**%23*%23%5E%2B%5E*%23***%5E%23%5E%5E%5E***%5E%3D&ncud[external_id]=******%23*%23%23**%23*%23****%2B***%23*%23*%2B**%23****%23*******%3D&ud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&aud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776805984060.377413955710754785&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&pmd[locale]=en-us&pmd[description]=Webs.com%20has%20been%20shut%20down%20on%20the%2031st%20of%20August%202023.%20Find%20out%20what%20that%20means%20for%20your%20site%20and%20how%20to%20move%20it%20to%20another%20provider.&plt=670&it=1776805983681&coo=false&eid=94457ace-07db-4335-9530-9ab3713ea7de&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 42 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1050145865347054&ev=PageView&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rl=&if=false&ts=1776805984067&sw=800&sh=600&cud[external_id]=%5E%5E*%5E**%23*%23%23%5E%5E%23*%23%5E%5E*%5E%2B%5E**%23*%23%5E%2B%5E*%23***%5E%23%5E%5E%5E***%5E%3D&ncud[external_id]=******%23*%23%23**%23*%23****%2B***%23*%23*%2B**%23****%23*******%3D&ud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&aud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776805984060.377413955710754785&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&pmd[locale]=en-us&pmd[description]=Webs.com%20has%20been%20shut%20down%20on%20the%2031st%20of%20August%202023.%20Find%20out%20what%20that%20means%20for%20your%20site%20and%20how%20to%20move%20it%20to%20another%20provider.&plt=670&it=1776805983681&coo=false&eid=94457ace-07db-4335-9530-9ab3713ea7de&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1050145865347054&ev=PageView&dl=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&rl=&if=false&ts=1776805984067&sw=800&sh=600&cud[external_id]=%5E%5E*%5E**%23*%23%23%5E%5E%23*%23%5E%5E*%5E%2B%5E**%23*%23%5E%2B%5E*%23***%5E%23%5E%5E%5E***%5E%3D&ncud[external_id]=******%23*%23%23**%23*%23****%2B***%23*%23*%2B**%23****%23*******%3D&ud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&aud[external_id]=a79360e7d94b1e8e09674c5a30a7e8c4a3be3e5e1c31d23c3c78a3002be2bccf&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776805984060.377413955710754785&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Webs.com%20has%20been%20shut%20down%3A%20Find%20out%20more&pmd[locale]=en-us&pmd[description]=Webs.com%20has%20been%20shut%20down%20on%20the%2031st%20of%20August%202023.%20Find%20out%20what%20that%20means%20for%20your%20site%20and%20how%20to%20move%20it%20to%20another%20provider.&plt=670&it=1776805983681&coo=false&eid=94457ace-07db-4335-9530-9ab3713ea7de&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 202 B — 415 ms — h3https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 78 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 798 B — 182 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 902 B — 169 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 904 B — 146 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 745 B — 212 ms — h2https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983448&H=60e8e7698c11646a7afa4bbd&s=9a27626a328c50aa8bdd7f402ce8e2cb&U=f41c3d2de9cb1195e6dfc0e08bfa8c45&Q=1&Y=1&X=919169c616264bfda3e5bea5886f99ab&S=0&b=117617&z=1ingest.quantummetric.com/horizon/vi... https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983448&H=60e8e7698c11646a7afa4bbd&s=9a27626a328c50aa8bdd7f402ce8e2cb&U=f41c3d2de9cb1195e6dfc0e08bfa8c45&Q=1&Y=1&X=919169c616264bfda3e5bea5886f99ab&S=0&b=117617&z=1 — 200 — 14 B — 154 ms — h3https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983453&H=60e8e7698c11646a7afa4bbd&s=9a27626a328c50aa8bdd7f402ce8e2cb&U=f41c3d2de9cb1195e6dfc0e08bfa8c45&N=0&Q=2&S=0&b=1338&z=1ingest.quantummetric.com/horizon/vi... https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983453&H=60e8e7698c11646a7afa4bbd&s=9a27626a328c50aa8bdd7f402ce8e2cb&U=f41c3d2de9cb1195e6dfc0e08bfa8c45&N=0&Q=2&S=0&b=1338&z=1 — 200 — 14 B — 144 ms — h3https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983454&H=60e8e7698c11646a7afa4bbd&s=9a27626a328c50aa8bdd7f402ce8e2cb&P=1&N=1&S=0&b=1602&z=1ingest.quantummetric.com/horizon/vi... https://ingest.quantummetric.com/horizon/vistaprint?T=B&u=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&t=1776805983220&v=1776805983454&H=60e8e7698c11646a7afa4bbd&s=9a27626a328c50aa8bdd7f402ce8e2cb&P=1&N=1&S=0&b=1602&z=1 — 200 — 14 B — 146 ms — h3https://vp.attn.tv/unrenderedCreative?v=4.40.84&r=&id=eb4c3eb008e1419c99994234f44f68db&pv=1&l=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&w=1350&h=940&ss_ref=ORGANIC&s=CONTROL&f=3vp.attn.tv/unrenderedCreative?v=4.4... https://vp.attn.tv/unrenderedCreative?v=4.40.84&r=&id=eb4c3eb008e1419c99994234f44f68db&pv=1&l=https%3A%2F%2Fwww.vistaprint.com%2Fdigital-marketing%2Fwebs-shutdown&w=1350&h=940&ss_ref=ORGANIC&s=CONTROL&f=3 — 204 — 238 B — 327 ms — h3https://us.creativecdn.com/tags/v2?type=json&tc=1us.creativecdn.com/tags/v2?type=jso... https://us.creativecdn.com/tags/v2?type=json&tc=1 — 200 — 0 B — 96 ms — h2https://us.creativecdn.com/tags/v2?type=json&tc=1us.creativecdn.com/tags/v2?type=jso... https://us.creativecdn.com/tags/v2?type=json&tc=1 — 200 — 503 B — 102 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 903 B — 237 ms — h2https://ib.adnxs.com/setuid?entity=315&code=B6UinIKRtYjhiQP6Sw_nNnplsStmtPiiugNu7_wQXZE&consent=1ib.adnxs.com/setuid?entity=315&code... https://ib.adnxs.com/setuid?entity=315&code=B6UinIKRtYjhiQP6Sw_nNnplsStmtPiiugNu7_wQXZE&consent=1 — 307 — 895 B — 100 ms — h2https://ib.adnxs.com/bounce?%2Fsetuid%3Fentity%3D315%26code%3DB6UinIKRtYjhiQP6Sw_nNnplsStmtPiiugNu7_wQXZE%26consent%3D1ib.adnxs.com/bounce?%2Fsetuid%3Fent... https://ib.adnxs.com/bounce?%2Fsetuid%3Fentity%3D315%26code%3DB6UinIKRtYjhiQP6Sw_nNnplsStmtPiiugNu7_wQXZE%26consent%3D1 — 200 — 997 B — 27 ms — h2https://track-api.workmagic.io/api/track/events/batchtrack-api.workmagic.io/api/track/ev... https://track-api.workmagic.io/api/track/events/batch — 204 — 0 B — 165 ms — h2https://track-api.workmagic.io/api/track/events/batchtrack-api.workmagic.io/api/track/ev... https://track-api.workmagic.io/api/track/events/batch — 200 — 381 B — 144 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1878ms · 1495KB · $35/mo
www.vistaprint.com
Other
Costly
Execution 348ms
Transfer 125 KB
Monthly Cost $7/mo
www.vistaprint.com
Other
Costly
Execution 347ms
Transfer 3 KB
Monthly Cost $7/mo
Unattributable
Other
Costly
Execution 268ms
Transfer 0 KB
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Optional
Execution 159ms
Transfer 142 KB
Unused 39%
Monthly Cost $3/mo
cdn.quantummetric.com
Other
Optional
Execution 148ms
Transfer 139 KB
Unused 21%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 115ms
Transfer 186 KB
Unused 28%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 98ms
Transfer 169 KB
Unused 38%
Monthly Cost $2/mo
analytics.tiktok.com
Other
Optional
Execution 73ms
Transfer 106 KB
Unused 50%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 72ms
Transfer 144 KB
Unused 39%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 144 KB
Unused 39%
Monthly Cost $1/mo
cdn.attn.tv
Other
Optional
Execution 65ms
Transfer 49 KB
Unused 61%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 60ms
Transfer 138 KB
Unused 40%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 150 KB
Unused 53%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.vistaprint.com adds 348ms and costs ~$7/month
  • www.vistaprint.com adds 347ms and costs ~$7/month
  • Unattributable adds 268ms and costs ~$5/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

www.vistaprint.com takes 348ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.vistaprint.com takes 347ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

50% of analytics.tiktok.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

61% of cdn.attn.tv'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

53% of Google Tag Manager'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