Skip to content
https://guadeloupehub.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
6
PASS
12
INFO
2

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

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
71
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.70 s

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

1.89 s

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

0 ms

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

0.048

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

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

1.89 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
21
12 PASS 6 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
4 images, 0 KB saveable
REVIEW
4 images, 0 KB saveable
Warning::
https://guadeloupehub.com/wp-content/uploads/2017/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
4 images 125 KB
0 oversized -0 KB
4 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
8 scripts, 66 KB unused
REVIEW
8 scripts, 66 KB unused
Warning::
https://guadeloupehub.com/wp-includes/js/jquery/jq...: 44 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://guadeloupehub.com/wp-content/themes/listin...: 22 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://guadeloupehub.com/wp-content/themes/listin...: unminified — 6 KB could be saved
Warning::
https://guadeloupehub.com/wp-content/themes/listin...: unminified — 12 KB could be saved
Info::
Total unused JavaScript: 66 KB
66 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://guadeloupehub.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.186 KB44 KB (51%)1st
https://guadeloupehub.com/wp-content/themes/listingeasy/js/theme.js?ver=175641311234 KB22 KB (65%)1st
https://guadeloupehub.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.113 KB1st
https://guadeloupehub.com/wp-content/themes/listingeasy/js/jquery.cookie.js?ver=1.4.12 KB1st
https://guadeloupehub.com/wp-content/themes/listingeasy/js/jquery.event.swipe.js?ver=1.3.122 KB1st
https://guadeloupehub.com/wp-includes/js/comment-reply.min.js?ver=7.0.33 KB1st
blob:https://guadeloupehub.com/f9266bcd-f642-495d-a516-239157e2a1b5-0 KB3rd
https://guadeloupehub.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.322 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
A
Page Weight Budget
735 KB transferred, 23 requests
PASS
735 KB transferred, 23 requests
Info::
Page weighs 810 KB (735 KB transferred)
Info::
CSS is 282 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 282 KB
Info::
23 HTTP requests
Info::
Estimated 0.15 g CO2 per page load
735 KB / 2.4 MB budget
735 KB transferred
23 requests
0.15 g CO2 per page load
CSS 281.7 KiB 38%
JavaScript 182.2 KiB 25%
Fonts 125.0 KiB 17%
Images 124.5 KiB 17%
HTML 20.3 KiB 3%
Other 1.5 KiB 0%
0 2.4 MB 4.9 MB
Under budget

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

A+
Third-Party Impact
8% third-party, 0 ms blocking
PASS
8% third-party, 0 ms blocking
Info::
Third-party code accounts for 8% of page weight (57.1 KiB of 735.2 KiB)
Info::
Third-party blocking time is low (0 ms)
92%
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+
JS Execution Cost
259ms total JS execution
PASS
259ms total JS execution
Info::
https://guadeloupehub.com/: 136ms CPU time
Info::
Unattributable: 65ms CPU time
Info::
https://guadeloupehub.com/wp-includes/js/jquery/jq...: 58ms CPU time

Main Thread Breakdown

Style & Layout 33% Other 33% Script Evaluation 20% Parse HTML & CSS 6% Rendering 4% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://guadeloupehub.com/136ms1ms1ms1st
Unattributable65ms2ms0ms1st
https://guadeloupehub.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.158ms38ms5ms1st
A+
Font Loading
2 fonts (125 KB)
PASS
2 fonts (125 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

125 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.7 s LCP 1.9 shttps://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2QGYsz_wNahGAdqQ43Rh_fKD... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 49.4 KiB — 7 ms — font-display: swaphttps://guadeloupehub.com/wp-content/themes/listingeasy/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://guadeloupehub.com/wp-content/themes/listingeasy/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.6 KiB — 177 ms — font-display: swap
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 7 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 177 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
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)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: gzip` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Page Weight Inventory
23 resources · 735 KB · 66 KB savings available
PASS
23 resources · 735 KB · 66 KB savings available
Info::
Within 1MB page-weight target
Got: 735 KB
Info::
~66 KB of savings available
Info::
5 third-party resources (8% of weight)
23 resources · 735.2 KiB · 5 third-party Within 1MB page-weight target
CSS 38% · 281.7 KiB
JavaScript 25% · 182.2 KiB
Image 17% · 126.0 KiB
Font 17% · 125.0 KiB
Document 3% · 20.3 KiB

~65.5 KiB of savings available

Remove unused JavaScript: 65.5 KiB
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: IONOS SE

Network Waterfall
23 requests over 2474ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.7 s LCP 1.9 shttps://guadeloupehub.com// https://guadeloupehub.com/ — 200 — 20.3 KiB — 1.1 s — h2https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&ver=7.0.3fonts.googleapis.com/css?family=Wor... https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&ver=7.0.3 — 200 — 1.1 KiB — 56 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/style.css?ver=7.0.3/wp-content/themes/listingeasy/styl... https://guadeloupehub.com/wp-content/themes/listingeasy/style.css?ver=7.0.3 — 200 — 925 B — 175 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/fonts/theme-font/theme_icon.css?ver=7.0.3/wp-content/themes/listingeasy/font... https://guadeloupehub.com/wp-content/themes/listingeasy/fonts/theme-font/theme_icon.css?ver=7.0.3 — 200 — 1.1 KiB — 184 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/css/font-awesome.min.css?ver=4.7.0/wp-content/themes/listingeasy/css/... https://guadeloupehub.com/wp-content/themes/listingeasy/css/font-awesome.min.css?ver=4.7.0 — 200 — 30.5 KiB — 290 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/css/theme.css?ver=7.0.3/wp-content/themes/listingeasy/css/... https://guadeloupehub.com/wp-content/themes/listingeasy/css/theme.css?ver=7.0.3 — 200 — 148.9 KiB — 616 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/css/base_composer.css?ver=7.0.3/wp-content/themes/listingeasy/css/... https://guadeloupehub.com/wp-content/themes/listingeasy/css/base_composer.css?ver=7.0.3 — 200 — 94.1 KiB — 716 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/css/responsive.css?ver=7.0.3/wp-content/themes/listingeasy/css/... https://guadeloupehub.com/wp-content/themes/listingeasy/css/responsive.css?ver=7.0.3 — 200 — 5.1 KiB — 722 ms — h2https://guadeloupehub.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://guadeloupehub.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.8 KiB — 776 ms — h2https://guadeloupehub.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://guadeloupehub.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.5 KiB — 783 ms — h2https://livewp.site/wp/md/listingeasy/wp-content/uploads/sites/4/2017/10/listing_logo_dark.pnglivewp.site/wp/md/listingeasy/wp-co... https://livewp.site/wp/md/listingeasy/wp-content/uploads/sites/4/2017/10/listing_logo_dark.png — 200 — 3.3 KiB — 498 ms — h2https://guadeloupehub.com/wp-content/uploads/2017/10/home_1_logo.png/wp-content/uploads/2017/10/home_1_... https://guadeloupehub.com/wp-content/uploads/2017/10/home_1_logo.png — 200 — 19.0 KiB — 778 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/js/jquery.cookie.js?ver=1.4.1/wp-content/themes/listingeasy/js/j... https://guadeloupehub.com/wp-content/themes/listingeasy/js/jquery.cookie.js?ver=1.4.1 — 200 — 1.5 KiB — 295 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/js/theme.js?ver=1756413112/wp-content/themes/listingeasy/js/t... https://guadeloupehub.com/wp-content/themes/listingeasy/js/theme.js?ver=1756413112 — 200 — 33.9 KiB — 165 ms — h2https://guadeloupehub.com/wp-content/themes/listingeasy/js/jquery.event.swipe.js?ver=1.3.1/wp-content/themes/listingeasy/js/j... https://guadeloupehub.com/wp-content/themes/listingeasy/js/jquery.event.swipe.js?ver=1.3.1 — 200 — 21.9 KiB — 167 ms — h2https://livewp.site/wp/md/listingeasy/wp-content/uploads/sites/4/2017/10/2.pnglivewp.site/wp/md/listingeasy/wp-co... https://livewp.site/wp/md/listingeasy/wp-content/uploads/sites/4/2017/10/2.png — 200 — 3.3 KiB — 160 ms — h2https://guadeloupehub.com/wp-includes/js/comment-reply.min.js?ver=7.0.3/wp-includes/js/comment-reply.min.j... https://guadeloupehub.com/wp-includes/js/comment-reply.min.js?ver=7.0.3 — 200 — 3.2 KiB — 163 ms — h2https://guadeloupehub.com/wp-content/uploads/2025/10/Gwada2_Colibri1.jpeg/wp-content/uploads/2025/10/Gwada2_... https://guadeloupehub.com/wp-content/uploads/2025/10/Gwada2_Colibri1.jpeg — 200 — 98.9 KiB — 183 ms — h2https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2fonts.gstatic.com/s/worksans/v24/QG... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 200 — 49.4 KiB — 7 ms — h3https://guadeloupehub.com/wp-content/themes/listingeasy/fonts/fontawesome-webfont.woff2?v=4.7.0/wp-content/themes/listingeasy/font... https://guadeloupehub.com/wp-content/themes/listingeasy/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.6 KiB — 177 ms — h2blob:https://guadeloupehub.com/f9266bcd-f642-495d-a516-239157e2a1b5guadeloupehub.com/f9266bcd-f642-495... blob:https://guadeloupehub.com/f9266bcd-f642-495d-a516-239157e2a1b5 — 200 — -1 B — 57 ms — blobhttps://guadeloupehub.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.3/wp-includes/js/wp-emoji-release.mi... https://guadeloupehub.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.3 — 200 — 22.5 KiB — 163 ms — h2https://guadeloupehub.com/wp-content/uploads/2025/09/cropped-logo-two-32x32.png/wp-content/uploads/2025/09/cropped... https://guadeloupehub.com/wp-content/uploads/2025/09/cropped-logo-two-32x32.png — 200 — 1.5 KiB — 159 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
3 images, 19 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

3

Total Size

19 KB

Oversized

1

2 missing dimensions 3 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