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

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
3
REVIEW
5
PASS
11
INFO
3

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

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

568 ms

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

1.47 s

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

16 ms

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

0.002

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

980 ms

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.63 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
22
11 PASS 5 REVIEW 3 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
Page Weight Inventory
Action
96 resources · 1.9 MB · 278 KB savings available
FIX
96 resources · 1.9 MB · 278 KB savings available
Warning::
Page weight 1.9 MB exceeds 1 MB target by 966 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
96 resources · 1.9 MiB · 75 third-party 966.4 KiB over 1MB target
Other 43% · 851.2 KiB
Image 26% · 507.6 KiB
JavaScript 25% · 504.3 KiB
Document 4% · 77.6 KiB
CSS 1% · 25.7 KiB
Font 1% · 24.0 KiB

~277.8 KiB of savings available

Remove unused JavaScript: 277.8 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, 96 requests
REVIEW
1.9 MB transferred, 96 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::
96 HTTP requests
Info::
Estimated 0.41 g CO2 per page load
1.9 MB / 2.4 MB budget
1.9 MB transferred
96 requests
0.41 g CO2 per page load
Other 842.7 KiB 42%
Images 507.6 KiB 26%
JavaScript 504.3 KiB 25%
Other 76.4 KiB 4%
CSS 25.7 KiB 1%
Fonts 24.0 KiB 1%
HTML 7.2 KiB 0%
Other 1.8 KiB 0%
Other 838 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

B
JS Execution Cost
884ms total JS execution
REVIEW
884ms total JS execution
Warning::
https://www.gively.fr/static/js/main.cd08f1da.js: 538ms CPU time
Info::
Unattributable: 161ms CPU time
Info::
https://www.gively.fr/: 114ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-ZH3J...: 71ms CPU time
Info::
Third-party scripts: 71ms (8% of total)

Main Thread Breakdown

Script Evaluation 44% Other 33% Style & Layout 11% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.gively.fr/static/js/main.cd08f1da.js538ms292ms34ms1st
Unattributable161ms4ms0ms1st
https://www.gively.fr/114ms15ms2ms1st
https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G1971ms59ms10ms3rd
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: 203 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-ZH3J...: 74 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 KB203 KB (64%)1st
https://www.googletagmanager.com/gtag/js?id=G-ZH3JR51G19185 KB74 KB (40%)3rd
blob:https://www.gively.fr/d92591af-a2a9-40c3-9b03-f23ab8ef8a3a-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
53 images, 0 KB saveable
PASS
53 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::
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-cress-occitanie.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
53 images 508 KB
0 oversized -0 KB
0 legacy format
4 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

