LittleBigThing / carbon-footprint

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

Store data as JSON instead of array #14

Open LittleBigThing opened 2 weeks ago

LittleBigThing commented 2 weeks ago

Currently, the data that is obtained about the carbon footprint of the homepage is stored as an array in a transient. Storing it as JSON would be more compact and maybe a better approach?