Speed up an Elementor built WordPress site by removing scripts and fonts confirmed unused across the site.
Reduce server load by slowing or disabling the WordPress admin heartbeat and limiting post revisions.
Clean up database bloat by removing expired transients and orphaned Elementor revision rows.
Track page weight over time with before and after snapshots to measure performance improvements.
| bloodyhill/feather | f/pressmind | kukuhtw/toko_kopi | |
|---|---|---|---|
| Stars | 16 | 16 | 15 |
| Language | PHP | PHP | PHP |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | writer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
Install from the WordPress plugin directory or a release zip, requires WordPress 6.0+, PHP 7.4+, and Elementor.
Feather is a WordPress plugin that makes sites built with the Elementor page builder load faster by removing unused code and turning off WordPress features that most sites never actually need. The core approach is scan first. Feather reads your saved Elementor page data and identifies exactly which widgets and assets each page uses. Based on that scan, it removes only the assets confirmed unused across the entire site, such as the Font Awesome icon shim, Google Fonts loaded by Elementor, and Elementor's own scripts on pages that were not built with Elementor. Nothing is removed by assumption, only after the scan confirms it is safe. Beyond Elementor specific trimming, Feather handles general WordPress overhead: it disables the emoji loader, removes the generator meta tag that reveals your WordPress version, slows the admin heartbeat interval to cut server load, limits how many post revisions WordPress saves, and adds lazy loading to iframes. A database cleanup tab lets you remove expired transients, prune old Elementor revision rows, and clear cached embed data. A built in measurement tool lets you take page weight snapshots, tracking bytes transferred, asset count, request count, and response time, then compare them over time from the dashboard to see the effect of each change. Feather makes zero outbound network calls in its default configuration. There is no telemetry, no remote check in, and no analytics. It requires WordPress 6.0 or newer, PHP 7.4 or newer, and Elementor installed for the asset aware features. It is released under the GPL 2.0 or later license, and works alongside common caching and image optimization plugins without duplicating what they already do. The full README is longer than what was shown.
Feather is a WordPress plugin that scans Elementor pages to safely remove unused assets, disables unneeded WordPress overhead, and cleans the database, all without any outbound network calls.
Mainly PHP. The stack also includes PHP, WordPress, Elementor.
Free to use and modify, but any distributed modified version must also be released under the same GPL license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.