Skip to content
https://Yellowizard.gr

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
2
REVIEW
8
PASS
13
INFO
4

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

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

4.72 s

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

6.07 s

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

610 ms

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

0.066

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

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

14.37 s

Page Load Progression

400 ms
800 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
27
13 PASS 8 REVIEW 2 FIX
F
JS Execution Cost
Action
6089ms total JS execution
FIX
6089ms total JS execution
Warning::
https://yellowizard.gr/: 2708ms CPU time
Warning::
https://yellowizard.gr/wp-includes/js/jquery/jquer...: 1167ms CPU time
Warning::
Unattributable: 649ms CPU time
Warning::
https://scripts.clarity.ms/0.8.62/clarity.js: 287ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-390...: 244ms CPU time
Info::
Third-party scripts: 1374ms (23% of total)

Main Thread Breakdown

Script Evaluation 36% Style & Layout 28% Other 24% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://yellowizard.gr/2708ms106ms7ms1st
https://yellowizard.gr/wp-includes/js/jquery/jquery.min.js1167ms967ms7ms1st
Unattributable649ms8ms0ms3rd
https://scripts.clarity.ms/0.8.62/clarity.js287ms259ms5ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-390877533&cx=c&gtm=4e6562244ms207ms35ms3rd
https://yellowizard.gr/wp-content/litespeed/js/d0c4d96829790bb53eed23c10688411a.js?ver=8411a238ms98ms5ms1st
https://yellowizard.gr/wp-content/litespeed/js/cba39b768e57ea22912ebb1f689f0bee.js?ver=f0bee210ms118ms42ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-5WWRLVW6195ms151ms26ms3rd
https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/slides.8e9b74f1b31471377df8.bundle.min.js177ms127ms1ms1st
https://yellowizard.gr/wp-content/litespeed/js/8390449304cd6ea4ff1c4e72a5defa49.js?ver=efa49142ms33ms3ms1st

Showing top 10 of 11 scripts

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::
ETag present — enables conditional (304) responses
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
C
Page Weight Budget
Action
2.0 MB transferred, 149 requests
REVIEW
2.0 MB transferred, 149 requests
Info::
Page weighs 6.1 MB (2.0 MB transferred)
Warning::
JavaScript is 687 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 687 KB
Info::
Fonts are 568 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 568 KB
Warning::
149 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.43 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
149 requests
0.43 g CO2 per page load
JavaScript 687.2 KiB 33%
Fonts 568.0 KiB 27%
Images 524.9 KiB 25%
CSS 183.1 KiB 9%
HTML 115.7 KiB 6%
Other 9.7 KiB 0%
Other 556 B 0%
Other 275 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

B
Image Optimization
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://yw.yellowebsite.gr/wp-content/uploads/2025... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 525 KB
0 oversized -0 KB
7 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
61 scripts, 283 KB unused
REVIEW
61 scripts, 283 KB unused
Warning::
https://yellowizard.gr/wp-content/litespeed/js/cba...: 103 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5WW...: 67 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-390...: 63 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://yellowizard.gr/wp-content/litespeed/js/07a...: 29 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://yellowizard.gr/wp-content/litespeed/js/66d...: 21 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 283 KB
283 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://yellowizard.gr/wp-content/litespeed/js/cba39b768e57ea22912ebb1f689f0bee.js?ver=f0bee139 KB103 KB (75%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-5WWRLVW6144 KB67 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-390877533&cx=c&gtm=4e6562144 KB63 KB (43%)3rd
https://yellowizard.gr/wp-content/litespeed/js/07a092ac95b8b9e8084b84cab99731d4.js?ver=731d436 KB29 KB (82%)1st
https://yellowizard.gr/wp-content/litespeed/js/66dfc10951ab7130765a1c7825902626.js?ver=0262637 KB21 KB (56%)1st
https://yellowizard.gr/wp-content/litespeed/js/6bcf43d3fbc0dd90998294a96a49ba72.js?ver=9ba727 KB1st
https://www.clarity.ms/tag/sr7ohxp60b1 KB3rd
data:text/javascript;base64,alF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpe3NldFRpbWVvdXQoZnVuY3Rpb24…0 KB3rd
data:text/javascript;base64,KGZ1bmN0aW9uKGMsbCxhLHIsaSx0LHkpe2NbYV09Y1thXXx8ZnVuY3Rpb24oKXsoY1thXS5…0 KB3rd
https://yellowizard.gr/wp-content/litespeed/js/1f079b3323b61d88fea7f3bacdd5ad31.js?ver=5ad316 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

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

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
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
149 resources · 2.0 MB · 283 KB savings available
REVIEW
149 resources · 2.0 MB · 283 KB savings available
Warning::
Page weight 2.0 MB exceeds 1 MB target by 1.0 MB
Got: 2.0 MB Expected: ≤ 1 MB
Info::
~283 KB of savings available
Info::
36 third-party resources (15% of weight)
149 resources · 2.0 MiB · 36 third-party 1.0 MiB over 1MB target
JavaScript 33% · 687.2 KiB
Font 27% · 568.0 KiB
Image 26% · 534.7 KiB
CSS 9% · 183.1 KiB
Document 6% · 115.9 KiB
Other 0% · 598 B

~282.6 KiB of savings available

