Skip to content
https://tonmr.shop

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
1
REVIEW
9
PASS
9
INFO
3

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

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

535 ms

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

1.07 s

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

0 ms

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

0.002

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

650 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.07 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
9 PASS 9 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Page Weight Budget
1.4 MB transferred, 55 requests
REVIEW
1.4 MB transferred, 55 requests
Info::
Page weighs 2.6 MB (1.4 MB transferred)
Info::
Fonts are 305 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 305 KB
Info::
55 HTTP requests
Info::
Estimated 0.28 g CO2 per page load
1.4 MB / 2.4 MB budget
1.4 MB transferred
55 requests
0.28 g CO2 per page load
Images 619.6 KiB 45%
Fonts 305.2 KiB 22%
JavaScript 276.9 KiB 20%
CSS 114.2 KiB 8%
Other 43.0 KiB 3%
HTML 18.7 KiB 1%
Other 13.3 KiB 1%
Other 494 B 0%
Other 30 B 0%
0 2.4 MB 4.9 MB
Under budget

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

B
Third-Party Impact
48% third-party, 0 ms blocking
REVIEW
48% third-party, 0 ms blocking
Info::
Third-party code accounts for 48% of page weight (668.1 KiB of 1.4 MiB)
Info::
Third-party blocking time is low (0 ms)
52%
48%
First-party Third-party
B
Image Optimization
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://tonmr.shop/uploads/settings/2026/05/logo_f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 620 KB
0 oversized -0 KB
3 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
16 scripts, 158 KB unused
REVIEW
16 scripts, 158 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 130 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 28 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 158 KB
158 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202605260101/show_ads_impl_fy2021.js173 KB130 KB (75%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=pub-557729851538119154 KB28 KB (53%)3rd
https://tonmr.shop/public/assets/js/lightbox-v6.js?v=17693352242 KB1st
https://tonmr.shop/public/assets/js/addictive-ui-v1.js?v=17695102103 KB1st
https://tonmr.shop/public/js/category-description.js?v=17698090781 KB1st
https://tonmr.shop/public/assets/js/helpers-v5.js?v=17693346060 KB1st
https://tonmr.shop/public/assets/js/app-v4.js?v=17785311126 KB1st
https://tonmr.shop/public/assets/js/consent-v7.js?v=17693346061 KB1st
https://tonmr.shop/public/assets/js/ga-init-v5.js?v=17693346061 KB1st
https://tonmr.shop/public/js/form-progress.js?v=17698059981 KB1st

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
55 resources · 1.4 MB · 158 KB savings available
REVIEW
55 resources · 1.4 MB · 158 KB savings available
Warning::
Page weight 1.4 MB exceeds 1 MB target by 368 KB
Got: 1.4 MB Expected: ≤ 1 MB
Info::
~158 KB of savings available
Warning::
22 third-party resources (48% of weight)
55 resources · 1.4 MiB · 22 third-party 367.6 KiB over 1MB target
Image 48% · 662.4 KiB
Font 22% · 305.2 KiB
JavaScript 20% · 276.9 KiB
CSS 8% · 114.2 KiB
Document 1% · 18.7 KiB
Other 1% · 14.1 KiB

~158.4 KiB of savings available

Remove unused JavaScript: 158.4 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
448ms total JS execution
PASS
448ms total JS execution
Warning::
https://tonmr.shop/: 290ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/manag...: 87ms CPU time
Info::
Unattributable: 70ms CPU time
Info::
Third-party scripts: 87ms (20% of total)

Main Thread Breakdown

Other 38% Style & Layout 26% Script Evaluation 21% Rendering 6% Parse HTML & CSS 5% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://tonmr.shop/290ms3ms0ms1st
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202605260101/show_ads_impl_fy2021.js87ms70ms12ms3rd
Unattributable70ms2ms0ms1st
A+
Font Loading
2 fonts (305 KB)
PASS
2 fonts (305 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

305 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 535 ms LCP 1.1 shttps://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/Phosphor.woff2Phosphor.woff2 https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/Phosphor.woff2 — 144.3 KiB — 21 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/Phosphor-Duotone.woff2Phosphor-Duotone.woff2 https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/Phosphor-Duotone.woff2 — 160.9 KiB — 26 ms — font-display: swap
Phosphor.woff2 woff2 swap
Size 144 KB
Load time 21 ms
Start 560 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Phosphor-Duotone.woff2 woff2 swap
Size 161 KB
Load time 26 ms
Start 561 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~153 KB and ~306 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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
55 requests over 1735ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 535 ms LCP 1.1 shttps://tonmr.shop// https://tonmr.shop/ — 200 — 9.1 KiB — 203 ms — h2https://tonmr.shop/public/assets/css/premium.css?v=1778400896/public/assets/css/premium.css?v=17... https://tonmr.shop/public/assets/css/premium.css?v=1778400896 — 200 — 1.7 KiB — 54 ms — h2https://tonmr.shop/public/style.css?v=1778858898/public/style.css?v=1778858898 https://tonmr.shop/public/style.css?v=1778858898 — 200 — 27.7 KiB — 105 ms — h2https://tonmr.shop/public/assets/css/inline-v4.css?v=1778597220/public/assets/css/inline-v4.css?v=... https://tonmr.shop/public/assets/css/inline-v4.css?v=1778597220 — 200 — 2.4 KiB — 55 ms — h2https://tonmr.shop/uploads/settings/2026/05/logo_f_20260515_174901_a7f5bfc1d2c7.webp/uploads/settings/2026/05/logo_f_20... https://tonmr.shop/uploads/settings/2026/05/logo_f_20260515_174901_a7f5bfc1d2c7.webp — 200 — 4.1 KiB — 105 ms — h2https://tonmr.shop/uploads/settings/2026/05/banner_f_20260515_200941_ae6ec54ff58d.webp/uploads/settings/2026/05/banner_f_... https://tonmr.shop/uploads/settings/2026/05/banner_f_20260515_200941_ae6ec54ff58d.webp — 200 — 74.8 KiB — 157 ms — h2https://tonmr.shop/uploads/2026/02/thumbs/service_cover_f_20260223_130701_f76b0db9ab32.webp/uploads/2026/02/thumbs/service_cov... https://tonmr.shop/uploads/2026/02/thumbs/service_cover_f_20260223_130701_f76b0db9ab32.webp — 200 — 6.6 KiB — 55 ms — h2https://tonmr.shop/uploads/2026/02/service_cover_f_20260216_215500_4a0e8ef30624.webp/uploads/2026/02/service_cover_f_20... https://tonmr.shop/uploads/2026/02/service_cover_f_20260216_215500_4a0e8ef30624.webp — 200 — 64.6 KiB — 112 ms — h2https://tonmr.shop/uploads/2026/02/service_cover_f_20260207_143543_d61decb96cf0.webp/uploads/2026/02/service_cover_f_20... https://tonmr.shop/uploads/2026/02/service_cover_f_20260207_143543_d61decb96cf0.webp — 200 — 82.8 KiB — 112 ms — h2https://tonmr.shop/manifest.json/manifest.json https://tonmr.shop/manifest.json — 200 — 494 B — 156 ms — h2https://unpkg.com/@phosphor-icons/webunpkg.com/@phosphor-icons/web https://unpkg.com/@phosphor-icons/web — 302 — 307 B — 122 ms — h3https://tonmr.shop/public/assets/js/ga-init-v5.js?v=1769334606/public/assets/js/ga-init-v5.js?v=1... https://tonmr.shop/public/assets/js/ga-init-v5.js?v=1769334606 — 200 — 809 B — 62 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=pub-5577298515381191pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=pub-5577298515381191 — 200 — 53.9 KiB — 115 ms — h3https://tonmr.shop/public/js/image-auto-compress.js?v=1770339878/public/js/image-auto-compress.js?v... https://tonmr.shop/public/js/image-auto-compress.js?v=1770339878 — 200 — 2.5 KiB — 57 ms — h2https://tonmr.shop/public/js/form-progress.js?v=1769805998/public/js/form-progress.js?v=17698... https://tonmr.shop/public/js/form-progress.js?v=1769805998 — 200 — 1.2 KiB — 60 ms — h2https://tonmr.shop/public/js/category-description.js?v=1769809078/public/js/category-description.js?... https://tonmr.shop/public/js/category-description.js?v=1769809078 — 200 — 620 B — 57 ms — h2https://tonmr.shop/uploads/2026/02/service_cover_f_20260205_045245_35fd4adeaf8b.webp/uploads/2026/02/service_cover_f_20... https://tonmr.shop/uploads/2026/02/service_cover_f_20260205_045245_35fd4adeaf8b.webp — 200 — 63.8 KiB — 93 ms — h2https://tonmr.shop/public/assets/js/helpers-v5.js?v=1769334606/public/assets/js/helpers-v5.js?v=1... https://tonmr.shop/public/assets/js/helpers-v5.js?v=1769334606 — 200 — 442 B — 63 ms — h2https://tonmr.shop/public/assets/js/app-v4.js?v=1778531112/public/assets/js/app-v4.js?v=17785... https://tonmr.shop/public/assets/js/app-v4.js?v=1778531112 — 200 — 6.1 KiB — 60 ms — h2https://tonmr.shop/public/assets/js/consent-v7.js?v=1769334606/public/assets/js/consent-v7.js?v=1... https://tonmr.shop/public/assets/js/consent-v7.js?v=1769334606 — 200 — 789 B — 61 ms — h2https://tonmr.shop/public/assets/js/lightbox-v6.js?v=1769335224/public/assets/js/lightbox-v6.js?v=... https://tonmr.shop/public/assets/js/lightbox-v6.js?v=1769335224 — 200 — 1.9 KiB — 64 ms — h2https://tonmr.shop/public/assets/js/addictive-ui-v1.js?v=1769510210/public/assets/js/addictive-ui-v1.j... https://tonmr.shop/public/assets/js/addictive-ui-v1.js?v=1769510210 — 200 — 3.0 KiB — 63 ms — h2https://tonmr.shop/public/assets/js/pwa-install-v1.js?v=1778858708/public/assets/js/pwa-install-v1.js... https://tonmr.shop/public/assets/js/pwa-install-v1.js?v=1778858708 — 200 — 691 B — 67 ms — h2https://tonmr.shop/public/assets/js/home-2026.js?v=1769344256/public/assets/js/home-2026.js?v=17... https://tonmr.shop/public/assets/js/home-2026.js?v=1769344256 — 200 — 1.9 KiB — 64 ms — h2https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_110040_dbfefe27357f.webp/uploads/2026/05/thumbs/listing_ext... https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_110040_dbfefe27357f.webp — 200 — 24.2 KiB — 70 ms — h2https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_102319_87aced163672.webp/uploads/2026/05/thumbs/listing_ext... https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_102319_87aced163672.webp — 200 — 25.9 KiB — 75 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260218_143109_6258de65a970.webp/uploads/2026/02/listing_f_20260218... https://tonmr.shop/uploads/2026/02/listing_f_20260218_143109_6258de65a970.webp — 200 — 15.8 KiB — 78 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260215_201555_d030aa708758.webp/uploads/2026/02/listing_f_20260215... https://tonmr.shop/uploads/2026/02/listing_f_20260215_201555_d030aa708758.webp — 200 — 51.4 KiB — 84 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260215_115342_acc2c4346524.webp/uploads/2026/02/listing_f_20260215... https://tonmr.shop/uploads/2026/02/listing_f_20260215_115342_acc2c4346524.webp — 200 — 14.8 KiB — 60 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260215_114214_ea6c64485053.webp/uploads/2026/02/listing_f_20260215... https://tonmr.shop/uploads/2026/02/listing_f_20260215_114214_ea6c64485053.webp — 200 — 26.0 KiB — 79 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 535 ms LCP 1.1 shttps://tonmr.shop// https://tonmr.shop/ — 200 — 9.1 KiB — 203 ms — h2https://tonmr.shop/public/assets/css/premium.css?v=1778400896/public/assets/css/premium.css?v=17... https://tonmr.shop/public/assets/css/premium.css?v=1778400896 — 200 — 1.7 KiB — 54 ms — h2https://tonmr.shop/public/style.css?v=1778858898/public/style.css?v=1778858898 https://tonmr.shop/public/style.css?v=1778858898 — 200 — 27.7 KiB — 105 ms — h2https://tonmr.shop/public/assets/css/inline-v4.css?v=1778597220/public/assets/css/inline-v4.css?v=... https://tonmr.shop/public/assets/css/inline-v4.css?v=1778597220 — 200 — 2.4 KiB — 55 ms — h2https://tonmr.shop/uploads/settings/2026/05/logo_f_20260515_174901_a7f5bfc1d2c7.webp/uploads/settings/2026/05/logo_f_20... https://tonmr.shop/uploads/settings/2026/05/logo_f_20260515_174901_a7f5bfc1d2c7.webp — 200 — 4.1 KiB — 105 ms — h2https://tonmr.shop/uploads/settings/2026/05/banner_f_20260515_200941_ae6ec54ff58d.webp/uploads/settings/2026/05/banner_f_... https://tonmr.shop/uploads/settings/2026/05/banner_f_20260515_200941_ae6ec54ff58d.webp — 200 — 74.8 KiB — 157 ms — h2https://tonmr.shop/uploads/2026/02/thumbs/service_cover_f_20260223_130701_f76b0db9ab32.webp/uploads/2026/02/thumbs/service_cov... https://tonmr.shop/uploads/2026/02/thumbs/service_cover_f_20260223_130701_f76b0db9ab32.webp — 200 — 6.6 KiB — 55 ms — h2https://tonmr.shop/uploads/2026/02/service_cover_f_20260216_215500_4a0e8ef30624.webp/uploads/2026/02/service_cover_f_20... https://tonmr.shop/uploads/2026/02/service_cover_f_20260216_215500_4a0e8ef30624.webp — 200 — 64.6 KiB — 112 ms — h2https://tonmr.shop/uploads/2026/02/service_cover_f_20260207_143543_d61decb96cf0.webp/uploads/2026/02/service_cover_f_20... https://tonmr.shop/uploads/2026/02/service_cover_f_20260207_143543_d61decb96cf0.webp — 200 — 82.8 KiB — 112 ms — h2https://tonmr.shop/manifest.json/manifest.json https://tonmr.shop/manifest.json — 200 — 494 B — 156 ms — h2https://unpkg.com/@phosphor-icons/webunpkg.com/@phosphor-icons/web https://unpkg.com/@phosphor-icons/web — 302 — 307 B — 122 ms — h3https://tonmr.shop/public/assets/js/ga-init-v5.js?v=1769334606/public/assets/js/ga-init-v5.js?v=1... https://tonmr.shop/public/assets/js/ga-init-v5.js?v=1769334606 — 200 — 809 B — 62 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=pub-5577298515381191pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=pub-5577298515381191 — 200 — 53.9 KiB — 115 ms — h3https://tonmr.shop/public/js/image-auto-compress.js?v=1770339878/public/js/image-auto-compress.js?v... https://tonmr.shop/public/js/image-auto-compress.js?v=1770339878 — 200 — 2.5 KiB — 57 ms — h2https://tonmr.shop/public/js/form-progress.js?v=1769805998/public/js/form-progress.js?v=17698... https://tonmr.shop/public/js/form-progress.js?v=1769805998 — 200 — 1.2 KiB — 60 ms — h2https://tonmr.shop/public/js/category-description.js?v=1769809078/public/js/category-description.js?... https://tonmr.shop/public/js/category-description.js?v=1769809078 — 200 — 620 B — 57 ms — h2https://tonmr.shop/uploads/2026/02/service_cover_f_20260205_045245_35fd4adeaf8b.webp/uploads/2026/02/service_cover_f_20... https://tonmr.shop/uploads/2026/02/service_cover_f_20260205_045245_35fd4adeaf8b.webp — 200 — 63.8 KiB — 93 ms — h2https://tonmr.shop/public/assets/js/helpers-v5.js?v=1769334606/public/assets/js/helpers-v5.js?v=1... https://tonmr.shop/public/assets/js/helpers-v5.js?v=1769334606 — 200 — 442 B — 63 ms — h2https://tonmr.shop/public/assets/js/app-v4.js?v=1778531112/public/assets/js/app-v4.js?v=17785... https://tonmr.shop/public/assets/js/app-v4.js?v=1778531112 — 200 — 6.1 KiB — 60 ms — h2https://tonmr.shop/public/assets/js/consent-v7.js?v=1769334606/public/assets/js/consent-v7.js?v=1... https://tonmr.shop/public/assets/js/consent-v7.js?v=1769334606 — 200 — 789 B — 61 ms — h2https://tonmr.shop/public/assets/js/lightbox-v6.js?v=1769335224/public/assets/js/lightbox-v6.js?v=... https://tonmr.shop/public/assets/js/lightbox-v6.js?v=1769335224 — 200 — 1.9 KiB — 64 ms — h2https://tonmr.shop/public/assets/js/addictive-ui-v1.js?v=1769510210/public/assets/js/addictive-ui-v1.j... https://tonmr.shop/public/assets/js/addictive-ui-v1.js?v=1769510210 — 200 — 3.0 KiB — 63 ms — h2https://tonmr.shop/public/assets/js/pwa-install-v1.js?v=1778858708/public/assets/js/pwa-install-v1.js... https://tonmr.shop/public/assets/js/pwa-install-v1.js?v=1778858708 — 200 — 691 B — 67 ms — h2https://tonmr.shop/public/assets/js/home-2026.js?v=1769344256/public/assets/js/home-2026.js?v=17... https://tonmr.shop/public/assets/js/home-2026.js?v=1769344256 — 200 — 1.9 KiB — 64 ms — h2https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_110040_dbfefe27357f.webp/uploads/2026/05/thumbs/listing_ext... https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_110040_dbfefe27357f.webp — 200 — 24.2 KiB — 70 ms — h2https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_102319_87aced163672.webp/uploads/2026/05/thumbs/listing_ext... https://tonmr.shop/uploads/2026/05/thumbs/listing_extra_f_20260517_102319_87aced163672.webp — 200 — 25.9 KiB — 75 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260218_143109_6258de65a970.webp/uploads/2026/02/listing_f_20260218... https://tonmr.shop/uploads/2026/02/listing_f_20260218_143109_6258de65a970.webp — 200 — 15.8 KiB — 78 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260215_201555_d030aa708758.webp/uploads/2026/02/listing_f_20260215... https://tonmr.shop/uploads/2026/02/listing_f_20260215_201555_d030aa708758.webp — 200 — 51.4 KiB — 84 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260215_115342_acc2c4346524.webp/uploads/2026/02/listing_f_20260215... https://tonmr.shop/uploads/2026/02/listing_f_20260215_115342_acc2c4346524.webp — 200 — 14.8 KiB — 60 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260215_114214_ea6c64485053.webp/uploads/2026/02/listing_f_20260215... https://tonmr.shop/uploads/2026/02/listing_f_20260215_114214_ea6c64485053.webp — 200 — 26.0 KiB — 79 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260215_113741_eb8e01ee2887.webp/uploads/2026/02/listing_f_20260215... https://tonmr.shop/uploads/2026/02/listing_f_20260215_113741_eb8e01ee2887.webp — 200 — 124.1 KiB — 91 ms — h2https://tonmr.shop/uploads/2026/02/listing_f_20260211_133756_a024031ca08d.webp/uploads/2026/02/listing_f_20260211... https://tonmr.shop/uploads/2026/02/listing_f_20260211_133756_a024031ca08d.webp — 200 — 40.7 KiB — 87 ms — h2https://unpkg.com/@phosphor-icons/web@2.1.2/src/index.jsunpkg.com/@phosphor-icons/web@2.1.2... https://unpkg.com/@phosphor-icons/web@2.1.2/src/index.js — 200 — 689 B — 36 ms — h3https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-5577298515381191&plah=tonmr.shop&ama_t=adsensepagead2.googlesyndication.com/getco... https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-pub-5577298515381191&plah=tonmr.shop&ama_t=adsense — 200 — 30 B — 37 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202605260101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202605260101/show_ads_impl_fy2021.js — 200 — 172.8 KiB — 96 ms — h3https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/style.csscdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/style.css — 200 — 12.0 KiB — 52 ms — h2https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/thin/style.csscdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/thin/style.css — 200 — 12.0 KiB — 52 ms — h2https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/light/style.csscdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/light/style.css — 200 — 12.0 KiB — 40 ms — h2https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/bold/style.csscdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/bold/style.css — 200 — 12.0 KiB — 40 ms — h2https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/fill/style.csscdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/fill/style.css — 200 — 12.3 KiB — 40 ms — h2https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/style.csscdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/style.css — 200 — 22.2 KiB — 51 ms — h2https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/Phosphor.woff2cdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/Phosphor.woff2 — 200 — 144.3 KiB — 21 ms — h3https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/Phosphor-Duotone.woff2cdn.jsdelivr.net/npm/@phosphor-icon... https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/Phosphor-Duotone.woff2 — 200 — 160.9 KiB — 26 ms — h3https://pagead2.googlesyndication.com/pagead/html/r20260527/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260527/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 71 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=HEADER&cls=navbar&ign=false&pw=1350&ph=940&x=0&y=0pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=HEADER&cls=navbar&ign=false&pw=1350&ph=940&x=0&y=0 — 204 — 20 B — 26 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=pub-5577298515381191&output=html&adk=1812271804&adf=3025194257&lmt=1780212166&plat=2%3A16777216%2C3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Ftonmr.shop%2F&pra=5&asro=0&itsi=-1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDguMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90L0EpQnJhbmQiLCI5OS4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDguMC43Nzc4LjE3OCJdXSwwXQ..&abgtt=6&dt=1780212166236&bpp=4&bdt=255&idt=158&shv=r20260527&mjsv=m202605260101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=8471367875438&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95390668%2C95391808&oid=2&pvsid=7943271251234093&tmod=519261691&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&ifi=1&uci=a!1&fsb=1&dtd=204pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=pub-5577298515381191&output=html&adk=1812271804&adf=3025194257&lmt=1780212166&plat=2%3A16777216%2C3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Ftonmr.shop%2F&pra=5&asro=0&itsi=-1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDguMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90L0EpQnJhbmQiLCI5OS4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDguMC43Nzc4LjE3OCJdXSwwXQ..&abgtt=6&dt=1780212166236&bpp=4&bdt=255&idt=158&shv=r20260527&mjsv=m202605260101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=8471367875438&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95390668%2C95391808&oid=2&pvsid=7943271251234093&tmod=519261691&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&ifi=1&uci=a!1&fsb=1&dtd=204 — 200 — 65 B — 96 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260527&st=env&sjk=7943271251234093ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260527&st=env&sjk=7943271251234093 — 200 — 13.3 KiB — 63 ms — h3https://tonmr.shop/uploads/settings/2026/05/favicon_f_20260515_174901_efea96763f6c.webp?v=1.0.9/uploads/settings/2026/05/favicon_f... https://tonmr.shop/uploads/settings/2026/05/favicon_f_20260515_174901_efea96763f6c.webp?v=1.0.9 — 200 — 627 B — 58 ms — h2https://tonmr.shop/branding/tonmr_favicon_512.png/branding/tonmr_favicon_512.png https://tonmr.shop/branding/tonmr_favicon_512.png — 200 — 42.1 KiB — 54 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 79 ms — h2https://tonmr.shop/uploads/settings/2026/05/favicon_f_20260515_174901_efea96763f6c.webp?v=1.0.9/uploads/settings/2026/05/favicon_f... https://tonmr.shop/uploads/settings/2026/05/favicon_f_20260515_174901_efea96763f6c.webp?v=1.0.9 — 200 — 0 B — 3 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 70 ms — h2https://pagead2.googlesyndication.com/bg/cMEViafYgbbu73uCW4cBNEnJfbdGsx1bXSZ3saafEws.jspagead2.googlesyndication.com/bg/cM... https://pagead2.googlesyndication.com/bg/cMEViafYgbbu73uCW4cBNEnJfbdGsx1bXSZ3saafEws.js — 200 — 21.8 KiB — 27 ms — h3https://ep2.adtrafficquality.google/generate_204?uF1C9gep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?uF1C9g — 204 — 40 B — 24 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260527&jk=7943271251234093&bg=!iomlievNAAZ0wi26VMI7AEcBe5WfOGLjqJdkNqFA_fYpTB8XexvJPsqZtgzrnlUQ7IjlNKWo4B5orX-_0KPrpxu6HH1uizcivOIXX8LSiwn2ngPpWt85gAIAAABdUgAAAAZoAQd-ADeACC6jycRDSDK4C1Etox0R1Os8TE4j-_J9wQyRjKoQlyktuUmljGidkcNkTyXMF5F7HYrdTPj9CgBRWCVUedg-Cnz4Zg0W81WOPJkqqFxqsEacErx8cdigDTvNy5DJiW8wJS4s46PDsWoivUr7XQdvg7gUtL77S5X5l1ZKhYtcMIlwhGFefVOKmrNnmQKZYEXKV4XsSFWTyozNQIHaQP0mDC_ZHqQHaQBF3FyvxNjeY8HumzO1j07lownTb-K5l6JbKxx7BusQooV6L92OQnAwfAxCYsAXEO8QT0jopOJc7fryj_clda5K9M3Jw37alurH47Ng_Oxs3oGEJGprB9J1lDnQnMsXrCMipRzzCpNqlmUrKQTmtTuR8m8nVEUnKFh9bYwNePqjsCusb6x5W-n1FsJ9p75SdyI5LafRIWXoXQR8ByywTgKViIVh3wJRHaEAPRAxklFcCkJPHY53tOeAc9Ozw6vueqsW5z_d9PXvZ_q1HQSmton4pVF9CwznP7o9vuu9ZXGK7jlSrPkHTrVIc_BtYPxuRyaHcPYaWjG_qGPJcCxgdq_RMvwgMDH7Nm4QRbk35OzMZw5olIv2xB0s_JJlSxm4sC0nkkUCiwWlP5ZZogNnVzkFH6T9JVZZFPnBiUJFKTaGh2m69cLUw49OXMdIBixh1HV_59Qp5_yx_j6AyfZi8IHawYYNqSi2PIatAammxOlZWON_fKK7TrvGDnY0AS3oOkFItUMShXkkEIps0MGjm5g1ZDCZyZmwiMtDQAa0ryilnMSKAaJT_M3hgY9mP9Ely3HvJSLT-cCt8z27omI30-TNNiU4msvKXWUdhkQFbzLfVopWsJiolbpgDLqsarHAFlXHIsOr_q4MmN4azKj8vDl3bHPsjj7u0-SDqSuZoXoRuf6X_U7Vd9jQCsVV4-_dWOI4wUs33u2aNlRL-hV90BX1E-ttyCjH1Pw-I8-xA5JcdzH9wzvOTMaGSt6l3MgHfPEsWL4Rds0tQzr9AWQSjlNiDM-BvHU5--ye6V07CqL33KcDga8NHKnj7Zkcpbx0_bSQbsnqpHHQtp5E_TsYrwIep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260527&jk=7943271251234093&bg=!iomlievNAAZ0wi26VMI7AEcBe5WfOGLjqJdkNqFA_fYpTB8XexvJPsqZtgzrnlUQ7IjlNKWo4B5orX-_0KPrpxu6HH1uizcivOIXX8LSiwn2ngPpWt85gAIAAABdUgAAAAZoAQd-ADeACC6jycRDSDK4C1Etox0R1Os8TE4j-_J9wQyRjKoQlyktuUmljGidkcNkTyXMF5F7HYrdTPj9CgBRWCVUedg-Cnz4Zg0W81WOPJkqqFxqsEacErx8cdigDTvNy5DJiW8wJS4s46PDsWoivUr7XQdvg7gUtL77S5X5l1ZKhYtcMIlwhGFefVOKmrNnmQKZYEXKV4XsSFWTyozNQIHaQP0mDC_ZHqQHaQBF3FyvxNjeY8HumzO1j07lownTb-K5l6JbKxx7BusQooV6L92OQnAwfAxCYsAXEO8QT0jopOJc7fryj_clda5K9M3Jw37alurH47Ng_Oxs3oGEJGprB9J1lDnQnMsXrCMipRzzCpNqlmUrKQTmtTuR8m8nVEUnKFh9bYwNePqjsCusb6x5W-n1FsJ9p75SdyI5LafRIWXoXQR8ByywTgKViIVh3wJRHaEAPRAxklFcCkJPHY53tOeAc9Ozw6vueqsW5z_d9PXvZ_q1HQSmton4pVF9CwznP7o9vuu9ZXGK7jlSrPkHTrVIc_BtYPxuRyaHcPYaWjG_qGPJcCxgdq_RMvwgMDH7Nm4QRbk35OzMZw5olIv2xB0s_JJlSxm4sC0nkkUCiwWlP5ZZogNnVzkFH6T9JVZZFPnBiUJFKTaGh2m69cLUw49OXMdIBixh1HV_59Qp5_yx_j6AyfZi8IHawYYNqSi2PIatAammxOlZWON_fKK7TrvGDnY0AS3oOkFItUMShXkkEIps0MGjm5g1ZDCZyZmwiMtDQAa0ryilnMSKAaJT_M3hgY9mP9Ely3HvJSLT-cCt8z27omI30-TNNiU4msvKXWUdhkQFbzLfVopWsJiolbpgDLqsarHAFlXHIsOr_q4MmN4azKj8vDl3bHPsjj7u0-SDqSuZoXoRuf6X_U7Vd9jQCsVV4-_dWOI4wUs33u2aNlRL-hV90BX1E-ttyCjH1Pw-I8-xA5JcdzH9wzvOTMaGSt6l3MgHfPEsWL4Rds0tQzr9AWQSjlNiDM-BvHU5--ye6V07CqL33KcDga8NHKnj7Zkcpbx0_bSQbsnqpHHQtp5E_TsYrwI — 204 — 17 B — 46 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
20% of JavaScript execution is third-party
First-party Third-party 87ms · 173KB · €1/mo
pagead2.googlesyndication.com
Other
Optional
Execution 87ms
Transfer 173 KB
Unused 75%
Monthly Cost €1/mo

75% of pagead2.googlesyndication.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

Image Optimization
15 images, 416 KB total, 270 KB wasted
INFO

Image Optimization Audit

Total Images

15

Total Size

416 KB

Oversized

6

Wasted

270 KB

15 missing dimensions 5 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback