Skip to content
https://fasthosts.co.uk

Performance

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

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

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

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

1.20 s

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

3.77 s

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

4 ms

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

0.052

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

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

3.77 s

Page Load Progression

581 ms
1.2 s
1.7 s
2.3 s
2.9 s
3.5 s
4.1 s
4.6 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
2.6 MB transferred, 147 requests
FIX
2.6 MB transferred, 147 requests
Warning::
Page weighs 9.7 MB (2.6 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
CSS is 213 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 213 KB
Warning::
147 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.54 g CO2 per page load
2.6 MB / 2.4 MB budget
2.6 MB transferred
147 requests
0.54 g CO2 per page load
JavaScript 1.7 MiB 66%
Other 298.5 KiB 11%
CSS 213.2 KiB 8%
Images 206.9 KiB 8%
Fonts 84.1 KiB 3%
Other 48.3 KiB 2%
HTML 27.9 KiB 1%
Other 15.3 KiB 1%
Other 54 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.6 MiB of 2.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
47 scripts, 444 KB unused
FIX
47 scripts, 444 KB unused
Warning::
https://apps.mypurecloud.de/genesys-bootstrap/gene...: 86 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://apps.mypurecloud.de/genesys-bootstrap/gene...: unminified — 72 KB could be saved
Warning::
https://cdn.cookielaw.org/scripttemplates/202510.1...: 65 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-107...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6QPP...: 64 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-N4N...: 58 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 444 KB
444 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://apps.mypurecloud.de/genesys-bootstrap/genesys.min.js166 KB86 KB (52%)3rd
https://cdn.cookielaw.org/scripttemplates/202510.1.0/otBannerSdk.js123 KB65 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1071667397&cx=c&gtm=4e64h1144 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6QPP9Q04TZ&cx=c&gtm=4e64h1174 KB64 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N4NRNC170 KB58 KB (34%)3rd
https://www.fasthosts.co.uk/js/lottie.5.9.4.min.js87 KB51 KB (59%)3rd
https://www.fasthosts.co.uk/js/jquery.min.js38 KB28 KB (74%)3rd
https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeQ==/tag-71b55da48a4a43c893cee9eb8e65122ebr.js57 KB27 KB (48%)3rd
https://frontend-services.ionos.com/t/surveys/js/surveys.js?v=2.1.016 KB3rd
https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=575111&settings_type=4&ts=1776790939&dt=desktop&cc=ES3 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
147 resources · 2.6 MB · 444 KB savings available
FIX
147 resources · 2.6 MB · 444 KB savings available
Warning::
Page weight 1.6 MB over 1MB target
Got: 2.6 MB Expected: ≤ 1 MB
Info::
~444 KB of savings available
Warning::
146 third-party resources (100% of weight)
Info::
2 resources over 200KB
147 resources · 2.6 MiB · 146 third-party 1.6 MiB over 1MB target
JavaScript 66% · 1.7 MiB
Other 13% · 341.3 KiB
Image 8% · 223.1 KiB
CSS 8% · 217.8 KiB
Font 3% · 84.1 KiB
Document 1% · 28.1 KiB

~444.2 KiB of savings available

Remove unused JavaScript: 444.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.

B
Image Optimization
53 images, 0 KB saveable
REVIEW
53 images, 0 KB saveable
Info::
All images are well-optimized
53 images 205 KB
0 oversized -0 KB
44 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
863ms total JS execution
REVIEW
863ms total JS execution
Warning::
https://www.fasthosts.co.uk/: 364ms CPU time
Warning::
Unattributable: 253ms CPU time
Info::
https://apps.mypurecloud.de/genesys-bootstrap/gene...: 95ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-6QPP...: 83ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-N4N...: 67ms CPU time
Warning::
Third-party scripts: 863ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Other 29% Style & Layout 14% Script Parsing & Compilation 8% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.fasthosts.co.uk/364ms15ms3ms3rd
Unattributable253ms33ms0ms3rd
https://apps.mypurecloud.de/genesys-bootstrap/genesys.min.js95ms65ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6QPP9Q04TZ&cx=c&gtm=4e64h183ms73ms9ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N4NRNC67ms52ms14ms3rd
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 (84 KB)
PASS
4 fonts (84 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

84 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 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 3.8 shttps://static.fasthosts.co.uk/fonts/AntennaCondensed-Regular/AntennaCondensed-Regular.woff2AntennaCondensed-Regula... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Regular/AntennaCondensed-Regular.woff2 — 21.5 KiB — 41 ms — font-display: swaphttps://static.fasthosts.co.uk/fonts/AntennaCondensed-Medium/AntennaCondensed-Medium.woff2AntennaCondensed-Medium... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Medium/AntennaCondensed-Medium.woff2 — 20.8 KiB — 77 ms — font-display: swaphttps://static.fasthosts.co.uk/fonts/AntennaCondensed-Light/AntennaCondensed-Light.woff2AntennaCondensed-Light.... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Light/AntennaCondensed-Light.woff2 — 21.0 KiB — 108 ms — font-display: swaphttps://static.fasthosts.co.uk/fonts/AntennaCondensed-Bold/AntennaCondensed-Bold.woff2AntennaCondensed-Bold.w... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Bold/AntennaCondensed-Bold.woff2 — 20.9 KiB — 123 ms — font-display: swap
AntennaCondensed-Regula... woff2 swap
Size 21 KB
Load time 41 ms
Start 734 ms
Risk FOUT — text flashes from fallback to web font
AntennaCondensed-Medium... woff2 swap
Size 21 KB
Load time 77 ms
Start 734 ms
Risk FOUT — text flashes from fallback to web font
AntennaCondensed-Light.... woff2 swap
Size 21 KB
Load time 108 ms
Start 734 ms
Risk FOUT — text flashes from fallback to web font
AntennaCondensed-Bold.w... woff2 swap
Size 21 KB
Load time 123 ms
Start 735 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: IONOS SE

Network Waterfall
147 requests over 4607ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 3.8 shttps://fasthosts.co.uk// https://fasthosts.co.uk/ — 301 — 164 B — 129 ms — h2https://www.fasthosts.co.uk/www.fasthosts.co.uk/ https://www.fasthosts.co.uk/ — 200 — 25.2 KiB — 89 ms — h2https://static.fasthosts.co.uk/fonts/fasthosts.cssstatic.fasthosts.co.uk/fonts/fastho... https://static.fasthosts.co.uk/fonts/fasthosts.css — 200 — 6.1 KiB — 100 ms — http/1.1https://www.fasthosts.co.uk/_astro/Layout.astro_astro_type_script_index_0_lang.CONKmsDh.jswww.fasthosts.co.uk/_astro/Layout.a... https://www.fasthosts.co.uk/_astro/Layout.astro_astro_type_script_index_0_lang.CONKmsDh.js — 200 — 476 B — 136 ms — h2https://www.fasthosts.co.uk/js/google-tag-manager.jswww.fasthosts.co.uk/js/google-tag-m... https://www.fasthosts.co.uk/js/google-tag-manager.js — 200 — 652 B — 165 ms — h2https://www.fasthosts.co.uk/_astro/penguin.astro_astro_type_script_index_0_lang.UcvGBMsf.jswww.fasthosts.co.uk/_astro/penguin.... https://www.fasthosts.co.uk/_astro/penguin.astro_astro_type_script_index_0_lang.UcvGBMsf.js — 200 — 773 B — 192 ms — h2https://static.fasthosts.co.uk/ias/ias.css?v=20251125static.fasthosts.co.uk/ias/ias.css?... https://static.fasthosts.co.uk/ias/ias.css?v=20251125 — 200 — 90.0 KiB — 168 ms — http/1.1https://www.fasthosts.co.uk/js/jquery.min.jswww.fasthosts.co.uk/js/jquery.min.j... https://www.fasthosts.co.uk/js/jquery.min.js — 200 — 37.8 KiB — 236 ms — h2https://www.fasthosts.co.uk/_astro/about.3MRKh_W6.csswww.fasthosts.co.uk/_astro/about.3M... https://www.fasthosts.co.uk/_astro/about.3MRKh_W6.css — 200 — 107.1 KiB — 131 ms — h2https://www.fasthosts.co.uk/_astro/web-hosting-vps.CwyaTYQO.csswww.fasthosts.co.uk/_astro/web-host... https://www.fasthosts.co.uk/_astro/web-hosting-vps.CwyaTYQO.css — 200 — 4.4 KiB — 109 ms — h2https://www.fasthosts.co.uk/_astro/index.f6t3CWSf.csswww.fasthosts.co.uk/_astro/index.f6... https://www.fasthosts.co.uk/_astro/index.f6t3CWSf.css — 200 — 1.6 KiB — 133 ms — h2https://www.fasthosts.co.uk/_astro/Navigation.astro_astro_type_script_index_0_lang.Cm_aO8J1.jswww.fasthosts.co.uk/_astro/Navigati... https://www.fasthosts.co.uk/_astro/Navigation.astro_astro_type_script_index_0_lang.Cm_aO8J1.js — 200 — 2.3 KiB — 238 ms — h2https://www.fasthosts.co.uk/images/icons/icon-cross-secondary.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-cross-secondary.svg — 200 — 510 B — 128 ms — h2https://www.fasthosts.co.uk/_astro/spring-sale-text-topiary.CvWGpwdN_2tOuFO.webpwww.fasthosts.co.uk/_astro/spring-s... https://www.fasthosts.co.uk/_astro/spring-sale-text-topiary.CvWGpwdN_2tOuFO.webp — 200 — 36.1 KiB — 152 ms — h2https://www.fasthosts.co.uk/_astro/client.CLfT9AYB.jswww.fasthosts.co.uk/_astro/client.C... https://www.fasthosts.co.uk/_astro/client.CLfT9AYB.js — 200 — 459 B — 176 ms — h2https://www.fasthosts.co.uk/_astro/spring-sale-pound-cutting-topiary.tlFubW3Z_1y2TtM.webpwww.fasthosts.co.uk/_astro/spring-s... https://www.fasthosts.co.uk/_astro/spring-sale-pound-cutting-topiary.tlFubW3Z_1y2TtM.webp — 200 — 19.2 KiB — 89 ms — h2https://www.fasthosts.co.uk/images/icons/icon-circle-tick.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-circle-tick.svg — 200 — 578 B — 108 ms — h2https://www.fasthosts.co.uk/js/vendor/modernizr/modernizr.min.jswww.fasthosts.co.uk/js/vendor/moder... https://www.fasthosts.co.uk/js/vendor/modernizr/modernizr.min.js — 200 — 8.2 KiB — 143 ms — h2https://frontend-services.ionos.com/t/tag/FASTHOSTS/presales.jsfrontend-services.ionos.com/t/tag/F... https://frontend-services.ionos.com/t/tag/FASTHOSTS/presales.js — 200 — 7.9 KiB — 156 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N4NRNCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N4NRNC — 200 — 169.5 KiB — 169 ms — h2data:;data:; data:; — -1 — 0 B — 10 ms — https://oteffu.fasthosts.co.uk/get/live/web/_/tuu7bi.jsoteffu.fasthosts.co.uk/get/live/web... https://oteffu.fasthosts.co.uk/get/live/web/_/tuu7bi.js — 200 — 38.6 KiB — 161 ms — h2https://www.fasthosts.co.uk/js/custom/_vat-toggle.jswww.fasthosts.co.uk/js/custom/_vat-... https://www.fasthosts.co.uk/js/custom/_vat-toggle.js — 200 — 1.2 KiB — 151 ms — h2data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20pres…data:image/svg+xml;charset=UTF-8,%3... data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20pres… — 200 — 0 B — 0 ms — datahttps://www.fasthosts.co.uk/js/customer-status.jswww.fasthosts.co.uk/js/customer-sta... https://www.fasthosts.co.uk/js/customer-status.js — 200 — 2.1 KiB — 137 ms — h2https://www.fasthosts.co.uk/js/trustpilot-score.jswww.fasthosts.co.uk/js/trustpilot-s... https://www.fasthosts.co.uk/js/trustpilot-score.js — 200 — 901 B — 150 ms — h2https://www.fasthosts.co.uk/js/banner-utils.jswww.fasthosts.co.uk/js/banner-utils... https://www.fasthosts.co.uk/js/banner-utils.js — 200 — 776 B — 147 ms — h2https://www.fasthosts.co.uk/js/lottie.5.9.4.min.jswww.fasthosts.co.uk/js/lottie.5.9.4... https://www.fasthosts.co.uk/js/lottie.5.9.4.min.js — 200 — 86.9 KiB — 180 ms — h2https://www.fasthosts.co.uk/js/lottie-animator.jswww.fasthosts.co.uk/js/lottie-anima... https://www.fasthosts.co.uk/js/lottie-animator.js — 200 — 1.1 KiB — 146 ms — h2data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=data:image/webp;base64,UklGRiQAAABX... data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA= — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 3.8 shttps://fasthosts.co.uk// https://fasthosts.co.uk/ — 301 — 164 B — 129 ms — h2https://www.fasthosts.co.uk/www.fasthosts.co.uk/ https://www.fasthosts.co.uk/ — 200 — 25.2 KiB — 89 ms — h2https://static.fasthosts.co.uk/fonts/fasthosts.cssstatic.fasthosts.co.uk/fonts/fastho... https://static.fasthosts.co.uk/fonts/fasthosts.css — 200 — 6.1 KiB — 100 ms — http/1.1https://www.fasthosts.co.uk/_astro/Layout.astro_astro_type_script_index_0_lang.CONKmsDh.jswww.fasthosts.co.uk/_astro/Layout.a... https://www.fasthosts.co.uk/_astro/Layout.astro_astro_type_script_index_0_lang.CONKmsDh.js — 200 — 476 B — 136 ms — h2https://www.fasthosts.co.uk/js/google-tag-manager.jswww.fasthosts.co.uk/js/google-tag-m... https://www.fasthosts.co.uk/js/google-tag-manager.js — 200 — 652 B — 165 ms — h2https://www.fasthosts.co.uk/_astro/penguin.astro_astro_type_script_index_0_lang.UcvGBMsf.jswww.fasthosts.co.uk/_astro/penguin.... https://www.fasthosts.co.uk/_astro/penguin.astro_astro_type_script_index_0_lang.UcvGBMsf.js — 200 — 773 B — 192 ms — h2https://static.fasthosts.co.uk/ias/ias.css?v=20251125static.fasthosts.co.uk/ias/ias.css?... https://static.fasthosts.co.uk/ias/ias.css?v=20251125 — 200 — 90.0 KiB — 168 ms — http/1.1https://www.fasthosts.co.uk/js/jquery.min.jswww.fasthosts.co.uk/js/jquery.min.j... https://www.fasthosts.co.uk/js/jquery.min.js — 200 — 37.8 KiB — 236 ms — h2https://www.fasthosts.co.uk/_astro/about.3MRKh_W6.csswww.fasthosts.co.uk/_astro/about.3M... https://www.fasthosts.co.uk/_astro/about.3MRKh_W6.css — 200 — 107.1 KiB — 131 ms — h2https://www.fasthosts.co.uk/_astro/web-hosting-vps.CwyaTYQO.csswww.fasthosts.co.uk/_astro/web-host... https://www.fasthosts.co.uk/_astro/web-hosting-vps.CwyaTYQO.css — 200 — 4.4 KiB — 109 ms — h2https://www.fasthosts.co.uk/_astro/index.f6t3CWSf.csswww.fasthosts.co.uk/_astro/index.f6... https://www.fasthosts.co.uk/_astro/index.f6t3CWSf.css — 200 — 1.6 KiB — 133 ms — h2https://www.fasthosts.co.uk/_astro/Navigation.astro_astro_type_script_index_0_lang.Cm_aO8J1.jswww.fasthosts.co.uk/_astro/Navigati... https://www.fasthosts.co.uk/_astro/Navigation.astro_astro_type_script_index_0_lang.Cm_aO8J1.js — 200 — 2.3 KiB — 238 ms — h2https://www.fasthosts.co.uk/images/icons/icon-cross-secondary.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-cross-secondary.svg — 200 — 510 B — 128 ms — h2https://www.fasthosts.co.uk/_astro/spring-sale-text-topiary.CvWGpwdN_2tOuFO.webpwww.fasthosts.co.uk/_astro/spring-s... https://www.fasthosts.co.uk/_astro/spring-sale-text-topiary.CvWGpwdN_2tOuFO.webp — 200 — 36.1 KiB — 152 ms — h2https://www.fasthosts.co.uk/_astro/client.CLfT9AYB.jswww.fasthosts.co.uk/_astro/client.C... https://www.fasthosts.co.uk/_astro/client.CLfT9AYB.js — 200 — 459 B — 176 ms — h2https://www.fasthosts.co.uk/_astro/spring-sale-pound-cutting-topiary.tlFubW3Z_1y2TtM.webpwww.fasthosts.co.uk/_astro/spring-s... https://www.fasthosts.co.uk/_astro/spring-sale-pound-cutting-topiary.tlFubW3Z_1y2TtM.webp — 200 — 19.2 KiB — 89 ms — h2https://www.fasthosts.co.uk/images/icons/icon-circle-tick.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-circle-tick.svg — 200 — 578 B — 108 ms — h2https://www.fasthosts.co.uk/js/vendor/modernizr/modernizr.min.jswww.fasthosts.co.uk/js/vendor/moder... https://www.fasthosts.co.uk/js/vendor/modernizr/modernizr.min.js — 200 — 8.2 KiB — 143 ms — h2https://frontend-services.ionos.com/t/tag/FASTHOSTS/presales.jsfrontend-services.ionos.com/t/tag/F... https://frontend-services.ionos.com/t/tag/FASTHOSTS/presales.js — 200 — 7.9 KiB — 156 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N4NRNCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N4NRNC — 200 — 169.5 KiB — 169 ms — h2data:;data:; data:; — -1 — 0 B — 10 ms — https://oteffu.fasthosts.co.uk/get/live/web/_/tuu7bi.jsoteffu.fasthosts.co.uk/get/live/web... https://oteffu.fasthosts.co.uk/get/live/web/_/tuu7bi.js — 200 — 38.6 KiB — 161 ms — h2https://www.fasthosts.co.uk/js/custom/_vat-toggle.jswww.fasthosts.co.uk/js/custom/_vat-... https://www.fasthosts.co.uk/js/custom/_vat-toggle.js — 200 — 1.2 KiB — 151 ms — h2data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20pres…data:image/svg+xml;charset=UTF-8,%3... data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20pres… — 200 — 0 B — 0 ms — datahttps://www.fasthosts.co.uk/js/customer-status.jswww.fasthosts.co.uk/js/customer-sta... https://www.fasthosts.co.uk/js/customer-status.js — 200 — 2.1 KiB — 137 ms — h2https://www.fasthosts.co.uk/js/trustpilot-score.jswww.fasthosts.co.uk/js/trustpilot-s... https://www.fasthosts.co.uk/js/trustpilot-score.js — 200 — 901 B — 150 ms — h2https://www.fasthosts.co.uk/js/banner-utils.jswww.fasthosts.co.uk/js/banner-utils... https://www.fasthosts.co.uk/js/banner-utils.js — 200 — 776 B — 147 ms — h2https://www.fasthosts.co.uk/js/lottie.5.9.4.min.jswww.fasthosts.co.uk/js/lottie.5.9.4... https://www.fasthosts.co.uk/js/lottie.5.9.4.min.js — 200 — 86.9 KiB — 180 ms — h2https://www.fasthosts.co.uk/js/lottie-animator.jswww.fasthosts.co.uk/js/lottie-anima... https://www.fasthosts.co.uk/js/lottie-animator.js — 200 — 1.1 KiB — 146 ms — h2data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=data:image/webp;base64,UklGRiQAAABX... data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA= — 200 — 0 B — 0 ms — datahttps://www.fasthosts.co.uk/images/logos/logo.svgwww.fasthosts.co.uk/images/logos/lo... https://www.fasthosts.co.uk/images/logos/logo.svg — 200 — 1.4 KiB — 151 ms — h2data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAA…data:image/webp;base64,UklGRkoAAABX... data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAA…data:image/webp;base64,UklGRlIAAABX... data:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://www.fasthosts.co.uk/images/icons/icon-user-outline-dark.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-user-outline-dark.svg — 200 — 782 B — 174 ms — h2https://apps.mypurecloud.de/genesys-bootstrap/genesys.min.jsapps.mypurecloud.de/genesys-bootstr... https://apps.mypurecloud.de/genesys-bootstrap/genesys.min.js — 200 — 166.4 KiB — 144 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=575111&u=https%253A%252F%252Fwww.fasthosts.co.uk%252F&f=1&vn=2dev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=575111&u=https%253A%252F%252Fwww.fasthosts.co.uk%252F&f=1&vn=2 — 200 — 5.4 KiB — 75 ms — h2https://oteffu.fasthosts.co.uk/oteffu.fasthosts.co.uk/ https://oteffu.fasthosts.co.uk/ — 200 — 0 B — 102 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill=…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill=… — 200 — 0 B — 0 ms — datahttps://www.fasthosts.co.uk/images/icons/icon-plus-white.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-plus-white.svg — 200 — 444 B — 170 ms — h2https://www.fasthosts.co.uk/images/sovereignty/british-business.svgwww.fasthosts.co.uk/images/sovereig... https://www.fasthosts.co.uk/images/sovereignty/british-business.svg — 200 — 1.5 KiB — 175 ms — h2https://www.fasthosts.co.uk/images/logos/logo.svgwww.fasthosts.co.uk/images/logos/lo... https://www.fasthosts.co.uk/images/logos/logo.svg — 200 — 245 B — 236 ms — h2https://www.fasthosts.co.uk/images/trustpilot/trustpilot-logo-white.svgwww.fasthosts.co.uk/images/trustpil... https://www.fasthosts.co.uk/images/trustpilot/trustpilot-logo-white.svg — 200 — 2.2 KiB — 177 ms — h2https://www.fasthosts.co.uk/images/icons/icon-arrow-right-white.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-arrow-right-white.svg — 200 — 537 B — 189 ms — h2https://www.fasthosts.co.uk/images/icons/icon-arrow-square-outline.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-arrow-square-outline.svg — 200 — 547 B — 211 ms — h2https://static.fasthosts.co.uk/fonts/AntennaCondensed-Regular/AntennaCondensed-Regular.woff2static.fasthosts.co.uk/fonts/Antenn... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Regular/AntennaCondensed-Regular.woff2 — 200 — 21.5 KiB — 41 ms — http/1.1https://static.fasthosts.co.uk/fonts/AntennaCondensed-Medium/AntennaCondensed-Medium.woff2static.fasthosts.co.uk/fonts/Antenn... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Medium/AntennaCondensed-Medium.woff2 — 200 — 20.8 KiB — 77 ms — http/1.1https://static.fasthosts.co.uk/fonts/AntennaCondensed-Light/AntennaCondensed-Light.woff2static.fasthosts.co.uk/fonts/Antenn... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Light/AntennaCondensed-Light.woff2 — 200 — 21.0 KiB — 108 ms — http/1.1https://static.fasthosts.co.uk/fonts/AntennaCondensed-Bold/AntennaCondensed-Bold.woff2static.fasthosts.co.uk/fonts/Antenn... https://static.fasthosts.co.uk/fonts/AntennaCondensed-Bold/AntennaCondensed-Bold.woff2 — 200 — 20.9 KiB — 123 ms — http/1.1https://frontend-services.ionos.com/t/sentry/bundle.min.jsfrontend-services.ionos.com/t/sentr... https://frontend-services.ionos.com/t/sentry/bundle.min.js — 200 — 20.8 KiB — 100 ms — h2https://frontend-services.ionos.com/t/inpagelayer/js/inpagelayer.js?v=5.2.1frontend-services.ionos.com/t/inpag... https://frontend-services.ionos.com/t/inpagelayer/js/inpagelayer.js?v=5.2.1 — 200 — 19.9 KiB — 78 ms — h2https://frontend-services.ionos.com/t/t/js/t.js?v=2.2.1frontend-services.ionos.com/t/t/js/... https://frontend-services.ionos.com/t/t/js/t.js?v=2.2.1 — 200 — 16.5 KiB — 100 ms — h2https://frontend-services.ionos.com/t/ias/js/ias.js?v=6.12.19frontend-services.ionos.com/t/ias/j... https://frontend-services.ionos.com/t/ias/js/ias.js?v=6.12.19 — 200 — 29.2 KiB — 100 ms — h2https://frontend-services.ionos.com/t/surveys/js/surveys.js?v=2.1.0frontend-services.ionos.com/t/surve... https://frontend-services.ionos.com/t/surveys/js/surveys.js?v=2.1.0 — 200 — 15.5 KiB — 100 ms — h2https://oteffu.fasthosts.co.uk/oteffu.fasthosts.co.uk/ https://oteffu.fasthosts.co.uk/ — 200 — 259 B — 37 ms — h2https://www.fasthosts.co.uk/images/icons/trust-signals/iso-certified.pngwww.fasthosts.co.uk/images/icons/tr... https://www.fasthosts.co.uk/images/icons/trust-signals/iso-certified.png — 200 — 2.8 KiB — 159 ms — h2https://www.fasthosts.co.uk/images/icons/trust-signals/green-hosting.pngwww.fasthosts.co.uk/images/icons/tr... https://www.fasthosts.co.uk/images/icons/trust-signals/green-hosting.png — 200 — 5.6 KiB — 191 ms — h2https://api.fasthosts.co.uk/trustpilot/v1/business-units/510a3adb000064000521a5c0api.fasthosts.co.uk/trustpilot/v1/b... https://api.fasthosts.co.uk/trustpilot/v1/business-units/510a3adb000064000521a5c0 — 200 — 1.5 KiB — 220 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=ecc8893e-0b28-4d3d-a32a-3f8feac14e6acdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=ecc8893e-0b28-4d3d-a32a-3f8feac14e6a — 200 — 9.1 KiB — 68 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6QPP9Q04TZ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6QPP9Q04TZ&cx=c&gtm=4e64h1 — 200 — 173.9 KiB — 70 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1071667397&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1071667397&cx=c&gtm=4e64h1 — 200 — 143.7 KiB — 49 ms — h2https://api.fasthosts.co.uk/api/v2/sales-channelapi.fasthosts.co.uk/api/v2/sales-ch... https://api.fasthosts.co.uk/api/v2/sales-channel — 204 — 0 B — 147 ms — http/1.1https://api.fasthosts.co.uk/trustpilot/v1/business-units/510a3adb000064000521a5c0api.fasthosts.co.uk/trustpilot/v1/b... https://api.fasthosts.co.uk/trustpilot/v1/business-units/510a3adb000064000521a5c0 — 200 — 0 B — 188 ms — http/1.1https://www.fasthosts.co.uk/files/lottie/homepage-performance-chart.lottie.jsonwww.fasthosts.co.uk/files/lottie/ho... https://www.fasthosts.co.uk/files/lottie/homepage-performance-chart.lottie.json — 200 — 287.2 KiB — 178 ms — h2https://www.fasthosts.co.uk/images/brand-device/banner-bg-bottom-curve-primary.svgwww.fasthosts.co.uk/images/brand-de... https://www.fasthosts.co.uk/images/brand-device/banner-bg-bottom-curve-primary.svg — 200 — 3.2 KiB — 166 ms — h2https://www.fasthosts.co.uk/images/brand-device/banner-bg-bottom-curve-blue-pale.svgwww.fasthosts.co.uk/images/brand-de... https://www.fasthosts.co.uk/images/brand-device/banner-bg-bottom-curve-blue-pale.svg — 200 — 3.1 KiB — 152 ms — h2https://www.fasthosts.co.uk/images/brand-device/banner-bg-bottom-curve-secondary.svgwww.fasthosts.co.uk/images/brand-de... https://www.fasthosts.co.uk/images/brand-device/banner-bg-bottom-curve-secondary.svg — 200 — 3.1 KiB — 150 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeQ==/tag-71b55da48a4a43c893cee9eb8e65122ebr.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeQ==/tag-71b55da48a4a43c893cee9eb8e65122ebr.js — 200 — 56.6 KiB — 67 ms — h3https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=575111&d=fasthosts.co.uk&u=DC4DDE998D6EEBDCA077F9B9C79E50C45&h=ede5e3eb5292cb7dbc9f1ba84a19fc7b&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=575111&d=fasthosts.co.uk&u=DC4DDE998D6EEBDCA077F9B9C79E50C45&h=ede5e3eb5292cb7dbc9f1ba84a19fc7b&t=false — 200 — 145 B — 101 ms — h2https://www.fasthosts.co.uk/images/brand-device/bg-curve-centre.svgwww.fasthosts.co.uk/images/brand-de... https://www.fasthosts.co.uk/images/brand-device/bg-curve-centre.svg — 200 — 3.7 KiB — 163 ms — h2https://api-cdn.mypurecloud.de/webdeployments/v1/deployments/9ed2b36f-60e5-48e4-b0d3-a2e4b8534515/domains.jsonapi-cdn.mypurecloud.de/webdeploymen... https://api-cdn.mypurecloud.de/webdeployments/v1/deployments/9ed2b36f-60e5-48e4-b0d3-a2e4b8534515/domains.json — 200 — 557 B — 61 ms — h2https://www.fasthosts.co.uk/images/icons/icon-minus-circle-filled.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-minus-circle-filled.svg — 200 — 537 B — 146 ms — h2https://frontend-services.ionos.com/t/inpagelayer/css/inpagelayer.css?v=5.2.1frontend-services.ionos.com/t/inpag... https://frontend-services.ionos.com/t/inpagelayer/css/inpagelayer.css?v=5.2.1 — 200 — 4.0 KiB — 45 ms — h2https://apps.mypurecloud.de/messenger/thirdparty-plugins.htmlapps.mypurecloud.de/messenger/third... https://apps.mypurecloud.de/messenger/thirdparty-plugins.html — 200 — 891 B — 73 ms — h2https://api.fasthosts.co.uk/api/v2/sales-channelapi.fasthosts.co.uk/api/v2/sales-ch... https://api.fasthosts.co.uk/api/v2/sales-channel — 204 — 697 B — 737 ms — http/1.1https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=575111&settings_type=4&ts=1776790939&dt=desktop&cc=ESdev.visualwebsiteoptimizer.com/dcdn... https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=575111&settings_type=4&ts=1776790939&dt=desktop&cc=ES — 200 — 2.8 KiB — 32 ms — h3https://api-cdn.mypurecloud.de/webdeployments/v1/deployments/9ed2b36f-60e5-48e4-b0d3-a2e4b8534515/config.jsonapi-cdn.mypurecloud.de/webdeploymen... https://api-cdn.mypurecloud.de/webdeployments/v1/deployments/9ed2b36f-60e5-48e4-b0d3-a2e4b8534515/config.json — 200 — 2.0 KiB — 21 ms — h2https://www.fasthosts.co.uk/images/icons/icon-plus-circle-outline.svgwww.fasthosts.co.uk/images/icons/ic... https://www.fasthosts.co.uk/images/icons/icon-plus-circle-outline.svg — 200 — 570 B — 393 ms — h2https://www.fasthosts.co.uk/images/support/deactivated-robot.pngwww.fasthosts.co.uk/images/support/... https://www.fasthosts.co.uk/images/support/deactivated-robot.png — 200 — 37.4 KiB — 1.4 s — h2https://www.fasthosts.co.uk/images/icons/social/x-logo.svgwww.fasthosts.co.uk/images/icons/so... https://www.fasthosts.co.uk/images/icons/social/x-logo.svg — 200 — 602 B — 1.4 s — h2https://www.fasthosts.co.uk/images/icons/social/facebook-grey.svgwww.fasthosts.co.uk/images/icons/so... https://www.fasthosts.co.uk/images/icons/social/facebook-grey.svg — 200 — 956 B — 1.4 s — h2https://apps.mypurecloud.de/cxbus/cxbus.min.jsapps.mypurecloud.de/cxbus/cxbus.min... https://apps.mypurecloud.de/cxbus/cxbus.min.js — 200 — 8.4 KiB — 47 ms — h2https://apps.mypurecloud.de/journey/messenger-plugins/offersHelper.min.jsapps.mypurecloud.de/journey/messeng... https://apps.mypurecloud.de/journey/messenger-plugins/offersHelper.min.js — 200 — 5.5 KiB — 20 ms — h2https://www.fasthosts.co.uk/images/icons/social/instagram-grey.svgwww.fasthosts.co.uk/images/icons/so... https://www.fasthosts.co.uk/images/icons/social/instagram-grey.svg — 200 — 1.8 KiB — 1.9 s — h2https://apps.mypurecloud.de/messenger/messenger.htmlapps.mypurecloud.de/messenger/messe... https://apps.mypurecloud.de/messenger/messenger.html — 200 — 926 B — 45 ms — h2https://apps.mypurecloud.de/messenger/messenger-renderer.htmlapps.mypurecloud.de/messenger/messe... https://apps.mypurecloud.de/messenger/messenger-renderer.html — 200 — 958 B — 45 ms — h2https://cdn.cookielaw.org/consent/ecc8893e-0b28-4d3d-a32a-3f8feac14e6a/ecc8893e-0b28-4d3d-a32a-3f8feac14e6a.jsoncdn.cookielaw.org/consent/ecc8893e-... https://cdn.cookielaw.org/consent/ecc8893e-0b28-4d3d-a32a-3f8feac14e6a/ecc8893e-0b28-4d3d-a32a-3f8feac14e6a.json — 200 — 2.4 KiB — 69 ms — h2https://www.fasthosts.co.uk/images/icons/social/linkedin-grey.svgwww.fasthosts.co.uk/images/icons/so... https://www.fasthosts.co.uk/images/icons/social/linkedin-grey.svg — 200 — 1.1 KiB — 1.9 s — h2https://apps.mypurecloud.de/messenger/thirdpartyplugins.min.jsapps.mypurecloud.de/messenger/third... https://apps.mypurecloud.de/messenger/thirdpartyplugins.min.js — 200 — 28.3 KiB — 51 ms — h2https://apps.mypurecloud.de/cxbus/cxbus.min.jsapps.mypurecloud.de/cxbus/cxbus.min... https://apps.mypurecloud.de/cxbus/cxbus.min.js — 304 — 418 B — 42 ms — h2https://apps.mypurecloud.de/cxbus/cxbus.min.jsapps.mypurecloud.de/cxbus/cxbus.min... https://apps.mypurecloud.de/cxbus/cxbus.min.js — 200 — 417 B — 66 ms — h2https://js-agent.newrelic.com/nr-spa-1.301.0.min.jsjs-agent.newrelic.com/nr-spa-1.301.... https://js-agent.newrelic.com/nr-spa-1.301.0.min.js — 200 — 34.3 KiB — 14 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 105 ms — h2https://apps.mypurecloud.de/messenger/messagingMiddleware.min.jsapps.mypurecloud.de/messenger/messa... https://apps.mypurecloud.de/messenger/messagingMiddleware.min.js — 200 — 3.1 KiB — 36 ms — h2https://apps.mypurecloud.de/messenger/muiVendor.min.jsapps.mypurecloud.de/messenger/muiVe... https://apps.mypurecloud.de/messenger/muiVendor.min.js — 200 — 246.9 KiB — 81 ms — h2https://apps.mypurecloud.de/messenger/defaultVendors.min.jsapps.mypurecloud.de/messenger/defau... https://apps.mypurecloud.de/messenger/defaultVendors.min.js — 200 — 62.3 KiB — 94 ms — h2https://apps.mypurecloud.de/messenger/main.min.jsapps.mypurecloud.de/messenger/main.... https://apps.mypurecloud.de/messenger/main.min.js — 200 — 92.3 KiB — 56 ms — h2https://apps.mypurecloud.de/messenger/engage.min.jsapps.mypurecloud.de/messenger/engag... https://apps.mypurecloud.de/messenger/engage.min.js — 200 — 30.2 KiB — 92 ms — h2https://apps.mypurecloud.de/messenger/broadcast.min.jsapps.mypurecloud.de/messenger/broad... https://apps.mypurecloud.de/messenger/broadcast.min.js — 200 — 1.3 KiB — 81 ms — h2https://bam.eu01.nr-data.net/1/NRJS-0d95a7d4f74703dc96f?a=538749201&sa=1&v=1.301.0&t=Unnamed%20Transaction&rst=270&ck=0&s=0&ref=https://apps.mypurecloud.de/messenger/thirdparty-plugins.html&ptid=eb7092b28151b4bf&af=err,spa,xhr,stn,ins&be=81&fe=156&dc=25&perf=%7B%22timing%22:%7B%22of%22:1776817701014,%22n%22:0,%22f%22:5,%22dn%22:11,%22dne%22:11,%22c%22:11,%22s%22:27,%22ce%22:45,%22rq%22:45,%22rp%22:81,%22rpe%22:83,%22di%22:106,%22ds%22:106,%22de%22:106,%22dc%22:233,%22l%22:233,%22le%22:238%7D,%22navigation%22:%7B%7D%7Dbam.eu01.nr-data.net/1/NRJS-0d95a7d... https://bam.eu01.nr-data.net/1/NRJS-0d95a7d4f74703dc96f?a=538749201&sa=1&v=1.301.0&t=Unnamed%20Transaction&rst=270&ck=0&s=0&ref=https://apps.mypurecloud.de/messenger/thirdparty-plugins.html&ptid=eb7092b28151b4bf&af=err,spa,xhr,stn,ins&be=81&fe=156&dc=25&perf=%7B%22timing%22:%7B%22of%22:1776817701014,%22n%22:0,%22f%22:5,%22dn%22:11,%22dne%22:11,%22c%22:11,%22s%22:27,%22ce%22:45,%22rq%22:45,%22rp%22:81,%22rpe%22:83,%22di%22:106,%22ds%22:106,%22de%22:106,%22dc%22:233,%22l%22:233,%22le%22:238%7D,%22navigation%22:%7B%7D%7D — 200 — 803 B — 106 ms — http/1.1https://apps.mypurecloud.de/messenger/messagingMiddleware.min.jsapps.mypurecloud.de/messenger/messa... https://apps.mypurecloud.de/messenger/messagingMiddleware.min.js — 200 — 417 B — 64 ms — h2https://apps.mypurecloud.de/messenger/muiVendor.min.jsapps.mypurecloud.de/messenger/muiVe... https://apps.mypurecloud.de/messenger/muiVendor.min.js — 200 — 418 B — 72 ms — h2https://apps.mypurecloud.de/messenger/defaultVendors.min.jsapps.mypurecloud.de/messenger/defau... https://apps.mypurecloud.de/messenger/defaultVendors.min.js — 200 — 418 B — 103 ms — h2https://apps.mypurecloud.de/messenger/messengerrenderer.min.jsapps.mypurecloud.de/messenger/messe... https://apps.mypurecloud.de/messenger/messengerrenderer.min.js — 200 — 91.2 KiB — 68 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.1.0/otBannerSdk.js — 200 — 123.3 KiB — 60 ms — h2https://dev.visualwebsiteoptimizer.com/l.gif?experiment_id=182&account_id=575111&cu=https%3A%2F%2Fwww.fasthosts.co.uk%2F&combination=2&s=1&u=DC4DDE998D6EEBDCA077F9B9C79E50C45&vn=7.0&vns=undefined&vno=undefined&eTime=1776817700386&random=0.1705490296254043dev.visualwebsiteoptimizer.com/l.gi... https://dev.visualwebsiteoptimizer.com/l.gif?experiment_id=182&account_id=575111&cu=https%3A%2F%2Fwww.fasthosts.co.uk%2F&combination=2&s=1&u=DC4DDE998D6EEBDCA077F9B9C79E50C45&vn=7.0&vns=undefined&vno=undefined&eTime=1776817700386&random=0.1705490296254043 — 200 — 54 B — 102 ms — h3https://dev.visualwebsiteoptimizer.com/s.gif?account_id=575111&u=DC4DDE998D6EEBDCA077F9B9C79E50C45&s=1776817700&p=1&tags={%22si%22:{%22182%22:%222%22}}&update=1&cq=0&vn=7.0&vns=undefined&vno=undefined&_cu=https%3A%2F%2Fwww.fasthosts.co.uk%2F&eTime=1776817700397&random=0.1748914699434435dev.visualwebsiteoptimizer.com/s.gi... https://dev.visualwebsiteoptimizer.com/s.gif?account_id=575111&u=DC4DDE998D6EEBDCA077F9B9C79E50C45&s=1776817700&p=1&tags={%22si%22:{%22182%22:%222%22}}&update=1&cq=0&vn=7.0&vns=undefined&vno=undefined&_cu=https%3A%2F%2Fwww.fasthosts.co.uk%2F&eTime=1776817700397&random=0.1748914699434435 — 200 — 54 B — 101 ms — h3https://cdn.cookielaw.org/consent/ecc8893e-0b28-4d3d-a32a-3f8feac14e6a/019a24cd-52d8-732a-b295-e958d742f74a/en.jsoncdn.cookielaw.org/consent/ecc8893e-... https://cdn.cookielaw.org/consent/ecc8893e-0b28-4d3d-a32a-3f8feac14e6a/019a24cd-52d8-732a-b295-e958d742f74a/en.json — 200 — 21.1 KiB — 38 ms — h2https://www.fasthosts.co.uk/images/icons/social/youtube-grey.svgwww.fasthosts.co.uk/images/icons/so... https://www.fasthosts.co.uk/images/icons/social/youtube-grey.svg — 200 — 915 B — 1.6 s — h2https://cdn.cookielaw.org/scripttemplates/202510.1.0/assets/otCenterRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.1.0/assets/otCenterRounded.json — 200 — 2.9 KiB — 30 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.1.0/assets/v2/otPcCenter.json — 200 — 13.3 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202510.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202510.1.0/assets/otCommonStyles.css — 200 — 4.6 KiB — 32 ms — h2https://bam.eu01.nr-data.net/events/1/NRJS-0d95a7d4f74703dc96f?a=538749201&sa=1&v=1.301.0&t=Unnamed%20Transaction&rst=536&ck=0&s=0&ref=https://apps.mypurecloud.de/messenger/thirdparty-plugins.html&ptid=eb7092b28151b4bfbam.eu01.nr-data.net/events/1/NRJS-... https://bam.eu01.nr-data.net/events/1/NRJS-0d95a7d4f74703dc96f?a=538749201&sa=1&v=1.301.0&t=Unnamed%20Transaction&rst=536&ck=0&s=0&ref=https://apps.mypurecloud.de/messenger/thirdparty-plugins.html&ptid=eb7092b28151b4bf — 200 — 433 B — 65 ms — http/1.1https://www.fasthosts.co.uk/_astro/spring-sale-pound-cutting-topiary.tlFubW3Z_Z1ETvNF.avifwww.fasthosts.co.uk/_astro/spring-s... https://www.fasthosts.co.uk/_astro/spring-sale-pound-cutting-topiary.tlFubW3Z_Z1ETvNF.avif — 200 — 13.3 KiB — 1.5 s — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 515 B — 36 ms — h2https://cdn.cookielaw.org/logos/14cb8fd6-a410-4a1a-9723-edcaefdd09cf/d99022ef-d34c-4641-817b-98e314b85962/3be883a8-c990-4ca7-bb06-c94f4deb1f41/fh-logo-cookie-policy.pngcdn.cookielaw.org/logos/14cb8fd6-a4... https://cdn.cookielaw.org/logos/14cb8fd6-a410-4a1a-9723-edcaefdd09cf/d99022ef-d34c-4641-817b-98e314b85962/3be883a8-c990-4ca7-bb06-c94f4deb1f41/fh-logo-cookie-policy.png — 200 — 3.7 KiB — 29 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 29 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.fasthosts.co.uk%2F&scrsrc=www.googletagmanager.com&rnd=1244005572.1776817702&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&gtm=45He64h1v6723017za200zd6723017xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=1&tft=1776817701749&tfd=1751pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.fasthosts.co.uk%2F&scrsrc=www.googletagmanager.com&rnd=1244005572.1776817702&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&gtm=45He64h1v6723017za200zd6723017xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118128923&apve=1&apvf=f&apvc=1&tft=1776817701749&tfd=1751 — 200 — 21 B — 77 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fasthosts.co.uk%2F&scrsrc=www.googletagmanager.com&rnd=1244005572.1776817702&navt=n&npa=1&did=dYWJhMj&gdid=dYWJhMj&gtm=45be64h1v892628763z86723017za20gzb6723017zd6723017xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-1071667397&tid=AW-1071667397&tft=1776817701750&tfd=1752pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fasthosts.co.uk%2F&scrsrc=www.googletagmanager.com&rnd=1244005572.1776817702&navt=n&npa=1&did=dYWJhMj&gdid=dYWJhMj&gtm=45be64h1v892628763z86723017za20gzb6723017zd6723017xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-1071667397&tid=AW-1071667397&tft=1776817701750&tfd=1752 — 200 — 21 B — 74 ms — h3https://apps.mypurecloud.de/messenger/i18n/en-us.jsonapps.mypurecloud.de/messenger/i18n/... https://apps.mypurecloud.de/messenger/i18n/en-us.json — 200 — 4.0 KiB — 35 ms — h2https://api-cdn.mypurecloud.de/webdeployments/v1/deployments/9ed2b36f-60e5-48e4-b0d3-a2e4b8534515/en-us.jsonapi-cdn.mypurecloud.de/webdeploymen... https://api-cdn.mypurecloud.de/webdeployments/v1/deployments/9ed2b36f-60e5-48e4-b0d3-a2e4b8534515/en-us.json — 200 — 722 B — 22 ms — h2https://apps.mypurecloud.de/messenger/i18n/vendors/date-en.min.jsapps.mypurecloud.de/messenger/i18n/... https://apps.mypurecloud.de/messenger/i18n/vendors/date-en.min.js — 200 — 1.0 KiB — 45 ms — h2https://apps.mypurecloud.de/messenger/i18n/vendors/date-en.min.jsapps.mypurecloud.de/messenger/i18n/... https://apps.mypurecloud.de/messenger/i18n/vendors/date-en.min.js — 304 — 417 B — 37 ms — h2https://www.fasthosts.co.uk/images/icons/social/pinterest-grey.svgwww.fasthosts.co.uk/images/icons/so... https://www.fasthosts.co.uk/images/icons/social/pinterest-grey.svg — 200 — 797 B — 1.0 s — h2https://www.fasthosts.co.uk/images/icons/trust-signals/tier-4-certified.pngwww.fasthosts.co.uk/images/icons/tr... https://www.fasthosts.co.uk/images/icons/trust-signals/tier-4-certified.png — 200 — 4.8 KiB — 995 ms — h2https://www.fasthosts.co.uk/images/icons/cross-black-thick.svgwww.fasthosts.co.uk/images/icons/cr... https://www.fasthosts.co.uk/images/icons/cross-black-thick.svg — 200 — 755 B — 409 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-tab-basket.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-tab-basket.svg — 200 — 19.6 KiB — 888 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-tab-compute.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-tab-compute.svg — 200 — 5.1 KiB — 879 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-tab-wordpress-hosting.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-tab-wordpress-hosting.svg — 200 — 1.3 KiB — 864 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-tab-builder.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-tab-builder.svg — 200 — 4.1 KiB — 465 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-tab-paperplanes.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-tab-paperplanes.svg — 200 — 2.4 KiB — 464 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-tab-servers.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-tab-servers.svg — 200 — 3.1 KiB — 469 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-card-speedometer.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-card-speedometer.svg — 200 — 3.9 KiB — 64 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-card-controls.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-card-controls.svg — 200 — 1.1 KiB — 88 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-card-shield.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-card-shield.svg — 200 — 2.6 KiB — 113 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-card-solar.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-card-solar.svg — 200 — 1.8 KiB — 116 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-card-money.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-card-money.svg — 200 — 3.9 KiB — 204 ms — h2https://www.fasthosts.co.uk/images/feature/homepage-card-migration.svgwww.fasthosts.co.uk/images/feature/... https://www.fasthosts.co.uk/images/feature/homepage-card-migration.svg — 200 — 1.7 KiB — 200 ms — h2https://www.fasthosts.co.uk/images/trustpilot/stars-5.svgwww.fasthosts.co.uk/images/trustpil... https://www.fasthosts.co.uk/images/trustpilot/stars-5.svg — 200 — 991 B — 157 ms — h2https://ias.fasthosts.co.uk/t/cookieias.fasthosts.co.uk/t/cookie https://ias.fasthosts.co.uk/t/cookie — 200 — 0 B — 191 ms — h2https://ias.fasthosts.co.uk/t/web?identity=HIDias.fasthosts.co.uk/t/web?identity=... https://ias.fasthosts.co.uk/t/web?identity=HID — 200 — 0 B — 249 ms — h2https://ias.fasthosts.co.uk/ias/zones/jsonias.fasthosts.co.uk/ias/zones/json https://ias.fasthosts.co.uk/ias/zones/json — 200 — 0 B — 213 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-6QPP9Q04TZ&gtm=45je64h1v884610192z86723017za20gzb6723017zd6723017&_p=1776817700387&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&_eu=AAAAAGA&are=1&cid=1228176743.1776817704&frm=0&pscdl=denied&rcb=17&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~115938466~115938469~117266400~117512542~118128923&sid=1776817704&sct=1&seg=0&dl=https%3A%2F%2Fwww.fasthosts.co.uk%2F&dt=Fasthosts%20%7C%20Domains%2C%20Servers%2C%20Websites%20and%20Email%20made%20simple%20%7C%20Fasthosts&en=page_load_time&_fv=1&_nsi=1&_ss=1&epn.loading_time_sec=4.2&tfd=4203region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-6QPP9Q04TZ&gtm=45je64h1v884610192z86723017za20gzb6723017zd6723017&_p=1776817700387&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&_eu=AAAAAGA&are=1&cid=1228176743.1776817704&frm=0&pscdl=denied&rcb=17&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~115938466~115938469~117266400~117512542~118128923&sid=1776817704&sct=1&seg=0&dl=https%3A%2F%2Fwww.fasthosts.co.uk%2F&dt=Fasthosts%20%7C%20Domains%2C%20Servers%2C%20Websites%20and%20Email%20made%20simple%20%7C%20Fasthosts&en=page_load_time&_fv=1&_nsi=1&_ss=1&epn.loading_time_sec=4.2&tfd=4203 — 204 — 552 B — 62 ms — h2https://static.fasthosts.co.uk/icons/favicon.icostatic.fasthosts.co.uk/icons/favico... https://static.fasthosts.co.uk/icons/favicon.ico — 200 — 15.2 KiB — 30 ms — http/1.1https://ias.fasthosts.co.uk/t/cookieias.fasthosts.co.uk/t/cookie https://ias.fasthosts.co.uk/t/cookie — 200 — 884 B — 191 ms — h2https://ias.fasthosts.co.uk/ias/zones/jsonias.fasthosts.co.uk/ias/zones/json https://ias.fasthosts.co.uk/ias/zones/json — 200 — 1.6 KiB — 213 ms — h2https://ias.fasthosts.co.uk/t/web?identity=HIDias.fasthosts.co.uk/t/web?identity=... https://ias.fasthosts.co.uk/t/web?identity=HID — 200 — 817 B — 142 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 863ms · 535KB · £4/mo
www.fasthosts.co.uk
Other
Costly
Execution 364ms
Transfer 25 KB
Monthly Cost £2/mo
Unattributable
Other
Costly
Execution 253ms
Transfer 0 KB
Monthly Cost £1/mo
apps.mypurecloud.de
Other
Optional
Execution 95ms
Transfer 166 KB
Unused 52%
Monthly Cost £0/mo
Google Tag Manager
Tag Manager
Optional
Execution 83ms
Transfer 174 KB
Unused 37%
Monthly Cost £0/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 170 KB
Unused 34%
Monthly Cost £0/mo

These scripts may cost more than they're worth

  • www.fasthosts.co.uk adds 364ms and costs ~£2/month
  • Unattributable adds 253ms 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.fasthosts.co.uk takes 364ms 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 253ms 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

52% of apps.mypurecloud.de'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