Skip to content
https://www.gively.fr

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
4
REVIEW
4
PASS
15
INFO
3

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

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

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

5.27 s

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

656 ms

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

0.001

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

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

11.47 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
15 PASS 4 REVIEW 4 FIX
D
Third-Party Impact
Action
79% third-party, 0 ms blocking
FIX
79% third-party, 0 ms blocking
Warning::
Third-party code accounts for 79% of page weight (1.5 MiB of 1.9 MiB)
Info::
Third-party blocking time is low (0 ms)
21%
79%
First-party Third-party
D
JS Execution Cost
Action
3459ms total JS execution
FIX
3459ms total JS execution
Warning::
https://www.gively.fr/static/js/main.cd08f1da.js: 2147ms CPU time
Warning::
Unattributable: 598ms CPU time
Warning::
https://www.gively.fr/: 399ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-ZH3J...: 314ms CPU time
Info::
Third-party scripts: 314ms (9% of total)

Main Thread Breakdown

Script Evaluation 50% Other 26% Style & Layout 10% Rendering 7% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.gively.fr/static/js/main.cd08f1da.js2147ms1307ms101ms1st
Unattributable598ms21ms0ms1st
https://www.gively.fr/399ms46ms8ms1st
https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G19314ms260ms52ms3rd
D
Page Weight Inventory
Action
98 resources · 1.9 MB · 278 KB savings available
FIX
98 resources · 1.9 MB · 278 KB savings available
Warning::
Page weight 1.9 MB exceeds 1 MB target by 965 KB
Got: 1.9 MB Expected: ≤ 1 MB
Info::
~278 KB of savings available
Warning::
75 third-party resources (79% of weight)
Info::
4 resources over 200KB
98 resources · 1.9 MiB · 75 third-party 965.3 KiB over 1MB target
Other 43% · 851.0 KiB
Image 26% · 507.6 KiB
JavaScript 25% · 504.2 KiB
Document 4% · 77.1 KiB
CSS 1% · 25.4 KiB
Font 1% · 24.0 KiB

~278.3 KiB of savings available

Remove unused JavaScript: 278.3 KiB
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-cache, no-store, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, must-revalidate

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
C
Page Weight Budget
Action
1.9 MB transferred, 98 requests
REVIEW
1.9 MB transferred, 98 requests
Info::
Page weighs 7.3 MB (1.9 MB transferred)
Warning::
JavaScript is 504 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 504 KB
Info::
98 HTTP requests
Info::
Estimated 0.41 g CO2 per page load
1.9 MB / 2.4 MB budget
1.9 MB transferred
98 requests
0.41 g CO2 per page load
Other 842.5 KiB 42%
Images 507.6 KiB 26%
JavaScript 504.2 KiB 25%
Other 75.8 KiB 4%
CSS 25.4 KiB 1%
Fonts 24.0 KiB 1%
HTML 7.2 KiB 0%
Other 1.8 KiB 0%
Other 848 B 0%
Other 0 B 0%
Other 0 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

C
JS Bundles
Action
3 scripts, 278 KB unused
REVIEW
3 scripts, 278 KB unused
Warning::
https://www.gively.fr/static/js/main.cd08f1da.js: 204 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-ZH3J...: 75 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 278 KB
278 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gively.fr/static/js/main.cd08f1da.js319 KB204 KB (64%)1st
https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G19185 KB75 KB (40%)3rd
blob:https://www.gively.fr/15e3b99f-1191-4823-8434-99f6cf7c2ccf-0 KB3rd

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
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
54 images, 0 KB saveable
PASS
54 images, 0 KB saveable
Warning::
https://www.gively.fr/press-touleco.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gively.fr/press-latribune.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gively.fr/press-melles750.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gively.fr/press-pressreader.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gively.fr/press-cress-occitanie.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
54 images 508 KB
0 oversized -0 KB
0 legacy format
5 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

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

