Skip to content
https://Yellowizard.gr

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
1
REVIEW
8
PASS
10
INFO
4

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

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

1.01 s

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

1.54 s

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

3 ms

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

0.019

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

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

2.87 s

Page Load Progression

518 ms
1.0 s
1.6 s
2.1 s
2.6 s
3.1 s
3.6 s
4.1 s
Checks
23
10 PASS 8 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
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.0 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 492 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 492 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.42 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
149 requests
0.42 g CO2 per page load
JavaScript 687.1 KiB 34%
Images 541.3 KiB 27%
Fonts 491.6 KiB 24%
CSS 183.2 KiB 9%
HTML 117.0 KiB 6%
Other 8.3 KiB 0%
Other 556 B 0%
Other 274 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

C
Image Optimization
Action
24 images, 0 KB saveable
REVIEW
24 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.
Warning::
https://yellowizard.gr/wp-content/uploads/2021/07/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://yellowizard.gr/wp-content/uploads/2021/07/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 497 KB
0 oversized -0 KB
5 legacy format
3 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

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

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 Execution Cost
Action
1399ms total JS execution
REVIEW
1399ms total JS execution
Warning::
https://yellowizard.gr/: 679ms CPU time
Warning::
https://yellowizard.gr/wp-includes/js/jquery/jquer...: 316ms CPU time
Info::
Unattributable: 150ms CPU time
Info::
https://scripts.clarity.ms/0.8.62/clarity.js: 88ms CPU time
Info::
https://yellowizard.gr/wp-content/litespeed/js/cba...: 60ms CPU time
Info::
Third-party scripts: 290ms (21% of total)

Main Thread Breakdown

Script Evaluation 35% Style & Layout 30% Other 23% Parse HTML & CSS 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://yellowizard.gr/679ms25ms2ms1st
https://yellowizard.gr/wp-includes/js/jquery/jquery.min.js316ms236ms2ms1st
Unattributable150ms2ms0ms3rd
https://scripts.clarity.ms/0.8.62/clarity.js88ms74ms2ms3rd
https://yellowizard.gr/wp-content/litespeed/js/cba39b768e57ea22912ebb1f689f0bee.js?ver=f0bee60ms31ms9ms1st
https://yellowizard.gr/wp-content/litespeed/js/d0c4d96829790bb53eed23c10688411a.js?ver=8411a55ms22ms2ms1st
https://www.googletagmanager.com/gtag/js?id=AW-390877533&cx=c&gtm=4e656252ms45ms7ms3rd
C
JS Bundles
Action
61 scripts, 281 KB unused
REVIEW
61 scripts, 281 KB unused
Warning::
https://yellowizard.gr/wp-content/litespeed/js/cba...: 102 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5WW...: 66 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: 281 KB
281 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://yellowizard.gr/wp-content/litespeed/js/cba39b768e57ea22912ebb1f689f0bee.js?ver=f0bee139 KB102 KB (74%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-5WWRLVW6144 KB66 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 · 281 KB savings available
REVIEW
149 resources · 2.0 MB · 281 KB savings available
Warning::
Page weight 2.0 MB exceeds 1 MB target by 1005 KB
Got: 2.0 MB Expected: ≤ 1 MB
Info::
~281 KB of savings available
Info::
35 third-party resources (16% of weight)
149 resources · 2.0 MiB · 35 third-party 1005.3 KiB over 1MB target
JavaScript 34% · 687.1 KiB
Image 27% · 549.6 KiB
Font 24% · 491.6 KiB
CSS 9% · 183.2 KiB
Document 6% · 117.2 KiB
Other 0% · 598 B

~281.1 KiB of savings available

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

Green Hosting

No green hosting detected

A+
Third-Party Impact
16% third-party, 0 ms blocking
PASS
16% third-party, 0 ms blocking
Info::
Third-party code accounts for 16% of page weight (319.9 KiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
84%
16%
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
10 fonts (492 KB)
PASS
10 fonts (492 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

492 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.5 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 — 104 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 — 161 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 — 192 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/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 — 66 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 — 68 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 — 69 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 — 70 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 — 79 ms — font-display: swap
fa-brands-400.woff2 woff2 swap
Size 80 KB
Load time 104 ms
Start 433 ms
Risk FOUT — text flashes from fallback to web font
eicons.woff2 woff2 swap
Size 103 KB
Load time 161 ms
Start 433 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 192 ms
Start 434 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
auxin-front.woff woff swap
Size 0 KB
Load time 0 ms
Start 850 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 851 ms
Risk FOUT — text flashes from fallback to web font
comfortaa-1ptsg8ljrfwjm... woff2 swap
Size 30 KB
Load time 66 ms
Start 960 ms
Risk FOUT — text flashes from fallback to web font
comfortaa-1ptsg8ljrfwjm... woff2 swap
Size 13 KB
Load time 68 ms
Start 960 ms
Risk FOUT — text flashes from fallback to web font
manrope-xn7gyhe41ni1adi... woff2 swap
Size 9 KB
Load time 69 ms
Start 960 ms
Risk FOUT — text flashes from fallback to web font
manrope-xn7gyhe41ni1adi... woff2 swap
Size 24 KB
Load time 70 ms
Start 960 ms
Risk FOUT — text flashes from fallback to web font
eicons.woff2 woff2 swap
Size 103 KB
Load time 79 ms
Start 961 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~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
Network Waterfall
149 requests over 2715ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.0 s LCP 1.5 shttps://yellowizard.gr// https://yellowizard.gr/ — 200 — 63.1 KiB — 309 ms — h2https://yellowizard.gr/wp-content/litespeed/ucss/2c5b93b271b346261d4fb51a4fce95a0.css?ver=2de6a/wp-content/litespeed/ucss/2c5b93b2... https://yellowizard.gr/wp-content/litespeed/ucss/2c5b93b271b346261d4fb51a4fce95a0.css?ver=2de6a — 200 — 21.8 KiB — 92 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/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=data:image/gif;base64,R0lGODdhAQABA... data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs= — 200 — 35 B — 1 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 — 232 B — 71 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 — 104 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 — 161 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 — 192 ms — h2https://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 — 208 ms — https://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 — 191 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 — 186 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.1 KiB — 192 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 — 180 ms — h2https://yellowizard.gr// https://yellowizard.gr/ — 200 — 53.9 KiB — 97 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 — 60 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 — 61 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 — 62 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 — 73 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 — 72 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 — 87 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 — 76 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 — 128 B — 77 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 — 0 B — 0 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 — 0 B — 1 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 — 77 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.0 s LCP 1.5 shttps://yellowizard.gr// https://yellowizard.gr/ — 200 — 63.1 KiB — 309 ms — h2https://yellowizard.gr/wp-content/litespeed/ucss/2c5b93b271b346261d4fb51a4fce95a0.css?ver=2de6a/wp-content/litespeed/ucss/2c5b93b2... https://yellowizard.gr/wp-content/litespeed/ucss/2c5b93b271b346261d4fb51a4fce95a0.css?ver=2de6a — 200 — 21.8 KiB — 92 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/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=data:image/gif;base64,R0lGODdhAQABA... data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs= — 200 — 35 B — 1 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 — 232 B — 71 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 — 104 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 — 161 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 — 192 ms — h2https://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 — 208 ms — https://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 — 191 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 — 186 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.1 KiB — 192 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 — 180 ms — h2https://yellowizard.gr// https://yellowizard.gr/ — 200 — 53.9 KiB — 97 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 — 60 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 — 61 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 — 62 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 — 73 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 — 72 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 — 87 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 — 76 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 — 128 B — 77 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 — 0 B — 0 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 — 0 B — 1 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 — 77 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 — 78 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 — 79 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 — 79 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 — 81 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 — 191 B — 81 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 — 0 B — 0 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 — 82 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 — 83 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 — 0 B — 0 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 — 83 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 — 115 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 — 116 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 — 118 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 — 118 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 — 119 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 — 134 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 — 121 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 — 122 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 — 123 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 — 124 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 — 218 B — 124 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 — 125 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 — 126 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 — 715 B — 127 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.1 KiB — 128 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 — 500 B — 130 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 — 592 B — 130 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 — 606 B — 131 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 — 133 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 — 406 B — 134 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 — 359 B — 134 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 — 138 ms — h2https://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 — 138 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.3 KiB — 131 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/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 — 60 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 — 60 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 — 66 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 — 67 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 — 67 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 — 69 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.7 KiB — 88 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 — 78 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 — 80 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 — 121 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 — 514 B — 85 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 — 86 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 — 91 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 — 92 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 — 93 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 — 833 B — 94 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 — 95 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 — 96 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 — 96 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 — 3.9 KiB — 97 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 — 98 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 — 99 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 — 101 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 — 102 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 — 104 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 — 126 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 — 31 B — 109 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 — 111 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 — 112 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 — 114 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 — 123 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 — 279 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/uploads/2021/07/Dots-3.svg/wp-content/uploads/2021/07/Dots-3.... https://yellowizard.gr/wp-content/uploads/2021/07/Dots-3.svg — 200 — 492 B — 85 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 — 104 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 — 118 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.3 KiB — 109 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 — 112 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 — 112 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.7 KiB — 100 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 — datahttps://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 — 115 ms — h2data:text/javascript;base64,dmFyIG1lanNMMTBuPXsibGFuZ3VhZ2UiOiJlbiIsInN0cmluZ3MiOnsibWVqcy5kb3dubG9…data:text/javascript;base64,dmFyIG1... data:text/javascript;base64,dmFyIG1lanNMMTBuPXsibGFuZ3VhZ2UiOiJlbiIsInN0cmluZ3MiOnsibWVqcy5kb3dubG9… — 200 — 0 B — 0 ms — datahttps://yellowizard.gr/wp-content/uploads/2026/02/ikoplast-website-cover-1024x1024.webp/wp-content/uploads/2026/02/ikoplas... https://yellowizard.gr/wp-content/uploads/2026/02/ikoplast-website-cover-1024x1024.webp — 200 — 55.0 KiB — 120 ms — h2data: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 — datahttps://yellowizard.gr/wp-content/uploads/2021/07/Dots-4.svg/wp-content/uploads/2021/07/Dots-4.... https://yellowizard.gr/wp-content/uploads/2021/07/Dots-4.svg — 200 — 643 B — 100 ms — h2data: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 — datahttps://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 — 66 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 — 68 ms — h2data:text/javascript;base64,dmFyIGNvbXBsaWFuej17InByZWZpeCI6ImNtcGx6XyIsInVzZXJfYmFubmVyX2lkIjoiMSI…data:text/javascript;base64,dmFyIGN... data:text/javascript;base64,dmFyIGNvbXBsaWFuej17InByZWZpeCI6ImNtcGx6XyIsInVzZXJfYmFubmVyX2lkIjoiMSI… — 200 — 0 B — 0 ms — datahttps://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 — 69 ms — h2data:text/javascript;base64,aWYoJ3VuZGVmaW5lZCchPXR5cGVvZiB3aW5kb3cualF1ZXJ5KXtqUXVlcnkoZG9jdW1lbnQ…data:text/javascript;base64,aWYoJ3V... data:text/javascript;base64,aWYoJ3VuZGVmaW5lZCchPXR5cGVvZiB3aW5kb3cualF1ZXJ5KXtqUXVlcnkoZG9jdW1lbnQ… — 200 — 0 B — 0 ms — datahttps://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 — 70 ms — h2data:text/javascript;base64,dmFyIEVsZW1lbnRvclByb0Zyb250ZW5kQ29uZmlnPXsiYWpheHVybCI6Imh0dHBzOlwvXC9…data:text/javascript;base64,dmFyIEV... data:text/javascript;base64,dmFyIEVsZW1lbnRvclByb0Zyb250ZW5kQ29uZmlnPXsiYWpheHVybCI6Imh0dHBzOlwvXC9… — 200 — 0 B — 0 ms — datahttps://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 — 79 ms — h2data: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 — 130 ms — http/1.1https://yellowizard.gr/wp-content/uploads/complianz/css/banner-1-optin.css?v=87/wp-content/uploads/complianz/css/b... https://yellowizard.gr/wp-content/uploads/complianz/css/banner-1-optin.css?v=87 — 200 — 2.7 KiB — 60 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 — 60 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 — 129 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 — 65 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 — 61 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 — 60 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 — 60 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 — 61 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 — 60 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 — 60 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 — 60 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 — 104 ms — h2https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1588602957.1778415253&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=340477043.1778415253&navt=r&npa=1&ep.ads_data_redaction=0&gtm=45He6562v9226163233za200zd9226163233xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~118128922~118463261&apve=1&apvf=f&gap.plf=5&apvc=1&tft=1778415252769&tfd=1000www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1588602957.1778415253&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=340477043.1778415253&navt=r&npa=1&ep.ads_data_redaction=0&gtm=45He6562v9226163233za200zd9226163233xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~118128922~118463261&apve=1&apvf=f&gap.plf=5&apvc=1&tft=1778415252769&tfd=1000 — 200 — 21 B — 126 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1588602957.1778415253&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=340477043.1778415253&navt=r&npa=1&gtm=45be6562v9181247724z89226163233za20gzb9226163233zd9226163233xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~118463261&apve=1&apvf=f&apvc=0&tids=AW-390877533&tid=AW-390877533&tft=1778415252946&tfd=1177www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dr=yellowizard.gr&dl=https%3A%2F%2Fyellowizard.gr%2F&scrsrc=www.googletagmanager.com&rnd=1588602957.1778415253&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=340477043.1778415253&navt=r&npa=1&gtm=45be6562v9181247724z89226163233za20gzb9226163233zd9226163233xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~118463261&apve=1&apvf=f&apvc=0&tids=AW-390877533&tid=AW-390877533&tft=1778415252946&tfd=1177 — 200 — 21 B — 59 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 — 0 B — 2 ms — h2https://x.clarity.ms/collectx.clarity.ms/collect https://x.clarity.ms/collect — 204 — 278 B — 344 ms — http/1.1https://x.clarity.ms/collectx.clarity.ms/collect https://x.clarity.ms/collect — 204 — 278 B — 297 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
21% of JavaScript execution is third-party
First-party Third-party 290ms · 169KB · €3/mo
Unattributable
Other
Optional
Execution 150ms
Transfer 0 KB
Monthly Cost €2/mo
Microsoft Clarity
Session Replay
Optional
Execution 88ms
Transfer 25 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 144 KB
Unused 43%
Monthly Cost €1/mo

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