Skip to content
https://teepublic.com

Performance

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

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

79
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
59
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.23 s

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

2.72 s

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

48 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.80 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

4.51 s

Page Load Progression

638 ms
1.3 s
1.9 s
2.6 s
3.2 s
3.8 s
4.5 s
5.1 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 165 requests
FIX
4.2 MB transferred, 165 requests
Critical::
Page weighs 10.3 MB (4.2 MB transferred)
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Warning::
165 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.89 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
165 requests
0.89 g CO2 per page load
Images 1.9 MiB 46%
JavaScript 1.6 MiB 39%
Other 399.0 KiB 9%
Fonts 140.5 KiB 3%
HTML 59.5 KiB 1%
CSS 40.4 KiB 1%
Other 14.8 KiB 0%
Other 5.9 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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.2 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
30 scripts, 578 KB unused
FIX
30 scripts, 578 KB unused
Warning::
https://www.paypalobjects.com/api/checkout.js: 89 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.paypalobjects.com/api/checkout.js: unminified — 57 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/js?id=G-MYB8...: 71 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XF9T...: 69 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.paypal.com/sdk/js?client-id=AQv56RDGep...: 66 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 65 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 578 KB
578 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.paypalobjects.com/api/checkout.js204 KB89 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=G-MYB8FNPCB4&cx=c&gtm=4e64k0h1154 KB71 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=G-XF9TWRP0RL&cx=c&gtm=4e64k0h1170 KB69 KB (40%)3rd
https://www.paypal.com/sdk/js?client-id=AQv56RDGepzQkP_cj0XC_YDTfRR1ilSUV7IhsKXIqt6yc1nx06fon0y7C7VE&currency=EUR97 KB66 KB (69%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-9203424&cx=c&gtm=4e64k0h1126 KB65 KB (52%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-981615718&cx=c&gtm=4e64k0h1145 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MVDRFFD211 KB56 KB (27%)3rd
https://assets.teepublic.com/packs/js/home_page-2a097679ac14384db57d.js85 KB54 KB (63%)3rd
https://pay.google.com/gp/p/js/pay.js59 KB24 KB (42%)3rd
https://assets.teepublic.com/assets/home_page-731be5c5a45661c036644e65d74805d82cce57a75d98fe9c49d09652fdd93ce4.js47 KB23 KB (49%)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
165 resources · 4.2 MB · 578 KB savings available
FIX
165 resources · 4.2 MB · 578 KB savings available
Warning::
Page weight 3.2 MB over 1MB target
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~578 KB of savings available
Warning::
164 third-party resources (100% of weight)
Info::
4 resources over 200KB
165 resources · 4.2 MiB · 164 third-party 3.2 MiB over 1MB target
Image 46% · 2.0 MiB
JavaScript 39% · 1.6 MiB
Document 10% · 453.5 KiB
Font 3% · 140.5 KiB
CSS 1% · 40.4 KiB
Other 0% · 12.7 KiB

~578.4 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
74 images, 0 KB saveable
REVIEW
74 images, 0 KB saveable
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://res.cloudinary.com/teepublic/image/private... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://res.cloudinary.com/teepublic/image/private... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.teepublic.com/assets/logos/tp-full-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.teepublic.com/derived/production/de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
74 images 1.9 MB
0 oversized -0 KB
62 legacy format
28 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1499ms total JS execution
REVIEW
1499ms total JS execution
Warning::
https://www.teepublic.com/: 498ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MVD...: 235ms CPU time
Info::
Unattributable: 206ms CPU time
Info::
https://consent.cookiebot.com/a3e10285-9441-438a-b...: 154ms CPU time
Info::
https://assets.teepublic.com/assets/home_page-731b...: 88ms CPU time
Warning::
Third-party scripts: 1499ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 22% Rendering 11% Script Parsing & Compilation 8% Style & Layout 8% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://www.teepublic.com/498ms24ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MVDRFFD235ms208ms15ms3rd
Unattributable206ms3ms0ms3rd
https://consent.cookiebot.com/a3e10285-9441-438a-badd-8a988a897f71/cc.js?renew=false&referer=www.teepublic.com&dnt=false&init=false154ms57ms16ms3rd
https://assets.teepublic.com/assets/home_page-731be5c5a45661c036644e65d74805d82cce57a75d98fe9c49d09652fdd93ce4.js88ms32ms5ms3rd
https://www.paypalobjects.com/api/checkout.js72ms37ms34ms3rd
https://www.teepublic.com/cdn-cgi/challenge-platform/scripts/jsd/main.js67ms58ms1ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-981615718&cx=c&gtm=4e64k0h163ms55ms7ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XF9TWRP0RL&cx=c&gtm=4e64k0h160ms50ms9ms3rd
https://assets.teepublic.com/packs/js/home_page-2a097679ac14384db57d.js58ms45ms8ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

4

