A WordPress plugin to spread awareness about the carbon footprint of websites and to help making WordPress sites become more sustainable. The information is based on data from the Website Carbon Calculator.
GNU General Public License v2.0
6
stars
0
forks
source link
Use an independent method to calculate the page size #12
It would interesting to uncouple the page size calculation from using the Website Carbon API (as it does now) to use Lighthouse API (for the moment).
We can also experiment with other page size calculation strategies, so in the future we could aim to switch the page size calculation method for one that doesn't need 3rd party calls.
It would interesting to uncouple the page size calculation from using the Website Carbon API (as it does now) to use Lighthouse API (for the moment). We can also experiment with other page size calculation strategies, so in the future we could aim to switch the page size calculation method for one that doesn't need 3rd party calls.