Linux 软件免费装

Lwakit Carbon Footprint Tracker

开发者 yedaye
更新时间 2026年9月5日 12:02
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

performance sustainability carbon footprint eco green hosting

下载

1.0.12 1.1.1 1.0.14

详情介绍:

Lwakit Carbon Footprint Tracker (Lwakit CFT) calculates each page's real-world environmental footprint using the Sustainable Web Design Model methodology (data transfer × energy intensity × grid carbon intensity), combining actual WordPress traffic data — not synthetic, one-off tests — with server-side metrics gathered natively in PHP. Free version features: Every number Lwakit Carbon Footprint Tracker shows is a modeled estimate, not a metered measurement — the methodology and every constant used are documented in the plugin's source code and summarized in the dashboard's "About these estimates" note. A separate premium version with deeper optimization tooling is planned for the future; this free version is a complete, standalone tracking and reporting tool on its own and does not require any premium add-on to function.

安装:

  1. Upload the lwakit-carbon-footprint-tracker folder to /wp-content/plugins/, or install the plugin zip through Plugins → Add New → Upload Plugin.
  2. Activate Lwakit Carbon Footprint Tracker through the Plugins menu in WordPress.
  3. Go to Lwakit CFT → Settings and select your hosting provider, review the assumed grid carbon intensity, and choose your default badge style.
  4. Visit Lwakit CFT → Dashboard after some front-end traffic has been recorded to see your Eco-Score and 30-day chart.
  5. Optionally add the [lwakit_eco_badge] shortcode or the "Lwakit Eco Badge" block to any page or post.
  6. Optionally visit Lwakit CFT → Reports to download or email a branded PDF audit report, after customizing your logo/company name/accent color on the Settings → PDF Reports tab.
  7. Optionally enable Green Grid Caching on the Settings → Green Grid Caching tab if you'd like the site to cache aggressively during your grid's dirtiest hours.

屏幕截图:

  • Recommendations page listing actionable, threshold-based alerts.
  • Settings page — Green Hosting tab with the offline provider dropdown.
  • Settings page — Badge Customizer tab with live preview.
  • The Eco Badge in its capsule, minimalist, and dark-mode variants.
  • Pages list table showing the Page Weight, Traffic Vol. and Total Monthly CO2e columns (also available on Posts).

升级注意事项:

1.1.1 Green Grid Caching UI polish: a clearer color-coded status indicator, visible confirmation for the flush/refresh buttons, and a show/hide toggle for the ElectricityMaps API key. Safe to update, no database changes. 1.1.0 Adds two free features: branded PDF audit reports (download/email) and optional Green Grid Caching. Both are new, additive functionality — no database changes, and Green Grid Caching is off by default so existing behavior is unchanged unless you turn it on. 1.0.14 Consistency update for the "Lwakit CFT" label across the readme and a couple of UI strings. Safe to update, no database changes. 1.0.13 Admin menu label changed to "Lwakit CFT". Safe to update, no database changes. 1.0.12 Shortcode renamed to [lwakit_eco_badge] — update any content still using [begreen_badge]. Also renames a couple of admin page titles and finishes the BeGreen→Lwakit text cleanup. Safe to update, no database changes. 1.0.11 Plugin renamed to "Lwakit Carbon Footprint Tracker" (new slug) per WordPress.org review feedback, and fixes a Plugin Check enqueue warning. Safe to update, no database changes. 1.0.10 Fixes the plugin's text domain to match its official WordPress.org slug. Safe to update, no database changes. 1.0.9 Disables the premium-version admin notice for now. Safe to update, no database changes. 1.0.8 Resolves the last Plugin Check warning. Safe to update, no database or functional changes. 1.0.7 Resolves WordPress.org Plugin Check findings (block editor compatibility, SQL preparation, false-positive nonce/global warnings). Safe to update, no database or functional changes. 1.0.6 Metadata fix (Contributors field). Safe to update, no database or functional changes. 1.0.5 Fixes non-transparent icon/logo backgrounds. Safe to update, no database changes. 1.0.4 Refreshed icon/logo artwork. Safe to update, no database changes. 1.0.3 Author/contact information update. Safe to update, no database or functional changes. 1.0.2 Refreshed logo and icon artwork. Safe to update, no database changes. 1.0.1 Fixes an oversized admin menu icon. Safe to update, no database changes. 1.0.0 Initial release of BeGreen — Carbon Footprint Tracker.

常见问题:

How accurate are the carbon estimates?

They are estimates, not precise measurements. Lwakit Carbon Footprint Tracker uses the published Sustainable Web Design Model methodology (energy per gigabyte transferred × a grid carbon-intensity assumption you can edit) combined with real, server-measured page weight from your own site's traffic. Actual emissions vary by visitor device, network path, and local energy mix, and no software can measure true end-to-end emissions without instrumenting every device and network hop involved. Treat the numbers as a consistent, comparable trend indicator rather than an audited absolute figure.

Does Lwakit Carbon Footprint Tracker slow down my site?

Lwakit Carbon Footprint Tracker only measures pages that are already being rendered — it buffers the page output to count its size and reads file sizes already known to WordPress (enqueued scripts/styles, referenced local images), it does not add new database tables to every query, fetch additional remote resources, or block/modify your page output. Metrics are written once per page load using a single upsert query. Your own visits as a logged-in administrator are skipped automatically so testing doesn't add overhead or skew your stats. The one exception is the optional, off-by-default Green Grid Caching feature — see the next question.

What data leaves my site?

By default, none. Green-hosting detection works fully offline against a static list of known providers bundled with the plugin. The only outbound network request Lwakit Carbon Footprint Tracker can make is an optional, opt-in check against the Green Web Foundation's public API, which is off by default — see "External services" below for exactly what that sends.

Does Lwakit Carbon Footprint Tracker track my visitors personally?

No. Lwakit Carbon Footprint Tracker aggregates page weight, view counts, and database query counts per page per day. It does not store IP addresses, cookies, or any other visitor-identifying information.

Will this plugin block scripts or convert my images?

Not in the free version. Image conversion and script blocking remain out of scope for this version.

Can I generate a PDF report, or use a page cache?

Yes — both are included free. PDF reports: go to Lwakit CFT → Reports to download or email a branded carbon-footprint audit, after customizing your logo/company name/accent color on Settings → PDF Reports. The report is generated locally (no external service involved) and, if emailed, is sent only through your own site's mail configuration — never through Lwakit's or any third party's servers. Green Grid Caching (Settings → Green Grid Caching, off by default): when enabled, the site shifts to an aggressive page cache during detected peak carbon-intensity hours on your regional grid. This is the one place this plugin does change front-end behavior, and only while this optional feature is turned on. It only ever serves cached pages to visitors with no logged-in, comment-author, or cart/session cookie present — never to a logged-in user, and never a search result, feed, 404, or password-protected page. Two trade-offs worth knowing: while a page is served from cache during a peak window, WordPress does not run for that request, so that view is not added to your traffic/CO2e metrics (an expected consequence of genuinely skipping backend work, not a bug); and if another plugin personalizes anonymous page output using its own cookie or session mechanism that this plugin doesn't recognize (membership/paywall plugins, quiz progress, A/B testing, etc.), that personalization is not automatically detected — test carefully before relying on this feature alongside such a plugin. The feature automatically stays off entirely if another caching plugin (WP Rocket, W3 Total Cache, WP Super Cache, or LiteSpeed Cache) is already active.

更新日志:

1.1.1 1.1.0 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0