141 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.7 shttps://assets.teepublic.com/assets/Roobert-Medium-88ba78029f73fa9f18e1e3c31c1f076acdc49223af70a78b2ea4bdbab8168283.woff2Roobert-Medium-88ba7802... https://assets.teepublic.com/assets/Roobert-Medium-88ba78029f73fa9f18e1e3c31c1f076acdc49223af70a78b2ea4bdbab8168283.woff2 — 30.3 KiB — 97 ms — font-display: swaphttps://assets.teepublic.com/assets/Roobert-SemiBold-9d9c1ae0fc78f67d82c4fc43987857f5b897d29b903701d1e97c2e207311d636.woff2Roobert-SemiBold-9d9c1a... https://assets.teepublic.com/assets/Roobert-SemiBold-9d9c1ae0fc78f67d82c4fc43987857f5b897d29b903701d1e97c2e207311d636.woff2 — 30.5 KiB — 81 ms — font-display: swaphttps://assets.teepublic.com/assets/Roobert-Bold-e95979b74ebe06c1851ece294f8f7e9e6d3ad0d817d1968dcbfb26373f0b4de5.woff2Roobert-Bold-e95979b74e... https://assets.teepublic.com/assets/Roobert-Bold-e95979b74ebe06c1851ece294f8f7e9e6d3ad0d817d1968dcbfb26373f0b4de5.woff2 — 30.7 KiB — 97 ms — font-display: swaphttps://assets.teepublic.com/assets/SharpGroteskBold-f0bacf6ef6410646205690dca3bc65f5bb2d31b9417a358ad9c07237a310d196.woff2SharpGroteskBold-f0bacf... https://assets.teepublic.com/assets/SharpGroteskBold-f0bacf6ef6410646205690dca3bc65f5bb2d31b9417a358ad9c07237a310d196.woff2 — 49.1 KiB — 66 ms — font-display: swap
Roobert-Medium-88ba7802... woff2 swap
Size 30 KB
Load time 97 ms
Start 760 ms
Risk FOUT — text flashes from fallback to web font
Roobert-SemiBold-9d9c1a... woff2 swap
Size 31 KB
Load time 81 ms
Start 761 ms
Risk FOUT — text flashes from fallback to web font
Roobert-Bold-e95979b74e... woff2 swap
Size 31 KB
Load time 97 ms
Start 761 ms
Risk FOUT — text flashes from fallback to web font
SharpGroteskBold-f0bacf... woff2 swap
Size 49 KB
Load time 66 ms
Start 762 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
Network Waterfall
165 requests over 2791ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.7 shttps://teepublic.com// https://teepublic.com/ — 301 — 247 B — 7 ms — h2https://www.teepublic.com/www.teepublic.com/ https://www.teepublic.com/ — 200 — 48.8 KiB — 846 ms — h2https://assets.teepublic.com/packs/js/fetchers-3c1dea9a26fe30d7c946.jsassets.teepublic.com/packs/js/fetch... https://assets.teepublic.com/packs/js/fetchers-3c1dea9a26fe30d7c946.js — 200 — 1.1 KiB — 66 ms — h2https://assets.teepublic.com/assets/home_page-731be5c5a45661c036644e65d74805d82cce57a75d98fe9c49d09652fdd93ce4.jsassets.teepublic.com/assets/home_pa... https://assets.teepublic.com/assets/home_page-731be5c5a45661c036644e65d74805d82cce57a75d98fe9c49d09652fdd93ce4.js — 200 — 47.3 KiB — 74 ms — h2https://assets.teepublic.com/packs/js/home_page-2a097679ac14384db57d.jsassets.teepublic.com/packs/js/home_... https://assets.teepublic.com/packs/js/home_page-2a097679ac14384db57d.js — 200 — 84.5 KiB — 101 ms — h2https://js.braintreegateway.com/web/3.76.4/js/client.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/client.min.js — 200 — 12.4 KiB — 94 ms — h3https://www.paypalobjects.com/api/checkout.jswww.paypalobjects.com/api/checkout.... https://www.paypalobjects.com/api/checkout.js — 200 — 204.2 KiB — 131 ms — h3https://www.paypal.com/sdk/js?client-id=AQv56RDGepzQkP_cj0XC_YDTfRR1ilSUV7IhsKXIqt6yc1nx06fon0y7C7VE&currency=EURwww.paypal.com/sdk/js?client-id=AQv... https://www.paypal.com/sdk/js?client-id=AQv56RDGepzQkP_cj0XC_YDTfRR1ilSUV7IhsKXIqt6yc1nx06fon0y7C7VE&currency=EUR — 200 — 97.2 KiB — 100 ms — h2https://js.braintreegateway.com/web/3.76.4/js/data-collector.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/data-collector.min.js — 200 — 10.4 KiB — 111 ms — h3https://js.braintreegateway.com/web/3.76.4/js/apple-pay.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/apple-pay.min.js — 200 — 6.5 KiB — 114 ms — h3https://js.braintreegateway.com/web/3.76.4/js/paypal-checkout.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/paypal-checkout.min.js — 200 — 14.4 KiB — 113 ms — h3https://assets.teepublic.com/assets/bundles/home_page-0226ef2a3cd4b1d14b403bbc01213118e915f229f098d36fea2a49173f926ac1.cssassets.teepublic.com/assets/bundles... https://assets.teepublic.com/assets/bundles/home_page-0226ef2a3cd4b1d14b403bbc01213118e915f229f098d36fea2a49173f926ac1.css — 200 — 40.4 KiB — 88 ms — h2https://assets.teepublic.com/assets/Roobert-Medium-88ba78029f73fa9f18e1e3c31c1f076acdc49223af70a78b2ea4bdbab8168283.woff2assets.teepublic.com/assets/Roobert... https://assets.teepublic.com/assets/Roobert-Medium-88ba78029f73fa9f18e1e3c31c1f076acdc49223af70a78b2ea4bdbab8168283.woff2 — 200 — 30.3 KiB — 97 ms — h2https://assets.teepublic.com/assets/Roobert-SemiBold-9d9c1ae0fc78f67d82c4fc43987857f5b897d29b903701d1e97c2e207311d636.woff2assets.teepublic.com/assets/Roobert... https://assets.teepublic.com/assets/Roobert-SemiBold-9d9c1ae0fc78f67d82c4fc43987857f5b897d29b903701d1e97c2e207311d636.woff2 — 200 — 30.5 KiB — 81 ms — h2https://assets.teepublic.com/assets/Roobert-Bold-e95979b74ebe06c1851ece294f8f7e9e6d3ad0d817d1968dcbfb26373f0b4de5.woff2assets.teepublic.com/assets/Roobert... https://assets.teepublic.com/assets/Roobert-Bold-e95979b74ebe06c1851ece294f8f7e9e6d3ad0d817d1968dcbfb26373f0b4de5.woff2 — 200 — 30.7 KiB — 97 ms — h2https://assets.teepublic.com/assets/SharpGroteskBold-f0bacf6ef6410646205690dca3bc65f5bb2d31b9417a358ad9c07237a310d196.woff2assets.teepublic.com/assets/SharpGr... https://assets.teepublic.com/assets/SharpGroteskBold-f0bacf6ef6410646205690dca3bc65f5bb2d31b9417a358ad9c07237a310d196.woff2 — 200 — 49.1 KiB — 66 ms — h2https://res.cloudinary.com/teepublic/image/private/s--DGkd3GJc--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_1900,q_auto:best,w_1900/v1776717607/production/homepage_items/17787.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--DGkd3GJc--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_1900,q_auto:best,w_1900/v1776717607/production/homepage_items/17787.jpg — 200 — 675.5 KiB — 240 ms — h2https://res.cloudinary.com/teepublic/image/private/s--p2KOUT5l--/ar_7:2,c_fill,h_560,w_1960/d_misc:cover_image_24.jpg,f_avif,q_auto:good/v1716396810/production/stores/8437/banner.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--p2KOUT5l--/ar_7:2,c_fill,h_560,w_1960/d_misc:cover_image_24.jpg,f_avif,q_auto:good/v1716396810/production/stores/8437/banner.jpg — 200 — 121.9 KiB — 196 ms — h2https://res.cloudinary.com/teepublic/image/private/s--l09RImMh--/ar_1:1,c_fill,h_324,w_324/d_misc:avatars:store_avatar_default.png,f_avif,q_auto:low/v1716265936/production/stores/8437/avatar.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--l09RImMh--/ar_1:1,c_fill,h_324,w_324/d_misc:avatars:store_avatar_default.png,f_avif,q_auto:low/v1716265936/production/stores/8437/avatar.jpg — 200 — 6.0 KiB — 217 ms — h2https://assets.teepublic.com/assets/logos/tp-full-white-@2x-7d0319e86d02d00d6a2c8977e3241596c50072b7431870a7a335cddfdea80715.webpassets.teepublic.com/assets/logos/t... https://assets.teepublic.com/assets/logos/tp-full-white-@2x-7d0319e86d02d00d6a2c8977e3241596c50072b7431870a7a335cddfdea80715.webp — 200 — 6.3 KiB — 31 ms — h2https://assets.teepublic.com/assets/teepublicons/mothers_day_category-dcfcee1c8205103d5e952112e2cd2d282861c4e58bfbf7fde70d2a9791a66ecc.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/mothers_day_category-dcfcee1c8205103d5e952112e2cd2d282861c4e58bfbf7fde70d2a9791a66ecc.svg — 200 — 4.0 KiB — 28 ms — h2https://assets.teepublic.com/assets/teepublicons/music_category-1324a255644fadda89eec3e7592d774aa5ef1fb2e8c4890cb68e50b00ba74e4c.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/music_category-1324a255644fadda89eec3e7592d774aa5ef1fb2e8c4890cb68e50b00ba74e4c.svg — 200 — 1.7 KiB — 25 ms — h2https://assets.teepublic.com/assets/teepublicons/movies_category-5f86580925b057396f163d2580f379aa87bd168cb768642286c6f8cb232ff03e.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/movies_category-5f86580925b057396f163d2580f379aa87bd168cb768642286c6f8cb232ff03e.svg — 200 — 1.6 KiB — 29 ms — h2https://assets.teepublic.com/assets/teepublicons/television_category-2e47c61dadafedf1f24709803bf35688fcfd02d479f58a54ac41bc25f7601428.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/television_category-2e47c61dadafedf1f24709803bf35688fcfd02d479f58a54ac41bc25f7601428.svg — 200 — 1.7 KiB — 27 ms — h2https://assets.teepublic.com/assets/teepublicons/sports_category-0e7b62256697cecc444ae1c1c0950562259ad9f73e5c41dc07eec9a7cf232117.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/sports_category-0e7b62256697cecc444ae1c1c0950562259ad9f73e5c41dc07eec9a7cf232117.svg — 200 — 2.6 KiB — 35 ms — h2https://assets.teepublic.com/assets/teepublicons/80s_category-7cbcd0d8756c4e60bfa08440424eea0fb394ba75aabda260b0a9386b8c914bbc.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/80s_category-7cbcd0d8756c4e60bfa08440424eea0fb394ba75aabda260b0a9386b8c914bbc.svg — 200 — 2.2 KiB — 34 ms — h2https://assets.teepublic.com/assets/teepublicons/animals_category-48d8ff723c830255c8da4725eb3695b335d61dd8682a6ccbd3974c76f05ff8a7.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/animals_category-48d8ff723c830255c8da4725eb3695b335d61dd8682a6ccbd3974c76f05ff8a7.svg — 200 — 1.9 KiB — 30 ms — h2https://assets.teepublic.com/assets/teepublicons/funny_category-9f6fee3306eee9892ebc522fc7c7f38e71b1b75eebf665b2487d47691c405aff.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/funny_category-9f6fee3306eee9892ebc522fc7c7f38e71b1b75eebf665b2487d47691c405aff.svg — 200 — 1.8 KiB — 36 ms — h2https://assets.teepublic.com/assets/teepublicons/product_tshirt-cb1652b6222e426e923a6d65ab993d87583905c32c5fcebb5bfe56c60b1813d6.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_tshirt-cb1652b6222e426e923a6d65ab993d87583905c32c5fcebb5bfe56c60b1813d6.svg — 200 — 1.2 KiB — 32 ms — h2https://assets.teepublic.com/assets/teepublicons/product_hat-25e12e229a7b3d8867e8e5cf36022cb3452c6ebf8f4876c1f50aee33cbcd2298.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_hat-25e12e229a7b3d8867e8e5cf36022cb3452c6ebf8f4876c1f50aee33cbcd2298.svg — 200 — 1.9 KiB — 41 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.7 shttps://teepublic.com// https://teepublic.com/ — 301 — 247 B — 7 ms — h2https://www.teepublic.com/www.teepublic.com/ https://www.teepublic.com/ — 200 — 48.8 KiB — 846 ms — h2https://assets.teepublic.com/packs/js/fetchers-3c1dea9a26fe30d7c946.jsassets.teepublic.com/packs/js/fetch... https://assets.teepublic.com/packs/js/fetchers-3c1dea9a26fe30d7c946.js — 200 — 1.1 KiB — 66 ms — h2https://assets.teepublic.com/assets/home_page-731be5c5a45661c036644e65d74805d82cce57a75d98fe9c49d09652fdd93ce4.jsassets.teepublic.com/assets/home_pa... https://assets.teepublic.com/assets/home_page-731be5c5a45661c036644e65d74805d82cce57a75d98fe9c49d09652fdd93ce4.js — 200 — 47.3 KiB — 74 ms — h2https://assets.teepublic.com/packs/js/home_page-2a097679ac14384db57d.jsassets.teepublic.com/packs/js/home_... https://assets.teepublic.com/packs/js/home_page-2a097679ac14384db57d.js — 200 — 84.5 KiB — 101 ms — h2https://js.braintreegateway.com/web/3.76.4/js/client.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/client.min.js — 200 — 12.4 KiB — 94 ms — h3https://www.paypalobjects.com/api/checkout.jswww.paypalobjects.com/api/checkout.... https://www.paypalobjects.com/api/checkout.js — 200 — 204.2 KiB — 131 ms — h3https://www.paypal.com/sdk/js?client-id=AQv56RDGepzQkP_cj0XC_YDTfRR1ilSUV7IhsKXIqt6yc1nx06fon0y7C7VE&currency=EURwww.paypal.com/sdk/js?client-id=AQv... https://www.paypal.com/sdk/js?client-id=AQv56RDGepzQkP_cj0XC_YDTfRR1ilSUV7IhsKXIqt6yc1nx06fon0y7C7VE&currency=EUR — 200 — 97.2 KiB — 100 ms — h2https://js.braintreegateway.com/web/3.76.4/js/data-collector.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/data-collector.min.js — 200 — 10.4 KiB — 111 ms — h3https://js.braintreegateway.com/web/3.76.4/js/apple-pay.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/apple-pay.min.js — 200 — 6.5 KiB — 114 ms — h3https://js.braintreegateway.com/web/3.76.4/js/paypal-checkout.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/paypal-checkout.min.js — 200 — 14.4 KiB — 113 ms — h3https://assets.teepublic.com/assets/bundles/home_page-0226ef2a3cd4b1d14b403bbc01213118e915f229f098d36fea2a49173f926ac1.cssassets.teepublic.com/assets/bundles... https://assets.teepublic.com/assets/bundles/home_page-0226ef2a3cd4b1d14b403bbc01213118e915f229f098d36fea2a49173f926ac1.css — 200 — 40.4 KiB — 88 ms — h2https://assets.teepublic.com/assets/Roobert-Medium-88ba78029f73fa9f18e1e3c31c1f076acdc49223af70a78b2ea4bdbab8168283.woff2assets.teepublic.com/assets/Roobert... https://assets.teepublic.com/assets/Roobert-Medium-88ba78029f73fa9f18e1e3c31c1f076acdc49223af70a78b2ea4bdbab8168283.woff2 — 200 — 30.3 KiB — 97 ms — h2https://assets.teepublic.com/assets/Roobert-SemiBold-9d9c1ae0fc78f67d82c4fc43987857f5b897d29b903701d1e97c2e207311d636.woff2assets.teepublic.com/assets/Roobert... https://assets.teepublic.com/assets/Roobert-SemiBold-9d9c1ae0fc78f67d82c4fc43987857f5b897d29b903701d1e97c2e207311d636.woff2 — 200 — 30.5 KiB — 81 ms — h2https://assets.teepublic.com/assets/Roobert-Bold-e95979b74ebe06c1851ece294f8f7e9e6d3ad0d817d1968dcbfb26373f0b4de5.woff2assets.teepublic.com/assets/Roobert... https://assets.teepublic.com/assets/Roobert-Bold-e95979b74ebe06c1851ece294f8f7e9e6d3ad0d817d1968dcbfb26373f0b4de5.woff2 — 200 — 30.7 KiB — 97 ms — h2https://assets.teepublic.com/assets/SharpGroteskBold-f0bacf6ef6410646205690dca3bc65f5bb2d31b9417a358ad9c07237a310d196.woff2assets.teepublic.com/assets/SharpGr... https://assets.teepublic.com/assets/SharpGroteskBold-f0bacf6ef6410646205690dca3bc65f5bb2d31b9417a358ad9c07237a310d196.woff2 — 200 — 49.1 KiB — 66 ms — h2https://res.cloudinary.com/teepublic/image/private/s--DGkd3GJc--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_1900,q_auto:best,w_1900/v1776717607/production/homepage_items/17787.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--DGkd3GJc--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_1900,q_auto:best,w_1900/v1776717607/production/homepage_items/17787.jpg — 200 — 675.5 KiB — 240 ms — h2https://res.cloudinary.com/teepublic/image/private/s--p2KOUT5l--/ar_7:2,c_fill,h_560,w_1960/d_misc:cover_image_24.jpg,f_avif,q_auto:good/v1716396810/production/stores/8437/banner.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--p2KOUT5l--/ar_7:2,c_fill,h_560,w_1960/d_misc:cover_image_24.jpg,f_avif,q_auto:good/v1716396810/production/stores/8437/banner.jpg — 200 — 121.9 KiB — 196 ms — h2https://res.cloudinary.com/teepublic/image/private/s--l09RImMh--/ar_1:1,c_fill,h_324,w_324/d_misc:avatars:store_avatar_default.png,f_avif,q_auto:low/v1716265936/production/stores/8437/avatar.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--l09RImMh--/ar_1:1,c_fill,h_324,w_324/d_misc:avatars:store_avatar_default.png,f_avif,q_auto:low/v1716265936/production/stores/8437/avatar.jpg — 200 — 6.0 KiB — 217 ms — h2https://assets.teepublic.com/assets/logos/tp-full-white-@2x-7d0319e86d02d00d6a2c8977e3241596c50072b7431870a7a335cddfdea80715.webpassets.teepublic.com/assets/logos/t... https://assets.teepublic.com/assets/logos/tp-full-white-@2x-7d0319e86d02d00d6a2c8977e3241596c50072b7431870a7a335cddfdea80715.webp — 200 — 6.3 KiB — 31 ms — h2https://assets.teepublic.com/assets/teepublicons/mothers_day_category-dcfcee1c8205103d5e952112e2cd2d282861c4e58bfbf7fde70d2a9791a66ecc.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/mothers_day_category-dcfcee1c8205103d5e952112e2cd2d282861c4e58bfbf7fde70d2a9791a66ecc.svg — 200 — 4.0 KiB — 28 ms — h2https://assets.teepublic.com/assets/teepublicons/music_category-1324a255644fadda89eec3e7592d774aa5ef1fb2e8c4890cb68e50b00ba74e4c.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/music_category-1324a255644fadda89eec3e7592d774aa5ef1fb2e8c4890cb68e50b00ba74e4c.svg — 200 — 1.7 KiB — 25 ms — h2https://assets.teepublic.com/assets/teepublicons/movies_category-5f86580925b057396f163d2580f379aa87bd168cb768642286c6f8cb232ff03e.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/movies_category-5f86580925b057396f163d2580f379aa87bd168cb768642286c6f8cb232ff03e.svg — 200 — 1.6 KiB — 29 ms — h2https://assets.teepublic.com/assets/teepublicons/television_category-2e47c61dadafedf1f24709803bf35688fcfd02d479f58a54ac41bc25f7601428.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/television_category-2e47c61dadafedf1f24709803bf35688fcfd02d479f58a54ac41bc25f7601428.svg — 200 — 1.7 KiB — 27 ms — h2https://assets.teepublic.com/assets/teepublicons/sports_category-0e7b62256697cecc444ae1c1c0950562259ad9f73e5c41dc07eec9a7cf232117.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/sports_category-0e7b62256697cecc444ae1c1c0950562259ad9f73e5c41dc07eec9a7cf232117.svg — 200 — 2.6 KiB — 35 ms — h2https://assets.teepublic.com/assets/teepublicons/80s_category-7cbcd0d8756c4e60bfa08440424eea0fb394ba75aabda260b0a9386b8c914bbc.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/80s_category-7cbcd0d8756c4e60bfa08440424eea0fb394ba75aabda260b0a9386b8c914bbc.svg — 200 — 2.2 KiB — 34 ms — h2https://assets.teepublic.com/assets/teepublicons/animals_category-48d8ff723c830255c8da4725eb3695b335d61dd8682a6ccbd3974c76f05ff8a7.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/animals_category-48d8ff723c830255c8da4725eb3695b335d61dd8682a6ccbd3974c76f05ff8a7.svg — 200 — 1.9 KiB — 30 ms — h2https://assets.teepublic.com/assets/teepublicons/funny_category-9f6fee3306eee9892ebc522fc7c7f38e71b1b75eebf665b2487d47691c405aff.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/funny_category-9f6fee3306eee9892ebc522fc7c7f38e71b1b75eebf665b2487d47691c405aff.svg — 200 — 1.8 KiB — 36 ms — h2https://assets.teepublic.com/assets/teepublicons/product_tshirt-cb1652b6222e426e923a6d65ab993d87583905c32c5fcebb5bfe56c60b1813d6.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_tshirt-cb1652b6222e426e923a6d65ab993d87583905c32c5fcebb5bfe56c60b1813d6.svg — 200 — 1.2 KiB — 32 ms — h2https://assets.teepublic.com/assets/teepublicons/product_hat-25e12e229a7b3d8867e8e5cf36022cb3452c6ebf8f4876c1f50aee33cbcd2298.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_hat-25e12e229a7b3d8867e8e5cf36022cb3452c6ebf8f4876c1f50aee33cbcd2298.svg — 200 — 1.9 KiB — 41 ms — h2https://assets.teepublic.com/assets/teepublicons/product_tank-ffbc7a9ecd19d0466706de291f7c41ea4c9b560f8519af06e6957b8eb586f628.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_tank-ffbc7a9ecd19d0466706de291f7c41ea4c9b560f8519af06e6957b8eb586f628.svg — 200 — 1.1 KiB — 38 ms — h2https://assets.teepublic.com/assets/teepublicons/product_sticker-f567d08da532a7eeb12cbd9ee166fd6eef3f9cdd31f44d8bece7413a0b500bf1.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_sticker-f567d08da532a7eeb12cbd9ee166fd6eef3f9cdd31f44d8bece7413a0b500bf1.svg — 200 — 1.2 KiB — 37 ms — h2https://assets.teepublic.com/assets/teepublicons/product_kids-627eccdf0f446db928c65490522cdf8e82ec18b6b75ade60ae4cf5ca4a467faf.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_kids-627eccdf0f446db928c65490522cdf8e82ec18b6b75ade60ae4cf5ca4a467faf.svg — 200 — 2.1 KiB — 42 ms — h2https://assets.teepublic.com/assets/teepublicons/product_mug-471b7ca6fa559ffc76b5e7ed09e2dcf62a0bd2c8a5cc560496778902b0e46483.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_mug-471b7ca6fa559ffc76b5e7ed09e2dcf62a0bd2c8a5cc560496778902b0e46483.svg — 200 — 1012 B — 44 ms — h2https://assets.teepublic.com/assets/teepublicons/product_hoodie-ff8720b9b1a3bf7fcc0e61bf56cd699efaacb8db06ba20b83589338c20631dac.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_hoodie-ff8720b9b1a3bf7fcc0e61bf56cd699efaacb8db06ba20b83589338c20631dac.svg — 200 — 1.9 KiB — 39 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MVDRFFDwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MVDRFFD — 200 — 210.5 KiB — 164 ms — h2https://assets.teepublic.com/assets/bg/topic-pattern_a40-53c47db1de5f995ef7dd4c968196332e418a9bbc0029ad61266d3fb36dca6561.webpassets.teepublic.com/assets/bg/topi... https://assets.teepublic.com/assets/bg/topic-pattern_a40-53c47db1de5f995ef7dd4c968196332e418a9bbc0029ad61266d3fb36dca6561.webp — 200 — 27.8 KiB — 24 ms — h2https://assets.teepublic.com/assets/icons/spinner-6b9b25aa9eee76bff953098ec9d520217d6ad4aae2870e1b2d766e9f35797647.svgassets.teepublic.com/assets/icons/s... https://assets.teepublic.com/assets/icons/spinner-6b9b25aa9eee76bff953098ec9d520217d6ad4aae2870e1b2d766e9f35797647.svg — 200 — 475 B — 24 ms — h2https://assets.teepublic.com/assets/teepublicons/product_socks-be7d188894897d5bfe6c7a9922e08bfa69b0fd8132017058c5db2d744702520f.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_socks-be7d188894897d5bfe6c7a9922e08bfa69b0fd8132017058c5db2d744702520f.svg — 200 — 1.5 KiB — 24 ms — h2https://assets.teepublic.com/assets/teepublicons/product_bag-87ec9cdca47b25d98858a7d72d9bb99fe73d833feb38f02546ede5e1f3765123.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_bag-87ec9cdca47b25d98858a7d72d9bb99fe73d833feb38f02546ede5e1f3765123.svg — 200 — 2.8 KiB — 25 ms — h2https://assets.teepublic.com/assets/teepublicons/product_shorts-125f62c45a99cf09b14c7398092a193029ace9c221fafc4999e13d2ef19608d1.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/product_shorts-125f62c45a99cf09b14c7398092a193029ace9c221fafc4999e13d2ef19608d1.svg — 200 — 5.2 KiB — 26 ms — h2https://res.cloudinary.com/teepublic/image/private/s--1nHOrwli--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776717899/production/homepage_items/17788.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--1nHOrwli--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776717899/production/homepage_items/17788.jpg — 200 — 26.2 KiB — 65 ms — h2https://res.cloudinary.com/teepublic/image/private/s--VPRLXaWP--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776717952/production/homepage_items/17789.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--VPRLXaWP--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776717952/production/homepage_items/17789.jpg — 200 — 28.7 KiB — 68 ms — h2https://res.cloudinary.com/teepublic/image/private/s--QAsL8aP_--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776717984/production/homepage_items/17790.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--QAsL8aP_--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776717984/production/homepage_items/17790.jpg — 200 — 26.7 KiB — 76 ms — h2https://res.cloudinary.com/teepublic/image/private/s--wDpUFse5--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776718520/production/homepage_items/17791.jpgres.cloudinary.com/teepublic/image/... https://res.cloudinary.com/teepublic/image/private/s--wDpUFse5--/l_text:helvetica_16_bold:1776876342,o_0/c_scale,f_avif,h_420,q_auto:best,w_420/v1776718520/production/homepage_items/17791.jpg — 200 — 50.1 KiB — 80 ms — h2https://assets.teepublic.com/assets/teepublicons/heart_outline_neutral500-d0f44092d0f4b0ebf862fd41310088de645ae521b8525b1ab75997142f61e9a5.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/heart_outline_neutral500-d0f44092d0f4b0ebf862fd41310088de645ae521b8525b1ab75997142f61e9a5.svg — 200 — 552 B — 40 ms — h2https://images.teepublic.com/derived/production/designs/63783528_0/1722424168/i_p:c_6e2229,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/63783528_0/1722424168/i_p:c_6e2229,s_313,q_90.webp — 200 — 7.0 KiB — 115 ms — h2https://images.teepublic.com/derived/production/designs/87691212_0/1770876719/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/87691212_0/1770876719/i_p:c_191919,s_313,q_90.webp — 200 — 16.6 KiB — 148 ms — h2https://images.teepublic.com/derived/production/designs/64092580_25/1776286090/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/64092580_25/1776286090/i_p:c_191919,s_313,q_90.webp — 200 — 16.2 KiB — 126 ms — h2https://images.teepublic.com/derived/production/designs/83926958_0/1763970133/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/83926958_0/1763970133/i_p:c_191919,s_313,q_90.webp — 200 — 12.4 KiB — 109 ms — h2https://images.teepublic.com/derived/production/designs/72433894_4/1774884772/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/72433894_4/1774884772/i_p:c_191919,s_313,q_90.webp — 200 — 3.7 KiB — 111 ms — h2https://images.teepublic.com/derived/production/designs/89052620_0/1773609767/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/89052620_0/1773609767/i_p:c_191919,s_313,q_90.webp — 200 — 17.0 KiB — 123 ms — h2https://assets.teepublic.com/assets/teepublicons/calendar_neutral700-98a723cefc40be5697fecf74808118d72f2bac5ad900a952257e139c55648821.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/calendar_neutral700-98a723cefc40be5697fecf74808118d72f2bac5ad900a952257e139c55648821.svg — 200 — 868 B — 79 ms — h2https://assets.teepublic.com/assets/featured_products/featured_product-tee-29f513307d71142c82902e8785f7c7e7660e5363a48c2ce5d170d3f2c11c37b9.jpgassets.teepublic.com/assets/feature... https://assets.teepublic.com/assets/featured_products/featured_product-tee-29f513307d71142c82902e8785f7c7e7660e5363a48c2ce5d170d3f2c11c37b9.jpg — 200 — 131.4 KiB — 78 ms — h2https://assets.teepublic.com/assets/featured_products/featured_product-hoodie-2bc2e3ec7a33683874af973ded970625daacf22c68310d68dec2ebda2537cc44.jpgassets.teepublic.com/assets/feature... https://assets.teepublic.com/assets/featured_products/featured_product-hoodie-2bc2e3ec7a33683874af973ded970625daacf22c68310d68dec2ebda2537cc44.jpg — 200 — 106.0 KiB — 79 ms — h2https://assets.teepublic.com/assets/featured_products/featured_product-kids_tee-8b72929ff6c38bd97a16f8baf3688f8f0c13032570baaa8118d9842d1f6bdf18.jpgassets.teepublic.com/assets/feature... https://assets.teepublic.com/assets/featured_products/featured_product-kids_tee-8b72929ff6c38bd97a16f8baf3688f8f0c13032570baaa8118d9842d1f6bdf18.jpg — 200 — 71.9 KiB — 65 ms — h2https://assets.teepublic.com/assets/featured_products/featured_product-phonecase-b08c8e872ac9673b07492b764afb7a0fb0b9145e20745606bbd6c94c7630f3b3.jpgassets.teepublic.com/assets/feature... https://assets.teepublic.com/assets/featured_products/featured_product-phonecase-b08c8e872ac9673b07492b764afb7a0fb0b9145e20745606bbd6c94c7630f3b3.jpg — 200 — 104.6 KiB — 75 ms — h2https://assets.teepublic.com/assets/featured_products/featured_product-sticker-482b489caba269cd94440b2e0051fcbd578c06e4704dea936c218d008b32058d.jpgassets.teepublic.com/assets/feature... https://assets.teepublic.com/assets/featured_products/featured_product-sticker-482b489caba269cd94440b2e0051fcbd578c06e4704dea936c218d008b32058d.jpg — 200 — 116.5 KiB — 74 ms — h2https://assets.teepublic.com/assets/featured_products/featured_product-mugs-0dfb8d82e9d40077599367f70bd56cfa2d123b91f8ab8ee1a3a13eeb8b4e4c61.jpgassets.teepublic.com/assets/feature... https://assets.teepublic.com/assets/featured_products/featured_product-mugs-0dfb8d82e9d40077599367f70bd56cfa2d123b91f8ab8ee1a3a13eeb8b4e4c61.jpg — 200 — 132.5 KiB — 75 ms — h2https://assets.teepublic.com/assets/teepublicons/fp_info_light_weight-ce2df21ebedffb88692ce7a9fcc9c363da3450b36d1bc4e2a527a8e76e260c8c.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/fp_info_light_weight-ce2df21ebedffb88692ce7a9fcc9c363da3450b36d1bc4e2a527a8e76e260c8c.svg — 200 — 810 B — 34 ms — h2https://assets.teepublic.com/assets/teepublicons/fp_info_pre_shrunk-da9dbf4ceb1c6d755851e0f6343f9a4fb06224e3910257b7620bfeb71cc847b4.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/fp_info_pre_shrunk-da9dbf4ceb1c6d755851e0f6343f9a4fb06224e3910257b7620bfeb71cc847b4.svg — 200 — 2.6 KiB — 33 ms — h2https://assets.teepublic.com/assets/teepublicons/fp_info_perfect_cut-9840c8c3b15af7a6c3cf4beb63a4b31fe214c9e8c17e651ca43801d7d43acd58.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/fp_info_perfect_cut-9840c8c3b15af7a6c3cf4beb63a4b31fe214c9e8c17e651ca43801d7d43acd58.svg — 200 — 1.1 KiB — 36 ms — h2https://assets.teepublic.com/assets/teepublicons/fp_info_fair_made-32a73f2d070b4feff96ac0eef4954fccb82aed040a6f2a7bf4776969ffb7ec3c.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/fp_info_fair_made-32a73f2d070b4feff96ac0eef4954fccb82aed040a6f2a7bf4776969ffb7ec3c.svg — 200 — 1.6 KiB — 38 ms — h2https://assets.teepublic.com/assets/teepublicons/x_close_neutral400-c1926221e50e7f6686d23ac344405449054e43f23d0f3306f15d8dfd546f999a.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/x_close_neutral400-c1926221e50e7f6686d23ac344405449054e43f23d0f3306f15d8dfd546f999a.svg — 200 — 311 B — 39 ms — h2https://assets.teepublic.com/assets/teepublicons/user_primary400-cbe4923027a0625a846acda949725368bbe52ac03f2bde950bf4891a338de0a5.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/user_primary400-cbe4923027a0625a846acda949725368bbe52ac03f2bde950bf4891a338de0a5.svg — 200 — 429 B — 35 ms — h2https://images.teepublic.com/derived/production/designs/85642055_0/1767001809/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/85642055_0/1767001809/i_p:c_191919,s_313,q_90.webp — 200 — 13.2 KiB — 76 ms — h2https://images.teepublic.com/derived/production/designs/90343767_1/1775768851/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/90343767_1/1775768851/i_p:c_191919,s_313,q_90.webp — 200 — 11.3 KiB — 55 ms — h2https://images.teepublic.com/derived/production/designs/68618277_0/1732050747/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/68618277_0/1732050747/i_p:c_191919,s_313,q_90.webp — 200 — 10.2 KiB — 38 ms — h2https://images.teepublic.com/derived/production/designs/90805752_0/1776565096/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/90805752_0/1776565096/i_p:c_191919,s_313,q_90.webp — 200 — 11.9 KiB — 40 ms — h2https://images.teepublic.com/derived/production/designs/88065976_0/1771811529/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/88065976_0/1771811529/i_p:c_191919,s_313,q_90.webp — 200 — 20.2 KiB — 76 ms — h2https://images.teepublic.com/derived/production/designs/88279655_0/1772207614/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/88279655_0/1772207614/i_p:c_191919,s_313,q_90.webp — 200 — 2.9 KiB — 77 ms — h2https://images.teepublic.com/derived/production/designs/24500_0/1446077510/i_p:c_ffffff,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/24500_0/1446077510/i_p:c_ffffff,s_313,q_90.webp — 200 — 13.8 KiB — 81 ms — h2https://images.teepublic.com/derived/production/designs/24517_0/1446077515/i_p:c_36538b,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/24517_0/1446077515/i_p:c_36538b,s_313,q_90.webp — 200 — 13.2 KiB — 83 ms — h2https://images.teepublic.com/derived/production/designs/24525_0/1446077523/i_p:c_36538b,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/24525_0/1446077523/i_p:c_36538b,s_313,q_90.webp — 200 — 8.9 KiB — 83 ms — h2https://images.teepublic.com/derived/production/designs/25983_0/1446078051/i_p:c_fffffe,b_heather_texture,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/25983_0/1446078051/i_p:c_fffffe,b_heather_texture,s_313,q_90.webp — 200 — 30.1 KiB — 84 ms — h2https://images.teepublic.com/derived/production/designs/4556286_0/1554261832/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/4556286_0/1554261832/i_p:c_191919,s_313,q_90.webp — 200 — 10.0 KiB — 84 ms — h2https://images.teepublic.com/derived/production/designs/4675374_0/1555701848/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/4675374_0/1555701848/i_p:c_191919,s_313,q_90.webp — 200 — 12.5 KiB — 84 ms — h2https://images.teepublic.com/derived/production/designs/5291942_0/1562874455/i_p:c_191919,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/5291942_0/1562874455/i_p:c_191919,s_313,q_90.webp — 200 — 12.2 KiB — 85 ms — h2https://images.teepublic.com/derived/production/designs/7375569_0/1577550110/i_p:c_fffffe,b_heather_texture,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/7375569_0/1577550110/i_p:c_fffffe,b_heather_texture,s_313,q_90.webp — 200 — 31.4 KiB — 85 ms — h2https://www.paypal.com/tagmanager/pptm.js?id=www.teepublic.com&source=checkoutjs&t=xo&v=4.0.347www.paypal.com/tagmanager/pptm.js?i... https://www.paypal.com/tagmanager/pptm.js?id=www.teepublic.com&source=checkoutjs&t=xo&v=4.0.347 — 200 — 1.0 KiB — 54 ms — h2https://js.braintreegateway.com/web/3.76.4/js/google-payment.min.jsjs.braintreegateway.com/web/3.76.4/... https://js.braintreegateway.com/web/3.76.4/js/google-payment.min.js — 200 — 7.2 KiB — 27 ms — h3https://pay.google.com/gp/p/js/pay.jspay.google.com/gp/p/js/pay.js https://pay.google.com/gp/p/js/pay.js — 200 — 59.3 KiB — 150 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 67 ms — h2https://consent.cookiebot.com/uc.js?cbid=a3e10285-9441-438a-badd-8a988a897f71&implementation=gtm&consentmode-dataredaction=dynamicconsent.cookiebot.com/uc.js?cbid=a3... https://consent.cookiebot.com/uc.js?cbid=a3e10285-9441-438a-badd-8a988a897f71&implementation=gtm&consentmode-dataredaction=dynamic — 200 — 27.0 KiB — 63 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XF9TWRP0RL&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XF9TWRP0RL&cx=c&gtm=4e64k0h1 — 200 — 170.4 KiB — 51 ms — h2https://www.googletagmanager.com/gtag/js?id=G-MYB8FNPCB4&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-MYB8FNPCB4&cx=c&gtm=4e64k0h1 — 200 — 154.3 KiB — 56 ms — h2https://static.simonsignal.com/simon-tee-min.jsstatic.simonsignal.com/simon-tee-mi... https://static.simonsignal.com/simon-tee-min.js — 200 — 6.3 KiB — 14 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 80 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=15&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.teepublic.com%2F&scrsrc=www.googletagmanager.com&rnd=631292224.1776890771&navt=n&npa=1&ep.ads_data_redaction=1&gdid=dMWZhNz&_tu=CA&gtm=45He64k0h1v77128454za200zd77128454xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776890770753&tfd=1334pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=15&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.teepublic.com%2F&scrsrc=www.googletagmanager.com&rnd=631292224.1776890771&navt=n&npa=1&ep.ads_data_redaction=1&gdid=dMWZhNz&_tu=CA&gtm=45He64k0h1v77128454za200zd77128454xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776890770753&tfd=1334 — 200 — 21 B — 104 ms — h3https://simonsignal.com/events/v1/collectsimonsignal.com/events/v1/collect https://simonsignal.com/events/v1/collect — 200 — 0 B — 330 ms — h2https://simonsignal.com/tags/v1simonsignal.com/tags/v1 https://simonsignal.com/tags/v1 — 200 — 0 B — 345 ms — h2https://consentcdn.cookiebot.com/consentconfig/a3e10285-9441-438a-badd-8a988a897f71/settings.jsonconsentcdn.cookiebot.com/consentcon... https://consentcdn.cookiebot.com/consentconfig/a3e10285-9441-438a-badd-8a988a897f71/settings.json — 200 — 952 B — 65 ms — h2https://consent.cookiebot.com/a3e10285-9441-438a-badd-8a988a897f71/cc.js?renew=false&referer=www.teepublic.com&dnt=false&init=falseconsent.cookiebot.com/a3e10285-9441... https://consent.cookiebot.com/a3e10285-9441-438a-badd-8a988a897f71/cc.js?renew=false&referer=www.teepublic.com&dnt=false&init=false — 200 — 88.9 KiB — 209 ms — h2https://consentcdn.cookiebot.com/sdk/bc-v4.min.htmlconsentcdn.cookiebot.com/sdk/bc-v4.... https://consentcdn.cookiebot.com/sdk/bc-v4.min.html — 200 — 808 B — 61 ms — h2https://payments.braintree-api.com/graphqlpayments.braintree-api.com/graphql https://payments.braintree-api.com/graphql — 200 — 0 B — 82 ms — h2https://pay.google.com/gp/p/ui/payframe?origin=https%3A%2F%2Fwww.teepublic.com&mid=pay.google.com/gp/p/ui/payframe?ori... https://pay.google.com/gp/p/ui/payframe?origin=https%3A%2F%2Fwww.teepublic.com&mid= — 200 — 8.3 KiB — 242 ms — h2https://payments.braintree-api.com/graphqlpayments.braintree-api.com/graphql https://payments.braintree-api.com/graphql — 200 — 1.6 KiB — 47 ms — h2https://www.teepublic.com/gifting-module/show?canvas=t-shirtswww.teepublic.com/gifting-module/sh... https://www.teepublic.com/gifting-module/show?canvas=t-shirts — 200 — 2.1 KiB — 196 ms — h2https://www.teepublic.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.teepublic.com/cdn-cgi/challenge... https://www.teepublic.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 374 B — 26 ms — h2https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 0 B — 150 ms — http/1.1https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 0 B — 150 ms — http/1.1https://c.paypal.com/da/r/fb.jsc.paypal.com/da/r/fb.js https://c.paypal.com/da/r/fb.js — 200 — 23.7 KiB — 30 ms — h2https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 0 B — 140 ms — http/1.1https://www.teepublic.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.teepublic.com/cdn-cgi/challenge... https://www.teepublic.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.7 KiB — 24 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-XF9TWRP0RL&gtm=45je64k0h1v879990087z877128454za20gzb77128454zd77128454&_p=1776890770273&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMWZhNz&_eu=AAAAAGA&are=1&cid=1788149582.1776890771&frm=0&pscdl=denied&rcb=9&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~115938465~115938469~117266400~117512542&sid=1776890771&sct=1&seg=0&dl=https%3A%2F%2Fwww.teepublic.com%2F&dt=Unique%20Apparel%2C%20Stickers%20and%20Gifts%20%7C%20Designed%20by%20Independent%20Artists%20%7C%20TeePublic&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&up.gaClientID=function()%7Bfor(var%20v%3D%0A%5B%5D%2Cu%3D0%3Bu%3Carguments.length%3Bu%2B%2B)v%5Bu%5D%3DXd(arguments%5Bu%5D%2Cb%2Cc)%3Bvar%20x%3Dnew%20ib(b%3Fb.be()%3Anew%20Wa)%3Bb%26%26x.ne(b.Bb())%3Breturn%20f(g.apply(x%2Cv))%7D&up.event_id=1776890770725.992864.3&tfd=1636region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-XF9TWRP0RL&gtm=45je64k0h1v879990087z877128454za20gzb77128454zd77128454&_p=1776890770273&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dMWZhNz&_eu=AAAAAGA&are=1&cid=1788149582.1776890771&frm=0&pscdl=denied&rcb=9&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~115938465~115938469~117266400~117512542&sid=1776890771&sct=1&seg=0&dl=https%3A%2F%2Fwww.teepublic.com%2F&dt=Unique%20Apparel%2C%20Stickers%20and%20Gifts%20%7C%20Designed%20by%20Independent%20Artists%20%7C%20TeePublic&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&up.gaClientID=function()%7Bfor(var%20v%3D%0A%5B%5D%2Cu%3D0%3Bu%3Carguments.length%3Bu%2B%2B)v%5Bu%5D%3DXd(arguments%5Bu%5D%2Cb%2Cc)%3Bvar%20x%3Dnew%20ib(b%3Fb.be()%3Anew%20Wa)%3Bb%26%26x.ne(b.Bb())%3Breturn%20f(g.apply(x%2Cv))%7D&up.event_id=1776890770725.992864.3&tfd=1636 — 204 — 550 B — 84 ms — h2https://simonsignal.com/events/v1/collectsimonsignal.com/events/v1/collect https://simonsignal.com/events/v1/collect — 200 — 610 B — 184 ms — h2https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/am=AAAAgA0/d=1/excm=_b,_tp,payframeview/ed=1/dg=0/wt=2/ujg=1/rs=AMitfrhxwuiwjqTn_9FHt7ep94LDKqFrMg/dti=1/m=_b,_tpwww.gstatic.com/_/mss/boq-payments-... https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/am=AAAAgA0/d=1/excm=_b,_tp,payframeview/ed=1/dg=0/wt=2/ujg=1/rs=AMitfrhxwuiwjqTn_9FHt7ep94LDKqFrMg/dti=1/m=_b,_tp — 200 — 56.1 KiB — 109 ms — h2https://simonsignal.com/tags/v1simonsignal.com/tags/v1 https://simonsignal.com/tags/v1 — 200 — 637 B — 333 ms — h2https://www.teepublic.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f0779ed3df3b598www.teepublic.com/cdn-cgi/challenge... https://www.teepublic.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f0779ed3df3b598 — 200 — 1.2 KiB — 41 ms — h2https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 352 B — 42 ms — http/1.1https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 352 B — 41 ms — http/1.1https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 352 B — 42 ms — http/1.1https://www.teepublic.com/gifting-module/load?tag=funny&canvas=t-shirtswww.teepublic.com/gifting-module/lo... https://www.teepublic.com/gifting-module/load?tag=funny&canvas=t-shirts — 200 — 2.0 KiB — 249 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-9203424&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-9203424&cx=c&gtm=4e64k0h1 — 200 — 125.9 KiB — 99 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-981615718&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-981615718&cx=c&gtm=4e64k0h1 — 200 — 144.8 KiB — 104 ms — h3https://assets.teepublic.com/assets/teepublicons/anime_category-0ca898772cc87bd827eb268f956e948d8cc1d4adf197906d8f057bc656ebe567.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/anime_category-0ca898772cc87bd827eb268f956e948d8cc1d4adf197906d8f057bc656ebe567.svg — 200 — 2.9 KiB — 24 ms — h2https://assets.teepublic.com/assets/teepublicons/sci_fi_category-dd117697cd2f070116b7cd5a94e8b5008ce075b0174cf2204db00a20a6ea0232.svgassets.teepublic.com/assets/teepubl... https://assets.teepublic.com/assets/teepublicons/sci_fi_category-dd117697cd2f070116b7cd5a94e8b5008ce075b0174cf2204db00a20a6ea0232.svg — 200 — 2.8 KiB — 25 ms — h2https://b.stats.paypal.com/counter.cgi?i=127.0.0.1&p=913a4616180ecf38e410ec43382443fd&t=1776890770.993&a=14b.stats.paypal.com/counter.cgi?i=12... https://b.stats.paypal.com/counter.cgi?i=127.0.0.1&p=913a4616180ecf38e410ec43382443fd&t=1776890770.993&a=14 — 302 — 395 B — 158 ms — http/1.1https://c6.paypal.com/v1/r/d/b/p3?f=913a4616180ecf38e410ec43382443fd&s=BRAINTREE_SIGNINc6.paypal.com/v1/r/d/b/p3?f=913a461... https://c6.paypal.com/v1/r/d/b/p3?f=913a4616180ecf38e410ec43382443fd&s=BRAINTREE_SIGNIN — 200 — 485 B — 249 ms — h2https://c.paypal.com/v1/r/d/i?js_src=https://c.paypal.com/da/r/fb.jsc.paypal.com/v1/r/d/i?js_src=https:... https://c.paypal.com/v1/r/d/i?js_src=https://c.paypal.com/da/r/fb.js — 200 — 1.6 KiB — 224 ms — h2https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=_b,_tp/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=uZmJddwww.gstatic.com/_/mss/boq-payments-... https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=_b,_tp/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=uZmJdd — 200 — 35.1 KiB — 35 ms — h2https://pay.google.com/gp/p/ui/paypay.google.com/gp/p/ui/pay https://pay.google.com/gp/p/ui/pay — 200 — 389.1 KiB — 185 ms — h3https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=_b,_tp,uZmJdd/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=Wt6vjf,hhhU8,FCpbqb,WhJNkwww.gstatic.com/_/mss/boq-payments-... https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=_b,_tp,uZmJdd/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=Wt6vjf,hhhU8,FCpbqb,WhJNk — 200 — 3.6 KiB — 25 ms — h3https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=FCpbqb,WhJNk,Wt6vjf,_b,_tp,hhhU8,uZmJdd/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=byfTOb,lsjVmc,LEikZe,lwddkf,EFQ78cwww.gstatic.com/_/mss/boq-payments-... https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=FCpbqb,WhJNk,Wt6vjf,_b,_tp,hhhU8,uZmJdd/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=byfTOb,lsjVmc,LEikZe,lwddkf,EFQ78c — 200 — 14.6 KiB — 28 ms — h3https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=EFQ78c,FCpbqb,LEikZe,WhJNk,Wt6vjf,_b,_tp,byfTOb,hhhU8,lsjVmc,lwddkf,uZmJdd/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=p3hmRc,LvGhrf,RqjULdwww.gstatic.com/_/mss/boq-payments-... https://www.gstatic.com/_/mss/boq-payments-consumer/_/js/k=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.en_US.0rxwiEBUw2Q.2018.O/ck=boq-payments-consumer.InstantbuyFrontendBuyflowPayframeUi.6km6LA1zMqk.L.B1.O/am=AAAAgA0/d=1/exm=EFQ78c,FCpbqb,LEikZe,WhJNk,Wt6vjf,_b,_tp,byfTOb,hhhU8,lsjVmc,lwddkf,uZmJdd/excm=_b,_tp,payframeview/ed=1/wt=2/ujg=1/rs=AMitfrj8XOsqMR4pAVeYwo0I0PRXiYVusw/ee=EmZ2Bf:zr1jrb;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;LBgRLc:XVMNvd;Me32dd:MEeYgc;NJ1rfe:yGfSdd;NPKaK:PVlQOd;NSEoX:lazG7b;Pjplud:EEDORb;QGR0gd:Mlhmy;SNUn3:ZwDk9d;ScI3Yc:e7Hzgb;Uvc8o:VDovNc;YIZmRd:A1yn5d;a56pNe:JEfCwb;cEt90b:ws9Tlc;dIoSBb:SpsfSb;dowIGb:ebZ3mb;eBAeSb:zbML3c;iFQyKf:vfuNJf;lOO0Vd:OTA3Ae;oGtAuc:sOXFj;qQEoOc:KUM7Z;qafBPd:yDVVkb;qddgKe:xQtZb;wR5FRb:siKnQd;yEQyxe:p8L0ob;yxTchf:KUM7Z/dti=1/m=p3hmRc,LvGhrf,RqjULd — 200 — 8.1 KiB — 25 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAAuCAYAAAD6FPHbAAAAAXNSR0IArs4c6QAAAARnQU1BAACxj…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAAuCAYAAAD6FPHbAAAAAXNSR0IArs4c6QAAAARnQU1BAACxj… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA… — 200 — 0 B — 0 ms — datahttps://lhr.stats.paypal.com/counter2.cgi?i=127.0.0.1&p=913a4616180ecf38e410ec43382443fd&t=1776890770.993&a=14lhr.stats.paypal.com/counter2.cgi?i... https://lhr.stats.paypal.com/counter2.cgi?i=127.0.0.1&p=913a4616180ecf38e410ec43382443fd&t=1776890770.993&a=14 — 200 — 299 B — 132 ms — http/1.1https://www.gstatic.com/instantbuy/svg/transparent_square.svgwww.gstatic.com/instantbuy/svg/tran... https://www.gstatic.com/instantbuy/svg/transparent_square.svg — 200 — 614 B — 71 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 107 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 110 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 108 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 109 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 112 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 110 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 110 ms — h2https://images.teepublic.com/derived/production/designs/34374950_1/1661272138/i_m:bi_production_blanks_mtl53ofohwq5goqjo9ke_1462829015,c_0_0_470x,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/34374950_1/1661272138/i_m:bi_production_blanks_mtl53ofohwq5goqjo9ke_1462829015,c_0_0_470x,s_313,q_90.webp — 200 — 4.8 KiB — 34 ms — h2https://images.teepublic.com/derived/production/designs/3498160_0/1542148589/i_m:bi_production_blanks_h778z1f0n6g0xugjpxxm_1462829020,c_0_0_470x,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/3498160_0/1542148589/i_m:bi_production_blanks_h778z1f0n6g0xugjpxxm_1462829020,c_0_0_470x,s_313,q_90.webp — 200 — 5.6 KiB — 37 ms — h2https://images.teepublic.com/derived/production/designs/74206375_0/1744448414/i_m:bi_production_blanks_mtl53ofohwq5goqjo9ke_1462829015,c_0_0_x626,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/74206375_0/1744448414/i_m:bi_production_blanks_mtl53ofohwq5goqjo9ke_1462829015,c_0_0_x626,s_313,q_90.webp — 200 — 9.9 KiB — 36 ms — h2https://images.teepublic.com/derived/production/designs/58243591_0/1709831620/i_m:bi_production_blanks_beqtwr2j6utublaobvi0_1462829022,c_48_15_x538,s_313,q_90.webpimages.teepublic.com/derived/produc... https://images.teepublic.com/derived/production/designs/58243591_0/1709831620/i_m:bi_production_blanks_beqtwr2j6utublaobvi0_1462829022,c_48_15_x538,s_313,q_90.webp — 200 — 7.0 KiB — 34 ms — h2https://www.teepublic.com/cart/google-paywww.teepublic.com/cart/google-pay https://www.teepublic.com/cart/google-pay — 200 — 248 B — 222 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 0 B — 101 ms — h2https://ade.googlesyndication.com/ddm/activity/src=9203424;type=count0;cat=aw_ds0;rcb=17;ord=2466581180609;npa=1;gdid=dMWZhNz;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;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0h1z877128454za20gzb77128454zd77128454xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266400~117384406~118463261;epver=2;~oref=https%3A%2F%2Fwww.teepublic.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=9203424;type=count0;cat=aw_ds0;rcb=17;ord=2466581180609;npa=1;gdid=dMWZhNz;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;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0h1z877128454za20gzb77128454zd77128454xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266400~117384406~118463261;epver=2;~oref=https%3A%2F%2Fwww.teepublic.com? — 302 — 770 B — 161 ms — h2https://c.paypal.com/da/r/fb.jsc.paypal.com/da/r/fb.js https://c.paypal.com/da/r/fb.js — 200 — 23.9 KiB — 4 ms — h2https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 90 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 106 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 81 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 86 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 84 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 77 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 74 ms — h3https://play.google.com/log?format=json&hasfast=true&authuser=0play.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true&authuser=0 — 200 — 151 B — 76 ms — h3https://pagead2.googlesyndication.com/pagead/conversion/981615718/?random=1776890771530&cv=11&fst=1776890771530&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0h1v890155625z877128454za20gzb77128454zd77128454xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.teepublic.com&rcb=16&label=xPcnCPe1qmAQ5oiJ1AM&frm=0&tiba=Unique%20Apparel%2C%20Stickers%20and%20Gifts%20%7C%20Designed%20by%20Independent%20Artists%20%7C%20TeePublic&did=dMWZhNz&gdid=dMWZhNz&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&us_privacy=1---&pscdl=denied&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=KA&data=ads_data_redaction%3Dtrue&category=acrcp_v1_512&fmt=8pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/conversion/981615718/?random=1776890771530&cv=11&fst=1776890771530&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0h1v890155625z877128454za20gzb77128454zd77128454xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.teepublic.com&rcb=16&label=xPcnCPe1qmAQ5oiJ1AM&frm=0&tiba=Unique%20Apparel%2C%20Stickers%20and%20Gifts%20%7C%20Designed%20by%20Independent%20Artists%20%7C%20TeePublic&did=dMWZhNz&gdid=dMWZhNz&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&us_privacy=1---&pscdl=denied&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=KA&data=ads_data_redaction%3Dtrue&category=acrcp_v1_512&fmt=8 — 204 — 21 B — 58 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&ae=g&dl=https%3A%2F%2Fwww.teepublic.com%2F&scrsrc=www.googletagmanager.com&rnd=631292224.1776890771&navt=n&npa=1&us_privacy=1---&ep.ecomm_prodid=undefined&ep.ecomm_pagetype=product&ep.ecomm_totalvalue=undefined&ep.ads_data_redaction=1&did=dMWZhNz&gdid=dMWZhNz&_tu=CA&gtm=45be64k0h1v890155625z877128454za20gzb77128454zd77128454xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-981615718&tid=AW-981615718&tft=1776890771554&tfd=2135pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&ae=g&dl=https%3A%2F%2Fwww.teepublic.com%2F&scrsrc=www.googletagmanager.com&rnd=631292224.1776890771&navt=n&npa=1&us_privacy=1---&ep.ecomm_prodid=undefined&ep.ecomm_pagetype=product&ep.ecomm_totalvalue=undefined&ep.ads_data_redaction=1&did=dMWZhNz&gdid=dMWZhNz&_tu=CA&gtm=45be64k0h1v890155625z877128454za20gzb77128454zd77128454xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-981615718&tid=AW-981615718&tft=1776890771554&tfd=2135 — 200 — 21 B — 26 ms — h3https://www.gstatic.com/instantbuy/svg/transparent_square.svgwww.gstatic.com/instantbuy/svg/tran... https://www.gstatic.com/instantbuy/svg/transparent_square.svg — 200 — 108 B — 24 ms — h3https://c.paypal.com/v1/r/d/b/p1c.paypal.com/v1/r/d/b/p1 https://c.paypal.com/v1/r/d/b/p1 — 200 — 1.4 KiB — 217 ms — h2https://c.paypal.com/v1/r/d/b/p2c.paypal.com/v1/r/d/b/p2 https://c.paypal.com/v1/r/d/b/p2 — 200 — 653 B — 238 ms — h2https://ade.googlesyndication.com/ddm/activity/src=9203424;dc_pre=CKih_PmpgpQDFTzDOwIdWUcnrA;type=count0;cat=aw_ds0;rcb=17;ord=2466581180609;npa=1;gdid=dMWZhNz;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;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0h1z877128454za20gzb77128454zd77128454xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266400~117384406~118463261;epver=2;~oref=https%3A%2F%2Fwww.teepublic.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=9203424;dc_pre=CKih_PmpgpQDFTzDOwIdWUcnrA;type=count0;cat=aw_ds0;rcb=17;ord=2466581180609;npa=1;gdid=dMWZhNz;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;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0h1z877128454za20gzb77128454zd77128454xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266400~117384406~118463261;epver=2;~oref=https%3A%2F%2Fwww.teepublic.com? — 200 — 118 B — 61 ms — h2https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 352 B — 39 ms — http/1.1https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3rclient-analytics.braintreegateway.c... https://client-analytics.braintreegateway.com/j35qfr8fn98hvg3r — 200 — 352 B — 39 ms — http/1.1https://www.teepublic.com/cdn-cgi/rum?www.teepublic.com/cdn-cgi/rum? https://www.teepublic.com/cdn-cgi/rum? — 204 — 160 B — 20 ms — h2https://assets.teepublic.com/assets/ico-92327d0a97cfd1fefc64e979127f2d06dbd0695bb471ece6fe92cff081c071b6.icoassets.teepublic.com/assets/ico-923... https://assets.teepublic.com/assets/ico-92327d0a97cfd1fefc64e979127f2d06dbd0695bb471ece6fe92cff081c071b6.ico — 200 — 12.3 KiB — 28 ms — h2https://www.paypal.com/xoplatform/logger/api/logger?disableSetCookie=truewww.paypal.com/xoplatform/logger/ap... https://www.paypal.com/xoplatform/logger/api/logger?disableSetCookie=true — 204 — 0 B — 221 ms — h2https://www.gstatic.com/instantbuy/svg/transparent_square.svgwww.gstatic.com/instantbuy/svg/tran... https://www.gstatic.com/instantbuy/svg/transparent_square.svg — 200 — 0 B — 1 ms — h2https://www.paypal.com/xoplatform/logger/api/logger?disableSetCookie=truewww.paypal.com/xoplatform/logger/ap... https://www.paypal.com/xoplatform/logger/api/logger?disableSetCookie=true — 200 — 893 B — 236 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 1499ms · 1000KB · €8/mo
www.teepublic.com
Other
Costly
Execution 498ms
Transfer 49 KB
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Costly
Execution 235ms
Transfer 211 KB
Unused 27%
Monthly Cost €1/mo
Unattributable
Other
Costly
Execution 206ms
Transfer 0 KB
Monthly Cost €1/mo
consent.cookiebot.com
Other
Optional
Execution 154ms
Transfer 89 KB
Monthly Cost €1/mo
assets.teepublic.com
Other
Optional
Execution 88ms
Transfer 47 KB
Unused 49%
Monthly Cost €0/mo
www.paypalobjects.com
Other
Optional
Execution 72ms
Transfer 204 KB
Unused 44%
Monthly Cost €0/mo
www.teepublic.com
Other
Optional
Execution 67ms
Transfer 0 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 145 KB
Unused 43%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 60ms
Transfer 170 KB
Unused 40%
Monthly Cost €0/mo
assets.teepublic.com
Other
Optional
Execution 58ms
Transfer 85 KB
Unused 63%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.teepublic.com adds 498ms and costs ~€3/month
  • Google Tag Manager adds 235ms and costs ~€1/month
  • Unattributable adds 206ms and costs ~€1/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.teepublic.com takes 498ms 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

Google Tag Manager takes 235ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

63% of assets.teepublic.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback