Performance
· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
839 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
931 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8 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.
839 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.69 s
Page Load Progression
DThird-Party ImpactAction82% third-party, 0 ms blockingFIX
DJS BundlesAction20 scripts, 325 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-DX6SC6FZEQ | 175 KB | 115 KB (66%) | ✓ | 3rd |
| https://tucows.com/haqt6iy0yx2eNjI3ZTgwNmVhYmRmYTBhYmFiOTY3MjU5/xBMyK4m5OuhrWU8NouiwesXJXHs | 183 KB | 74 KB (40%) | ✓ | 1st |
| https://tucows.com/haqt6iy0yx2eNjI3ZTgwNmVhYmRmYTBhYmFiOTY3MjU5/xBMyK4m5KIQCMEpr1O7PEK2rN1x7 | 121 KB | 69 KB (57%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-M9SSF3S | 125 KB | 66 KB (53%) | ✓ | 3rd |
| https://snap.licdn.com/li.lms-analytics/insight.min.js | 19 KB | — | ✓ | 3rd |
| https://f.vimeocdn.com/p/4.46.43/js/player.module.js | 212 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/627e806eabdfa0abab967259/js/tucows-2022-build.schunk.c8cd7d0c04067939.js | 49 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/627e806eabdfa0abab967259/js/tucows-2022-build.schunk.36b8fb49256177c8.js | 14 KB | — | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js | 4 KB | — | ✓ | 3rd |
| https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=627e806eabdfa0abab967259 | 30 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction53 resources · 1.8 MB · 325 KB savings availableFIX
~324.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 53 resources | 1.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.8 MB transferred, 53 requestsREVIEW
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
BImage Optimization14 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Execution Cost511ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tucows.com/haqt6iy0yx2eNjI3ZTgwNmVhYmRmYTBhYmFiOTY3MjU5/xBMyK4m5OuhrWU8NouiwesXJXHs | 115ms | 95ms | 19ms | 1st |
| https://tucows.com/ | 112ms | 9ms | 2ms | 1st |
| Unattributable | 89ms | 4ms | 0ms | 3rd |
| https://cdn.prod.website-files.com/627e806eabdfa0abab967259/js/tucows-2022-build.schunk.c8cd7d0c04067939.js | 79ms | 24ms | 9ms | 3rd |
| https://cdn.prod.website-files.com/627e806eabdfa0abab967259/js/tucows-2022-build.95d69acf.21512fd74682fd02.js | 66ms | 62ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M9SSF3S | 51ms | 36ms | 14ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (100 KB)PASS
Web fonts
3
100 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~27 KB and ~54 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall53 requests over 1016msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 89ms | 0 KB | — | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 79ms | 49 KB | — | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 66ms | 1 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 51ms | 125 KB | 53% | €1/mo | Optional |
56% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
53% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev