Skip to content
https://guadeloupehub.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
8
PASS
14
INFO
2

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

66
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
65
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.

4.98 s

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

5.29 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.060

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

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

5.29 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
25
14 PASS 8 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

B
JS Execution Cost
871ms total JS execution
REVIEW
871ms total JS execution
Warning::
https://guadeloupehub.com/: 360ms CPU time
Warning::
https://guadeloupehub.com/wp-includes/js/jquery/jq...: 288ms CPU time
Info::
Unattributable: 223ms CPU time

Main Thread Breakdown

Other 38% Style & Layout 27% Script Evaluation 23% Parse HTML & CSS 5% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://guadeloupehub.com/360ms5ms2ms1st
https://guadeloupehub.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1288ms152ms10ms1st
Unattributable223ms6ms0ms1st
C
JS Bundles
Action
8 scripts, 64 KB unused
REVIEW
8 scripts, 64 KB unused
Warning::
https://guadeloupehub.com/wp-includes/js/jquery/jq...: 42 KB unused (50%)
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: 64 KB
64 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 KB42 KB (50%)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/7161f857-4410-407a-a957-7bdc57133669-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.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
5 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A
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+
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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 5.0 s LCP 5.3 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 — 6 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 — 192 ms — font-display: swap
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 6 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 192 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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
1
prefetch

1 resource hints configured

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 · 64 KB savings available
PASS
23 resources · 735 KB · 64 KB savings available
Info::
Within 1MB page-weight target
Got: 735 KB
Info::
~64 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

~64.2 KiB of savings available

Remove unused JavaScript: 64.2 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
7 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
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 2375ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 5.0 s LCP 5.3 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 — 54 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 — 174 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 — 181 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 — 289 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 — 624 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 — 727 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 — 733 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 — 789 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 — 797 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 — 497 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 — 803 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 — 307 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 — 174 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 — 181 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 — 162 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 — 183 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 — 203 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 — 6 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 — 192 ms — h2blob:https://guadeloupehub.com/7161f857-4410-407a-a957-7bdc57133669guadeloupehub.com/7161f857-4410-407... blob:https://guadeloupehub.com/7161f857-4410-407a-a957-7bdc57133669 — 200 — -1 B — 63 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 — 170 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 — 170 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