Skip to content
https://roids4all.ws

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
2
REVIEW
3
PASS
18
INFO
3

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

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

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

1.85 s

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

3.81 s

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

474 ms

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

0.000

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

3.66 s

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

4.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
26
18 PASS 3 REVIEW 2 FIX
D
JS Execution Cost
Action
2701ms total JS execution
FIX
2701ms total JS execution
Warning::
https://roids4all.ws/wp-includes/js/jquery/jquery....: 1160ms CPU time
Warning::
https://roids4all.ws/: 997ms CPU time
Warning::
Unattributable: 295ms CPU time
Info::
https://roids4all.ws/wp-content/themes/blocksy-chi...: 166ms CPU time
Info::
https://roids4all.ws/wp-content/themes/blocksy/sta...: 84ms CPU time

Main Thread Breakdown

Style & Layout 48% Other 22% Script Evaluation 21% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://roids4all.ws/wp-includes/js/jquery/jquery.min.js?ver=3.7.11160ms414ms11ms1st
https://roids4all.ws/997ms28ms5ms1st
Unattributable295ms6ms0ms1st
https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/header-sticky-state.js?ver=1781453377166ms4ms1ms1st
https://roids4all.ws/wp-content/themes/blocksy/static/bundle/main.js?ver=2.1.5784ms74ms3ms1st
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
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
444 KB transferred, 69 requests
PASS
444 KB transferred, 69 requests
Info::
Page weighs 1.6 MB (444 KB transferred)
Info::
69 HTTP requests
Info::
Estimated 0.09 g CO2 per page load
444 KB / 2.4 MB budget
444 KB transferred
69 requests
0.09 g CO2 per page load
Images 160.8 KiB 36%
CSS 117.7 KiB 26%
JavaScript 116.5 KiB 26%
HTML 44.1 KiB 10%
Fonts 3.4 KiB 1%
Other 1.8 KiB 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-party.
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+
Image Optimization
4 images, 0 KB saveable
PASS
4 images, 0 KB saveable
Info::
All images are well-optimized
4 images 161 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
2 fonts (3 KB)
PASS
2 fonts (3 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

3 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 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.8 s LCP 3.8 shttps://roids4all.ws/wp-content/themes/blocksy/static/fonts/stars.woff2stars.woff2 https://roids4all.ws/wp-content/themes/blocksy/static/fonts/stars.woff2 — 1.3 KiB — 25 ms — font-display: swaphttps://roids4all.ws/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woffslick.woff https://roids4all.ws/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woff — 2.0 KiB — 30 ms — font-display: swap
stars.woff2 woff2 swap
Size 1 KB
Load time 25 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
slick.woff woff swap
Size 2 KB
Load time 30 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
  • 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 ~1 KB and ~2 ms

A+
JS Bundles
29 scripts, 0 KB unused
PASS
29 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
data:text/javascript;base64,dmFyIHdjX2FkZF90b19jYXJ0X3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWl…0 KB3rd
data:text/javascript;base64,dmFyIHdvb2NvbW1lcmNlX3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWluLWF…0 KB3rd
https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/trusted-types.js?ver=17814533941 KB1st
https://roids4all.ws/wp-content/themes/blocksy/static/bundle/main.js?ver=2.1.5710 KB1st
https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/custom-header.js?ver=17814529891 KB1st
https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/custom.js?ver=17824254773 KB1st
https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/header-cart-count.js?ver=17856331253 KB1st
https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/header-sticky-state.js?ver=17814533771 KB1st
https://roids4all.ws/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB1st
https://roids4all.ws/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
1 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1.webp (preload+preload).
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 resource hints configured

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1.webp (preload+preload).

Why this matters

Performance issues directly impact user engagement and conversion rates.

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
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.
A+
Page Weight Inventory
69 resources · 444 KB · 0 KB savings available
PASS
69 resources · 444 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 444 KB
Info::
7 third-party resources (0% of weight)
69 resources · 444.3 KiB · 7 third-party Within 1MB page-weight target
Image 37% · 162.7 KiB
CSS 26% · 117.7 KiB
JavaScript 26% · 116.5 KiB
Document 10% · 44.1 KiB
Font 1% · 3.4 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
32 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
69 requests over 3004ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.8 s LCP 3.8 shttps://roids4all.ws// https://roids4all.ws/ — 200 — 44.1 KiB — 1.2 s — h2https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1.webp/wp-content/uploads/2026/06/chatgpt... https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1.webp — 200 — 35.1 KiB — 162 ms — h2https://roids4all.ws/wp-content/uploads/2026/05/suchen.svg/wp-content/uploads/2026/05/suchen.... https://roids4all.ws/wp-content/uploads/2026/05/suchen.svg — 200 — 585 B — 163 ms — h2https://roids4all.ws/wp-content/litespeed/css/4094afd589eeaa609f612c68da5000cc.css?ver=4b4ca/wp-content/litespeed/css/4094afd58... https://roids4all.ws/wp-content/litespeed/css/4094afd589eeaa609f612c68da5000cc.css?ver=4b4ca — 200 — 3.6 KiB — 697 ms — h2https://roids4all.ws/wp-content/litespeed/css/2512986810a6455d8b05fc0907aa1973.css?ver=de097/wp-content/litespeed/css/251298681... https://roids4all.ws/wp-content/litespeed/css/2512986810a6455d8b05fc0907aa1973.css?ver=de097 — 200 — 14.8 KiB — 60 ms — h2https://roids4all.ws/wp-content/litespeed/css/5954c8605558c0d404a72e93b6695b7a.css?ver=96f22/wp-content/litespeed/css/5954c8605... https://roids4all.ws/wp-content/litespeed/css/5954c8605558c0d404a72e93b6695b7a.css?ver=96f22 — 200 — 16.6 KiB — 59 ms — h2https://roids4all.ws/wp-content/litespeed/css/f8e8bca1ba309c2144ca21c9a0ab5136.css?ver=3a4e5/wp-content/litespeed/css/f8e8bca1b... https://roids4all.ws/wp-content/litespeed/css/f8e8bca1ba309c2144ca21c9a0ab5136.css?ver=3a4e5 — 200 — 11.6 KiB — 74 ms — h2https://roids4all.ws/wp-content/litespeed/css/35dece5a0d1ad1506275a4474b94a7b1.css?ver=662d6/wp-content/litespeed/css/35dece5a0... https://roids4all.ws/wp-content/litespeed/css/35dece5a0d1ad1506275a4474b94a7b1.css?ver=662d6 — 200 — 1.6 KiB — 52 ms — h2https://roids4all.ws/wp-content/litespeed/css/6573f5767cf7d86b2291d60d45552930.css?ver=dac93/wp-content/litespeed/css/6573f5767... https://roids4all.ws/wp-content/litespeed/css/6573f5767cf7d86b2291d60d45552930.css?ver=dac93 — 200 — 1.1 KiB — 56 ms — h2https://roids4all.ws/wp-content/litespeed/css/e1ac1df88a2d34453a222712861ca1e4.css?ver=8d896/wp-content/litespeed/css/e1ac1df88... https://roids4all.ws/wp-content/litespeed/css/e1ac1df88a2d34453a222712861ca1e4.css?ver=8d896 — 200 — 2.1 KiB — 63 ms — h2https://roids4all.ws/wp-content/litespeed/css/934030cc094c531f34024dcc02ea2169.css?ver=135f6/wp-content/litespeed/css/934030cc0... https://roids4all.ws/wp-content/litespeed/css/934030cc094c531f34024dcc02ea2169.css?ver=135f6 — 200 — 719 B — 104 ms — h2https://roids4all.ws/wp-content/litespeed/css/fc4e810449dd1e8dbeff5b90c95ae51e.css?ver=4849b/wp-content/litespeed/css/fc4e81044... https://roids4all.ws/wp-content/litespeed/css/fc4e810449dd1e8dbeff5b90c95ae51e.css?ver=4849b — 200 — 1001 B — 81 ms — h2https://roids4all.ws/wp-content/litespeed/css/b3f1268e6bdef706cc1d552c940265a0.css?ver=199fe/wp-content/litespeed/css/b3f1268e6... https://roids4all.ws/wp-content/litespeed/css/b3f1268e6bdef706cc1d552c940265a0.css?ver=199fe — 200 — 1.7 KiB — 60 ms — h2https://roids4all.ws/wp-content/litespeed/css/2ab64caf1df2dbb83e8f0f8ba9c5654d.css?ver=5cc3c/wp-content/litespeed/css/2ab64caf1... https://roids4all.ws/wp-content/litespeed/css/2ab64caf1df2dbb83e8f0f8ba9c5654d.css?ver=5cc3c — 200 — 5.6 KiB — 84 ms — h2https://roids4all.ws/wp-content/litespeed/css/6ab05746f631dd2a9c179a94c082919b.css?ver=81271/wp-content/litespeed/css/6ab05746f... https://roids4all.ws/wp-content/litespeed/css/6ab05746f631dd2a9c179a94c082919b.css?ver=81271 — 200 — 4.5 KiB — 84 ms — h2https://roids4all.ws/wp-content/litespeed/css/35b5e9a09c8b033990cdeda8e067230e.css?ver=8ed6f/wp-content/litespeed/css/35b5e9a09... https://roids4all.ws/wp-content/litespeed/css/35b5e9a09c8b033990cdeda8e067230e.css?ver=8ed6f — 200 — 4.9 KiB — 72 ms — h2data:text/javascript;base64,dmFyIHdjX2FkZF90b19jYXJ0X3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWl…data:text/javascript;base64,dmFyIHd... data:text/javascript;base64,dmFyIHdjX2FkZF90b19jYXJ0X3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWl… — 200 — 0 B — 0 ms — datahttps://roids4all.ws/wp-content/litespeed/css/8188a45fe1ddabac59d85bcb185d5d72.css?ver=cbb1e/wp-content/litespeed/css/8188a45fe... https://roids4all.ws/wp-content/litespeed/css/8188a45fe1ddabac59d85bcb185d5d72.css?ver=cbb1e — 200 — 1.6 KiB — 64 ms — h2https://roids4all.ws/wp-content/litespeed/css/aee27314d590c14502e889f24e0db8ee.css?ver=7786f/wp-content/litespeed/css/aee27314d... https://roids4all.ws/wp-content/litespeed/css/aee27314d590c14502e889f24e0db8ee.css?ver=7786f — 200 — 1.8 KiB — 110 ms — h2data:text/javascript;base64,dmFyIHdvb2NvbW1lcmNlX3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWluLWF…data:text/javascript;base64,dmFyIHd... data:text/javascript;base64,dmFyIHdvb2NvbW1lcmNlX3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWluLWF… — 200 — 0 B — 0 ms — datahttps://roids4all.ws/wp-content/litespeed/css/e82711f460c5f539ee6d2ead36e9c74f.css?ver=e15a5/wp-content/litespeed/css/e82711f46... https://roids4all.ws/wp-content/litespeed/css/e82711f460c5f539ee6d2ead36e9c74f.css?ver=e15a5 — 200 — 1.4 KiB — 75 ms — h2https://roids4all.ws/wp-content/litespeed/css/fe0871d12a4de2a183720da62746ff53.css?ver=3b6f9/wp-content/litespeed/css/fe0871d12... https://roids4all.ws/wp-content/litespeed/css/fe0871d12a4de2a183720da62746ff53.css?ver=3b6f9 — 200 — 1.2 KiB — 85 ms — h2https://roids4all.ws/wp-content/litespeed/css/5b0002942021259282738b0963302317.css?ver=a52ef/wp-content/litespeed/css/5b0002942... https://roids4all.ws/wp-content/litespeed/css/5b0002942021259282738b0963302317.css?ver=a52ef — 200 — 2.0 KiB — 88 ms — h2https://roids4all.ws/wp-content/litespeed/css/60def4d9bf375f5a8c237ba1cbea7814.css?ver=7a86e/wp-content/litespeed/css/60def4d9b... https://roids4all.ws/wp-content/litespeed/css/60def4d9bf375f5a8c237ba1cbea7814.css?ver=7a86e — 200 — 1.4 KiB — 91 ms — h2https://roids4all.ws/wp-content/litespeed/css/f9e576f45e2e6fa1a6ebd3bac7c97db8.css?ver=da618/wp-content/litespeed/css/f9e576f45... https://roids4all.ws/wp-content/litespeed/css/f9e576f45e2e6fa1a6ebd3bac7c97db8.css?ver=da618 — 200 — 1.5 KiB — 94 ms — h2https://roids4all.ws/wp-content/litespeed/css/e80a7b514d8836c31f6d6ca941b9bde8.css?ver=e427f/wp-content/litespeed/css/e80a7b514... https://roids4all.ws/wp-content/litespeed/css/e80a7b514d8836c31f6d6ca941b9bde8.css?ver=e427f — 200 — 2.4 KiB — 109 ms — h2https://roids4all.ws/wp-content/litespeed/css/db7ef7d844b7579e8fb8be3facbed904.css?ver=94d26/wp-content/litespeed/css/db7ef7d84... https://roids4all.ws/wp-content/litespeed/css/db7ef7d844b7579e8fb8be3facbed904.css?ver=94d26 — 200 — 942 B — 101 ms — h2https://roids4all.ws/wp-content/litespeed/css/4d1a5cdee76149ac5411a2a4ff9f9cad.css?ver=a1991/wp-content/litespeed/css/4d1a5cdee... https://roids4all.ws/wp-content/litespeed/css/4d1a5cdee76149ac5411a2a4ff9f9cad.css?ver=a1991 — 200 — 1.8 KiB — 127 ms — h2https://roids4all.ws/wp-content/litespeed/css/28d4a327f56a2eefd91113396ebd0373.css?ver=3a707/wp-content/litespeed/css/28d4a327f... https://roids4all.ws/wp-content/litespeed/css/28d4a327f56a2eefd91113396ebd0373.css?ver=3a707 — 200 — 2.4 KiB — 118 ms — h2https://roids4all.ws/wp-content/litespeed/css/b08d43682b9fb605c2a9ff1fe8851381.css?ver=a1192/wp-content/litespeed/css/b08d43682... https://roids4all.ws/wp-content/litespeed/css/b08d43682b9fb605c2a9ff1fe8851381.css?ver=a1192 — 200 — 4.4 KiB — 123 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.8 s LCP 3.8 shttps://roids4all.ws// https://roids4all.ws/ — 200 — 44.1 KiB — 1.2 s — h2https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1.webp/wp-content/uploads/2026/06/chatgpt... https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1.webp — 200 — 35.1 KiB — 162 ms — h2https://roids4all.ws/wp-content/uploads/2026/05/suchen.svg/wp-content/uploads/2026/05/suchen.... https://roids4all.ws/wp-content/uploads/2026/05/suchen.svg — 200 — 585 B — 163 ms — h2https://roids4all.ws/wp-content/litespeed/css/4094afd589eeaa609f612c68da5000cc.css?ver=4b4ca/wp-content/litespeed/css/4094afd58... https://roids4all.ws/wp-content/litespeed/css/4094afd589eeaa609f612c68da5000cc.css?ver=4b4ca — 200 — 3.6 KiB — 697 ms — h2https://roids4all.ws/wp-content/litespeed/css/2512986810a6455d8b05fc0907aa1973.css?ver=de097/wp-content/litespeed/css/251298681... https://roids4all.ws/wp-content/litespeed/css/2512986810a6455d8b05fc0907aa1973.css?ver=de097 — 200 — 14.8 KiB — 60 ms — h2https://roids4all.ws/wp-content/litespeed/css/5954c8605558c0d404a72e93b6695b7a.css?ver=96f22/wp-content/litespeed/css/5954c8605... https://roids4all.ws/wp-content/litespeed/css/5954c8605558c0d404a72e93b6695b7a.css?ver=96f22 — 200 — 16.6 KiB — 59 ms — h2https://roids4all.ws/wp-content/litespeed/css/f8e8bca1ba309c2144ca21c9a0ab5136.css?ver=3a4e5/wp-content/litespeed/css/f8e8bca1b... https://roids4all.ws/wp-content/litespeed/css/f8e8bca1ba309c2144ca21c9a0ab5136.css?ver=3a4e5 — 200 — 11.6 KiB — 74 ms — h2https://roids4all.ws/wp-content/litespeed/css/35dece5a0d1ad1506275a4474b94a7b1.css?ver=662d6/wp-content/litespeed/css/35dece5a0... https://roids4all.ws/wp-content/litespeed/css/35dece5a0d1ad1506275a4474b94a7b1.css?ver=662d6 — 200 — 1.6 KiB — 52 ms — h2https://roids4all.ws/wp-content/litespeed/css/6573f5767cf7d86b2291d60d45552930.css?ver=dac93/wp-content/litespeed/css/6573f5767... https://roids4all.ws/wp-content/litespeed/css/6573f5767cf7d86b2291d60d45552930.css?ver=dac93 — 200 — 1.1 KiB — 56 ms — h2https://roids4all.ws/wp-content/litespeed/css/e1ac1df88a2d34453a222712861ca1e4.css?ver=8d896/wp-content/litespeed/css/e1ac1df88... https://roids4all.ws/wp-content/litespeed/css/e1ac1df88a2d34453a222712861ca1e4.css?ver=8d896 — 200 — 2.1 KiB — 63 ms — h2https://roids4all.ws/wp-content/litespeed/css/934030cc094c531f34024dcc02ea2169.css?ver=135f6/wp-content/litespeed/css/934030cc0... https://roids4all.ws/wp-content/litespeed/css/934030cc094c531f34024dcc02ea2169.css?ver=135f6 — 200 — 719 B — 104 ms — h2https://roids4all.ws/wp-content/litespeed/css/fc4e810449dd1e8dbeff5b90c95ae51e.css?ver=4849b/wp-content/litespeed/css/fc4e81044... https://roids4all.ws/wp-content/litespeed/css/fc4e810449dd1e8dbeff5b90c95ae51e.css?ver=4849b — 200 — 1001 B — 81 ms — h2https://roids4all.ws/wp-content/litespeed/css/b3f1268e6bdef706cc1d552c940265a0.css?ver=199fe/wp-content/litespeed/css/b3f1268e6... https://roids4all.ws/wp-content/litespeed/css/b3f1268e6bdef706cc1d552c940265a0.css?ver=199fe — 200 — 1.7 KiB — 60 ms — h2https://roids4all.ws/wp-content/litespeed/css/2ab64caf1df2dbb83e8f0f8ba9c5654d.css?ver=5cc3c/wp-content/litespeed/css/2ab64caf1... https://roids4all.ws/wp-content/litespeed/css/2ab64caf1df2dbb83e8f0f8ba9c5654d.css?ver=5cc3c — 200 — 5.6 KiB — 84 ms — h2https://roids4all.ws/wp-content/litespeed/css/6ab05746f631dd2a9c179a94c082919b.css?ver=81271/wp-content/litespeed/css/6ab05746f... https://roids4all.ws/wp-content/litespeed/css/6ab05746f631dd2a9c179a94c082919b.css?ver=81271 — 200 — 4.5 KiB — 84 ms — h2https://roids4all.ws/wp-content/litespeed/css/35b5e9a09c8b033990cdeda8e067230e.css?ver=8ed6f/wp-content/litespeed/css/35b5e9a09... https://roids4all.ws/wp-content/litespeed/css/35b5e9a09c8b033990cdeda8e067230e.css?ver=8ed6f — 200 — 4.9 KiB — 72 ms — h2data:text/javascript;base64,dmFyIHdjX2FkZF90b19jYXJ0X3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWl…data:text/javascript;base64,dmFyIHd... data:text/javascript;base64,dmFyIHdjX2FkZF90b19jYXJ0X3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWl… — 200 — 0 B — 0 ms — datahttps://roids4all.ws/wp-content/litespeed/css/8188a45fe1ddabac59d85bcb185d5d72.css?ver=cbb1e/wp-content/litespeed/css/8188a45fe... https://roids4all.ws/wp-content/litespeed/css/8188a45fe1ddabac59d85bcb185d5d72.css?ver=cbb1e — 200 — 1.6 KiB — 64 ms — h2https://roids4all.ws/wp-content/litespeed/css/aee27314d590c14502e889f24e0db8ee.css?ver=7786f/wp-content/litespeed/css/aee27314d... https://roids4all.ws/wp-content/litespeed/css/aee27314d590c14502e889f24e0db8ee.css?ver=7786f — 200 — 1.8 KiB — 110 ms — h2data:text/javascript;base64,dmFyIHdvb2NvbW1lcmNlX3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWluLWF…data:text/javascript;base64,dmFyIHd... data:text/javascript;base64,dmFyIHdvb2NvbW1lcmNlX3BhcmFtcz17ImFqYXhfdXJsIjoiL3dwLWFkbWluL2FkbWluLWF… — 200 — 0 B — 0 ms — datahttps://roids4all.ws/wp-content/litespeed/css/e82711f460c5f539ee6d2ead36e9c74f.css?ver=e15a5/wp-content/litespeed/css/e82711f46... https://roids4all.ws/wp-content/litespeed/css/e82711f460c5f539ee6d2ead36e9c74f.css?ver=e15a5 — 200 — 1.4 KiB — 75 ms — h2https://roids4all.ws/wp-content/litespeed/css/fe0871d12a4de2a183720da62746ff53.css?ver=3b6f9/wp-content/litespeed/css/fe0871d12... https://roids4all.ws/wp-content/litespeed/css/fe0871d12a4de2a183720da62746ff53.css?ver=3b6f9 — 200 — 1.2 KiB — 85 ms — h2https://roids4all.ws/wp-content/litespeed/css/5b0002942021259282738b0963302317.css?ver=a52ef/wp-content/litespeed/css/5b0002942... https://roids4all.ws/wp-content/litespeed/css/5b0002942021259282738b0963302317.css?ver=a52ef — 200 — 2.0 KiB — 88 ms — h2https://roids4all.ws/wp-content/litespeed/css/60def4d9bf375f5a8c237ba1cbea7814.css?ver=7a86e/wp-content/litespeed/css/60def4d9b... https://roids4all.ws/wp-content/litespeed/css/60def4d9bf375f5a8c237ba1cbea7814.css?ver=7a86e — 200 — 1.4 KiB — 91 ms — h2https://roids4all.ws/wp-content/litespeed/css/f9e576f45e2e6fa1a6ebd3bac7c97db8.css?ver=da618/wp-content/litespeed/css/f9e576f45... https://roids4all.ws/wp-content/litespeed/css/f9e576f45e2e6fa1a6ebd3bac7c97db8.css?ver=da618 — 200 — 1.5 KiB — 94 ms — h2https://roids4all.ws/wp-content/litespeed/css/e80a7b514d8836c31f6d6ca941b9bde8.css?ver=e427f/wp-content/litespeed/css/e80a7b514... https://roids4all.ws/wp-content/litespeed/css/e80a7b514d8836c31f6d6ca941b9bde8.css?ver=e427f — 200 — 2.4 KiB — 109 ms — h2https://roids4all.ws/wp-content/litespeed/css/db7ef7d844b7579e8fb8be3facbed904.css?ver=94d26/wp-content/litespeed/css/db7ef7d84... https://roids4all.ws/wp-content/litespeed/css/db7ef7d844b7579e8fb8be3facbed904.css?ver=94d26 — 200 — 942 B — 101 ms — h2https://roids4all.ws/wp-content/litespeed/css/4d1a5cdee76149ac5411a2a4ff9f9cad.css?ver=a1991/wp-content/litespeed/css/4d1a5cdee... https://roids4all.ws/wp-content/litespeed/css/4d1a5cdee76149ac5411a2a4ff9f9cad.css?ver=a1991 — 200 — 1.8 KiB — 127 ms — h2https://roids4all.ws/wp-content/litespeed/css/28d4a327f56a2eefd91113396ebd0373.css?ver=3a707/wp-content/litespeed/css/28d4a327f... https://roids4all.ws/wp-content/litespeed/css/28d4a327f56a2eefd91113396ebd0373.css?ver=3a707 — 200 — 2.4 KiB — 118 ms — h2https://roids4all.ws/wp-content/litespeed/css/b08d43682b9fb605c2a9ff1fe8851381.css?ver=a1192/wp-content/litespeed/css/b08d43682... https://roids4all.ws/wp-content/litespeed/css/b08d43682b9fb605c2a9ff1fe8851381.css?ver=a1192 — 200 — 4.4 KiB — 123 ms — h2https://roids4all.ws/wp-content/litespeed/css/531e80b7ef2400f00d7c9ef314a89386.css?ver=62a08/wp-content/litespeed/css/531e80b7e... https://roids4all.ws/wp-content/litespeed/css/531e80b7ef2400f00d7c9ef314a89386.css?ver=62a08 — 200 — 3.3 KiB — 114 ms — h2https://roids4all.ws/wp-content/litespeed/css/97d53bfbb9c6fe52643ba374a7587ebf.css?ver=617d3/wp-content/litespeed/css/97d53bfbb... https://roids4all.ws/wp-content/litespeed/css/97d53bfbb9c6fe52643ba374a7587ebf.css?ver=617d3 — 200 — 3.0 KiB — 112 ms — h2https://roids4all.ws/wp-content/litespeed/css/353bd2e2c7967b60dbe78be7c4b28f4d.css?ver=33764/wp-content/litespeed/css/353bd2e2c... https://roids4all.ws/wp-content/litespeed/css/353bd2e2c7967b60dbe78be7c4b28f4d.css?ver=33764 — 200 — 2.8 KiB — 120 ms — h2https://roids4all.ws/wp-content/litespeed/css/deb8aed979f9deb6f9273ed8fcc96b57.css?ver=0b5b8/wp-content/litespeed/css/deb8aed97... https://roids4all.ws/wp-content/litespeed/css/deb8aed979f9deb6f9273ed8fcc96b57.css?ver=0b5b8 — 200 — 4.7 KiB — 141 ms — h2https://roids4all.ws/wp-content/litespeed/css/7958cfffb904fb34f84163bd40428034.css?ver=82fa3/wp-content/litespeed/css/7958cfffb... https://roids4all.ws/wp-content/litespeed/css/7958cfffb904fb34f84163bd40428034.css?ver=82fa3 — 200 — 3.3 KiB — 139 ms — h2https://roids4all.ws/wp-content/litespeed/css/b1809d94e5a8637e7afe6196f26ddbc9.css?ver=b6ad9/wp-content/litespeed/css/b1809d94e... https://roids4all.ws/wp-content/litespeed/css/b1809d94e5a8637e7afe6196f26ddbc9.css?ver=b6ad9 — 200 — 1.4 KiB — 123 ms — h2https://roids4all.ws/wp-content/litespeed/css/debbb49ac8b100accffb6f9ccd939983.css?ver=b03be/wp-content/litespeed/css/debbb49ac... https://roids4all.ws/wp-content/litespeed/css/debbb49ac8b100accffb6f9ccd939983.css?ver=b03be — 200 — 6.7 KiB — 146 ms — h2https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/trusted-types.js?ver=1781453394/wp-content/themes/blocksy-child/as... https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/trusted-types.js?ver=1781453394 — 200 — 1.0 KiB — 139 ms — h2https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1-768x255.webp/wp-content/uploads/2026/06/chatgpt... https://roids4all.ws/wp-content/uploads/2026/06/chatgpt_image_28._5._2026__22_52_35-removebg-preview-1-768x255.webp — 200 — 30.7 KiB — 854 ms — h2https://roids4all.ws/wp-content/themes/blocksy/static/bundle/main.js?ver=2.1.57/wp-content/themes/blocksy/static/b... https://roids4all.ws/wp-content/themes/blocksy/static/bundle/main.js?ver=2.1.57 — 200 — 9.8 KiB — 35 ms — h3https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/custom-header.js?ver=1781452989/wp-content/themes/blocksy-child/as... https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/custom-header.js?ver=1781452989 — 200 — 1.2 KiB — 35 ms — h3https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/custom.js?ver=1782425477/wp-content/themes/blocksy-child/as... https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/custom.js?ver=1782425477 — 200 — 3.4 KiB — 27 ms — h3https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/header-cart-count.js?ver=1785633125/wp-content/themes/blocksy-child/as... https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/header-cart-count.js?ver=1785633125 — 200 — 3.0 KiB — 32 ms — h3https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/header-sticky-state.js?ver=1781453377/wp-content/themes/blocksy-child/as... https://roids4all.ws/wp-content/themes/blocksy-child/assets/js/header-sticky-state.js?ver=1781453377 — 200 — 1.4 KiB — 34 ms — h3https://roids4all.ws/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://roids4all.ws/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.8 KiB — 34 ms — h3https://roids4all.ws/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://roids4all.ws/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 31 ms — h3https://roids4all.ws/wp-content/litespeed/js/08e8a409bb5542784c5b16575a957bf1.js?ver=da004/wp-content/litespeed/js/08e8a409bb... https://roids4all.ws/wp-content/litespeed/js/08e8a409bb5542784c5b16575a957bf1.js?ver=da004 — 200 — 3.9 KiB — 32 ms — h3https://roids4all.ws/wp-content/litespeed/js/3121ab81791a4a27c1cfc4f27b8e6012.js?ver=38f37/wp-content/litespeed/js/3121ab8179... https://roids4all.ws/wp-content/litespeed/js/3121ab81791a4a27c1cfc4f27b8e6012.js?ver=38f37 — 200 — 2.0 KiB — 40 ms — h3https://roids4all.ws/wp-content/litespeed/js/e36c29f3334618091e596a4557128c29.js?ver=0d045/wp-content/litespeed/js/e36c29f333... https://roids4all.ws/wp-content/litespeed/js/e36c29f3334618091e596a4557128c29.js?ver=0d045 — 200 — 1.5 KiB — 40 ms — h3https://roids4all.ws/wp-content/litespeed/js/e01c837447c012a3f73815e94c4c306e.js?ver=2ff5e/wp-content/litespeed/js/e01c837447... https://roids4all.ws/wp-content/litespeed/js/e01c837447c012a3f73815e94c4c306e.js?ver=2ff5e — 200 — 2.1 KiB — 45 ms — h3https://roids4all.ws/wp-content/litespeed/js/20267569abc5899352145a6605247a9a.js?ver=a3a28/wp-content/litespeed/js/20267569ab... https://roids4all.ws/wp-content/litespeed/js/20267569abc5899352145a6605247a9a.js?ver=a3a28 — 200 — 12.1 KiB — 53 ms — h3https://roids4all.ws/wp-content/litespeed/js/b1cd4b61bb7b6292d9303c6626586ead.js?ver=3a748/wp-content/litespeed/js/b1cd4b61bb... https://roids4all.ws/wp-content/litespeed/js/b1cd4b61bb7b6292d9303c6626586ead.js?ver=3a748 — 200 — 4.1 KiB — 39 ms — h3https://roids4all.ws/wp-content/litespeed/js/998f06be4bb7ba4b6c92cc6421e83299.js?ver=d8ce6/wp-content/litespeed/js/998f06be4b... https://roids4all.ws/wp-content/litespeed/js/998f06be4bb7ba4b6c92cc6421e83299.js?ver=d8ce6 — 200 — 11.3 KiB — 48 ms — h3https://roids4all.ws/wp-content/litespeed/js/4e7f3cf126bbdb7071e4f3f61d8bce26.js?ver=72180/wp-content/litespeed/js/4e7f3cf126... https://roids4all.ws/wp-content/litespeed/js/4e7f3cf126bbdb7071e4f3f61d8bce26.js?ver=72180 — 200 — 2.5 KiB — 53 ms — h3https://roids4all.ws/wp-content/litespeed/js/8d1a1ef70a60514111bdb8560cf3e6cd.js?ver=252a9/wp-content/litespeed/js/8d1a1ef70a... https://roids4all.ws/wp-content/litespeed/js/8d1a1ef70a60514111bdb8560cf3e6cd.js?ver=252a9 — 200 — 1.6 KiB — 52 ms — h3https://roids4all.ws/wp-content/litespeed/js/0295f83bab102c7e14b1c910673ae0c4.js?ver=a33ba/wp-content/litespeed/js/0295f83bab... https://roids4all.ws/wp-content/litespeed/js/0295f83bab102c7e14b1c910673ae0c4.js?ver=a33ba — 200 — 11.6 KiB — 53 ms — h3https://roids4all.ws/wp-content/uploads/2026/05/hero-bodybuilder-bg-1920x820-1.webp/wp-content/uploads/2026/05/hero-bo... https://roids4all.ws/wp-content/uploads/2026/05/hero-bodybuilder-bg-1920x820-1.webp — 200 — 94.5 KiB — 45 ms — h3data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIGM9ZG9jdW1lbnQuYm9keS5jbGFzc05hbWU7Yz1jLnJlcGxhY2U…data:text/javascript;base64,KGZ1bmN... data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIGM9ZG9jdW1lbnQuYm9keS5jbGFzc05hbWU7Yz1jLnJlcGxhY2U… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIGNyX2FqYXhfb2JqZWN0PXsiYWpheF91cmwiOiJodHRwczovL3JvaWRzNGFsbC53cy9…data:text/javascript;base64,dmFyIGN... data:text/javascript;base64,dmFyIGNyX2FqYXhfb2JqZWN0PXsiYWpheF91cmwiOiJodHRwczovL3JvaWRzNGFsbC53cy9… — 200 — 0 B — 0 ms — datahttps://roids4all.ws/wp-content/themes/blocksy/static/fonts/stars.woff2/wp-content/themes/blocksy/static/f... https://roids4all.ws/wp-content/themes/blocksy/static/fonts/stars.woff2 — 200 — 1.3 KiB — 25 ms — h3data:text/javascript;base64,dmFyIHB3Yl9hamF4X29iamVjdD17ImNhcm91c2VsX3ByZXYiOiJcdTAwM0MiLCJjYXJvdXN…data:text/javascript;base64,dmFyIHB... data:text/javascript;base64,dmFyIHB3Yl9hamF4X29iamVjdD17ImNhcm91c2VsX3ByZXYiOiJcdTAwM0MiLCJjYXJvdXN… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIHI0YUhlYWRlckNhcnRDb3VudD17ImNvdW50IjoiMCJ9data:text/javascript;base64,dmFyIHI... data:text/javascript;base64,dmFyIHI0YUhlYWRlckNhcnRDb3VudD17ImNvdW50IjoiMCJ9 — 200 — 0 B — 0 ms — datahttps://roids4all.ws/wp-content/themes/blocksy/static/bundle/100.957a1d57641c41d5237c.js/wp-content/themes/blocksy/static/b... https://roids4all.ws/wp-content/themes/blocksy/static/bundle/100.957a1d57641c41d5237c.js — 200 — 1.7 KiB — 28 ms — h3data:text/javascript;base64,KGZ1bmN0aW9uKCl7J3VzZSBzdHJpY3QnO2NvbnN0IGFqYXhVcmw9Imh0dHBzOlwvXC9yb2l…data:text/javascript;base64,KGZ1bmN... data:text/javascript;base64,KGZ1bmN0aW9uKCl7J3VzZSBzdHJpY3QnO2NvbnN0IGFqYXhVcmw9Imh0dHBzOlwvXC9yb2l… — 200 — 0 B — 0 ms — datahttps://roids4all.ws/wp-content/themes/blocksy/static/bundle/907.1ddadcf80aca9cb11200.js/wp-content/themes/blocksy/static/b... https://roids4all.ws/wp-content/themes/blocksy/static/bundle/907.1ddadcf80aca9cb11200.js — 200 — 2.6 KiB — 28 ms — h3https://roids4all.ws/wp-content/themes/blocksy/static/bundle/641.41d6784859f93ced2969.js/wp-content/themes/blocksy/static/b... https://roids4all.ws/wp-content/themes/blocksy/static/bundle/641.41d6784859f93ced2969.js — 200 — 883 B — 26 ms — h3https://roids4all.ws/wp-content/plugins/blocksy-companion/static/bundle/sticky.js?ver=2.1.57/wp-content/plugins/blocksy-compani... https://roids4all.ws/wp-content/plugins/blocksy-companion/static/bundle/sticky.js?ver=2.1.57 — 200 — 3.8 KiB — 28 ms — h3https://roids4all.ws/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woff/wp-content/plugins/customer-review... https://roids4all.ws/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woff — 200 — 2.0 KiB — 30 ms — h3https://roids4all.ws/wp-content/uploads/2025/12/cropped-anabolika-kaufen.jetzt-logo-kopia-1-1-32x32.webp/wp-content/uploads/2025/12/cropped... https://roids4all.ws/wp-content/uploads/2025/12/cropped-anabolika-kaufen.jetzt-logo-kopia-1-1-32x32.webp — 200 — 1.8 KiB — 689 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
72 images, 70 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

72

Total Size

70 KB

4 missing dimensions 42 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