You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this isn't the most appropriate place to discuss this, forgive me. I preferred to do it here rather than attempt to have a discussion on a closed Merge Request.
In #207, the calculation of the score according to the Sustainable Web Design methodology was introduced in CO2.js, but I wonder about its implementation. In my understanding of the methodology, the score is based on the data transfer size, but the current implementation in CO2.js is, instead, based on the carbon emissions that have been calculated...
@benjaminrancourt Yes, data transfer is a key input for the Sustainable Web Design Model formula, however it's not the sole basis for estimating carbon emissions using that model. There are other factors (green hosting, caching, etc) that can also be applied. As a result, basing the rating system off the result of the carbon estimate allows these factors to also be considered, rather than it just being a straight 1:1 relationship with data transfer.
If this isn't the most appropriate place to discuss this, forgive me. I preferred to do it here rather than attempt to have a discussion on a closed Merge Request.
In #207, the calculation of the score according to the Sustainable Web Design methodology was introduced in CO2.js, but I wonder about its implementation. In my understanding of the methodology, the score is based on the data transfer size, but the current implementation in CO2.js is, instead, based on the carbon emissions that have been calculated...
co2.js/src/helpers/index.js
Lines 258 to 298 in 8f95399
What is the reasoning for making such a change?
Thanks in advance for the explanations! 🤗
The text was updated successfully, but these errors were encountered: