manifest / performance / speed-demon
Speed Demon
Performance hacks for WordPress
by LittleBizzy · github.com/littlebizzy/speed-demon · website
★ 67stars
11forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/littlebizzy/speed-demon/archive/refs/heads/master.zipDeclares an update source (littlebizzy/speed-demon), so updates arrive through the plugin's own updater.
From the readme
Speed Demon
Performance hacks for WordPress
Changelog
1.4.0
bundled Dashboard Cleanup 1.1.2
removed Index Autoload (included in WP Core after 5.3+)
changed Remove Query Strings to be disabled by default (all constants)
1.3.2
updated plugin meta
1.3.1
updated plugin meta
1.3.0
tested with WP 5.0
bundled Disable Gutenberg (1.0.0) default = true
bundled Disable WooCommerce Status (1.0.4) default = false
bundled Disable WooCommerce Styles (1.0.1) default = false
1.2.2
updated Minify HTML (1.0.1)
(fixed bug in REMOVEEXTRASPACING that was removing spaces before/after inline HTML tags)
1.2.1
updated plugin meta
1.2.0
bundled Minify HTML (1.0.0) default = true
changed Inline Styles default = false
changed Disable Admin-AJAX default = false
optimized plugin code
fixed PHP 5.x error... you're welcome, now upgrade to PHP 7.2! ;) e.g. Parse error: syntax error, unexpected 'default' (TDEFAULT), expecting identifier (TSTRING) in ../wp-content/plugins/speed-demon-littlebizzy/modules/remove-query-strings/core/filter.php on line 116
1.1.0
bundled Disable Admin-AJAX (1.0.0) default = true
bundled Disable Cart Fragments (1.1.3) default = true
bundled Disable jQuery Migra
Read the full README on GitHub →