Performance issues directly impact user engagement and conversion rates.

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 500 ms 1.0 s 1.5 s FCP 568 ms LCP 1.5 shttps://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2xn7gYHE41ni1AdIRggexSvf... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 24.0 KiB — 29 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2ijwRs572Xtc6ZYQws9YVwnN... https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2 — 0 B — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNIfJ7QwOk1Fig.woff2ijwRs572Xtc6ZYQws9YVwnN... https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNIfJ7QwOk1Fig.woff2 — 0 B — 45 ms — font-display: swap
xn7gYHE41ni1AdIRggexSvf... woff2 swap
Size 24 KB
Load time 29 ms
Start 265 ms
Risk FOUT — text flashes from fallback to web font
ijwRs572Xtc6ZYQws9YVwnN... woff2 swap
Size 0 KB
Load time 34 ms
Start 434 ms
Risk FOUT — text flashes from fallback to web font
ijwRs572Xtc6ZYQws9YVwnN... woff2 swap
Size 0 KB
Load time 45 ms
Start 454 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
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+
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.
Network Waterfall
96 requests over 1384ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 568 ms LCP 1.5 shttps://www.gively.fr// https://www.gively.fr/ — 200 — 7.2 KiB — 131 ms — h3https://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 — 84 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 — 319.0 KiB — 143 ms — h3https://www.gively.fr/static/css/main.827c8775.css/static/css/main.827c8775.css https://www.gively.fr/static/css/main.827c8775.css — 200 — 24.1 KiB — 103 ms — h3https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 0 B — 86 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 — 83 ms — h3https://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 — 169 ms — h2https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 81 ms — h3https://www.gively.fr/manifest.json/manifest.json https://www.gively.fr/manifest.json — 200 — 1.8 KiB — 67 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 — 111 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 — 29 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 — 59 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 — 59 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 — 281 B — 82 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 — 57 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 — 62 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 — 56 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 — 56 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 — 57 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 — 47 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 — 79 ms — h3https://www.gively.fr/logo-gively.svg/logo-gively.svg https://www.gively.fr/logo-gively.svg — 200 — 0 B — 58 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 — 86 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 — 83 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 — 46 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 — 48 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 — 42 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 — 82 ms — h3https://api.gively.fr/api/auth/meapi.gively.fr/api/auth/me https://api.gively.fr/api/auth/me — 200 — 0 B — 61 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 — 34 ms — h3
0 ms 500 ms 1.0 s 1.5 s FCP 568 ms LCP 1.5 shttps://www.gively.fr// https://www.gively.fr/ — 200 — 7.2 KiB — 131 ms — h3https://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 — 84 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 — 319.0 KiB — 143 ms — h3https://www.gively.fr/static/css/main.827c8775.css/static/css/main.827c8775.css https://www.gively.fr/static/css/main.827c8775.css — 200 — 24.1 KiB — 103 ms — h3https://api.gively.fr/api/telemetry/frontend-logapi.gively.fr/api/telemetry/fronten... https://api.gively.fr/api/telemetry/frontend-log — 200 — 0 B — 86 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 — 83 ms — h3https://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 — 169 ms — h2https://www.gively.fr/api/telemetry/frontend-log/api/telemetry/frontend-log https://www.gively.fr/api/telemetry/frontend-log — 404 — 7.1 KiB — 81 ms — h3https://www.gively.fr/manifest.json/manifest.json https://www.gively.fr/manifest.json — 200 — 1.8 KiB — 67 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 — 111 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 — 29 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 — 59 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 — 59 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 — 281 B — 82 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 — 57 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 — 62 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 — 56 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 — 56 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 — 57 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 — 47 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 — 79 ms — h3https://www.gively.fr/logo-gively.svg/logo-gively.svg https://www.gively.fr/logo-gively.svg — 200 — 0 B — 58 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 — 86 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 — 83 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 — 46 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 — 48 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 — 42 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 — 82 ms — h3https://api.gively.fr/api/auth/meapi.gively.fr/api/auth/me https://api.gively.fr/api/auth/me — 200 — 0 B — 61 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 — 34 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 — 45 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.4 KiB — 259 ms — h3https://api.gively.fr/api/associations?limit=20api.gively.fr/api/associations?limi... https://api.gively.fr/api/associations?limit=20 — 200 — 91.1 KiB — 219 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 — 246 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 — 42 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 — 44 ms — h2https://www.gively.fr/illustrations/economie-locale.png/illustrations/economie-locale.png https://www.gively.fr/illustrations/economie-locale.png — 200 — 0 B — 175 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 — 43 ms — h2https://www.gively.fr/press-cress-occitanie.png/press-cress-occitanie.png https://www.gively.fr/press-cress-occitanie.png — 200 — 0 B — 89 ms — h3https://www.gively.fr/press-latribune.png/press-latribune.png https://www.gively.fr/press-latribune.png — 200 — 0 B — 70 ms — h3https://www.gively.fr/press-touleco.png/press-touleco.png https://www.gively.fr/press-touleco.png — 200 — 0 B — 67 ms — h3https://api.gively.fr/api/auth/meapi.gively.fr/api/auth/me https://api.gively.fr/api/auth/me — 401 — 1.8 KiB — 175 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 — 156 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 — 133 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-ZH3JR51G19&gtm=45je68j0v9248644180za200zd9248644180&_p=1787396242028&_gaz=1&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&dma_cps=a&dma=1&_eu=AAAAACAC&are=1&cid=1646178381.1787396243&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120315471~120385423&sid=1787396242&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=646region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-ZH3JR51G19&gtm=45je68j0v9248644180za200zd9248644180&_p=1787396242028&_gaz=1&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&dma_cps=a&dma=1&_eu=AAAAACAC&are=1&cid=1646178381.1787396243&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120315471~120385423&sid=1787396242&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=646 — 204 — 557 B — 66 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=1646178381.1787396243&gtm=45je68j0v9248644180za200zd9248644180&rcb=10&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120315471~120385423&z=966950569www.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=1646178381.1787396243&gtm=45je68j0v9248644180za200zd9248644180&rcb=10&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120315471~120385423&z=966950569 — 200 — 0 B — 90 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-ZH3JR51G19&cid=1646178381.1787396243&gtm=45je68j0v9248644180za200zd9248644180&rcb=10&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120315471~120385423stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-ZH3JR51G19&cid=1646178381.1787396243&gtm=45je68j0v9248644180za200zd9248644180&rcb=10&aip=1&dma=1&dma_cps=a&gcs=G1-0&gcd=13l3p3l2l7l1&npa=1&frm=0&tag_exp=115616985~115938465~115938468~118897920~118897930~119367802~119367810~120315471~120385423 — 204 — 557 B — 85 ms — h2https://api.gively.fr/api/auth/refreshapi.gively.fr/api/auth/refresh https://api.gively.fr/api/auth/refresh — 200 — 0 B — 40 ms — h3blob:https://www.gively.fr/d92591af-a2a9-40c3-9b03-f23ab8ef8a3awww.gively.fr/d92591af-a2a9-40c3-9b... blob:https://www.gively.fr/d92591af-a2a9-40c3-9b03-f23ab8ef8a3a — 200 — -1 B — 265 ms — blobhttps://api.gively.fr/api/auth/refreshapi.gively.fr/api/auth/refresh https://api.gively.fr/api/auth/refresh — 401 — 1.8 KiB — 61 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 — 71 ms — h3data:image/webp;base64,UklGRuoTAABXRUJQVlA4IN4TAADQVQCdASobARsBPm02l0ikIyKhIrl5yIANiWdu/HyY3I3HJMx4…data:image/webp;base64,UklGRuoTAABX... data:image/webp;base64,UklGRuoTAABXRUJQVlA4IN4TAADQVQCdASobARsBPm02l0ikIyKhIrl5yIANiWdu/HyY3I3HJMx4… — 200 — 5.0 KiB — 54 ms — datadata:image/webp;base64,UklGRiYVAABXRUJQVlA4IBoVAACwfACdASqQAZABPm02l0ekIyIhJ5TJIIANiU3cLcvB3sny3uF/…data:image/webp;base64,UklGRiYVAABX... data:image/webp;base64,UklGRiYVAABXRUJQVlA4IBoVAACwfACdASqQAZABPm02l0ekIyIhJ5TJIIANiU3cLcvB3sny3uF/… — 200 — 5.3 KiB — 54 ms — datadata:image/webp;base64,UklGRtojAABXRUJQVlA4IM4jAACwkwCdASosAawAPsFQoU0npCMoq7YcURAYCWJD7p/zj7yDuh8L…data:image/webp;base64,UklGRtojAABX... data:image/webp;base64,UklGRtojAABXRUJQVlA4IM4jAACwkwCdASosAawAPsFQoU0npCMoq7YcURAYCWJD7p/zj7yDuh8L… — 200 — 9.0 KiB — 54 ms — datadata:image/webp;base64,UklGRqgiAABXRUJQVlA4IJwiAADQqQCdASrhACwBPsFUokynpKMtqzV8abAYCWUHBLO4GjxdAZ3y…data:image/webp;base64,UklGRqgiAABX... data:image/webp;base64,UklGRqgiAABXRUJQVlA4IJwiAADQqQCdASrhACwBPsFUokynpKMtqzV8abAYCWUHBLO4GjxdAZ3y… — 200 — 8.7 KiB — 54 ms — datadata:image/webp;base64,UklGRjBdAABXRUJQVlA4ICRdAACQVAGdASqQAZABPm0wk0YkIyGhK9OciIANiWNuy6/azXCAZLQE…data:image/webp;base64,UklGRjBdAABX... data:image/webp;base64,UklGRjBdAABXRUJQVlA4ICRdAACQVAGdASqQAZABPm0wk0YkIyGhK9OciIANiWNuy6/azXCAZLQE… — 200 — 23.3 KiB — 54 ms — datadata:image/webp;base64,UklGRmAhAABXRUJQVlA4IFQhAADQiwCdASrhACwBPsFWokynpLWoKrbrirAYCWlqDm/1u4l+W5Iu…data:image/webp;base64,UklGRmAhAABX... data:image/webp;base64,UklGRmAhAABXRUJQVlA4IFQhAADQiwCdASrhACwBPsFWokynpLWoKrbrirAYCWlqDm/1u4l+W5Iu… — 200 — 8.4 KiB — 54 ms — datadata:image/webp;base64,UklGRr4ZAABXRUJQVlA4ILIZAABwZgCdASrxAPEAPm00lkekIyIhJvZp0IANiWNu/HyZUcACRq7I…data:image/webp;base64,UklGRr4ZAABX... data:image/webp;base64,UklGRr4ZAABXRUJQVlA4ILIZAABwZgCdASrxAPEAPm00lkekIyIhJvZp0IANiWNu/HyZUcACRq7I… — 200 — 6.4 KiB — 55 ms — datadata:image/webp;base64,UklGRiALAABXRUJQVlA4IBQLAACQUQCdASqpACwBPsFUpE2npCOsKvJLmYAYCWUIkU4aUNAuFvsv…data:image/webp;base64,UklGRiALAABX... data:image/webp;base64,UklGRiALAABXRUJQVlA4IBQLAACQUQCdASqpACwBPsFUpE2npCOsKvJLmYAYCWUIkU4aUNAuFvsv… — 200 — 2.8 KiB — 55 ms — datadata:image/webp;base64,UklGRuIQAABXRUJQVlA4INYQAAAwXgCdASqpACwBPsFWpU4npLusJtEcg3AYCWduJiL0l4/2Qi5J…data:image/webp;base64,UklGRuIQAABX... data:image/webp;base64,UklGRuIQAABXRUJQVlA4INYQAAAwXgCdASqpACwBPsFWpU4npLusJtEcg3AYCWduJiL0l4/2Qi5J… — 200 — 4.2 KiB — 55 ms — datadata:image/webp;base64,UklGRoYJAABXRUJQVlA4IHoJAAAQTQCdASosAdYAPsFeqFAnpLmtpPGZozAYCWdt/TrsBeGynaXV…data:image/webp;base64,UklGRoYJAABX... data:image/webp;base64,UklGRoYJAABXRUJQVlA4IHoJAAAQTQCdASosAdYAPsFeqFAnpLmtpPGZozAYCWdt/TrsBeGynaXV… — 200 — 2.4 KiB — 55 ms — datadata:image/webp;base64,UklGRq4KAABXRUJQVlA4IKIKAAAwQQCdASqpACwBPsFeqU+npSyqI3Rp+ZAYCWduAyb7244ilv7D…data:image/webp;base64,UklGRq4KAABX... data:image/webp;base64,UklGRq4KAABXRUJQVlA4IKIKAAAwQQCdASqpACwBPsFeqU+npSyqI3Rp+ZAYCWduAyb7244ilv7D… — 200 — 2.7 KiB — 55 ms — datadata:image/webp;base64,UklGRhANAABXRUJQVlA4IAQNAADQYACdASrhACwBPsFcp08npTCwJNGK4hAYCWdsINjZ76u/GwFq…data:image/webp;base64,UklGRhANAABX... data:image/webp;base64,UklGRhANAABXRUJQVlA4IAQNAADQYACdASrhACwBPsFcp08npTCwJNGK4hAYCWdsINjZ76u/GwFq… — 200 — 3.3 KiB — 55 ms — datadata:image/webp;base64,UklGRs4GAABXRUJQVlA4IMIGAACQNgCdASqpACwBPsFaqFAnpKytpFEqCbAYCWcHH9TjV/MfSutz…data:image/webp;base64,UklGRs4GAABX... data:image/webp;base64,UklGRs4GAABXRUJQVlA4IMIGAACQNgCdASqpACwBPsFaqFAnpKytpFEqCbAYCWcHH9TjV/MfSutz… — 200 — 1.7 KiB — 55 ms — datadata:image/webp;base64,UklGRoZVAABXRUJQVlA4IHpVAABw7QCdASriACwBPrFCmUqnI6Ihtrs9GOAWCUAYdV9X2+i7m35z…data:image/webp;base64,UklGRoZVAABX... data:image/webp;base64,UklGRoZVAABXRUJQVlA4IHpVAABw7QCdASriACwBPrFCmUqnI6Ihtrs9GOAWCUAYdV9X2+i7m35z… — 200 — 21.4 KiB — 55 ms — datadata:image/webp;base64,UklGRhYMAABXRUJQVlA4IAoMAAAwYACdASrhACwBPsFaqE6npSQspHDbeZAYCWdu4RXAnnbvcCU8…data:image/webp;base64,UklGRhYMAABX... data:image/webp;base64,UklGRhYMAABXRUJQVlA4IAoMAAAwYACdASrhACwBPsFaqE6npSQspHDbeZAYCWdu4RXAnnbvcCU8… — 200 — 3.0 KiB — 55 ms — datadata:image/webp;base64,UklGRu4QAABXRUJQVlA4IOIQAADwbgCdASrhACwBPsFYplAnpKgtorC78bAYCWduvciVjVdrr6o9…data:image/webp;base64,UklGRu4QAABX... data:image/webp;base64,UklGRu4QAABXRUJQVlA4IOIQAADwbgCdASrhACwBPsFYplAnpKgtorC78bAYCWduvciVjVdrr6o9… — 200 — 4.2 KiB — 55 ms — datadata:image/webp;base64,UklGRkovAABXRUJQVlA4ID4vAACwzACdASqQAZABPm00lkgkIqIhJhHpwIANiWNu4XPr/jhrXe75…data:image/webp;base64,UklGRkovAABX... data:image/webp;base64,UklGRkovAABXRUJQVlA4ID4vAACwzACdASqQAZABPm00lkgkIqIhJhHpwIANiWNu4XPr/jhrXe75… — 200 — 11.8 KiB — 55 ms — datadata:image/webp;base64,UklGRiIKAABXRUJQVlA4IBYKAABwTwCdASrhACwBPsFeqU4npaQvJ/PpOeAYCWcHFZzURpWH0QPc…data:image/webp;base64,UklGRiIKAABX... data:image/webp;base64,UklGRiIKAABXRUJQVlA4IBYKAABwTwCdASrhACwBPsFeqU4npaQvJ/PpOeAYCWcHFZzURpWH0QPc… — 200 — 2.5 KiB — 55 ms — datadata:image/webp;base64,UklGRoALAABXRUJQVlA4IHQLAADQSQCdASrhACwBPsFgqFAnpaQmozbZmPAYCWkG+Mkhp44q4g3O…data:image/webp;base64,UklGRoALAABX... data:image/webp;base64,UklGRoALAABXRUJQVlA4IHQLAADQSQCdASrhACwBPsFgqFAnpaQmozbZmPAYCWkG+Mkhp44q4g3O… — 200 — 2.9 KiB — 55 ms — datadata:image/webp;base64,UklGRqxYAABXRUJQVlA4IKBYAADQhgGdASqwBBoBPm00lkckIyIhKRRaUIANiWVu/E0cMoFgu5Ja…data:image/webp;base64,UklGRqxYAABX... data:image/webp;base64,UklGRqxYAABXRUJQVlA4IKBYAADQhgGdASqwBBoBPm00lkckIyIhKRRaUIANiWVu/E0cMoFgu5Ja… — 200 — 22.2 KiB — 55 ms — datadata:image/webp;base64,UklGRmBaAABXRUJQVlA4IFRaAAAwQAKdASrLAyICPm0wlkkkIqKmIpAqaMANiWdu7/SRfV4Ph86Z…data:image/webp;base64,UklGRmBaAABX... data:image/webp;base64,UklGRmBaAABXRUJQVlA4IFRaAAAwQAKdASrLAyICPm0wlkkkIqKmIpAqaMANiWdu7/SRfV4Ph86Z… — 200 — 22.6 KiB — 55 ms — datadata:image/webp;base64,UklGRuYTAABXRUJQVlA4INoTAAAwbgCdASqQAZABPm02mUgkLCWhJvMYiYANiWNu8p93Azv9mr4v…data:image/webp;base64,UklGRuYTAABX... data:image/webp;base64,UklGRuYTAABXRUJQVlA4INoTAAAwbgCdASqQAZABPm02mUgkLCWhJvMYiYANiWNu8p93Azv9mr4v… — 200 — 5.0 KiB — 55 ms — datadata:image/webp;base64,UklGRqAuAABXRUJQVlA4IJQuAADwwgCdASqrAfAAPm0ylUgkIqIhpHO78IANiWVuiTWX7gUGWVrI…data:image/webp;base64,UklGRqAuAABX... data:image/webp;base64,UklGRqAuAABXRUJQVlA4IJQuAADwwgCdASqrAfAAPm0ylUgkIqIhpHO78IANiWVuiTWX7gUGWVrI… — 200 — 11.7 KiB — 55 ms — datadata:image/webp;base64,UklGRh4ZAABXRUJQVlA4IBIZAADwdQCdASq+AfsAPm0ylkikIqIhI5BaOIANiWVu4XNA/qFdafJf…data:image/webp;base64,UklGRh4ZAABX... data:image/webp;base64,UklGRh4ZAABXRUJQVlA4IBIZAADwdQCdASq+AfsAPm0ylkikIqIhI5BaOIANiWVu4XNA/qFdafJf… — 200 — 6.3 KiB — 55 ms — datadata:image/webp;base64,UklGRqIVAABXRUJQVlA4IJYVAAAwcwCdASqQAZABPm00l0kkIqIhIjBpeIANiWdu8p/SBlw4yyfb…data:image/webp;base64,UklGRqIVAABX... data:image/webp;base64,UklGRqIVAABXRUJQVlA4IJYVAAAwcwCdASqQAZABPm00l0kkIqIhIjBpeIANiWdu8p/SBlw4yyfb… — 200 — 5.4 KiB — 55 ms — datadata:image/webp;base64,UklGRvQPAABXRUJQVlA4IOgPAADQPgCdASrIAJYAPmEqkkUkIqGXKn2AQAYEoIcrGTvmW6vLH8/5…data:image/webp;base64,UklGRvQPAABX... data:image/webp;base64,UklGRvQPAABXRUJQVlA4IOgPAADQPgCdASrIAJYAPmEqkkUkIqGXKn2AQAYEoIcrGTvmW6vLH8/5… — 200 — 4.0 KiB — 55 ms — datadata:image/webp;base64,UklGRsYCBABXRUJQVlA4ILoCBAAwmw6dASpABikEPmEqkUakIiQhJnF9QIAMCWVsrKRdTznGe+s6…data:image/webp;base64,UklGRsYCBABX... data:image/webp;base64,UklGRsYCBABXRUJQVlA4ILoCBAAwmw6dASpABikEPmEqkUakIiQhJnF9QIAMCWVsrKRdTznGe+s6… — 200 — 256.7 KiB — 57 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.8 KiB — 27 ms — h3https://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 — 538 ms — h2https://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 — 281 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 — 532 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 — 256 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 — 237 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 — 190 ms — h2https://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 — 256 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 — 269 ms — h2https://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 — 30 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 — 39 ms — h3https://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 — 24 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 — 31 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 — 37 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 — 37 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 — 37 ms — h3https://www.gively.fr/favicon.svg/favicon.svg https://www.gively.fr/favicon.svg — 200 — 0 B — 79 ms — h3https://www.gively.fr/icon-144x144.png/icon-144x144.png https://www.gively.fr/icon-144x144.png — 200 — 0 B — 59 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
8% of JavaScript execution is third-party
First-party Third-party 71ms · 185KB · €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 71ms
Transfer 185 KB
Unused 40%
Monthly Cost €1/mo

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