We're constantly working on improving the carbon analysis tracking. We've now incorporated the inspect view in a popup within the dashboard. Soon we will introduce a simpified page score based on the most popular sites on the web.
Carbon tracking works by analysing all the files loaded on your website to calculate a total bytes loaded. Your page is only checked if:
Once we have a total bytes for your page we determine how much a visitor might have loaded by assigning them a percentage.
Our carbon calculations essentially take the same approach as websitecarbon.com with a few tweaks.
Energy = bytes * (1.805kWh / 1e9 bytes)
Note: we use
base 10
therefore, one kilobyte is 1000 bytes.
Data taken from
On Global Electricity Usage of Communication Technology: Trends
to 2030
CO2 = Energy * 475 gCO2/kWh
Carbon estimates differ across regions of the world. In the UK,
estimates range from
283 gCO2/kWh
,
309g,
365g, and 488g. In the US around
449g.
We take the most up to date estimate of
475g from
IEA Emissions – Global Energy & CO2 Status Report 2019
CO2 = (Energy * 0.1 * 33.4 gCO2/kWh)
     + (Energy * 0.9 * 475
gCO2/kWh)
We check your website against
The Green Web Foundation
API to determine if you are using a green host. If it is, we reduce
10% of the energy used to 33.4g to account
for the data center.