Skip to content
https://setmore.com

Performance

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

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

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

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

2.06 s

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

206 ms

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

0.001

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

1.99 s

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

5.58 s

Page Load Progression

1.1 s
2.3 s
3.4 s
4.5 s
5.7 s
6.8 s
8.0 s
9.1 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.9 MB transferred, 140 requests
FIX
4.9 MB transferred, 140 requests
Critical::
Page weighs 10.2 MB (4.9 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.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
Fonts are 429 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 429 KB
Warning::
140 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.9 MB / 2.4 MB budget
4.9 MB transferred
140 requests
1.0 g CO2 per page load
Images 1.9 MiB 39%
JavaScript 1.5 MiB 31%
Other 727.5 KiB 15%
Fonts 429.1 KiB 9%
HTML 129.0 KiB 3%
Other 123.2 KiB 2%
Other 23.7 KiB 0%
Other 14.0 KiB 0%
CSS 1.3 KiB 0%
Other 959 B 0%
Other 549 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.9 MiB of 4.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
44 scripts, 494 KB unused
FIX
44 scripts, 494 KB unused
Warning::
https://app.chatsupport.co/api/client/get/script/L...: 216 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 68 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-F8ZF...: 67 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-WSNK...: 63 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5H6...: 46 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 494 KB
494 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://app.chatsupport.co/api/client/get/script/LS-d6856c51500 KB216 KB (44%)3rd
https://accounts.google.com/gsi/client96 KB68 KB (71%)3rd
https://www.googletagmanager.com/gtag/js?id=G-F8ZFEKPVXL&cx=c&gtm=4e64k0171 KB67 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-WSNK7QFYC8&cx=c&_slc=1148 KB63 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5H66N96162 KB46 KB (28%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://www.setmore.com/_next/static/chunks/2917-b44d1e8383d3950a.js3 KB3rd
https://www.setmore.com/_next/static/viVgsSChP-nrE8qJXzT_i/_buildManifest.js3 KB3rd
https://www.setmore.com/_next/static/chunks/6081.bc6b5883aead88f4.js4 KB3rd
https://www.setmore.com/_next/static/chunks/4594.6c79d08056b918cf.js1 KB3rd

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
140 resources · 4.9 MB · 494 KB savings available
FIX
140 resources · 4.9 MB · 494 KB savings available
Warning::
Page weight 3.9 MB over 1MB target
Got: 4.9 MB Expected: ≤ 1 MB
Info::
~494 KB of savings available
Warning::
139 third-party resources (100% of weight)
Info::
5 resources over 200KB
140 resources · 4.9 MiB · 139 third-party 3.9 MiB over 1MB target
Image 42% · 2.0 MiB
JavaScript 31% · 1.5 MiB
Media 15% · 727.5 KiB
Font 9% · 429.1 KiB
Document 3% · 129.2 KiB
Other 1% · 39.1 KiB
CSS 0% · 1.3 KiB

~494.2 KiB of savings available

Remove unused JavaScript: 494.2 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
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://assets.setmore.com/website/v2/images/homep... 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://assets.setmore.com/website/v2/images/homep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.setmore.com/website/v2/images/homep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.setmore.com/website/v2/images/homep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.setmore.com/website/v2/images/homep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 1.9 MB
0 oversized -0 KB
16 legacy format
6 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

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

C
JS Execution Cost
Action
1902ms total JS execution
REVIEW
1902ms total JS execution
Warning::
https://www.setmore.com/_next/static/chunks/pages/...: 431ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5H6...: 318ms CPU time
Warning::
https://www.setmore.com/: 295ms CPU time
Warning::
Unattributable: 272ms CPU time
Info::
https://www.setmore.com/_next/static/chunks/framew...: 161ms CPU time
Warning::
Third-party scripts: 1902ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 21% Style & Layout 11% Script Parsing & Compilation 6% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.setmore.com/_next/static/chunks/pages/_app-f2b7c8b2e55a3d3f.js431ms174ms3ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5H66N96318ms297ms14ms3rd
https://www.setmore.com/295ms3ms0ms3rd
Unattributable272ms19ms0ms3rd
https://www.setmore.com/_next/static/chunks/framework-6cd10bf471d7c860.js161ms143ms3ms3rd
https://app.chatsupport.co/api/client/get/script/LS-d6856c51139ms81ms57ms3rd
https://cdn.jsdelivr.net/npm/@fingerprintjs/fingerprintjs@3/dist/fp.min.js122ms94ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-F8ZFEKPVXL&cx=c&gtm=4e64k090ms74ms9ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js75ms67ms2ms3rd
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
8 fonts (429 KB)
PASS
8 fonts (429 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

429 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 2.1 shttps://www.setmore.com/_next/static/media/4de1fea1a954a5b6-s.p.woff24de1fea1a954a5b6-s.p.woff2 https://www.setmore.com/_next/static/media/4de1fea1a954a5b6-s.p.woff2 — 13.8 KiB — 159 ms — font-display: swaphttps://www.setmore.com/_next/static/media/6d664cce900333ee-s.p.woff26d664cce900333ee-s.p.woff2 https://www.setmore.com/_next/static/media/6d664cce900333ee-s.p.woff2 — 13.9 KiB — 177 ms — font-display: swaphttps://www.setmore.com/_next/static/media/0306ea5db2eb2196.p.woff0306ea5db2eb2196.p.woff https://www.setmore.com/_next/static/media/0306ea5db2eb2196.p.woff — 52.7 KiB — 174 ms — font-display: swaphttps://www.setmore.com/_next/static/media/457c19822e909381.p.woff2457c19822e909381.p.woff2 https://www.setmore.com/_next/static/media/457c19822e909381.p.woff2 — 16.6 KiB — 155 ms — font-display: swaphttps://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2S6uyw4BMUTPHjx4wXg.woff2 https://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2 — 23.5 KiB — 5 ms — font-display: swaphttps://widget.trustpilot.com/fonts/lato/S6u9w4BMUTPHh6UVSwiPGQ.woff2S6u9w4BMUTPHh6UVSwiPGQ.... https://widget.trustpilot.com/fonts/lato/S6u9w4BMUTPHh6UVSwiPGQ.woff2 — 22.9 KiB — 6 ms — font-display: swaphttps://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2S6uyw4BMUTPHjx4wXg.woff2 https://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2 — 0 B — 8 ms — font-display: swaphttps://storage.googleapis.com/livesupport/chat/fonts/Lato-Regular.woffLato-Regular.woff https://storage.googleapis.com/livesupport/chat/fonts/Lato-Regular.woff — 285.6 KiB — 131 ms — font-display: swap
4de1fea1a954a5b6-s.p.woff2 woff2 swap
Size 14 KB
Load time 159 ms
Start 434 ms
Risk FOUT — text flashes from fallback to web font
6d664cce900333ee-s.p.woff2 woff2 swap
Size 14 KB
Load time 177 ms
Start 435 ms
Risk FOUT — text flashes from fallback to web font
0306ea5db2eb2196.p.woff woff swap
Size 53 KB
Load time 174 ms
Start 435 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
457c19822e909381.p.woff2 woff2 swap
Size 17 KB
Load time 155 ms
Start 436 ms
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjx4wXg.woff2 woff2 swap
Size 23 KB
Load time 5 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwiPGQ.... woff2 swap
Size 23 KB
Load time 6 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjx4wXg.woff2 woff2 swap
Size 0 KB
Load time 8 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Lato-Regular.woff woff swap
Size 286 KB
Load time 131 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~244 KB and ~488 ms

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

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
140 requests over 8996ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.1 s LCP 2.1 shttps://setmore.com// https://setmore.com/ — 301 — 161 B — 149 ms — h2https://www.setmore.com/www.setmore.com/ https://www.setmore.com/ — 200 — 119.6 KiB — 343 ms — h2https://assets.setmore.com/website/v2/images/logo/setmore-tree-logo.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/logo/setmore-tree-logo.svg — 200 — 6.4 KiB — 74 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/setmore-website-homepage-hero-cover.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore-website-homepage-hero-cover.webp — 200 — 19.3 KiB — 66 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-scheduling-software.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-scheduling-software.webp — 200 — 20.9 KiB — 201 ms — h2https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.jswidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js — 200 — 8.1 KiB — 18 ms — h2https://www.setmore.com/_next/static/media/4de1fea1a954a5b6-s.p.woff2www.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/4de1fea1a954a5b6-s.p.woff2 — 200 — 13.8 KiB — 159 ms — h2https://www.setmore.com/_next/static/media/6d664cce900333ee-s.p.woff2www.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/6d664cce900333ee-s.p.woff2 — 200 — 13.9 KiB — 177 ms — h2https://www.setmore.com/_next/static/media/0306ea5db2eb2196.p.woffwww.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/0306ea5db2eb2196.p.woff — 200 — 52.7 KiB — 174 ms — h2https://www.setmore.com/_next/static/media/457c19822e909381.p.woff2www.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/457c19822e909381.p.woff2 — 200 — 16.6 KiB — 155 ms — h2https://assets.setmore.com/website/v2/images/favicon/tree-icon/site.webmanifestassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/favicon/tree-icon/site.webmanifest — 200 — 959 B — 76 ms — h2https://assets.setmore.com/website/v2/images/common-images/trustpilot-widget.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/common-images/trustpilot-widget.svg — 200 — 5.3 KiB — 30 ms — h2https://assets.setmore.com/common/js/utmtracker.jsassets.setmore.com/common/js/utmtra... https://assets.setmore.com/common/js/utmtracker.js — 200 — 23.0 KiB — 158 ms — h2https://www.setmore.com/_next/static/chunks/3958.cd87d3fa8a301195.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/3958.cd87d3fa8a301195.js — 200 — 2.2 KiB — 165 ms — h3https://www.setmore.com/_next/static/chunks/9204.1aa36e99a16af942.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/9204.1aa36e99a16af942.js — 200 — 1.0 KiB — 173 ms — h3https://www.setmore.com/_next/static/chunks/3965.e552af51461691bc.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/3965.e552af51461691bc.js — 200 — 1.6 KiB — 195 ms — h3https://www.setmore.com/_next/static/chunks/6114.2835b23aa8394262.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/6114.2835b23aa8394262.js — 200 — 3.6 KiB — 198 ms — h3https://www.setmore.com/_next/static/chunks/2262.562c806e2c5a4c99.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/2262.562c806e2c5a4c99.js — 200 — 4.0 KiB — 208 ms — h3https://www.setmore.com/_next/static/chunks/204.ac0bcdedc7554876.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/204.ac0bcdedc7554876.js — 200 — 1.5 KiB — 186 ms — h3https://www.setmore.com/_next/static/chunks/6081.bc6b5883aead88f4.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/6081.bc6b5883aead88f4.js — 200 — 3.8 KiB — 176 ms — h3https://www.setmore.com/_next/static/chunks/4594.6c79d08056b918cf.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/4594.6c79d08056b918cf.js — 200 — 755 B — 196 ms — h3https://www.setmore.com/_next/static/chunks/1444.b99cc1486d6c07bc.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/1444.b99cc1486d6c07bc.js — 200 — 524 B — 173 ms — h3https://www.setmore.com/_next/static/chunks/webpack-3df61214fb2996d1.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/webpack-3df61214fb2996d1.js — 200 — 5.0 KiB — 174 ms — h3https://www.setmore.com/_next/static/chunks/framework-6cd10bf471d7c860.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/framework-6cd10bf471d7c860.js — 200 — 38.2 KiB — 216 ms — h3https://www.setmore.com/_next/static/chunks/main-10ef58ae9377cf19.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/main-10ef58ae9377cf19.js — 200 — 33.2 KiB — 216 ms — h3https://www.setmore.com/_next/static/chunks/pages/_app-f2b7c8b2e55a3d3f.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/pages/_app-f2b7c8b2e55a3d3f.js — 200 — 40.1 KiB — 217 ms — h3https://www.setmore.com/_next/static/chunks/9518-a492a95e1871e257.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/9518-a492a95e1871e257.js — 200 — 4.4 KiB — 186 ms — h3https://www.setmore.com/_next/static/chunks/4103-40d9ade2e69e8709.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/4103-40d9ade2e69e8709.js — 200 — 9.4 KiB — 175 ms — h3https://www.setmore.com/_next/static/chunks/4852-33380442eaef9de5.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/4852-33380442eaef9de5.js — 200 — 11.7 KiB — 161 ms — h3https://www.setmore.com/_next/static/chunks/1378-9513d2400da3a11a.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/1378-9513d2400da3a11a.js — 200 — 2.7 KiB — 176 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.1 s LCP 2.1 shttps://setmore.com// https://setmore.com/ — 301 — 161 B — 149 ms — h2https://www.setmore.com/www.setmore.com/ https://www.setmore.com/ — 200 — 119.6 KiB — 343 ms — h2https://assets.setmore.com/website/v2/images/logo/setmore-tree-logo.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/logo/setmore-tree-logo.svg — 200 — 6.4 KiB — 74 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/setmore-website-homepage-hero-cover.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore-website-homepage-hero-cover.webp — 200 — 19.3 KiB — 66 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-scheduling-software.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-scheduling-software.webp — 200 — 20.9 KiB — 201 ms — h2https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.jswidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js — 200 — 8.1 KiB — 18 ms — h2https://www.setmore.com/_next/static/media/4de1fea1a954a5b6-s.p.woff2www.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/4de1fea1a954a5b6-s.p.woff2 — 200 — 13.8 KiB — 159 ms — h2https://www.setmore.com/_next/static/media/6d664cce900333ee-s.p.woff2www.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/6d664cce900333ee-s.p.woff2 — 200 — 13.9 KiB — 177 ms — h2https://www.setmore.com/_next/static/media/0306ea5db2eb2196.p.woffwww.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/0306ea5db2eb2196.p.woff — 200 — 52.7 KiB — 174 ms — h2https://www.setmore.com/_next/static/media/457c19822e909381.p.woff2www.setmore.com/_next/static/media/... https://www.setmore.com/_next/static/media/457c19822e909381.p.woff2 — 200 — 16.6 KiB — 155 ms — h2https://assets.setmore.com/website/v2/images/favicon/tree-icon/site.webmanifestassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/favicon/tree-icon/site.webmanifest — 200 — 959 B — 76 ms — h2https://assets.setmore.com/website/v2/images/common-images/trustpilot-widget.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/common-images/trustpilot-widget.svg — 200 — 5.3 KiB — 30 ms — h2https://assets.setmore.com/common/js/utmtracker.jsassets.setmore.com/common/js/utmtra... https://assets.setmore.com/common/js/utmtracker.js — 200 — 23.0 KiB — 158 ms — h2https://www.setmore.com/_next/static/chunks/3958.cd87d3fa8a301195.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/3958.cd87d3fa8a301195.js — 200 — 2.2 KiB — 165 ms — h3https://www.setmore.com/_next/static/chunks/9204.1aa36e99a16af942.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/9204.1aa36e99a16af942.js — 200 — 1.0 KiB — 173 ms — h3https://www.setmore.com/_next/static/chunks/3965.e552af51461691bc.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/3965.e552af51461691bc.js — 200 — 1.6 KiB — 195 ms — h3https://www.setmore.com/_next/static/chunks/6114.2835b23aa8394262.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/6114.2835b23aa8394262.js — 200 — 3.6 KiB — 198 ms — h3https://www.setmore.com/_next/static/chunks/2262.562c806e2c5a4c99.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/2262.562c806e2c5a4c99.js — 200 — 4.0 KiB — 208 ms — h3https://www.setmore.com/_next/static/chunks/204.ac0bcdedc7554876.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/204.ac0bcdedc7554876.js — 200 — 1.5 KiB — 186 ms — h3https://www.setmore.com/_next/static/chunks/6081.bc6b5883aead88f4.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/6081.bc6b5883aead88f4.js — 200 — 3.8 KiB — 176 ms — h3https://www.setmore.com/_next/static/chunks/4594.6c79d08056b918cf.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/4594.6c79d08056b918cf.js — 200 — 755 B — 196 ms — h3https://www.setmore.com/_next/static/chunks/1444.b99cc1486d6c07bc.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/1444.b99cc1486d6c07bc.js — 200 — 524 B — 173 ms — h3https://www.setmore.com/_next/static/chunks/webpack-3df61214fb2996d1.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/webpack-3df61214fb2996d1.js — 200 — 5.0 KiB — 174 ms — h3https://www.setmore.com/_next/static/chunks/framework-6cd10bf471d7c860.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/framework-6cd10bf471d7c860.js — 200 — 38.2 KiB — 216 ms — h3https://www.setmore.com/_next/static/chunks/main-10ef58ae9377cf19.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/main-10ef58ae9377cf19.js — 200 — 33.2 KiB — 216 ms — h3https://www.setmore.com/_next/static/chunks/pages/_app-f2b7c8b2e55a3d3f.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/pages/_app-f2b7c8b2e55a3d3f.js — 200 — 40.1 KiB — 217 ms — h3https://www.setmore.com/_next/static/chunks/9518-a492a95e1871e257.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/9518-a492a95e1871e257.js — 200 — 4.4 KiB — 186 ms — h3https://www.setmore.com/_next/static/chunks/4103-40d9ade2e69e8709.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/4103-40d9ade2e69e8709.js — 200 — 9.4 KiB — 175 ms — h3https://www.setmore.com/_next/static/chunks/4852-33380442eaef9de5.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/4852-33380442eaef9de5.js — 200 — 11.7 KiB — 161 ms — h3https://www.setmore.com/_next/static/chunks/1378-9513d2400da3a11a.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/1378-9513d2400da3a11a.js — 200 — 2.7 KiB — 176 ms — h3https://www.setmore.com/_next/static/chunks/6065-5ef5a47271908b55.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/6065-5ef5a47271908b55.js — 200 — 1.9 KiB — 165 ms — h3https://www.setmore.com/_next/static/chunks/2434-ec2c9b645f861342.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/2434-ec2c9b645f861342.js — 200 — 2.7 KiB — 212 ms — h3https://www.setmore.com/_next/static/chunks/6701-beac7ffffd7e8274.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/6701-beac7ffffd7e8274.js — 200 — 2.2 KiB — 212 ms — h3https://www.setmore.com/_next/static/chunks/2917-b44d1e8383d3950a.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/2917-b44d1e8383d3950a.js — 200 — 2.7 KiB — 168 ms — h3https://www.setmore.com/_next/static/chunks/8643-810803b123abd898.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/8643-810803b123abd898.js — 200 — 5.2 KiB — 181 ms — h3https://www.setmore.com/_next/static/chunks/pages/index-0873432807ba9851.jswww.setmore.com/_next/static/chunks... https://www.setmore.com/_next/static/chunks/pages/index-0873432807ba9851.js — 200 — 7.7 KiB — 172 ms — h3https://www.setmore.com/_next/static/viVgsSChP-nrE8qJXzT_i/_buildManifest.jswww.setmore.com/_next/static/viVgsS... https://www.setmore.com/_next/static/viVgsSChP-nrE8qJXzT_i/_buildManifest.js — 200 — 3.2 KiB — 163 ms — h3https://www.setmore.com/_next/static/viVgsSChP-nrE8qJXzT_i/_ssgManifest.jswww.setmore.com/_next/static/viVgsS... https://www.setmore.com/_next/static/viVgsSChP-nrE8qJXzT_i/_ssgManifest.js — 200 — 1.5 KiB — 164 ms — h3https://www.setmore.com/sprite.svgwww.setmore.com/sprite.svg https://www.setmore.com/sprite.svg — 200 — 53.6 KiB — 296 ms — h3https://assets.setmore.com/website/v2/images/homepage-v2/setmore-booking-page-overview.pngassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore-booking-page-overview.png — 200 — 8.1 KiB — 25 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/setmore_laura-gomez-video--cover.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore_laura-gomez-video--cover.webp — 200 — 18.6 KiB — 33 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/setmore_happy-dental-video--cover.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore_happy-dental-video--cover.webp — 200 — 14.0 KiB — 28 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/setmore_law-offices-of-athar-video--cover.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore_law-offices-of-athar-video--cover.webp — 200 — 10.3 KiB — 34 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/setmore_lendale-johnson-video--cover.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore_lendale-johnson-video--cover.webp — 200 — 20.9 KiB — 40 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/setmore_pet-dental-video--cover.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/setmore_pet-dental-video--cover.webp — 200 — 12.7 KiB — 42 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-stripe.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-stripe.svg — 200 — 1.1 KiB — 42 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-salesforce.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-salesforce.svg — 200 — 1.2 KiB — 43 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-google-calendar.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-google-calendar.svg — 200 — 1.2 KiB — 45 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-zoom.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-zoom.svg — 200 — 733 B — 44 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-square.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-square.svg — 200 — 991 B — 46 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-instagram.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-instagram.svg — 200 — 1.3 KiB — 47 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-facebook.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/icons/icon-facebook.svg — 200 — 1014 B — 48 ms — h2https://assets.setmore.com/website/v2/gif/payment.gifassets.setmore.com/website/v2/gif/p... https://assets.setmore.com/website/v2/gif/payment.gif — 200 — 996.1 KiB — 117 ms — h2https://assets.setmore.com/website/v2/images/homepage-v2/video/homepage-hero.mp4assets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2/video/homepage-hero.mp4 — 206 — 618.9 KiB — 93 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20…www.w3.org/2000/svg' width='20' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' vie…www.w3.org/2000/svg' width='24' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' vie… — 200 — 0 B — 0 ms — datahttps://assets.setmore.com/website/v2/images/gif/earth-2x.gifassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/gif/earth-2x.gif — 200 — 62.5 KiB — 42 ms — h3https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-booking-page.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-booking-page.webp — 200 — 17.2 KiB — 146 ms — h3https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-online-booking-page.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-online-booking-page.webp — 200 — 1.7 KiB — 144 ms — h3https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-booking-page-branding.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-booking-page-branding.webp — 200 — 2.8 KiB — 134 ms — h3https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-booking-page-integrations.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-booking-page-integrations.webp — 200 — 2.6 KiB — 143 ms — h3https://assets.setmore.com/website/v2/images/homepage-v2-2/female-gym-coach-instructing-man.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/female-gym-coach-instructing-man.webp — 200 — 20.4 KiB — 135 ms — h3https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-calendar.webpassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/homepage-v2-2/setmore-calendar.webp — 200 — 16.8 KiB — 143 ms — h3https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4o151188.ingest.sentry.io/api/544481... https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4 — 200 — 300 B — 87 ms — h2https://assets.setmore.com/website/next/scripts/vendor/validate.jsassets.setmore.com/website/next/scr... https://assets.setmore.com/website/next/scripts/vendor/validate.js — 200 — 14.2 KiB — 25 ms — h2https://storage.googleapis.com/setmorewebsite_language_bucket/admin/standard/assets/v2/common/tree-counter.jsonstorage.googleapis.com/setmorewebsi... https://storage.googleapis.com/setmorewebsite_language_bucket/admin/standard/assets/v2/common/tree-counter.json — 200 — 627 B — 84 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 155 ms — h2https://www.setmore.com/sprite.svgwww.setmore.com/sprite.svg https://www.setmore.com/sprite.svg — 200 — 53.6 KiB — 194 ms — h3https://www.setmore.com/_next/data/viVgsSChP-nrE8qJXzT_i/en.jsonwww.setmore.com/_next/data/viVgsSCh... https://www.setmore.com/_next/data/viVgsSChP-nrE8qJXzT_i/en.json — 200 — 21.6 KiB — 157 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 35 ms — h2https://accounts.google.com/gsi/log?client_id=184585202479-9cbj5kq01ou79mqpl81a2k1q43gauj9r.apps.googleusercontent.com&as=2C6mVThX%2F8KufjbsKxIB4ONnRm954SNHWRz9PkXNpjI&bs=bfiWwneEjHesEnKQR8aCaZjA%2BJX1y7mLotwNMzU%2Br28&event=onetap.card.prompt.apiCall&enable_itp_optimization=19accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=184585202479-9cbj5kq01ou79mqpl81a2k1q43gauj9r.apps.googleusercontent.com&as=2C6mVThX%2F8KufjbsKxIB4ONnRm954SNHWRz9PkXNpjI&bs=bfiWwneEjHesEnKQR8aCaZjA%2BJX1y7mLotwNMzU%2Br28&event=onetap.card.prompt.apiCall&enable_itp_optimization=19 — 200 — 23 B — 63 ms — h3https://accounts.google.com/gsi/log?client_id=184585202479-9cbj5kq01ou79mqpl81a2k1q43gauj9r.apps.googleusercontent.com&as=2C6mVThX%2F8KufjbsKxIB4ONnRm954SNHWRz9PkXNpjI&bs=bfiWwneEjHesEnKQR8aCaZjA%2BJX1y7mLotwNMzU%2Br28&event=onetap.closed.flowRestarted&enable_itp_optimization=19accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=184585202479-9cbj5kq01ou79mqpl81a2k1q43gauj9r.apps.googleusercontent.com&as=2C6mVThX%2F8KufjbsKxIB4ONnRm954SNHWRz9PkXNpjI&bs=bfiWwneEjHesEnKQR8aCaZjA%2BJX1y7mLotwNMzU%2Br28&event=onetap.closed.flowRestarted&enable_itp_optimization=19 — 200 — 23 B — 64 ms — h3https://assets.setmore.com/website/v2/images/favicon/tree-icon/favicon.icoassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/favicon/tree-icon/favicon.ico — 200 — 14.8 KiB — 25 ms — h3https://app.chatsupport.co/api/client/get/script/LS-d6856c51app.chatsupport.co/api/client/get/s... https://app.chatsupport.co/api/client/get/script/LS-d6856c51 — 200 — 500.2 KiB — 294 ms — h2https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/index.html?templateId=5419b732fbfb950b10de65e5&businessunitId=5942b0540000ff0005a4a45awidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/index.html?templateId=5419b732fbfb950b10de65e5&businessunitId=5942b0540000ff0005a4a45a — 200 — 4.0 KiB — 8 ms — h2https://widget.trustpilot.com/trustboxes/53aa8912dec7e10d38f59f36/index.html?templateId=53aa8912dec7e10d38f59f36&businessunitId=5942b0540000ff0005a4a45awidget.trustpilot.com/trustboxes/53... https://widget.trustpilot.com/trustboxes/53aa8912dec7e10d38f59f36/index.html?templateId=53aa8912dec7e10d38f59f36&businessunitId=5942b0540000ff0005a4a45a — 200 — 5.4 KiB — 5 ms — h2https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/index.html?templateId=5419b732fbfb950b10de65e5&businessunitId=5942b0540000ff0005a4a45awidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/index.html?templateId=5419b732fbfb950b10de65e5&businessunitId=5942b0540000ff0005a4a45a — 200 — 0 B — 3 ms — h2https://assets.setmore.com/website/v2/images/favicon/tree-icon/favicon.svgassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/favicon/tree-icon/favicon.svg — 200 — 1.0 KiB — 29 ms — h3https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/main.jswidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/main.js — 200 — 27.4 KiB — 6 ms — h2https://widget.trustpilot.com/trustboxes/53aa8912dec7e10d38f59f36/main.jswidget.trustpilot.com/trustboxes/53... https://widget.trustpilot.com/trustboxes/53aa8912dec7e10d38f59f36/main.js — 200 — 18.4 KiB — 3 ms — h2https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/main.jswidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b732fbfb950b10de65e5/main.js — 200 — 0 B — 2 ms — h2https://widget.trustpilot.com/trustbox-data/5419b732fbfb950b10de65e5?businessUnitId=5942b0540000ff0005a4a45a&locale=en-GBwidget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/5419b732fbfb950b10de65e5?businessUnitId=5942b0540000ff0005a4a45a&locale=en-GB — 200 — 863 B — 7 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-GB&styleHeight=24px&styleWidth=100%25&theme=light&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=5419b732fbfb950b10de65e5widget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-GB&styleHeight=24px&styleWidth=100%25&theme=light&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=5419b732fbfb950b10de65e5 — 204 — 308 B — 44 ms — h2https://widget.trustpilot.com/stats/TrustboxView?locale=en-GB&styleHeight=24px&styleWidth=100%25&theme=light&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=5419b732fbfb950b10de65e5widget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxView?locale=en-GB&styleHeight=24px&styleWidth=100%25&theme=light&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=5419b732fbfb950b10de65e5 — 204 — 309 B — 42 ms — h2https://widget.trustpilot.com/trustbox-data/53aa8912dec7e10d38f59f36?businessUnitId=5942b0540000ff0005a4a45a&locale=en-GB&reviewLanguages=en&reviewStars=3%2C4%2C5&includeReviews=1&reviewsPerPage=15widget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/53aa8912dec7e10d38f59f36?businessUnitId=5942b0540000ff0005a4a45a&locale=en-GB&reviewLanguages=en&reviewStars=3%2C4%2C5&includeReviews=1&reviewsPerPage=15 — 200 — 7.1 KiB — 8 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-GB&styleHeight=auto&styleWidth=100%25&theme=light&stars=3%2C4%2C5&reviewLanguages=en&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=53aa8912dec7e10d38f59f36widget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-GB&styleHeight=auto&styleWidth=100%25&theme=light&stars=3%2C4%2C5&reviewLanguages=en&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=53aa8912dec7e10d38f59f36 — 204 — 308 B — 46 ms — h2https://widget.trustpilot.com/trustbox-data/5419b732fbfb950b10de65e5?businessUnitId=5942b0540000ff0005a4a45a&locale=en-GBwidget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/5419b732fbfb950b10de65e5?businessUnitId=5942b0540000ff0005a4a45a&locale=en-GB — 200 — 0 B — 2 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-GB&styleHeight=24px&styleWidth=100%25&theme=light&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=5419b732fbfb950b10de65e5widget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-GB&styleHeight=24px&styleWidth=100%25&theme=light&fontFamily=Lato&textColor=%23303A47&url=https%3A%2F%2Fwww.setmore.com%2F&referrer=&userAgent=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&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5942b0540000ff0005a4a45a&widgetId=5419b732fbfb950b10de65e5 — 204 — 308 B — 78 ms — h2https://widget.trustpilot.com/fonts/lato.csswidget.trustpilot.com/fonts/lato.cs... https://widget.trustpilot.com/fonts/lato.css — 200 — 731 B — 3 ms — h2https://widget.trustpilot.com/fonts/lato.csswidget.trustpilot.com/fonts/lato.cs... https://widget.trustpilot.com/fonts/lato.css — 200 — 0 B — 1 ms — h2https://widget.trustpilot.com/fonts/lato.csswidget.trustpilot.com/fonts/lato.cs... https://widget.trustpilot.com/fonts/lato.css — 200 — 0 B — 0 ms — h2https://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2widget.trustpilot.com/fonts/lato/S6... https://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2 — 200 — 23.5 KiB — 5 ms — h2https://widget.trustpilot.com/fonts/lato/S6u9w4BMUTPHh6UVSwiPGQ.woff2widget.trustpilot.com/fonts/lato/S6... https://widget.trustpilot.com/fonts/lato/S6u9w4BMUTPHh6UVSwiPGQ.woff2 — 200 — 22.9 KiB — 6 ms — h2https://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2widget.trustpilot.com/fonts/lato/S6... https://widget.trustpilot.com/fonts/lato/S6uyw4BMUTPHjx4wXg.woff2 — 200 — 0 B — 8 ms — h2https://api.chatsupport.co/api/client/get/chatconfigapi.chatsupport.co/api/client/get/c... https://api.chatsupport.co/api/client/get/chatconfig — 200 — 0 B — 174 ms — h2https://assets.chatsupport.co/chat/sounds/new-incoming-chat.wavassets.chatsupport.co/chat/sounds/n... https://assets.chatsupport.co/chat/sounds/new-incoming-chat.wav — 206 — 108.6 KiB — 136 ms — h2https://api.chatsupport.co/api/client/get/chatconfigapi.chatsupport.co/api/client/get/c... https://api.chatsupport.co/api/client/get/chatconfig — 200 — 1.5 KiB — 139 ms — h2https://storage.chatsupport.co/files/fwYmGXF3r2kJ/photo-2021-10-02-10-47-00.jpgstorage.chatsupport.co/files/fwYmGX... https://storage.chatsupport.co/files/fwYmGXF3r2kJ/photo-2021-10-02-10-47-00.jpg — 200 — 706.8 KiB — 142 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 108 ms — h2https://cdn.jsdelivr.net/npm/@fingerprintjs/fingerprintjs@3/dist/fp.min.jscdn.jsdelivr.net/npm/@fingerprintjs... https://cdn.jsdelivr.net/npm/@fingerprintjs/fingerprintjs@3/dist/fp.min.js — 200 — 14.6 KiB — 7 ms — h2https://storage.googleapis.com/livesupport/chat/fonts/Lato-Regular.woffstorage.googleapis.com/livesupport/... https://storage.googleapis.com/livesupport/chat/fonts/Lato-Regular.woff — 200 — 285.6 KiB — 131 ms — h2https://api.chatsupport.co/api/contact/getcontactapi.chatsupport.co/api/contact/getc... https://api.chatsupport.co/api/contact/getcontact — 200 — 0 B — 133 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1345106154&t=pageview&_s=1&dl=https%3A%2F%2Fwww.setmore.com%2F&dp=%2F&ul=en-us&dt=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&sr=800x600&vp=1350x940&_u=KEBAAEABGAAAACgCI~&jid=1310184298&gjid=969261937&cid=174146426.1776896267&tid=UA-142317797-1&_gid=1098112047.1776896267&_r=1&_slc=1&z=1417522484www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1345106154&t=pageview&_s=1&dl=https%3A%2F%2Fwww.setmore.com%2F&dp=%2F&ul=en-us&dt=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&sr=800x600&vp=1350x940&_u=KEBAAEABGAAAACgCI~&jid=1310184298&gjid=969261937&cid=174146426.1776896267&tid=UA-142317797-1&_gid=1098112047.1776896267&_r=1&_slc=1&z=1417522484 — 200 — 465 B — 31 ms — h2https://www.googletagmanager.com/gtag/js?id=G-WSNK7QFYC8&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WSNK7QFYC8&cx=c&_slc=1 — 200 — 148.3 KiB — 164 ms — h2https://api.chatsupport.co/api/contact/getcontactapi.chatsupport.co/api/contact/getc... https://api.chatsupport.co/api/contact/getcontact — 200 — 687 B — 204 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-WSNK7QFYC8&gtm=45je64k1v9131765283za20g&_p=1776896267349&gcd=13l3lPl2l2l1&npa=0&dma_cps=a&dma=1&_eu=ABAI&are=1&cid=174146426.1776896267&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~118128923&dl=https%3A%2F%2Fwww.setmore.com%2F&dp=%2F&dt=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&sid=1776896267&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2448region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WSNK7QFYC8&gtm=45je64k1v9131765283za20g&_p=1776896267349&gcd=13l3lPl2l2l1&npa=0&dma_cps=a&dma=1&_eu=ABAI&are=1&cid=174146426.1776896267&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~118128923&dl=https%3A%2F%2Fwww.setmore.com%2F&dp=%2F&dt=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&sid=1776896267&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2448 — 204 — 549 B — 84 ms — h2https://api.chatsupport.co/api/message/visitor/get/unreadcountapi.chatsupport.co/api/message/visi... https://api.chatsupport.co/api/message/visitor/get/unreadcount — 200 — 0 B — 135 ms — h3https://api.chatsupport.co/api/events/saveapi.chatsupport.co/api/events/save https://api.chatsupport.co/api/events/save — 200 — 0 B — 135 ms — h3https://api.chatsupport.co/api/message/visitor/getapi.chatsupport.co/api/message/visi... https://api.chatsupport.co/api/message/visitor/get — 200 — 0 B — 130 ms — h3https://api.chatsupport.co/api/message/visitor/get/unreadcountapi.chatsupport.co/api/message/visi... https://api.chatsupport.co/api/message/visitor/get/unreadcount — 200 — 84 B — 160 ms — h3https://api.chatsupport.co/api/events/saveapi.chatsupport.co/api/events/save https://api.chatsupport.co/api/events/save — 200 — 270 B — 257 ms — h3https://api.chatsupport.co/api/message/visitor/getapi.chatsupport.co/api/message/visi... https://api.chatsupport.co/api/message/visitor/get — 200 — 115 B — 405 ms — h3https://api.chatsupport.co/api/client/get/settingsapi.chatsupport.co/api/client/get/s... https://api.chatsupport.co/api/client/get/settings — 200 — 0 B — 129 ms — h3https://api.chatsupport.co/api/client/get/settingsapi.chatsupport.co/api/client/get/s... https://api.chatsupport.co/api/client/get/settings — 200 — 505 B — 353 ms — h3https://api.chatsupport.co/api/rtm/subscribe/visitorapi.chatsupport.co/api/rtm/subscrib... https://api.chatsupport.co/api/rtm/subscribe/visitor — 200 — 0 B — 133 ms — h3https://api.chatsupport.co/api/rtm/subscribe/visitorapi.chatsupport.co/api/rtm/subscrib... https://api.chatsupport.co/api/rtm/subscribe/visitor — 200 — 311 B — 197 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-5H66N96www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5H66N96 — 200 — 162.2 KiB — 61 ms — h2https://www.googletagmanager.com/gtag/js?id=G-F8ZFEKPVXL&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-F8ZFEKPVXL&cx=c&gtm=4e64k0 — 200 — 171.3 KiB — 94 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 73 ms — h3https://script.tapfiliate.com/tapfiliate.jsscript.tapfiliate.com/tapfiliate.js https://script.tapfiliate.com/tapfiliate.js — 200 — 4.5 KiB — 11 ms — h2https://www.clarity.ms/tag/f5ts6q2sn6?ref=gtm2www.clarity.ms/tag/f5ts6q2sn6?ref=g... https://www.clarity.ms/tag/f5ts6q2sn6?ref=gtm2 — 200 — 861 B — 135 ms — http/1.1https://api.ipify.org/?format=jsonapi.ipify.org/?format=json https://api.ipify.org/?format=json — 200 — 157 B — 135 ms — h2https://tracking.g2crowd.com/attribution_tracking/conversions/5800.js?p=https://www.setmore.com/&e=falsetracking.g2crowd.com/attribution_tr... https://tracking.g2crowd.com/attribution_tracking/conversions/5800.js?p=https://www.setmore.com/&e=false — 200 — 2.2 KiB — 78 ms — h2https://assets.setmore.com/website/v2/images/favicon/tree-icon/favicon.icoassets.setmore.com/website/v2/image... https://assets.setmore.com/website/v2/images/favicon/tree-icon/favicon.ico — 200 — 0 B — 2 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-F8ZFEKPVXL&gtm=45je64k0v868905531z877672415za20gzb77672415zd77672415&_p=1776896267349&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1226369697&_eu=AAAAAGA&are=1&cid=174146426.1776896267&frm=0&pscdl=noapi&rcb=8&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~115616986~115938465~115938468~117266400~117384406~117512542~118463261&sid=1776896270&sct=1&seg=0&dl=https%3A%2F%2Fwww.setmore.com%2F&dt=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&en=page_view&_fv=1&_ss=1&ep.url_referrer=&ep.nonce=pe8566ctzeskbxiwbhsmq&tfd=5337region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-F8ZFEKPVXL&gtm=45je64k0v868905531z877672415za20gzb77672415zd77672415&_p=1776896267349&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1226369697&_eu=AAAAAGA&are=1&cid=174146426.1776896267&frm=0&pscdl=noapi&rcb=8&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~115616986~115938465~115938468~117266400~117384406~117512542~118463261&sid=1776896270&sct=1&seg=0&dl=https%3A%2F%2Fwww.setmore.com%2F&dt=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&en=page_view&_fv=1&_ss=1&ep.url_referrer=&ep.nonce=pe8566ctzeskbxiwbhsmq&tfd=5337 — 204 — 290 B — 56 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-F8ZFEKPVXL&cid=174146426.1776896267&gtm=45je64k0v868905531z877672415za20gzb77672415zd77672415&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117384406~117512542~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-F8ZFEKPVXL&cid=174146426.1776896267&gtm=45je64k0v868905531z877672415za20gzb77672415zd77672415&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117384406~117512542~118463261 — 204 — 549 B — 92 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-F8ZFEKPVXL&cid=174146426.1776896267&gtm=45je64k0v868905531z877672415za20gzb77672415zd77672415&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117384406~117512542~118463261&z=1261338480www.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-F8ZFEKPVXL&cid=174146426.1776896267&gtm=45je64k0v868905531z877672415za20gzb77672415zd77672415&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117384406~117512542~118463261&z=1261338480 — 200 — 408 B — 90 ms — h2https://connect.facebook.net/signals/config/3694757393941583?v=2.9.303&r=stable&domain=www.setmore.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/3694757393941583?v=2.9.303&r=stable&domain=www.setmore.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 — 44.8 KiB — 30 ms — h3https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 146 ms — h2https://tracking-api.g2.com/attribution_tracking/conversions/assigntracking-api.g2.com/attribution_tra... https://tracking-api.g2.com/attribution_tracking/conversions/assign — 200 — 0 B — 156 ms — h3https://www.facebook.com/tr/?id=3694757393941583&ev=PageView&dl=https%3A%2F%2Fwww.setmore.com%2F&rl=&if=false&ts=1776896270582&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776896270571.688042492267124044&ler=empty&cdl=API_unavailable&pmd[title]=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&pmd[locale]=en&pmd[description]=Accept%20bookings%2024%2F7%20with%20online%20appointment%20scheduling%20software.%20Say%20so%20long%20to%20the%20back-and-forth%20and%20automate%20reminders%20with%20Setmore%20FREE&pmd[keywords]=Online%20scheduling%2C%20scheduling%20software%2C%20scheduling%20assistant%2C%20free%20scheduler%2C%20appointment%20booking%2C%20digital%20scheduler%2C%20automate%2C%20agenda%2C%20appointment%20diary&plt=792.1999998092651&it=1776896270508&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=36947573939... https://www.facebook.com/tr/?id=3694757393941583&ev=PageView&dl=https%3A%2F%2Fwww.setmore.com%2F&rl=&if=false&ts=1776896270582&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776896270571.688042492267124044&ler=empty&cdl=API_unavailable&pmd[title]=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&pmd[locale]=en&pmd[description]=Accept%20bookings%2024%2F7%20with%20online%20appointment%20scheduling%20software.%20Say%20so%20long%20to%20the%20back-and-forth%20and%20automate%20reminders%20with%20Setmore%20FREE&pmd[keywords]=Online%20scheduling%2C%20scheduling%20software%2C%20scheduling%20assistant%2C%20free%20scheduler%2C%20appointment%20booking%2C%20digital%20scheduler%2C%20automate%2C%20agenda%2C%20appointment%20diary&plt=792.1999998092651&it=1776896270508&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 19 B — 40 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=3694757393941583&ev=PageView&dl=https%3A%2F%2Fwww.setmore.com%2F&rl=&if=false&ts=1776896270582&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776896270571.688042492267124044&ler=empty&cdl=API_unavailable&pmd[title]=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&pmd[locale]=en&pmd[description]=Accept%20bookings%2024%2F7%20with%20online%20appointment%20scheduling%20software.%20Say%20so%20long%20to%20the%20back-and-forth%20and%20automate%20reminders%20with%20Setmore%20FREE&pmd[keywords]=Online%20scheduling%2C%20scheduling%20software%2C%20scheduling%20assistant%2C%20free%20scheduler%2C%20appointment%20booking%2C%20digital%20scheduler%2C%20automate%2C%20agenda%2C%20appointment%20diary&plt=792.1999998092651&it=1776896270508&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=3694757393941583&ev=PageView&dl=https%3A%2F%2Fwww.setmore.com%2F&rl=&if=false&ts=1776896270582&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776896270571.688042492267124044&ler=empty&cdl=API_unavailable&pmd[title]=Setmore%20%7C%20Free%20Online%20Appointment%20Scheduling%20Software&pmd[locale]=en&pmd[description]=Accept%20bookings%2024%2F7%20with%20online%20appointment%20scheduling%20software.%20Say%20so%20long%20to%20the%20back-and-forth%20and%20automate%20reminders%20with%20Setmore%20FREE&pmd[keywords]=Online%20scheduling%2C%20scheduling%20software%2C%20scheduling%20assistant%2C%20free%20scheduler%2C%20appointment%20booking%2C%20digital%20scheduler%2C%20automate%2C%20agenda%2C%20appointment%20diary&plt=792.1999998092651&it=1776896270508&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 292 ms — h3https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 279 B — 645 ms — http/1.1https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4o151188.ingest.sentry.io/api/544481... https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4 — 200 — 56 B — 32 ms — h2https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4o151188.ingest.sentry.io/api/544481... https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4 — 200 — 98 B — 33 ms — h2https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4o151188.ingest.sentry.io/api/544481... https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4 — 200 — 59 B — 31 ms — h3https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 279 B — 100 ms — http/1.1https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4o151188.ingest.sentry.io/api/544481... https://o151188.ingest.sentry.io/api/5444816/envelope/?sentry_key=6755ceede10b492a996f3c81c40f8426&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.120.4 — 429 — 174 B — 54 ms — h3https://k.clarity.ms/collectk.clarity.ms/collect https://k.clarity.ms/collect — 204 — 279 B — 100 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1902ms · 1072KB · €21/mo
www.setmore.com
Other
Costly
Execution 431ms
Transfer 40 KB
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 318ms
Transfer 162 KB
Unused 28%
Monthly Cost €3/mo
www.setmore.com
Other
Costly
Execution 295ms
Transfer 120 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 272ms
Transfer 0 KB
Monthly Cost €3/mo
www.setmore.com
Other
Optional
Execution 161ms
Transfer 38 KB
Monthly Cost €2/mo
app.chatsupport.co
Other
Optional
Execution 139ms
Transfer 500 KB
Unused 44%
Monthly Cost €2/mo
jsDelivr
CDN
Optional
Execution 122ms
Transfer 15 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 90ms
Transfer 171 KB
Unused 39%
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 75ms
Transfer 26 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.setmore.com adds 431ms and costs ~€5/month
  • Google Tag Manager adds 318ms and costs ~€3/month
  • www.setmore.com adds 295ms and costs ~€3/month
  • Unattributable adds 272ms and costs ~€3/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.setmore.com takes 431ms 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 318ms 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.setmore.com takes 295ms 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 272ms 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

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