A+
Font Loading
3 fonts (24 KB)
PASS
3 fonts (24 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

24 KB total

Render-blocking

0

of 3

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 1.6 s LCP 5.3 shttps://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2xn7gYHE41ni1AdIRggexSvf... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 24.0 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2ijwRs572Xtc6ZYQws9YVwnN... https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2 — 0 B — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNIfJ7QwOk1Fig.woff2ijwRs572Xtc6ZYQws9YVwnN... https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNIfJ7QwOk1Fig.woff2 — 0 B — 52 ms — font-display: swap
xn7gYHE41ni1AdIRggexSvf... woff2 swap
Size 24 KB
Load time 31 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
ijwRs572Xtc6ZYQws9YVwnN... woff2 swap
Size 0 KB
Load time 32 ms
Start 334 ms
Risk FOUT — text flashes from fallback to web font
ijwRs572Xtc6ZYQws9YVwnN... woff2 swap
Size 0 KB
Load time 52 ms
Start 349 ms
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
6 hints, 0 missing preconnects
PASS
6 hints, 0 missing preconnects
Info::
Page uses 6 resource hint(s)

Current Resource Hints

preconnect
3
preload
dns-prefetch
3
prefetch

6 resource hints configured

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+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
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-cache, no-store, 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::
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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
98 requests over 1423ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 5.3 shttps://www.gively.fr// https://www.gively.fr/ — 200 — 7.2 KiB — 81 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Public+Sans:wght@400;500;600&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Public+Sans:wght@400;500;600&display=swap — 200 — 1.6 KiB — 93 ms — h2https://www.gively.fr/static/js/main.cd08f1da.js/static/js/main.cd08f1da.js https://www.gively.fr/static/js/main.cd08f1da.js — 200 — 318.9 KiB — 73 ms — h2https://www.gively.fr/static/css/main.827c8775.css/static/css/main.827c8775.css https://www.gively.fr/static/css/main.827c8775.css — 200 — 23.8 KiB — 51 ms — h2https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 0 B — 137 ms — h3https://www.gively.fr/api/ios-debug-log/api/ios-debug-log https://www.gively.fr/api/ios-debug-log — 404 — 6.8 KiB — 64 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G19www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G19 — 200 — 185.3 KiB — 193 ms — h2https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 6.8 KiB — 65 ms — h2https://www.gively.fr/manifest.json/manifest.json https://www.gively.fr/manifest.json — 200 — 1.8 KiB — 71 ms — h3https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2fonts.gstatic.com/s/manrope/v20/xn7... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 200 — 24.0 KiB — 31 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 54 ms — h3https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 1.8 KiB — 109 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 47 ms — h3https://o4511101499408384.ingest.de.sentry.io/api/4511101516513360/envelope/?sentry_version=7&sentry_key=a06b6d7e07745775b80fd10bb78a809f&sentry_client=sentry.javascript.react%2F8.55.2o4511101499408384.ingest.de.sentry.... https://o4511101499408384.ingest.de.sentry.io/api/4511101516513360/envelope/?sentry_version=7&sentry_key=a06b6d7e07745775b80fd10bb78a809f&sentry_client=sentry.javascript.react%2F8.55.2 — 200 — 300 B — 109 ms — h2https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.0 KiB — 68 ms — h3https://www.gively.fr/api/ios-debug-log/api/ios-debug-log https://www.gively.fr/api/ios-debug-log — 404 — 7.1 KiB — 64 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.0 KiB — 60 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 60 ms — h3https://www.gively.fr/api/ios-debug-log/api/ios-debug-log https://www.gively.fr/api/ios-debug-log — 404 — 7.0 KiB — 60 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.0 KiB — 68 ms — h3https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 1.8 KiB — 121 ms — h3https://www.gively.fr/logo-gively.svg/logo-gively.svg https://www.gively.fr/logo-gively.svg — 200 — 0 B — 117 ms — h3https://api.gively.fr/api/associations/auth/meapi.gively.fr/api/associations/auth... https://api.gively.fr/api/associations/auth/me — 401 — 1.8 KiB — 101 ms — h3https://api.gively.fr/api/stats/yearly-impactapi.gively.fr/api/stats/yearly-impa... https://api.gively.fr/api/stats/yearly-impact — 200 — 0 B — 97 ms — h3https://api.gively.fr/api/associations?limit=20api.gively.fr/api/associations?limi... https://api.gively.fr/api/associations?limit=20 — 200 — 0 B — 94 ms — h3https://api.gively.fr/api/blog?limit=4&offset=0api.gively.fr/api/blog?limit=4&offs... https://api.gively.fr/api/blog?limit=4&offset=0 — 200 — 0 B — 96 ms — h3https://api.gively.fr/api/listings/home-rows?per=12api.gively.fr/api/listings/home-row... https://api.gively.fr/api/listings/home-rows?per=12 — 200 — 0 B — 94 ms — h3https://api.gively.fr/api/stats/global-ratingsapi.gively.fr/api/stats/global-rati... https://api.gively.fr/api/stats/global-ratings — 200 — 0 B — 91 ms — h3https://api.gively.fr/api/auth/meapi.gively.fr/api/auth/me https://api.gively.fr/api/auth/me — 200 — 0 B — 92 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2 — 200 — 0 B — 32 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 5.3 shttps://www.gively.fr// https://www.gively.fr/ — 200 — 7.2 KiB — 81 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Public+Sans:wght@400;500;600&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Public+Sans:wght@400;500;600&display=swap — 200 — 1.6 KiB — 93 ms — h2https://www.gively.fr/static/js/main.cd08f1da.js/static/js/main.cd08f1da.js https://www.gively.fr/static/js/main.cd08f1da.js — 200 — 318.9 KiB — 73 ms — h2https://www.gively.fr/static/css/main.827c8775.css/static/css/main.827c8775.css https://www.gively.fr/static/css/main.827c8775.css — 200 — 23.8 KiB — 51 ms — h2https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 0 B — 137 ms — h3https://www.gively.fr/api/ios-debug-log/api/ios-debug-log https://www.gively.fr/api/ios-debug-log — 404 — 6.8 KiB — 64 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G19www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G19 — 200 — 185.3 KiB — 193 ms — h2https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 6.8 KiB — 65 ms — h2https://www.gively.fr/manifest.json/manifest.json https://www.gively.fr/manifest.json — 200 — 1.8 KiB — 71 ms — h3https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2fonts.gstatic.com/s/manrope/v20/xn7... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 200 — 24.0 KiB — 31 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 54 ms — h3https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 1.8 KiB — 109 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 47 ms — h3https://o4511101499408384.ingest.de.sentry.io/api/4511101516513360/envelope/?sentry_version=7&sentry_key=a06b6d7e07745775b80fd10bb78a809f&sentry_client=sentry.javascript.react%2F8.55.2o4511101499408384.ingest.de.sentry.... https://o4511101499408384.ingest.de.sentry.io/api/4511101516513360/envelope/?sentry_version=7&sentry_key=a06b6d7e07745775b80fd10bb78a809f&sentry_client=sentry.javascript.react%2F8.55.2 — 200 — 300 B — 109 ms — h2https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.0 KiB — 68 ms — h3https://www.gively.fr/api/ios-debug-log/api/ios-debug-log https://www.gively.fr/api/ios-debug-log — 404 — 7.1 KiB — 64 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.0 KiB — 60 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 60 ms — h3https://www.gively.fr/api/ios-debug-log/api/ios-debug-log https://www.gively.fr/api/ios-debug-log — 404 — 7.0 KiB — 60 ms — h3https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.0 KiB — 68 ms — h3https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 1.8 KiB — 121 ms — h3https://www.gively.fr/logo-gively.svg/logo-gively.svg https://www.gively.fr/logo-gively.svg — 200 — 0 B — 117 ms — h3https://api.gively.fr/api/associations/auth/meapi.gively.fr/api/associations/auth... https://api.gively.fr/api/associations/auth/me — 401 — 1.8 KiB — 101 ms — h3https://api.gively.fr/api/stats/yearly-impactapi.gively.fr/api/stats/yearly-impa... https://api.gively.fr/api/stats/yearly-impact — 200 — 0 B — 97 ms — h3https://api.gively.fr/api/associations?limit=20api.gively.fr/api/associations?limi... https://api.gively.fr/api/associations?limit=20 — 200 — 0 B — 94 ms — h3https://api.gively.fr/api/blog?limit=4&offset=0api.gively.fr/api/blog?limit=4&offs... https://api.gively.fr/api/blog?limit=4&offset=0 — 200 — 0 B — 96 ms — h3https://api.gively.fr/api/listings/home-rows?per=12api.gively.fr/api/listings/home-row... https://api.gively.fr/api/listings/home-rows?per=12 — 200 — 0 B — 94 ms — h3https://api.gively.fr/api/stats/global-ratingsapi.gively.fr/api/stats/global-rati... https://api.gively.fr/api/stats/global-ratings — 200 — 0 B — 91 ms — h3https://api.gively.fr/api/auth/meapi.gively.fr/api/auth/me https://api.gively.fr/api/auth/me — 200 — 0 B — 92 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2 — 200 — 0 B — 32 ms — h3https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNIfJ7QwOk1Fig.woff2fonts.gstatic.com/s/publicsans/v21/... https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNIfJ7QwOk1Fig.woff2 — 200 — 0 B — 52 ms — h3https://images.unsplash.com/photo-1489274495757-95c7c837b101?auto=format&fit=crop&w=600&q=80images.unsplash.com/photo-148927449... https://images.unsplash.com/photo-1489274495757-95c7c837b101?auto=format&fit=crop&w=600&q=80 — 200 — 0 B — 90 ms — h2https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=600&q=80images.unsplash.com/photo-148852178... https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=600&q=80 — 200 — 0 B — 65 ms — h2https://www.gively.fr/illustrations/economie-locale.png/illustrations/economie-locale.png https://www.gively.fr/illustrations/economie-locale.png — 200 — 0 B — 365 ms — h3https://images.unsplash.com/photo-1444492417251-9c84a5fa18e0?auto=format&fit=crop&w=600&q=80images.unsplash.com/photo-144449241... https://images.unsplash.com/photo-1444492417251-9c84a5fa18e0?auto=format&fit=crop&w=600&q=80 — 200 — 0 B — 120 ms — h2https://www.gively.fr/press-cress-occitanie.png/press-cress-occitanie.png https://www.gively.fr/press-cress-occitanie.png — 200 — 0 B — 120 ms — h3https://www.gively.fr/press-latribune.png/press-latribune.png https://www.gively.fr/press-latribune.png — 200 — 0 B — 120 ms — h3https://www.gively.fr/press-touleco.png/press-touleco.png https://www.gively.fr/press-touleco.png — 200 — 0 B — 115 ms — h3https://www.gively.fr/press-pressreader.png/press-pressreader.png https://www.gively.fr/press-pressreader.png — 200 — 0 B — 121 ms — h3https://www.gively.fr/press-melles750.png/press-melles750.png https://www.gively.fr/press-melles750.png — 200 — 0 B — 102 ms — h3https://api.gively.fr/api/stats/global-ratingsapi.gively.fr/api/stats/global-rati... https://api.gively.fr/api/stats/global-ratings — 200 — 1.8 KiB — 137 ms — h3https://api.gively.fr/api/associations?limit=20api.gively.fr/api/associations?limi... https://api.gively.fr/api/associations?limit=20 — 200 — 91.0 KiB — 260 ms — h3https://api.gively.fr/api/listings/home-rows?per=12api.gively.fr/api/listings/home-row... https://api.gively.fr/api/listings/home-rows?per=12 — 200 — 477.3 KiB — 427 ms — h3https://api.gively.fr/api/auth/meapi.gively.fr/api/auth/me https://api.gively.fr/api/auth/me — 401 — 1.8 KiB — 109 ms — h3https://api.gively.fr/api/blog?limit=4&offset=0api.gively.fr/api/blog?limit=4&offs... https://api.gively.fr/api/blog?limit=4&offset=0 — 200 — 265.1 KiB — 291 ms — h3https://api.gively.fr/api/stats/yearly-impactapi.gively.fr/api/stats/yearly-impa... https://api.gively.fr/api/stats/yearly-impact — 200 — 1.9 KiB — 209 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-ZH3JR51G19&gtm=45je68j0v9248644180za200zd9248644180&_p=1787396224854&_gaz=1&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&dma_cps=a&dma=1&_eu=AAAAACAC&are=1&cid=1786050358.1787396225&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120032690~120315470~120385422~120412528&sid=1787396225&sct=1&seg=0&dl=https%3A%2F%2Fwww.gively.fr%2F&dt=Gively%20%E2%80%94%20Seconde%20main%2C%20location%20%26%20services%20solidaires%20%7C%20Chaque%20transaction%20finance%20une%20association&_tu=AAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=507region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-ZH3JR51G19&gtm=45je68j0v9248644180za200zd9248644180&_p=1787396224854&_gaz=1&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&dma_cps=a&dma=1&_eu=AAAAACAC&are=1&cid=1786050358.1787396225&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120032690~120315470~120385422~120412528&sid=1787396225&sct=1&seg=0&dl=https%3A%2F%2Fwww.gively.fr%2F&dt=Gively%20%E2%80%94%20Seconde%20main%2C%20location%20%26%20services%20solidaires%20%7C%20Chaque%20transaction%20finance%20une%20association&_tu=AAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=507 — 204 — 548 B — 87 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-ZH3JR51G19&cid=1786050358.1787396225&gtm=45je68j0v9248644180za200zd9248644180&rcb=14&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120032690~120315470~120385422~120412528stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-ZH3JR51G19&cid=1786050358.1787396225&gtm=45je68j0v9248644180za200zd9248644180&rcb=14&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120032690~120315470~120385422~120412528 — 204 — 548 B — 106 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&ngs=1&ibt=1&tid=G-ZH3JR51G19&cid=1786050358.1787396225&gtm=45je68j0v9248644180za200zd9248644180&rcb=14&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120032690~120315470~120385422~120412528&z=1377598350www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&ngs=1&ibt=1&tid=G-ZH3JR51G19&cid=1786050358.1787396225&gtm=45je68j0v9248644180za200zd9248644180&rcb=14&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120032690~120315470~120385422~120412528&z=1377598350 — 200 — 0 B — 97 ms — h2blob:https://www.gively.fr/15e3b99f-1191-4823-8434-99f6cf7c2ccfwww.gively.fr/15e3b99f-1191-4823-84... blob:https://www.gively.fr/15e3b99f-1191-4823-8434-99f6cf7c2ccf — 200 — -1 B — 55 ms — blobhttps://api.gively.fr/api/auth/refreshapi.gively.fr/api/auth/refresh https://api.gively.fr/api/auth/refresh — 200 — 0 B — 70 ms — h3https://api.gively.fr/api/auth/refreshapi.gively.fr/api/auth/refresh https://api.gively.fr/api/auth/refresh — 401 — 1.8 KiB — 85 ms — h3data:image/webp;base64,UklGRqxYAABXRUJQVlA4IKBYAADQhgGdASqwBBoBPm00lkckIyIhKRRaUIANiWVu/E0cMoFgu5Ja…data:image/webp;base64,UklGRqxYAABX... data:image/webp;base64,UklGRqxYAABXRUJQVlA4IKBYAADQhgGdASqwBBoBPm00lkckIyIhKRRaUIANiWVu/E0cMoFgu5Ja… — 200 — 22.2 KiB — 29 ms — datadata:image/webp;base64,UklGRr4ZAABXRUJQVlA4ILIZAABwZgCdASrxAPEAPm00lkekIyIhJvZp0IANiWNu/HyZUcACRq7I…data:image/webp;base64,UklGRr4ZAABX... data:image/webp;base64,UklGRr4ZAABXRUJQVlA4ILIZAABwZgCdASrxAPEAPm00lkekIyIhJvZp0IANiWNu/HyZUcACRq7I… — 200 — 6.4 KiB — 30 ms — datadata:image/webp;base64,UklGRmBaAABXRUJQVlA4IFRaAAAwQAKdASrLAyICPm0wlkkkIqKmIpAqaMANiWdu7/SRfV4Ph86Z…data:image/webp;base64,UklGRmBaAABX... data:image/webp;base64,UklGRmBaAABXRUJQVlA4IFRaAAAwQAKdASrLAyICPm0wlkkkIqKmIpAqaMANiWdu7/SRfV4Ph86Z… — 200 — 22.6 KiB — 31 ms — datadata:image/webp;base64,UklGRuYTAABXRUJQVlA4INoTAAAwbgCdASqQAZABPm02mUgkLCWhJvMYiYANiWNu8p93Azv9mr4v…data:image/webp;base64,UklGRuYTAABX... data:image/webp;base64,UklGRuYTAABXRUJQVlA4INoTAAAwbgCdASqQAZABPm02mUgkLCWhJvMYiYANiWNu8p93Azv9mr4v… — 200 — 5.0 KiB — 31 ms — datadata:image/webp;base64,UklGRqAuAABXRUJQVlA4IJQuAADwwgCdASqrAfAAPm0ylUgkIqIhpHO78IANiWVuiTWX7gUGWVrI…data:image/webp;base64,UklGRqAuAABX... data:image/webp;base64,UklGRqAuAABXRUJQVlA4IJQuAADwwgCdASqrAfAAPm0ylUgkIqIhpHO78IANiWVuiTWX7gUGWVrI… — 200 — 11.7 KiB — 31 ms — datadata:image/webp;base64,UklGRuoTAABXRUJQVlA4IN4TAADQVQCdASobARsBPm02l0ikIyKhIrl5yIANiWdu/HyY3I3HJMx4…data:image/webp;base64,UklGRuoTAABX... data:image/webp;base64,UklGRuoTAABXRUJQVlA4IN4TAADQVQCdASobARsBPm02l0ikIyKhIrl5yIANiWdu/HyY3I3HJMx4… — 200 — 5.0 KiB — 31 ms — datahttps://gively-images.s3.fr-par.scw.cloud/associations/asso_f29c9de11925/cover_db14481a.webpgively-images.s3.fr-par.scw.cloud/a... https://gively-images.s3.fr-par.scw.cloud/associations/asso_f29c9de11925/cover_db14481a.webp — 200 — 0 B — 459 ms — h2data:image/webp;base64,UklGRh4ZAABXRUJQVlA4IBIZAADwdQCdASq+AfsAPm0ylkikIqIhI5BaOIANiWVu4XNA/qFdafJf…data:image/webp;base64,UklGRh4ZAABX... data:image/webp;base64,UklGRh4ZAABXRUJQVlA4IBIZAADwdQCdASq+AfsAPm0ylkikIqIhI5BaOIANiWVu4XNA/qFdafJf… — 200 — 6.3 KiB — 31 ms — datadata:image/webp;base64,UklGRqIVAABXRUJQVlA4IJYVAAAwcwCdASqQAZABPm00l0kkIqIhIjBpeIANiWdu8p/SBlw4yyfb…data:image/webp;base64,UklGRqIVAABX... data:image/webp;base64,UklGRqIVAABXRUJQVlA4IJYVAAAwcwCdASqQAZABPm00l0kkIqIhIjBpeIANiWdu8p/SBlw4yyfb… — 200 — 5.4 KiB — 31 ms — datahttps://gively-images.s3.fr-par.scw.cloud/associations/asso_f29c9de11925/logo_54510fd1.webpgively-images.s3.fr-par.scw.cloud/a... https://gively-images.s3.fr-par.scw.cloud/associations/asso_f29c9de11925/logo_54510fd1.webp — 200 — 0 B — 269 ms — h2https://gively-images.s3.fr-par.scw.cloud/associations/asso_49d0ed6c3aa9/cover_def008f4.webpgively-images.s3.fr-par.scw.cloud/a... https://gively-images.s3.fr-par.scw.cloud/associations/asso_49d0ed6c3aa9/cover_def008f4.webp — 200 — 0 B — 362 ms — h2https://gively-images.s3.fr-par.scw.cloud/associations/asso_49d0ed6c3aa9/logo_740c2be3.webpgively-images.s3.fr-par.scw.cloud/a... https://gively-images.s3.fr-par.scw.cloud/associations/asso_49d0ed6c3aa9/logo_740c2be3.webp — 200 — 0 B — 364 ms — h2https://gively-images.s3.fr-par.scw.cloud/associations/asso_6220302d9a65/cover_5c4fbbbd.webpgively-images.s3.fr-par.scw.cloud/a... https://gively-images.s3.fr-par.scw.cloud/associations/asso_6220302d9a65/cover_5c4fbbbd.webp — 200 — 0 B — 693 ms — h2https://gively-images.s3.fr-par.scw.cloud/associations/asso_6220302d9a65/logo_62524a4c.webpgively-images.s3.fr-par.scw.cloud/a... https://gively-images.s3.fr-par.scw.cloud/associations/asso_6220302d9a65/logo_62524a4c.webp — 200 — 0 B — 374 ms — h2data:image/webp;base64,UklGRvQPAABXRUJQVlA4IOgPAADQPgCdASrIAJYAPmEqkkUkIqGXKn2AQAYEoIcrGTvmW6vLH8/5…data:image/webp;base64,UklGRvQPAABX... data:image/webp;base64,UklGRvQPAABXRUJQVlA4IOgPAADQPgCdASrIAJYAPmEqkkUkIqGXKn2AQAYEoIcrGTvmW6vLH8/5… — 200 — 4.0 KiB — 26 ms — datadata:image/webp;base64,UklGRsYCBABXRUJQVlA4ILoCBAAwmw6dASpABikEPmEqkUakIiQhJnF9QIAMCWVsrKRdTznGe+s6…data:image/webp;base64,UklGRsYCBABX... data:image/webp;base64,UklGRsYCBABXRUJQVlA4ILoCBAAwmw6dASpABikEPmEqkUakIiQhJnF9QIAMCWVsrKRdTznGe+s6… — 200 — 256.7 KiB — 27 ms — datahttps://gively-images.s3.fr-par.scw.cloud/blog/post_ae53bcc079b6/cover_a275be.webpgively-images.s3.fr-par.scw.cloud/b... https://gively-images.s3.fr-par.scw.cloud/blog/post_ae53bcc079b6/cover_a275be.webp — 200 — 0 B — 320 ms — h2https://gively-images.s3.fr-par.scw.cloud/blog/post_fab4ec3c8f13/cover_64efc1.webpgively-images.s3.fr-par.scw.cloud/b... https://gively-images.s3.fr-par.scw.cloud/blog/post_fab4ec3c8f13/cover_64efc1.webp — 200 — 0 B — 377 ms — h2https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 1.8 KiB — 63 ms — h3https://www.gively.fr/favicon.svg/favicon.svg https://www.gively.fr/favicon.svg — 200 — 0 B — 90 ms — h3https://www.gively.fr/icon-144x144.png/icon-144x144.png https://www.gively.fr/icon-144x144.png — 200 — 0 B — 52 ms — h3data:image/webp;base64,UklGRiYVAABXRUJQVlA4IBoVAACwfACdASqQAZABPm02l0ekIyIhJ5TJIIANiU3cLcvB3sny3uF/…data:image/webp;base64,UklGRiYVAABX... data:image/webp;base64,UklGRiYVAABXRUJQVlA4IBoVAACwfACdASqQAZABPm02l0ekIyIhJ5TJIIANiU3cLcvB3sny3uF/… — 200 — 5.3 KiB — 16 ms — datadata:image/webp;base64,UklGRtojAABXRUJQVlA4IM4jAACwkwCdASosAawAPsFQoU0npCMoq7YcURAYCWJD7p/zj7yDuh8L…data:image/webp;base64,UklGRtojAABX... data:image/webp;base64,UklGRtojAABXRUJQVlA4IM4jAACwkwCdASosAawAPsFQoU0npCMoq7YcURAYCWJD7p/zj7yDuh8L… — 200 — 9.0 KiB — 17 ms — datadata:image/webp;base64,UklGRqgiAABXRUJQVlA4IJwiAADQqQCdASrhACwBPsFUokynpKMtqzV8abAYCWUHBLO4GjxdAZ3y…data:image/webp;base64,UklGRqgiAABX... data:image/webp;base64,UklGRqgiAABXRUJQVlA4IJwiAADQqQCdASrhACwBPsFUokynpKMtqzV8abAYCWUHBLO4GjxdAZ3y… — 200 — 8.7 KiB — 17 ms — datadata:image/webp;base64,UklGRjBdAABXRUJQVlA4ICRdAACQVAGdASqQAZABPm0wk0YkIyGhK9OciIANiWNuy6/azXCAZLQE…data:image/webp;base64,UklGRjBdAABX... data:image/webp;base64,UklGRjBdAABXRUJQVlA4ICRdAACQVAGdASqQAZABPm0wk0YkIyGhK9OciIANiWNuy6/azXCAZLQE… — 200 — 23.3 KiB — 18 ms — datadata:image/webp;base64,UklGRmAhAABXRUJQVlA4IFQhAADQiwCdASrhACwBPsFWokynpLWoKrbrirAYCWlqDm/1u4l+W5Iu…data:image/webp;base64,UklGRmAhAABX... data:image/webp;base64,UklGRmAhAABXRUJQVlA4IFQhAADQiwCdASrhACwBPsFWokynpLWoKrbrirAYCWlqDm/1u4l+W5Iu… — 200 — 8.4 KiB — 18 ms — datadata:image/webp;base64,UklGRiALAABXRUJQVlA4IBQLAACQUQCdASqpACwBPsFUpE2npCOsKvJLmYAYCWUIkU4aUNAuFvsv…data:image/webp;base64,UklGRiALAABX... data:image/webp;base64,UklGRiALAABXRUJQVlA4IBQLAACQUQCdASqpACwBPsFUpE2npCOsKvJLmYAYCWUIkU4aUNAuFvsv… — 200 — 2.8 KiB — 18 ms — datadata:image/webp;base64,UklGRuIQAABXRUJQVlA4INYQAAAwXgCdASqpACwBPsFWpU4npLusJtEcg3AYCWduJiL0l4/2Qi5J…data:image/webp;base64,UklGRuIQAABX... data:image/webp;base64,UklGRuIQAABXRUJQVlA4INYQAAAwXgCdASqpACwBPsFWpU4npLusJtEcg3AYCWduJiL0l4/2Qi5J… — 200 — 4.2 KiB — 18 ms — datadata:image/webp;base64,UklGRoYJAABXRUJQVlA4IHoJAAAQTQCdASosAdYAPsFeqFAnpLmtpPGZozAYCWdt/TrsBeGynaXV…data:image/webp;base64,UklGRoYJAABX... data:image/webp;base64,UklGRoYJAABXRUJQVlA4IHoJAAAQTQCdASosAdYAPsFeqFAnpLmtpPGZozAYCWdt/TrsBeGynaXV… — 200 — 2.4 KiB — 18 ms — datadata:image/webp;base64,UklGRq4KAABXRUJQVlA4IKIKAAAwQQCdASqpACwBPsFeqU+npSyqI3Rp+ZAYCWduAyb7244ilv7D…data:image/webp;base64,UklGRq4KAABX... data:image/webp;base64,UklGRq4KAABXRUJQVlA4IKIKAAAwQQCdASqpACwBPsFeqU+npSyqI3Rp+ZAYCWduAyb7244ilv7D… — 200 — 2.7 KiB — 18 ms — datadata:image/webp;base64,UklGRhANAABXRUJQVlA4IAQNAADQYACdASrhACwBPsFcp08npTCwJNGK4hAYCWdsINjZ76u/GwFq…data:image/webp;base64,UklGRhANAABX... data:image/webp;base64,UklGRhANAABXRUJQVlA4IAQNAADQYACdASrhACwBPsFcp08npTCwJNGK4hAYCWdsINjZ76u/GwFq… — 200 — 3.3 KiB — 18 ms — datadata:image/webp;base64,UklGRs4GAABXRUJQVlA4IMIGAACQNgCdASqpACwBPsFaqFAnpKytpFEqCbAYCWcHH9TjV/MfSutz…data:image/webp;base64,UklGRs4GAABX... data:image/webp;base64,UklGRs4GAABXRUJQVlA4IMIGAACQNgCdASqpACwBPsFaqFAnpKytpFEqCbAYCWcHH9TjV/MfSutz… — 200 — 1.7 KiB — 18 ms — datadata:image/webp;base64,UklGRoZVAABXRUJQVlA4IHpVAABw7QCdASriACwBPrFCmUqnI6Ihtrs9GOAWCUAYdV9X2+i7m35z…data:image/webp;base64,UklGRoZVAABX... data:image/webp;base64,UklGRoZVAABXRUJQVlA4IHpVAABw7QCdASriACwBPrFCmUqnI6Ihtrs9GOAWCUAYdV9X2+i7m35z… — 200 — 21.4 KiB — 18 ms — datadata:image/webp;base64,UklGRhYMAABXRUJQVlA4IAoMAAAwYACdASrhACwBPsFaqE6npSQspHDbeZAYCWdu4RXAnnbvcCU8…data:image/webp;base64,UklGRhYMAABX... data:image/webp;base64,UklGRhYMAABXRUJQVlA4IAoMAAAwYACdASrhACwBPsFaqE6npSQspHDbeZAYCWdu4RXAnnbvcCU8… — 200 — 3.0 KiB — 18 ms — datahttps://api.gively.fr/api/images/listings/listing_2b7303fa90a2/thumb_0_41d11b.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_2b7303fa90a2/thumb_0_41d11b.webp — 200 — 4.7 KiB — 64 ms — h3https://api.gively.fr/api/images/listings/listing_b6d172969715/thumb_0_1fbe25.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_b6d172969715/thumb_0_1fbe25.webp — 200 — 3.8 KiB — 40 ms — h3https://api.gively.fr/api/images/listings/listing_abe8971dbc7e/thumb_0_cde5fd.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_abe8971dbc7e/thumb_0_cde5fd.webp — 200 — 5.6 KiB — 63 ms — h3data:image/webp;base64,UklGRu4QAABXRUJQVlA4IOIQAADwbgCdASrhACwBPsFYplAnpKgtorC78bAYCWduvciVjVdrr6o9…data:image/webp;base64,UklGRu4QAABX... data:image/webp;base64,UklGRu4QAABXRUJQVlA4IOIQAADwbgCdASrhACwBPsFYplAnpKgtorC78bAYCWduvciVjVdrr6o9… — 200 — 4.2 KiB — 16 ms — datadata:image/webp;base64,UklGRkovAABXRUJQVlA4ID4vAACwzACdASqQAZABPm00lkgkIqIhJhHpwIANiWNu4XPr/jhrXe75…data:image/webp;base64,UklGRkovAABX... data:image/webp;base64,UklGRkovAABXRUJQVlA4ID4vAACwzACdASqQAZABPm00lkgkIqIhJhHpwIANiWNu4XPr/jhrXe75… — 200 — 11.8 KiB — 16 ms — datadata:image/webp;base64,UklGRiIKAABXRUJQVlA4IBYKAABwTwCdASrhACwBPsFeqU4npaQvJ/PpOeAYCWcHFZzURpWH0QPc…data:image/webp;base64,UklGRiIKAABX... data:image/webp;base64,UklGRiIKAABXRUJQVlA4IBYKAABwTwCdASrhACwBPsFeqU4npaQvJ/PpOeAYCWcHFZzURpWH0QPc… — 200 — 2.5 KiB — 16 ms — datadata:image/webp;base64,UklGRoALAABXRUJQVlA4IHQLAADQSQCdASrhACwBPsFgqFAnpaQmozbZmPAYCWkG+Mkhp44q4g3O…data:image/webp;base64,UklGRoALAABX... data:image/webp;base64,UklGRoALAABXRUJQVlA4IHQLAADQSQCdASrhACwBPsFgqFAnpaQmozbZmPAYCWkG+Mkhp44q4g3O… — 200 — 2.9 KiB — 16 ms — datahttps://api.gively.fr/api/images/listings/listing_096cf36fe038/thumb_0_c8ed59.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_096cf36fe038/thumb_0_c8ed59.webp — 200 — 2.8 KiB — 61 ms — h3https://api.gively.fr/api/images/listings/listing_14fbb6c074a4/thumb_0_151a49.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_14fbb6c074a4/thumb_0_151a49.webp — 200 — 11.1 KiB — 60 ms — h3https://api.gively.fr/api/images/listings/listing_ba44746ec3d1/thumb_0_eac798.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_ba44746ec3d1/thumb_0_eac798.webp — 200 — 6.6 KiB — 60 ms — h3https://api.gively.fr/api/images/listings/listing_98513614e5b5/thumb_0_dad9f2.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_98513614e5b5/thumb_0_dad9f2.webp — 200 — 5.9 KiB — 60 ms — h3https://api.gively.fr/api/images/listings/listing_df94f01bcb28/thumb_0_f993a2.webpapi.gively.fr/api/images/listings/l... https://api.gively.fr/api/images/listings/listing_df94f01bcb28/thumb_0_f993a2.webp — 200 — 4.1 KiB — 60 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
9% of JavaScript execution is third-party
First-party Third-party 314ms · 185KB · €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 314ms
Transfer 185 KB
Unused 40%
Monthly Cost €4/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 314ms and costs ~€4/month

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

Image Optimization
77 images, 187 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

77

Total Size

187 KB

Oversized

2

9 missing dimensions 1 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