Remove unused JavaScript: 282.6 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
2 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.
Warning::
Total JS execution time is 6.1 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
15% third-party, 0 ms blocking
PASS
15% third-party, 0 ms blocking
Info::
Third-party code accounts for 15% of page weight (320.2 KiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
85%
15%
First-party Third-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+
Font Loading
12 fonts (568 KB)
PASS
12 fonts (568 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

568 KB total

Render-blocking

0

of 12

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 5.0 s 6.0 s FCP 4.7 s LCP 6.1 shttps://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 79.8 KiB — 114 ms — font-display: swaphttps://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0eicons.woff2 https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0 — 103.3 KiB — 176 ms — font-display: swaphttps://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woffauxin-front.woff https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff — 128.3 KiB — 208 ms — font-display: swaphttps://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 76.4 KiB — 223 ms — font-display: swaphttps://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woffauxin-front.woff https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff — 0 B — 0 ms — font-display: swaphttps://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 0 B — 0 ms — font-display: swaphttps://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 0 B — 0 ms — font-display: swaphttps://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tofqpfe.woff2comfortaa-1ptsg8ljrfwjm... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tofqpfe.woff2 — 13.0 KiB — 129 ms — font-display: swaphttps://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tyfq.woff2comfortaa-1ptsg8ljrfwjm... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tyfq.woff2 — 30.3 KiB — 109 ms — font-display: swaphttps://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggsxsuxd.woff2manrope-xn7gyhe41ni1adi... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggsxsuxd.woff2 — 9.3 KiB — 111 ms — font-display: swaphttps://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggexsg.woff2manrope-xn7gyhe41ni1adi... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggexsg.woff2 — 24.3 KiB — 115 ms — font-display: swaphttps://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0eicons.woff2 https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0 — 103.3 KiB — 103 ms — font-display: swap
fa-brands-400.woff2 woff2 swap
Size 80 KB
Load time 114 ms
Start 429 ms
Risk FOUT — text flashes from fallback to web font
eicons.woff2 woff2 swap
Size 103 KB
Load time 176 ms
Start 429 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
auxin-front.woff woff swap
Size 128 KB
Load time 208 ms
Start 429 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-solid-900.woff2 woff2 swap
Size 76 KB
Load time 223 ms
Start 429 ms
Risk FOUT — text flashes from fallback to web font
auxin-front.woff woff swap
Size 0 KB
Load time 0 ms
Start 996 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-brands-400.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 998 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 998 ms
Risk FOUT — text flashes from fallback to web font
comfortaa-1ptsg8ljrfwjm... woff2 swap
Size 13 KB
Load time 129 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
comfortaa-1ptsg8ljrfwjm... woff2 swap
Size 30 KB
Load time 109 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
manrope-xn7gyhe41ni1adi... woff2 swap
Size 9 KB
Load time 111 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
manrope-xn7gyhe41ni1adi... woff2 swap
Size 24 KB
Load time 115 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
eicons.woff2 woff2 swap
Size 103 KB
Load time 103 ms
Start 1.1 s
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 ~206 KB and ~412 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+
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+
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
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::
`ETag` present -- conditional GET supported
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+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
149 requests over 2837ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.7 s LCP 6.1 shttps://yellowizard.gr// https://yellowizard.gr/ — 200 — 61.8 KiB — 313 ms — h2https://yellowizard.gr/wp-content/litespeed/ucss/f229f1181443d007f86e3caa62b6792e.css?ver=2de6a/wp-content/litespeed/ucss/f229f118... https://yellowizard.gr/wp-content/litespeed/ucss/f229f1181443d007f86e3caa62b6792e.css?ver=2de6a — 200 — 21.8 KiB — 84 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjIiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjIiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NjAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NjAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhla… — 200 — 0 B — 0 ms — datahttps://yellowizard.gr/wp-content/plugins/litespeed-cache/guest.vary.php/wp-content/plugins/litespeed-cache... https://yellowizard.gr/wp-content/plugins/litespeed-cache/guest.vary.php — 200 — 233 B — 72 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 200 — 79.8 KiB — 114 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0 — 200 — 103.3 KiB — 176 ms — h2https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff/wp-content/themes/phlox-pro/css/fo... https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff — 200 — 128.3 KiB — 208 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.4 KiB — 223 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZ… — 200 — 169 B — 4 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDI0IiBoZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDI0IiBoZ… — 200 — 171 B — 5 ms — datahttps://yellowizard.gr/wp-content/uploads/2023/01/yellowizard-logo.png/wp-content/uploads/2023/01/yellowi... https://yellowizard.gr/wp-content/uploads/2023/01/yellowizard-logo.png — -1 — 0 B — 227 ms — https://yellowizard.gr/wp-content/uploads/2023/01/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%B7-%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD-yellowizard-1.webp/wp-content/uploads/2023/01/%CE%BA%... https://yellowizard.gr/wp-content/uploads/2023/01/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%B7-%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD-yellowizard-1.webp — -1 — 0 B — 227 ms — https://yw.yellowebsite.gr/wp-content/uploads/2025/09/arrow.pngyw.yellowebsite.gr/wp-content/uploa... https://yw.yellowebsite.gr/wp-content/uploads/2025/09/arrow.png — -1 — 0 B — 227 ms — https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-32x32.png/wp-content/uploads/2023/06/cropped... https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-32x32.png — -1 — 0 B — 224 ms — https://yellowizard.gr// https://yellowizard.gr/ — 200 — 53.9 KiB — 214 ms — h2https://yellowizard.gr/wp-content/litespeed/css/86b447c5afcf12e05ec019b9833991c4.css?ver=991c4/wp-content/litespeed/css/86b447c5a... https://yellowizard.gr/wp-content/litespeed/css/86b447c5afcf12e05ec019b9833991c4.css?ver=991c4 — 200 — 836 B — 120 ms — h2https://yellowizard.gr/wp-content/litespeed/css/4dbb71e6c354c2d4325ed8023d6ca8fe.css?ver=ca8fe/wp-content/litespeed/css/4dbb71e6c... https://yellowizard.gr/wp-content/litespeed/css/4dbb71e6c354c2d4325ed8023d6ca8fe.css?ver=ca8fe — 200 — 258 B — 122 ms — h2https://yellowizard.gr/wp-content/litespeed/css/ab512144a83605112051518619e71389.css?ver=71389/wp-content/litespeed/css/ab512144a... https://yellowizard.gr/wp-content/litespeed/css/ab512144a83605112051518619e71389.css?ver=71389 — 200 — 648 B — 123 ms — h2https://yellowizard.gr/wp-content/litespeed/css/e2c2c481114348147d1e617babaa463f.css?ver=a463f/wp-content/litespeed/css/e2c2c4811... https://yellowizard.gr/wp-content/litespeed/css/e2c2c481114348147d1e617babaa463f.css?ver=a463f — 200 — 14.5 KiB — 215 ms — h2https://yellowizard.gr/wp-content/litespeed/css/c95a586f42e022a4b6384ed11016e2ea.css?ver=6e2ea/wp-content/litespeed/css/c95a586f4... https://yellowizard.gr/wp-content/litespeed/css/c95a586f42e022a4b6384ed11016e2ea.css?ver=6e2ea — 200 — 7.7 KiB — 124 ms — h2https://yellowizard.gr/wp-content/litespeed/css/2509b5e65716743ac0111fc21fa6c516.css?ver=6c516/wp-content/litespeed/css/2509b5e65... https://yellowizard.gr/wp-content/litespeed/css/2509b5e65716743ac0111fc21fa6c516.css?ver=6c516 — 200 — 74.7 KiB — 255 ms — h2https://yellowizard.gr/wp-content/litespeed/css/5ea298ed37f865ef146cb8a2e4dc56b8.css?ver=c56b8/wp-content/litespeed/css/5ea298ed3... https://yellowizard.gr/wp-content/litespeed/css/5ea298ed37f865ef146cb8a2e4dc56b8.css?ver=c56b8 — 200 — 6.5 KiB — 127 ms — h2https://yellowizard.gr/wp-content/litespeed/css/9db822484fea4e93298fa8dd4e5c51b7.css?ver=c51b7/wp-content/litespeed/css/9db822484... https://yellowizard.gr/wp-content/litespeed/css/9db822484fea4e93298fa8dd4e5c51b7.css?ver=c51b7 — 200 — 140 B — 242 ms — h2https://yellowizard.gr/wp-content/litespeed/css/3db63a29a65ddec51ce29fae57a008b1.css?ver=008b1/wp-content/litespeed/css/3db63a29a... https://yellowizard.gr/wp-content/litespeed/css/3db63a29a65ddec51ce29fae57a008b1.css?ver=008b1 — 200 — 4.1 KiB — 128 ms — h2https://yellowizard.gr/wp-content/litespeed/css/aec5b498a15f7e9127fbabefe2704857.css?ver=04857/wp-content/litespeed/css/aec5b498a... https://yellowizard.gr/wp-content/litespeed/css/aec5b498a15f7e9127fbabefe2704857.css?ver=04857 — 200 — 386 B — 129 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.7 s LCP 6.1 shttps://yellowizard.gr// https://yellowizard.gr/ — 200 — 61.8 KiB — 313 ms — h2https://yellowizard.gr/wp-content/litespeed/ucss/f229f1181443d007f86e3caa62b6792e.css?ver=2de6a/wp-content/litespeed/ucss/f229f118... https://yellowizard.gr/wp-content/litespeed/ucss/f229f1181443d007f86e3caa62b6792e.css?ver=2de6a — 200 — 21.8 KiB — 84 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjIiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjIiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NjAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NjAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhla… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhla…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhla… — 200 — 0 B — 0 ms — datahttps://yellowizard.gr/wp-content/plugins/litespeed-cache/guest.vary.php/wp-content/plugins/litespeed-cache... https://yellowizard.gr/wp-content/plugins/litespeed-cache/guest.vary.php — 200 — 233 B — 72 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 200 — 79.8 KiB — 114 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0 — 200 — 103.3 KiB — 176 ms — h2https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff/wp-content/themes/phlox-pro/css/fo... https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff — 200 — 128.3 KiB — 208 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.4 KiB — 223 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZ… — 200 — 169 B — 4 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDI0IiBoZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDI0IiBoZ… — 200 — 171 B — 5 ms — datahttps://yellowizard.gr/wp-content/uploads/2023/01/yellowizard-logo.png/wp-content/uploads/2023/01/yellowi... https://yellowizard.gr/wp-content/uploads/2023/01/yellowizard-logo.png — -1 — 0 B — 227 ms — https://yellowizard.gr/wp-content/uploads/2023/01/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%B7-%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD-yellowizard-1.webp/wp-content/uploads/2023/01/%CE%BA%... https://yellowizard.gr/wp-content/uploads/2023/01/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%B7-%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD-yellowizard-1.webp — -1 — 0 B — 227 ms — https://yw.yellowebsite.gr/wp-content/uploads/2025/09/arrow.pngyw.yellowebsite.gr/wp-content/uploa... https://yw.yellowebsite.gr/wp-content/uploads/2025/09/arrow.png — -1 — 0 B — 227 ms — https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-32x32.png/wp-content/uploads/2023/06/cropped... https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-32x32.png — -1 — 0 B — 224 ms — https://yellowizard.gr// https://yellowizard.gr/ — 200 — 53.9 KiB — 214 ms — h2https://yellowizard.gr/wp-content/litespeed/css/86b447c5afcf12e05ec019b9833991c4.css?ver=991c4/wp-content/litespeed/css/86b447c5a... https://yellowizard.gr/wp-content/litespeed/css/86b447c5afcf12e05ec019b9833991c4.css?ver=991c4 — 200 — 836 B — 120 ms — h2https://yellowizard.gr/wp-content/litespeed/css/4dbb71e6c354c2d4325ed8023d6ca8fe.css?ver=ca8fe/wp-content/litespeed/css/4dbb71e6c... https://yellowizard.gr/wp-content/litespeed/css/4dbb71e6c354c2d4325ed8023d6ca8fe.css?ver=ca8fe — 200 — 258 B — 122 ms — h2https://yellowizard.gr/wp-content/litespeed/css/ab512144a83605112051518619e71389.css?ver=71389/wp-content/litespeed/css/ab512144a... https://yellowizard.gr/wp-content/litespeed/css/ab512144a83605112051518619e71389.css?ver=71389 — 200 — 648 B — 123 ms — h2https://yellowizard.gr/wp-content/litespeed/css/e2c2c481114348147d1e617babaa463f.css?ver=a463f/wp-content/litespeed/css/e2c2c4811... https://yellowizard.gr/wp-content/litespeed/css/e2c2c481114348147d1e617babaa463f.css?ver=a463f — 200 — 14.5 KiB — 215 ms — h2https://yellowizard.gr/wp-content/litespeed/css/c95a586f42e022a4b6384ed11016e2ea.css?ver=6e2ea/wp-content/litespeed/css/c95a586f4... https://yellowizard.gr/wp-content/litespeed/css/c95a586f42e022a4b6384ed11016e2ea.css?ver=6e2ea — 200 — 7.7 KiB — 124 ms — h2https://yellowizard.gr/wp-content/litespeed/css/2509b5e65716743ac0111fc21fa6c516.css?ver=6c516/wp-content/litespeed/css/2509b5e65... https://yellowizard.gr/wp-content/litespeed/css/2509b5e65716743ac0111fc21fa6c516.css?ver=6c516 — 200 — 74.7 KiB — 255 ms — h2https://yellowizard.gr/wp-content/litespeed/css/5ea298ed37f865ef146cb8a2e4dc56b8.css?ver=c56b8/wp-content/litespeed/css/5ea298ed3... https://yellowizard.gr/wp-content/litespeed/css/5ea298ed37f865ef146cb8a2e4dc56b8.css?ver=c56b8 — 200 — 6.5 KiB — 127 ms — h2https://yellowizard.gr/wp-content/litespeed/css/9db822484fea4e93298fa8dd4e5c51b7.css?ver=c51b7/wp-content/litespeed/css/9db822484... https://yellowizard.gr/wp-content/litespeed/css/9db822484fea4e93298fa8dd4e5c51b7.css?ver=c51b7 — 200 — 140 B — 242 ms — h2https://yellowizard.gr/wp-content/litespeed/css/3db63a29a65ddec51ce29fae57a008b1.css?ver=008b1/wp-content/litespeed/css/3db63a29a... https://yellowizard.gr/wp-content/litespeed/css/3db63a29a65ddec51ce29fae57a008b1.css?ver=008b1 — 200 — 4.1 KiB — 128 ms — h2https://yellowizard.gr/wp-content/litespeed/css/aec5b498a15f7e9127fbabefe2704857.css?ver=04857/wp-content/litespeed/css/aec5b498a... https://yellowizard.gr/wp-content/litespeed/css/aec5b498a15f7e9127fbabefe2704857.css?ver=04857 — 200 — 386 B — 129 ms — h2https://yellowizard.gr/wp-content/litespeed/css/6c9ec28a5338163e5774772b1e68fe5d.css?ver=8fe5d/wp-content/litespeed/css/6c9ec28a5... https://yellowizard.gr/wp-content/litespeed/css/6c9ec28a5338163e5774772b1e68fe5d.css?ver=8fe5d — 200 — 123 B — 130 ms — h2https://yellowizard.gr/wp-content/litespeed/css/c7a8d916db91dbec02aa2588d18f58b3.css?ver=f58b3/wp-content/litespeed/css/c7a8d916d... https://yellowizard.gr/wp-content/litespeed/css/c7a8d916db91dbec02aa2588d18f58b3.css?ver=f58b3 — 200 — 2.4 KiB — 198 ms — h2https://yellowizard.gr/wp-content/litespeed/css/e6ef3cd6d35478443140a6ac8958e47b.css?ver=8e47b/wp-content/litespeed/css/e6ef3cd6d... https://yellowizard.gr/wp-content/litespeed/css/e6ef3cd6d35478443140a6ac8958e47b.css?ver=8e47b — 200 — 1015 B — 199 ms — h2https://yellowizard.gr/wp-content/litespeed/css/08754b3d3266b287e7f072d26cff1ea6.css?ver=f1ea6/wp-content/litespeed/css/08754b3d3... https://yellowizard.gr/wp-content/litespeed/css/08754b3d3266b287e7f072d26cff1ea6.css?ver=f1ea6 — 200 — 168 B — 243 ms — h2https://yellowizard.gr/wp-content/litespeed/css/08547c82b09c382150c0241e41b1be3b.css?ver=1be3b/wp-content/litespeed/css/08547c82b... https://yellowizard.gr/wp-content/litespeed/css/08547c82b09c382150c0241e41b1be3b.css?ver=1be3b — 200 — 150 B — 199 ms — h2https://yellowizard.gr/wp-content/litespeed/css/4d98c540b66000648204f0fe62d33fac.css?ver=33fac/wp-content/litespeed/css/4d98c540b... https://yellowizard.gr/wp-content/litespeed/css/4d98c540b66000648204f0fe62d33fac.css?ver=33fac — 200 — 1.1 KiB — 200 ms — h2https://yellowizard.gr/wp-content/litespeed/css/0e7ecf093452f40db93c3eac63a4fec5.css?ver=4fec5/wp-content/litespeed/css/0e7ecf093... https://yellowizard.gr/wp-content/litespeed/css/0e7ecf093452f40db93c3eac63a4fec5.css?ver=4fec5 — 200 — 263 B — 201 ms — h2https://yellowizard.gr/wp-content/litespeed/css/5aa7d209f1cc289ea9ba2bea9d04fd37.css?ver=4fd37/wp-content/litespeed/css/5aa7d209f... https://yellowizard.gr/wp-content/litespeed/css/5aa7d209f1cc289ea9ba2bea9d04fd37.css?ver=4fd37 — 200 — 158 B — 202 ms — h2https://yellowizard.gr/wp-content/litespeed/css/6f3d74b09da2d728023e43c27685395b.css?ver=5395b/wp-content/litespeed/css/6f3d74b09... https://yellowizard.gr/wp-content/litespeed/css/6f3d74b09da2d728023e43c27685395b.css?ver=5395b — 200 — 330 B — 246 ms — h2https://yellowizard.gr/wp-content/litespeed/css/01598a67e885a0c089c49a2d5f79a35b.css?ver=9a35b/wp-content/litespeed/css/01598a67e... https://yellowizard.gr/wp-content/litespeed/css/01598a67e885a0c089c49a2d5f79a35b.css?ver=9a35b — 200 — 4.2 KiB — 203 ms — h2https://yellowizard.gr/wp-content/litespeed/css/068bff7c50066d6b2e1c0c956b7f5a80.css?ver=f5a80/wp-content/litespeed/css/068bff7c5... https://yellowizard.gr/wp-content/litespeed/css/068bff7c50066d6b2e1c0c956b7f5a80.css?ver=f5a80 — 200 — 732 B — 205 ms — h2https://yellowizard.gr/wp-content/litespeed/css/c673f23bec4e4a277ff301fa4cc6abba.css?ver=6abba/wp-content/litespeed/css/c673f23be... https://yellowizard.gr/wp-content/litespeed/css/c673f23bec4e4a277ff301fa4cc6abba.css?ver=6abba — 200 — 547 B — 206 ms — h2https://yellowizard.gr/wp-content/litespeed/css/102de093d874eba645cb64ce16ce7b7e.css?ver=e7b7e/wp-content/litespeed/css/102de093d... https://yellowizard.gr/wp-content/litespeed/css/102de093d874eba645cb64ce16ce7b7e.css?ver=e7b7e — 200 — 13.1 KiB — 211 ms — h2https://yellowizard.gr/wp-content/litespeed/css/67f64b2c9655832a22ab5e3d79656e2e.css?ver=56e2e/wp-content/litespeed/css/67f64b2c9... https://yellowizard.gr/wp-content/litespeed/css/67f64b2c9655832a22ab5e3d79656e2e.css?ver=56e2e — 200 — 1.7 KiB — 243 ms — h2https://yellowizard.gr/wp-content/litespeed/css/d33037a674248577938115d4de03b8aa.css?ver=3b8aa/wp-content/litespeed/css/d33037a67... https://yellowizard.gr/wp-content/litespeed/css/d33037a674248577938115d4de03b8aa.css?ver=3b8aa — 200 — 29 B — 208 ms — h2https://yellowizard.gr/wp-content/litespeed/css/8d42b8cb677ea8384d3db9605964f9d9.css?ver=4f9d9/wp-content/litespeed/css/8d42b8cb6... https://yellowizard.gr/wp-content/litespeed/css/8d42b8cb677ea8384d3db9605964f9d9.css?ver=4f9d9 — 200 — 1.1 KiB — 209 ms — h2https://yellowizard.gr/wp-content/litespeed/css/ea7eb32242f8d45ef58fef5a5349eed4.css?ver=9eed4/wp-content/litespeed/css/ea7eb3224... https://yellowizard.gr/wp-content/litespeed/css/ea7eb32242f8d45ef58fef5a5349eed4.css?ver=9eed4 — 200 — 1.3 KiB — 211 ms — h2https://yellowizard.gr/wp-content/litespeed/css/b7de3cf012e61c8496790ca685ad5f37.css?ver=d5f37/wp-content/litespeed/css/b7de3cf01... https://yellowizard.gr/wp-content/litespeed/css/b7de3cf012e61c8496790ca685ad5f37.css?ver=d5f37 — 200 — 217 B — 211 ms — h2https://yellowizard.gr/wp-content/litespeed/css/8cee45d8215308654d2026c5a60dd319.css?ver=dd319/wp-content/litespeed/css/8cee45d82... https://yellowizard.gr/wp-content/litespeed/css/8cee45d8215308654d2026c5a60dd319.css?ver=dd319 — 200 — 1.5 KiB — 247 ms — h2https://yellowizard.gr/wp-content/litespeed/css/e4d21591ab64594dc5432609740bbb1e.css?ver=bbb1e/wp-content/litespeed/css/e4d21591a... https://yellowizard.gr/wp-content/litespeed/css/e4d21591ab64594dc5432609740bbb1e.css?ver=bbb1e — 200 — 2.9 KiB — 213 ms — h2https://yellowizard.gr/wp-content/litespeed/css/3f67350846530d0ee49ea0ead2cbf337.css?ver=bf337/wp-content/litespeed/css/3f6735084... https://yellowizard.gr/wp-content/litespeed/css/3f67350846530d0ee49ea0ead2cbf337.css?ver=bf337 — 200 — 711 B — 216 ms — h2https://yellowizard.gr/wp-content/litespeed/css/86f9433abfa37f02777a61fb4c3f6eaa.css?ver=f6eaa/wp-content/litespeed/css/86f9433ab... https://yellowizard.gr/wp-content/litespeed/css/86f9433abfa37f02777a61fb4c3f6eaa.css?ver=f6eaa — 200 — 1.0 KiB — 218 ms — h2https://yellowizard.gr/wp-content/litespeed/css/23891294d4faf410ab394bd84e938ffe.css?ver=38ffe/wp-content/litespeed/css/23891294d... https://yellowizard.gr/wp-content/litespeed/css/23891294d4faf410ab394bd84e938ffe.css?ver=38ffe — 200 — 498 B — 220 ms — h2https://yellowizard.gr/wp-content/litespeed/css/9d26f2de1a8a63fe526cc14cb0ef8f29.css?ver=f8f29/wp-content/litespeed/css/9d26f2de1... https://yellowizard.gr/wp-content/litespeed/css/9d26f2de1a8a63fe526cc14cb0ef8f29.css?ver=f8f29 — 200 — 588 B — 253 ms — h2https://yellowizard.gr/wp-content/litespeed/css/99cda1a85a05b7d7bfdc418ae7a65a9b.css?ver=65a9b/wp-content/litespeed/css/99cda1a85... https://yellowizard.gr/wp-content/litespeed/css/99cda1a85a05b7d7bfdc418ae7a65a9b.css?ver=65a9b — 200 — 604 B — 222 ms — h2https://yellowizard.gr/wp-content/litespeed/css/58ddcefd4cb72ff1f604e2081883577c.css?ver=3577c/wp-content/litespeed/css/58ddcefd4... https://yellowizard.gr/wp-content/litespeed/css/58ddcefd4cb72ff1f604e2081883577c.css?ver=3577c — 200 — 11.9 KiB — 249 ms — h2https://yellowizard.gr/wp-content/litespeed/css/327e9bb8015691387eff9b894310f1c4.css?ver=0f1c4/wp-content/litespeed/css/327e9bb80... https://yellowizard.gr/wp-content/litespeed/css/327e9bb8015691387eff9b894310f1c4.css?ver=0f1c4 — 200 — 360 B — 225 ms — h2https://yellowizard.gr/wp-content/litespeed/css/e48af50d856b3490aab43b982b9a7d1f.css?ver=a7d1f/wp-content/litespeed/css/e48af50d8... https://yellowizard.gr/wp-content/litespeed/css/e48af50d856b3490aab43b982b9a7d1f.css?ver=a7d1f — 200 — 400 B — 226 ms — h2https://yellowizard.gr/wp-includes/js/jquery/jquery.min.js/wp-includes/js/jquery/jquery.min.j... https://yellowizard.gr/wp-includes/js/jquery/jquery.min.js — 200 — 29.1 KiB — 254 ms — h2https://yellowizard.gr/wp-content/uploads/2023/01/yellowizard-logo.png/wp-content/uploads/2023/01/yellowi... https://yellowizard.gr/wp-content/uploads/2023/01/yellowizard-logo.png — 200 — 3.9 KiB — 111 ms — h2https://yellowizard.gr/wp-content/uploads/2023/01/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%B7-%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD-yellowizard-1.webp/wp-content/uploads/2023/01/%CE%BA%... https://yellowizard.gr/wp-content/uploads/2023/01/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%B7-%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD-yellowizard-1.webp — 200 — 22.8 KiB — 109 ms — h2https://yellowizard.gr/wp-content/uploads/2022/12/Brush300.png/wp-content/uploads/2022/12/Brush30... https://yellowizard.gr/wp-content/uploads/2022/12/Brush300.png — 200 — 12.2 KiB — 230 ms — h2https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-192x192.png/wp-content/uploads/2023/06/cropped... https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-192x192.png — 200 — 8.4 KiB — 228 ms — h2data:text/javascript;base64,dmFyIHB5c1Rpa1Rva1Jlc3Q9eyJyZXN0QXBpVXJsIjoiaHR0cHM6Ly95ZWxsb3dpemFyZC5…data:text/javascript;base64,dmFyIHB... data:text/javascript;base64,dmFyIHB5c1Rpa1Rva1Jlc3Q9eyJyZXN0QXBpVXJsIjoiaHR0cHM6Ly95ZWxsb3dpemFyZC5… — 200 — 0 B — 0 ms — datahttps://yellowizard.gr/wp-content/uploads/2026/02/ntotsikastours-cover.webp/wp-content/uploads/2026/02/ntotsik... https://yellowizard.gr/wp-content/uploads/2026/02/ntotsikastours-cover.webp — 200 — 42.5 KiB — 132 ms — h2https://yellowizard.gr/wp-content/litespeed/js/df7609a52c09fb9c867c8a548a4d77e6.js?ver=d77e6/wp-content/litespeed/js/df7609a52c... https://yellowizard.gr/wp-content/litespeed/js/df7609a52c09fb9c867c8a548a4d77e6.js?ver=d77e6 — 200 — 4.6 KiB — 64 ms — h2https://yellowizard.gr/wp-content/litespeed/js/5ca06fc048e3c6913186bab0d7c93835.js?ver=93835/wp-content/litespeed/js/5ca06fc048... https://yellowizard.gr/wp-content/litespeed/js/5ca06fc048e3c6913186bab0d7c93835.js?ver=93835 — 200 — 322 B — 67 ms — h2data:text/javascript;base64,dmFyIGF1eGluPXsiYWpheF91cmwiOiJodHRwczovL3llbGxvd2l6YXJkLmdyL3dwLWFkbWl…data:text/javascript;base64,dmFyIGF... data:text/javascript;base64,dmFyIGF1eGluPXsiYWpheF91cmwiOiJodHRwczovL3llbGxvd2l6YXJkLmdyL3dwLWFkbWl… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,ZnVuY3Rpb24gYXV4aW5OUyhuKXtmb3IodmFyIGU9bi5zcGxpdCgiLiIpLGE9d2luZG93LGk…data:text/javascript;base64,ZnVuY3R... data:text/javascript;base64,ZnVuY3Rpb24gYXV4aW5OUyhuKXtmb3IodmFyIGU9bi5zcGxpdCgiLiIpLGE9d2luZG93LGk… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,d2luZG93LmRhdGFMYXllclBZUz13aW5kb3cuZGF0YUxheWVyUFlTfHxbXTtmdW5jdGlvbiB…data:text/javascript;base64,d2luZG9... data:text/javascript;base64,d2luZG93LmRhdGFMYXllclBZUz13aW5kb3cuZGF0YUxheWVyUFlTfHxbXTtmdW5jdGlvbiB… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,alF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpe3NldFRpbWVvdXQoZnVuY3Rpb24…data:text/javascript;base64,alF1ZXJ... data:text/javascript;base64,alF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpe3NldFRpbWVvdXQoZnVuY3Rpb24… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,KGZ1bmN0aW9uKGMsbCxhLHIsaSx0LHkpe2NbYV09Y1thXXx8ZnVuY3Rpb24oKXsoY1thXS5…data:text/javascript;base64,KGZ1bmN... data:text/javascript;base64,KGZ1bmN0aW9uKGMsbCxhLHIsaSx0LHkpe2NbYV09Y1thXXx8ZnVuY3Rpb24oKXsoY1thXS5… — 200 — 0 B — 0 ms — datahttps://yellowizard.gr/wp-content/litespeed/js/1f079b3323b61d88fea7f3bacdd5ad31.js?ver=5ad31/wp-content/litespeed/js/1f079b3323... https://yellowizard.gr/wp-content/litespeed/js/1f079b3323b61d88fea7f3bacdd5ad31.js?ver=5ad31 — 200 — 5.8 KiB — 87 ms — h2https://yellowizard.gr/wp-content/uploads/2021/06/yellowizard-logo-yellow.png/wp-content/uploads/2021/06/yellowi... https://yellowizard.gr/wp-content/uploads/2021/06/yellowizard-logo-yellow.png — 200 — 3.9 KiB — 140 ms — h2https://yw.yellowebsite.gr/wp-content/uploads/2025/09/arrow.pngyw.yellowebsite.gr/wp-content/uploa... https://yw.yellowebsite.gr/wp-content/uploads/2025/09/arrow.png — 200 — 4.9 KiB — 191 ms — h2https://yellowizard.gr/wp-content/litespeed/js/ce1042c63e3207dd284996897824b937.js?ver=4b937/wp-content/litespeed/js/ce1042c63e... https://yellowizard.gr/wp-content/litespeed/js/ce1042c63e3207dd284996897824b937.js?ver=4b937 — 200 — 1.7 KiB — 141 ms — h2https://yellowizard.gr/wp-content/litespeed/js/70434a3d0507cc395a0e92847ed71c04.js?ver=71c04/wp-content/litespeed/js/70434a3d05... https://yellowizard.gr/wp-content/litespeed/js/70434a3d0507cc395a0e92847ed71c04.js?ver=71c04 — 200 — 7.0 KiB — 142 ms — h2https://yellowizard.gr/wp-content/litespeed/js/cba39b768e57ea22912ebb1f689f0bee.js?ver=f0bee/wp-content/litespeed/js/cba39b768e... https://yellowizard.gr/wp-content/litespeed/js/cba39b768e57ea22912ebb1f689f0bee.js?ver=f0bee — 200 — 138.8 KiB — 210 ms — h2https://yellowizard.gr/wp-content/litespeed/js/d0c4d96829790bb53eed23c10688411a.js?ver=8411a/wp-content/litespeed/js/d0c4d96829... https://yellowizard.gr/wp-content/litespeed/js/d0c4d96829790bb53eed23c10688411a.js?ver=8411a — 200 — 13.3 KiB — 190 ms — h2https://yellowizard.gr/wp-content/litespeed/js/ca1d3f077e8d4ed482badbd830032637.js?ver=32637/wp-content/litespeed/js/ca1d3f077e... https://yellowizard.gr/wp-content/litespeed/js/ca1d3f077e8d4ed482badbd830032637.js?ver=32637 — 200 — 595 B — 143 ms — h2https://yellowizard.gr/wp-content/litespeed/js/07a092ac95b8b9e8084b84cab99731d4.js?ver=731d4/wp-content/litespeed/js/07a092ac95... https://yellowizard.gr/wp-content/litespeed/js/07a092ac95b8b9e8084b84cab99731d4.js?ver=731d4 — 200 — 35.6 KiB — 172 ms — h2https://yellowizard.gr/wp-content/litespeed/js/d3ccaba0e536fff95fbde8d902958e37.js?ver=58e37/wp-content/litespeed/js/d3ccaba0e5... https://yellowizard.gr/wp-content/litespeed/js/d3ccaba0e536fff95fbde8d902958e37.js?ver=58e37 — 200 — 513 B — 179 ms — h2https://yellowizard.gr/wp-content/litespeed/js/02a8642b2c3b55ae920eebdbb2e0c3a6.js?ver=0c3a6/wp-content/litespeed/js/02a8642b2c... https://yellowizard.gr/wp-content/litespeed/js/02a8642b2c3b55ae920eebdbb2e0c3a6.js?ver=0c3a6 — 200 — 490 B — 145 ms — h2https://yellowizard.gr/wp-content/litespeed/js/74496b096f44a35c3fd55ee99677ba6a.js?ver=7ba6a/wp-content/litespeed/js/74496b096f... https://yellowizard.gr/wp-content/litespeed/js/74496b096f44a35c3fd55ee99677ba6a.js?ver=7ba6a — 200 — 8.8 KiB — 187 ms — h2https://yellowizard.gr/wp-content/litespeed/js/26d539bfe93630fc1ea12e66b0d54ab7.js?ver=54ab7/wp-content/litespeed/js/26d539bfe9... https://yellowizard.gr/wp-content/litespeed/js/26d539bfe93630fc1ea12e66b0d54ab7.js?ver=54ab7 — 200 — 1.6 KiB — 147 ms — h2https://yellowizard.gr/wp-content/litespeed/js/918cb3a5a501781ae70873dadceac0b1.js?ver=ac0b1/wp-content/litespeed/js/918cb3a5a5... https://yellowizard.gr/wp-content/litespeed/js/918cb3a5a501781ae70873dadceac0b1.js?ver=ac0b1 — 200 — 711 B — 148 ms — h2https://yellowizard.gr/wp-content/litespeed/js/d333bb982c7366263ad191667702e904.js?ver=2e904/wp-content/litespeed/js/d333bb982c... https://yellowizard.gr/wp-content/litespeed/js/d333bb982c7366263ad191667702e904.js?ver=2e904 — 200 — 832 B — 180 ms — h2https://yellowizard.gr/wp-content/litespeed/js/c31718c67697b254fef86801ea692161.js?ver=92161/wp-content/litespeed/js/c31718c676... https://yellowizard.gr/wp-content/litespeed/js/c31718c67697b254fef86801ea692161.js?ver=92161 — 200 — 1.8 KiB — 148 ms — h2https://yellowizard.gr/wp-content/litespeed/js/2e6951b9e8960a689500ec3beb37f630.js?ver=7f630/wp-content/litespeed/js/2e6951b9e8... https://yellowizard.gr/wp-content/litespeed/js/2e6951b9e8960a689500ec3beb37f630.js?ver=7f630 — 200 — 2.1 KiB — 149 ms — h2https://yellowizard.gr/wp-content/litespeed/js/9e4ae517eea4e6fb646e07056c15aefe.js?ver=5aefe/wp-content/litespeed/js/9e4ae517ee... https://yellowizard.gr/wp-content/litespeed/js/9e4ae517eea4e6fb646e07056c15aefe.js?ver=5aefe — 200 — 3.3 KiB — 150 ms — h2https://yellowizard.gr/wp-content/litespeed/js/2628817124c691adb722d2641b07cacf.js?ver=7cacf/wp-content/litespeed/js/2628817124... https://yellowizard.gr/wp-content/litespeed/js/2628817124c691adb722d2641b07cacf.js?ver=7cacf — 200 — 4.0 KiB — 151 ms — h2https://yellowizard.gr/wp-content/litespeed/js/7ffa6d7b26dc3d6ddeecff2d06b66703.js?ver=66703/wp-content/litespeed/js/7ffa6d7b26... https://yellowizard.gr/wp-content/litespeed/js/7ffa6d7b26dc3d6ddeecff2d06b66703.js?ver=66703 — 200 — 1.1 KiB — 182 ms — h2https://yellowizard.gr/wp-content/litespeed/js/8e7c98b586c5341b6da00f4eebac176f.js?ver=c176f/wp-content/litespeed/js/8e7c98b586... https://yellowizard.gr/wp-content/litespeed/js/8e7c98b586c5341b6da00f4eebac176f.js?ver=c176f — 200 — 2.3 KiB — 152 ms — h2https://yellowizard.gr/wp-content/litespeed/js/ccdd99ad068d9d9535b1c1ef0f753020.js?ver=53020/wp-content/litespeed/js/ccdd99ad06... https://yellowizard.gr/wp-content/litespeed/js/ccdd99ad068d9d9535b1c1ef0f753020.js?ver=53020 — 200 — 15.1 KiB — 153 ms — h2https://yellowizard.gr/wp-content/litespeed/js/6bcf43d3fbc0dd90998294a96a49ba72.js?ver=9ba72/wp-content/litespeed/js/6bcf43d3fb... https://yellowizard.gr/wp-content/litespeed/js/6bcf43d3fbc0dd90998294a96a49ba72.js?ver=9ba72 — 200 — 6.7 KiB — 154 ms — h2https://yellowizard.gr/wp-content/litespeed/js/521622804da88761c12e78bb1dde3539.js?ver=e3539/wp-content/litespeed/js/521622804d... https://yellowizard.gr/wp-content/litespeed/js/521622804da88761c12e78bb1dde3539.js?ver=e3539 — 200 — 9.9 KiB — 188 ms — h2https://yellowizard.gr/wp-content/litespeed/js/66dfc10951ab7130765a1c7825902626.js?ver=02626/wp-content/litespeed/js/66dfc10951... https://yellowizard.gr/wp-content/litespeed/js/66dfc10951ab7130765a1c7825902626.js?ver=02626 — 200 — 37.3 KiB — 192 ms — h2https://yellowizard.gr/wp-content/litespeed/js/bb8f5c6e8de5f1d68dd25f0788d819af.js?ver=819af/wp-content/litespeed/js/bb8f5c6e8d... https://yellowizard.gr/wp-content/litespeed/js/bb8f5c6e8de5f1d68dd25f0788d819af.js?ver=819af — 200 — 32 B — 156 ms — h2https://yellowizard.gr/wp-content/litespeed/js/8390449304cd6ea4ff1c4e72a5defa49.js?ver=efa49/wp-content/litespeed/js/8390449304... https://yellowizard.gr/wp-content/litespeed/js/8390449304cd6ea4ff1c4e72a5defa49.js?ver=efa49 — 200 — 10.3 KiB — 158 ms — h2https://yellowizard.gr/wp-content/litespeed/js/87435099298440f9a98f09671197427c.js?ver=7427c/wp-content/litespeed/js/8743509929... https://yellowizard.gr/wp-content/litespeed/js/87435099298440f9a98f09671197427c.js?ver=7427c — 200 — 2.6 KiB — 159 ms — h2https://yellowizard.gr/wp-content/litespeed/js/a2bc033f3196c4089812a53253e02066.js?ver=02066/wp-content/litespeed/js/a2bc033f31... https://yellowizard.gr/wp-content/litespeed/js/a2bc033f3196c4089812a53253e02066.js?ver=02066 — 200 — 6.1 KiB — 163 ms — h2https://yellowizard.gr/wp-content/litespeed/js/8c16300aa58151e9cd06fa59e574bef7.js?ver=4bef7/wp-content/litespeed/js/8c16300aa5... https://yellowizard.gr/wp-content/litespeed/js/8c16300aa58151e9cd06fa59e574bef7.js?ver=4bef7 — 200 — 9.9 KiB — 228 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5WWRLVW6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5WWRLVW6 — 200 — 144.4 KiB — 264 ms — h2https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff/wp-content/themes/phlox-pro/css/fo... https://yellowizard.gr/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff — 200 — 0 B — 0 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 200 — 0 B — 0 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 0 B — 0 ms — h2https://yellowizard.gr/wp-content/uploads/2026/02/printzio-cover-eshop.webp/wp-content/uploads/2026/02/printzi... https://yellowizard.gr/wp-content/uploads/2026/02/printzio-cover-eshop.webp — 200 — 38.9 KiB — 148 ms — h2https://yellowizard.gr/wp-content/uploads/2024/05/yellowizard.gr-Leonidas-Thessaloniki-portfolio-cover.webp/wp-content/uploads/2024/05/yellowi... https://yellowizard.gr/wp-content/uploads/2024/05/yellowizard.gr-Leonidas-Thessaloniki-portfolio-cover.webp — 200 — 113.3 KiB — 140 ms — h2https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-eshop-%CF%80%CE%B1%CF%80%CE%BF%CF%85%CF%84%CF%83%CE%B9%CF%8E%CE%BD.webp/wp-content/uploads/2026/02/%CE%BA%... https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-eshop-%CF%80%CE%B1%CF%80%CE%BF%CF%85%CF%84%CF%83%CE%B9%CF%8E%CE%BD.webp — 200 — 38.2 KiB — 141 ms — h2https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-%CE%B5%CF%84%CE%B1%CE%B9%CF%81%CE%B9%CE%BA%CE%BF%CF%8D-website.webp/wp-content/uploads/2026/02/%CE%BA%... https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-%CE%B5%CF%84%CE%B1%CE%B9%CF%81%CE%B9%CE%BA%CE%BF%CF%8D-website.webp — 200 — 55.7 KiB — 141 ms — h2https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-eshop-%CE%B1%CE%BD%CF%84%CE%B1%CE%BB%CE%BB%CE%B1%CE%BA%CF%84%CE%B9%CE%BA%CF%8E%CE%BD.webp/wp-content/uploads/2026/02/%CE%BA%... https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-eshop-%CE%B1%CE%BD%CF%84%CE%B1%CE%BB%CE%BB%CE%B1%CE%BA%CF%84%CE%B9%CE%BA%CF%8E%CE%BD.webp — 200 — 40.9 KiB — 151 ms — h2https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-website-%CF%87%CF%8E%CF%81%CE%BF%CF%85-%CF%80%CE%B5%CF%81%CE%B9%CF%80%CE%BF%CE%AF%CE%B7%CF%83%CE%B7%CF%82.webp/wp-content/uploads/2026/02/%CE%BA%... https://yellowizard.gr/wp-content/uploads/2026/02/%CE%BA%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE-website-%CF%87%CF%8E%CF%81%CE%BF%CF%85-%CF%80%CE%B5%CF%81%CE%B9%CF%80%CE%BF%CE%AF%CE%B7%CF%83%CE%B7%CF%82.webp — 200 — 29.6 KiB — 139 ms — h2https://yellowizard.gr/wp-content/uploads/2026/02/limaver-eshop-cover.webp/wp-content/uploads/2026/02/limaver... https://yellowizard.gr/wp-content/uploads/2026/02/limaver-eshop-cover.webp — 200 — 73.9 KiB — 151 ms — h2https://yellowizard.gr/wp-content/uploads/2026/02/ikoplast-website-cover-768x768.webp/wp-content/uploads/2026/02/ikoplas... https://yellowizard.gr/wp-content/uploads/2026/02/ikoplast-website-cover-768x768.webp — 200 — 39.6 KiB — 140 ms — h2https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tofqpfe.woff2/wp-content/uploads/elementor/googl... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tofqpfe.woff2 — 200 — 13.0 KiB — 129 ms — h2https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tyfq.woff2/wp-content/uploads/elementor/googl... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/comfortaa-1ptsg8ljrfwjmhdauus4tyfq.woff2 — 200 — 30.3 KiB — 109 ms — h2https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggsxsuxd.woff2/wp-content/uploads/elementor/googl... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggsxsuxd.woff2 — 200 — 9.3 KiB — 111 ms — h2https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggexsg.woff2/wp-content/uploads/elementor/googl... https://yellowizard.gr/wp-content/uploads/elementor/google-fonts/fonts/manrope-xn7gyhe41ni1adirggexsg.woff2 — 200 — 24.3 KiB — 115 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0 — 200 — 103.3 KiB — 103 ms — h2data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIHBhbmVsPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCd5dy1zbGl…data:text/javascript;base64,KGZ1bmN... data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIHBhbmVsPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCd5dy1zbGl… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,Y29uc3QgbGF6eWxvYWRSdW5PYnNlcnZlcj0oKT0+e2NvbnN0IGxhenlsb2FkQmFja2dyb3V…data:text/javascript;base64,Y29uc3Q... data:text/javascript;base64,Y29uc3QgbGF6eWxvYWRSdW5PYnNlcnZlcj0oKT0+e2NvbnN0IGxhenlsb2FkQmFja2dyb3V… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIG1lanNMMTBuPXsibGFuZ3VhZ2UiOiJlbiIsInN0cmluZ3MiOnsibWVqcy5kb3dubG9…data:text/javascript;base64,dmFyIG1... data:text/javascript;base64,dmFyIG1lanNMMTBuPXsibGFuZ3VhZ2UiOiJlbiIsInN0cmluZ3MiOnsibWVqcy5kb3dubG9… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIF93cG1lanNTZXR0aW5ncz17InBsdWdpblBhdGgiOiIvd3AtaW5jbHVkZXMvanMvbWV…data:text/javascript;base64,dmFyIF9... data:text/javascript;base64,dmFyIF93cG1lanNTZXR0aW5ncz17InBsdWdpblBhdGgiOiIvd3AtaW5jbHVkZXMvanMvbWV… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,d3AuaTE4bi5zZXRMb2NhbGVEYXRhKHsndGV4dCBkaXJlY3Rpb25cdTAwMDRsdHInOlsnbHR…data:text/javascript;base64,d3AuaTE... data:text/javascript;base64,d3AuaTE4bi5zZXRMb2NhbGVEYXRhKHsndGV4dCBkaXJlY3Rpb25cdTAwMDRsdHInOlsnbHR… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIHdwY2Y3PXsiYXBpIjp7InJvb3QiOiJodHRwczpcL1wveWVsbG93aXphcmQuZ3JcL3d…data:text/javascript;base64,dmFyIHd... data:text/javascript;base64,dmFyIHdwY2Y3PXsiYXBpIjp7InJvb3QiOiJodHRwczpcL1wveWVsbG93aXphcmQuZ3JcL3d… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,d3BhX2ZpZWxkX2luZm89eyJ3cGFfZmllbGRfbmFtZSI6ImVmdmdzbzExMjEiLCJ3cGFfZml…data:text/javascript;base64,d3BhX2Z... data:text/javascript;base64,d3BhX2ZpZWxkX2luZm89eyJ3cGFfZmllbGRfbmFtZSI6ImVmdmdzbzExMjEiLCJ3cGFfZml… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIGVsZW1lbnRvckZyb250ZW5kQ29uZmlnPXsiZW52aXJvbm1lbnRNb2RlIjp7ImVkaXQ…data:text/javascript;base64,dmFyIGV... data:text/javascript;base64,dmFyIGVsZW1lbnRvckZyb250ZW5kQ29uZmlnPXsiZW52aXJvbm1lbnRNb2RlIjp7ImVkaXQ… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIGNvbXBsaWFuej17InByZWZpeCI6ImNtcGx6XyIsInVzZXJfYmFubmVyX2lkIjoiMSI…data:text/javascript;base64,dmFyIGN... data:text/javascript;base64,dmFyIGNvbXBsaWFuej17InByZWZpeCI6ImNtcGx6XyIsInVzZXJfYmFubmVyX2lkIjoiMSI… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,aWYoJ3VuZGVmaW5lZCchPXR5cGVvZiB3aW5kb3cualF1ZXJ5KXtqUXVlcnkoZG9jdW1lbnQ…data:text/javascript;base64,aWYoJ3V... data:text/javascript;base64,aWYoJ3VuZGVmaW5lZCchPXR5cGVvZiB3aW5kb3cualF1ZXJ5KXtqUXVlcnkoZG9jdW1lbnQ… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,dmFyIEVsZW1lbnRvclByb0Zyb250ZW5kQ29uZmlnPXsiYWpheHVybCI6Imh0dHBzOlwvXC9…data:text/javascript;base64,dmFyIEV... data:text/javascript;base64,dmFyIEVsZW1lbnRvclByb0Zyb250ZW5kQ29uZmlnPXsiYWpheHVybCI6Imh0dHBzOlwvXC9… — 200 — 0 B — 0 ms — datadata:text/javascript;base64,alF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpe3NldFRpbWVvdXQoZnVuY3Rpb24…data:text/javascript;base64,alF1ZXJ... data:text/javascript;base64,alF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpe3NldFRpbWVvdXQoZnVuY3Rpb24… — 200 — 0 B — 0 ms — datahttps://www.clarity.ms/tag/sr7ohxp60bwww.clarity.ms/tag/sr7ohxp60b https://www.clarity.ms/tag/sr7ohxp60b — 200 — 843 B — 158 ms — http/1.1https://yellowizard.gr/wp-content/uploads/complianz/css/banner-1-optin.css?v=86/wp-content/uploads/complianz/css/b... https://yellowizard.gr/wp-content/uploads/complianz/css/banner-1-optin.css?v=86 — 200 — 2.7 KiB — 64 ms — h2https://yellowizard.gr/wp-content/themes/phlox-pro/css/images/svg/symbols.svg/wp-content/themes/phlox-pro/css/im... https://yellowizard.gr/wp-content/themes/phlox-pro/css/images/svg/symbols.svg — 200 — 4.2 KiB — 65 ms — h2https://scripts.clarity.ms/0.8.62/clarity.jsscripts.clarity.ms/0.8.62/clarity.j... https://scripts.clarity.ms/0.8.62/clarity.js — 200 — 25.1 KiB — 131 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 2.5 KiB — 66 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js — 200 — 261 B — 65 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 625 B — 65 ms — h2https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/load-more.7c4417f8a727b79f546f.bundle.min.js/wp-content/plugins/elementor-pro/a... https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/load-more.7c4417f8a727b79f546f.bundle.min.js — 200 — 1.5 KiB — 64 ms — h2https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/loop.1594a1df76e87a11eda2.bundle.min.js/wp-content/plugins/elementor-pro/a... https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/loop.1594a1df76e87a11eda2.bundle.min.js — 200 — 3.0 KiB — 71 ms — h2https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.505018eb312c83998279.bundle.min.js/wp-content/plugins/elementor-pro/a... https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.505018eb312c83998279.bundle.min.js — 200 — 1.1 KiB — 73 ms — h2https://yellowizard.gr/wp-content/plugins/elementor/assets/js/counter.12335f45aaa79d244f24.bundle.min.js/wp-content/plugins/elementor/asset... https://yellowizard.gr/wp-content/plugins/elementor/assets/js/counter.12335f45aaa79d244f24.bundle.min.js — 200 — 448 B — 76 ms — h2https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/slides.8e9b74f1b31471377df8.bundle.min.js/wp-content/plugins/elementor-pro/a... https://yellowizard.gr/wp-content/plugins/elementor-pro/assets/js/slides.8e9b74f1b31471377df8.bundle.min.js — 200 — 1.4 KiB — 65 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-390877533&cx=c&gtm=4e6562www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-390877533&cx=c&gtm=4e6562 — 200 — 144.1 KiB — 108 ms — h2https://www.google.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1689730830.1778415227&dt=YelloWizard%3A%20%CE%9A%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE%20%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD%20%CE%BA%CE%B1%CE%B9%20Eshop%20%CE%98%CE%B5%CF%83%CF%83%CE%B1%CE%BB%CE%BF%CE%BD%CE%AF%CE%BA%CE%B7&auid=2046944867.1778415227&navt=r&npa=1&ep.ads_data_redaction=0&gtm=45He6562v9226163233za200zd9226163233xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118128922~118463262&apve=1&apvf=f&apvc=1&tft=1778415226887&tfd=1293www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1689730830.1778415227&dt=YelloWizard%3A%20%CE%9A%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE%20%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD%20%CE%BA%CE%B1%CE%B9%20Eshop%20%CE%98%CE%B5%CF%83%CF%83%CE%B1%CE%BB%CE%BF%CE%BD%CE%AF%CE%BA%CE%B7&auid=2046944867.1778415227&navt=r&npa=1&ep.ads_data_redaction=0&gtm=45He6562v9226163233za200zd9226163233xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118128922~118463262&apve=1&apvf=f&apvc=1&tft=1778415226887&tfd=1293 — 200 — 21 B — 125 ms — h3https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1689730830.1778415227&dt=YelloWizard%3A%20%CE%9A%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE%20%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD%20%CE%BA%CE%B1%CE%B9%20Eshop%20%CE%98%CE%B5%CF%83%CF%83%CE%B1%CE%BB%CE%BF%CE%BD%CE%AF%CE%BA%CE%B7&auid=2046944867.1778415227&navt=r&npa=1&gtm=45be6562v9181247724z89226163233za20gzb9226163233zd9226163233xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118463261~118719171&apve=1&apvf=f&apvc=0&tids=AW-390877533&tid=AW-390877533&tft=1778415227073&tfd=1478www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1689730830.1778415227&dt=YelloWizard%3A%20%CE%9A%CE%B1%CF%84%CE%B1%CF%83%CE%BA%CE%B5%CF%85%CE%AE%20%CE%B9%CF%83%CF%84%CE%BF%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CF%89%CE%BD%20%CE%BA%CE%B1%CE%B9%20Eshop%20%CE%98%CE%B5%CF%83%CF%83%CE%B1%CE%BB%CE%BF%CE%BD%CE%AF%CE%BA%CE%B7&auid=2046944867.1778415227&navt=r&npa=1&gtm=45be6562v9181247724z89226163233za20gzb9226163233zd9226163233xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118463261~118719171&apve=1&apvf=f&apvc=0&tids=AW-390877533&tid=AW-390877533&tft=1778415227073&tfd=1478 — 200 — 21 B — 66 ms — h3https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-32x32.png/wp-content/uploads/2023/06/cropped... https://yellowizard.gr/wp-content/uploads/2023/06/cropped-yellowizard-logo-circle-32x32.png — 200 — 1.4 KiB — 61 ms — h2https://x.clarity.ms/collectx.clarity.ms/collect https://x.clarity.ms/collect — 204 — 278 B — 360 ms — http/1.1https://x.clarity.ms/collectx.clarity.ms/collect https://x.clarity.ms/collect — 204 — 278 B — 299 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
23% of JavaScript execution is third-party
First-party Third-party 1374ms · 314KB · €15/mo
Unattributable
Other
Costly
Execution 649ms
Transfer 0 KB
Monthly Cost €7/mo
Microsoft Clarity
Session Replay
Costly
Execution 287ms
Transfer 25 KB
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Costly
Execution 244ms
Transfer 144 KB
Unused 43%
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 195ms
Transfer 144 KB
Unused 46%
Monthly Cost €2/mo

These scripts may cost more than they're worth

  • Unattributable adds 649ms and costs ~€7/month
  • Microsoft Clarity adds 287ms and costs ~€3/month
  • Google Tag Manager adds 244ms and costs ~€3/month

Unattributable takes 649ms 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

Microsoft Clarity takes 287ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 244ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)

LCP (p75)

1708 ms

84% good

INP (p75)

0 ms

0% good

CLS (p75)

0.000

100% good

FCP (p75)

1338 ms

TTFB (p75)

591 ms

Image Optimization
117 images, 4 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

117

Total Size

4 KB

Oversized

9

5 missing alt text 3 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