Reduce website carbon impact

Stockmarket graph in a downwards trend representing reduce website carbon impact

Nobody sets out to build a heavy website. That’s why your website’s carbon impact starts with one decision at a time.

An image uploaded straight from a camera. A tracking pixel for a campaign that ended in spring. A font weight the designer specified, and nobody used. A chat widget from a trial that lapsed.

How to reduce your website carbon impact

1. What actually creates it

Three components, and they respond to different actions.

  • What you send. Every byte transferred crosses a network and gets processed on somebody’s device. This is the largest portion you control directly, and it is governed entirely by what your pages contain.
  • What the device does. Parsing, rendering and executing. JavaScript is expensive here, and on an older phone the cost is felt as heat before it registers as delay.
  • Where it is hosted. Servers draw power continuously. Renewable-powered hosting changes the emissions profile of this portion, and it is commonly estimated as the minority share, though the figure varies by methodology and provider.

Design and development govern the first two. Hosting governs the third. Treating hosting as the whole answer, which is the most common shortcut in this market, leaves the majority untouched.

2. The Agnikii Green Performance Method, in order of return

  • Measure first. Page weight, request count and Core Web Vitals on your most-visited pages under recorded conditions, plus a carbon estimate from the same pages with a named tool. Without a baseline, you can assert an improvement but not demonstrate one.
  • Images. Display dimensions, modern formats, lazy loading below the fold, no autoplay video. Largest single win on almost every site and no design compromise required.
  • Third-party scripts. List every external domain your page connects to and find an owner for each. The unclaimed ones are free to remove.
  • Fonts. Two families at most, subset to the characters you use.
  • Code. Audit dependencies, prefer browser-native solutions, ship less JavaScript. Most effort, so last.
  • Content. Archive expired campaigns and consolidate duplication, checking accessibility and record-keeping needs before removing anything.

Re-measure after each step so you know what earned the improvement rather than guessing.

Hills Quarry Google Core Web Vitals report mockup on Macbook - Decarbonisation campaign, Agnikii Driftguard

3. Hosting, checked properly

The Green Web Foundation’s hosting check tells you whether your provider appears in its directory of hosts claiming renewable power.

Treat that as a starting point rather than verification. Directory inclusion reflects a claim, and claims vary in rigour. If hosting features in anything you publish, ask the provider what their claim actually covers.

Stop the page weight from creeping back.

This is the step that determines whether any of the above lasts.

Set a page weight budget and enforce it in your build process rather than relying on somebody to check. Give new third-party tools an owner and a review date. Give editors guidance on image sizes, since most regression arrives through the content management system rather than the codebase.

Review quarterly against the baseline. A one-off clean-up buys about a year.

What it is reasonable to expect

A faster website, reliably. Where performance and environmental impact both apply, treat them as the same lever: reducing unnecessary data transfer and processing supports a faster experience while lowering estimated digital carbon, though environmental figures remain modelled rather than directly measured.

Faster pages tend to hold attention better, which is a reasonable expectation rather than a guarantee, and the effect varies with audience and starting point.

What nobody can promise is a ranking improvement from weight reduction alone, or a precise carbon figure. Both claims appear regularly in this market and neither survives examination.

Our website sustainability audits produce the baseline and the prioritised list that follows from it.

Most common questions

01

What is a digital carbon footprint?

The estimated emissions associated with delivering and using your digital services. For a website that means transferring data, processing it on visitors' devices and running the hosting. It is modelled from measurable data rather than measured directly.

02

What reduces it fastest?

Images, on almost every site that has never been reviewed. Correcting format, dimensions and loading behaviour requires no design change and typically produces the largest single reduction. Removing unaccounted third-party scripts usually comes second.

03

Is renewable hosting enough?

No. It addresses the hosting portion, commonly the smaller share, while network transfer and device processing remain governed by what your pages send. It is worth doing as one of three levers rather than as the answer.

04

How do I know if it worked?

Re-measure under the same conditions you used for your baseline: same tool, same pages, same device and connection assumptions. Changing any of those between measurements makes the comparison meaningless.

05

Will a lighter site rank better?

Speed and mobile usability contribute to page experience assessment, so it can help indirectly. It is not a direct ranking factor, and removing useful content to reduce weight would cost more than the speed gains return.

06

How do I stop the weight coming back?

An enforced budget in your build process, an owner and review date for each third-party tool, and editor guidance on images. Manual vigilance fails within months, which is why the control needs to be automatic.