Website Carbon Calculator

Beskrivelse

Try it out for free => https://tastewp.org/plugins/website-carbon-calculator

The internet consumes a lot of electricity. 1021 TWh per year to be precise. To give you some perspective, that’s more than the entire United Kingdom.

From data centres to transmission networks to the billions of connected devices that we hold in our hands, it is all consuming electricity, and in turn producing carbon emissions equal to or greater than the global aviation industry. Yikes!

The WordPress Carbon Calculator empowers website owners to assess and minimize their carbon footprint. Drawing inspiration from the acclaimed Website Carbon Calculator algorithm 2.0 and leveraging The Green Web Foundation’s co2.js, this user-friendly tool allows you to calculate the CO₂ impact and performance of any page on your website directly from your WordPress admin panel.

You can choose to activate it on selected post types and taxonomies, with full support for custom post types and custom taxonomies.

Key Features:

  • Precision Carbon Calculations: Built upon the Website Carbon Calculator algorithm 2.0 and powered by The Green Web Foundation’s co2.js, delivering accurate CO₂ impact calculations with the latest environmental data.
  • Intuitive Interface: Offers a user-friendly interface within your WordPress admin area, simplifying access to environmental and performance data.
  • Front-End Presentation: Displays the computed CO₂ impact or the Google Page Speed Performance score on your website’s front end, engaging and educating your visitors.
  • Data from Google Page Speed: Utilizes Google Page Speed to gather loaded data, providing comprehensive performance metrics for informed decisions.

Roadmap

  • Translations
  • WebPageTest, GTmetrix and Yellow Lab Tools support
  • Ecoindex.fr algorithm support

Skjermbilder

  • Minimal Impact – This page has mostly text, resulting in a low CO₂ footprint.
  • Higher Impact – Adding a YouTube video increases the page’s CO₂ emissions.
  • Advanced Data – View bytes transferred, boot-up time, and key performance metrics.
  • Taxonomy Support – Analyze CO₂ impact directly on term pages.
  • Instant Insights – See a page’s CO₂ impact with green, orange, or red flags.
  • Dashboard Widget – View average CO₂ impact and performance scores at a glance.
  • Advanced Tools – Compute emissions for special pages with dedicated tools.
  • Customizable Settings – Fine-tune calculations for accurate CO₂ impact analysis.

Installasjon

  1. Upload the plugin files to the /wp-content/plugins/website-carbon-calculator directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to the plugin settings to configure and start analyzing your website’s carbon footprint.

FAQ

How does the plugin calculate the CO₂ impact?

The plugin uses the Website Carbon Calculator algorithm 2.0 and The Green Web Foundation’s co2.js to provide accurate CO₂ impact calculations based on the latest environmental data.

Can I display the CO₂ impact on my website’s front end?

Yes, the plugin allows you to showcase the computed CO₂ impact prominently on your website’s front end to engage and educate your visitors.

You can use the following PHP snippet on any page to display the CO₂ impact:

<?php if($calculated_carbon = get_calculated_carbon() ): ?>
This page emits <?=round($calculated_carbon,2)?>g eq. CO₂
<?php endif; ?>

This will output the calculated CO₂ emissions in grams.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

“Website Carbon Calculator” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere

Endringslogg

1.3.5

  • Fix DivisionByZeroError on dashboard thanks to @ryansholin

1.3.4

  • Tools are now available to editors

1.3.3

  • Post type archive calculation was buggy

1.3.2

  • Fix migration
  • Minor css bugfix

1.3.1

  • Disable debug

1.3.0

  • Display Google Page Speed Score
  • Dashboard widget
  • Better UI

1.2.2

  • Better readme.txt and screenshots

1.2.1

  • Initial release of the WordPress Carbon Calculator plugin on WordPress.

1.0.0

  • Initial release of the WordPress Carbon Calculator plugin.