Estimate: 100,000 page views
Nobody knows the exact electricity consumption of a single visit to your domain down to the
watt — that depends on hosting, caching, page weight and visitor behaviour.
We can, however, on the basis of common models for data transfer,
server load and a energy on the client side, give a
rough range for comparable sites. So this is not a measurement
in your own data centre, but an order of magnitude to show the difference between a CMS
and static HTML.
WordPress or Joomla (a typical business site with a theme, a series of
plug-ins or extensions, reasonable caching, on average heavier pages): for
100,000 page views the total energy consumption — server,
network and processing on a phone or laptop combined — is often in the region of
10 to 20 kWh. Heavier shops, a lot of tracking or poorly optimised
themes can head towards 25 kWh or more for the same number of
visits.
A well-built static HTML site (compact pages,
few requests, no PHP/database per click): for the same
100,000 views you are usually around 1.5 to 4 kWh
— roughly five to ten times lower than the CMS example above. That
difference lies mainly in less data over the wire, less CPU time on the server per visit
and faster, lighter rendering on the device.
Why this is more sustainable: every kilowatt hour saved means less demand for
electricity — and therefore less pressure on the energy and raw materials system, even if your host
already uses green electricity. HTML-first is thus a concrete design choice
for keeping the energy budget per visit small, alongside benefits such as speed and a long
lifespan. You can read more about such an approach on our page about
custom HTML web design.