Eco-design
Verifiable digital sobriety: carbon budget per page, measured payload, right-sized infrastructure - not a claim, a practice.
Eco-design is not a badge: it is a set of technical decisions made from day one - asset weight, HTTP requests, caching, infrastructure sized to actual need. Every gain is measured, every regression detectable in CI. We do not promise abstract sobriety: we set a budget per page, verify it on every release, and document the gap against the initial baseline.
Measure before and after
EcoIndex and RGESN provide a quantified reference: score per page, estimated carbon footprint, request count, transferred payload. We establish a baseline, set thresholds, and measure the impact of every release - before the client discovers it in production.
Asset and cache optimisation
Images converted to WebP/AVIF and resized on demand, fonts self-hosted with font-display: swap, third-party scripts deferred or removed. Cloudflare cache cuts origin load by more than 85% on high-traffic sites, which reduces server-side compute by the same margin.
Right-sized infrastructure
BSO Kubernetes with horizontal autoscaling: pods scale up under load and shrink after the peak. No paying - and no consuming - for idle compute. Media is on S3/MinIO, served via CDN with a long TTL rather than regenerated on every request.