PHPackages                             littlebizzy/speed-demon - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. littlebizzy/speed-demon

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

littlebizzy/speed-demon
=======================

A powerful bundle of lightweight tweaks that drastically improve the loading speed of WordPress by reducing bloat and improving overall efficiency.

v1.4.0(6y ago)6529511[3 issues](https://github.com/littlebizzy/speed-demon/issues)GPL-2.0-or-laterPHPPHP &gt;=7.0

Since Dec 14Pushed 1y ago10 watchersCompare

[ Source](https://github.com/littlebizzy/speed-demon)[ Packagist](https://packagist.org/packages/littlebizzy/speed-demon)[ Docs](https://www.littlebizzy.com/plugins/speed-demon)[ RSS](/packages/littlebizzy-speed-demon/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (1)Versions (4)Used By (0)

Speed Demon
===========

[](#speed-demon)

Performance hacks for WordPress

Changelog
---------

[](#changelog)

### 1.4.0

[](#140)

- 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

[](#132)

- updated plugin meta

### 1.3.1

[](#131)

- updated plugin meta

### 1.3.0

[](#130)

- 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

[](#122)

- updated Minify HTML (1.0.1)
- (fixed bug in `REMOVE_EXTRA_SPACING` that was removing spaces before/after inline HTML tags)

### 1.2.1

[](#121)

- updated plugin meta

### 1.2.0

[](#120)

- 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' (T_DEFAULT), expecting identifier (T_STRING) in ../wp-content/plugins/speed-demon-littlebizzy/modules/remove-query-strings/core/filter.php on line 116`

### 1.1.0

[](#110)

- bundled Disable Admin-AJAX (1.0.0) default = true
- bundled Disable Cart Fragments (1.1.3) default = true
- bundled Disable jQuery Migrate (1.0.0) default = true
- bundled Header Cleanup (1.1.1) default = true
- bundled Index Autoload (1.1.1) default = true
- added recommended plugins notice
- added rating request notice

### 1.0.0

[](#100)

- initial release
- tested with PHP 7.0, 7.1, 7.2
- implemented PHP namespaces
- implemented object-oriented codebase
- added warning for Multisite installations
- bundled Delete Expired Transients (1.0.3) default = true
- bundled Disable Embeds (1.1.1) default = true
- bundled Disable Emojis (1.1.2) default = true
- bundled Disable Post Via Email (1.0.0) default = true
- bundled Disable XML-RPC (1.0.8) default = true
- bundled Inline Styles (1.1.0) default = true
- bundled Remove Query Strings (1.3.1) default = true

### Defined Constants

[](#defined-constants)

```
/** Speed Demon Functions v1.4.0 */
define('DASHBOARD_CLEANUP', true); // default = true
define('DASHBOARD_CLEANUP_ADD_PLUGIN_TABS', true); // default = true
define('DASHBOARD_CLEANUP_ADD_THEME_TABS', true); // default = true
define('DASHBOARD_CLEANUP_CSS_ADMIN_NOTICE', true); // default = true
define('DASHBOARD_CLEANUP_DISABLE_SEARCH', true); // default = true
define('DASHBOARD_CLEANUP_EVENTS_AND_NEWS', true); // default = true
define('DASHBOARD_CLEANUP_IMPORT_EXPORT_MENU', true); // default = true
define('DASHBOARD_CLEANUP_LINK_MANAGER_MENU', true); // default = true
define('DASHBOARD_CLEANUP_QUICK_DRAFT', true); // default = true
define('DASHBOARD_CLEANUP_THANKS_FOOTER', true); // default = true
define('DASHBOARD_CLEANUP_WELCOME_TO_WORDPRESS', true); // default = true
define('DASHBOARD_CLEANUP_WOOCOMMERCE_CONNECT_STORE', true); // default = true
define('DASHBOARD_CLEANUP_WOOCOMMERCE_FOOTER_TEXT', true); // default = true
define('DASHBOARD_CLEANUP_WOOCOMMERCE_MARKETPLACE_SUGGESTIONS', true); // default = true
define('DASHBOARD_CLEANUP_WOOCOMMERCE_PRODUCTS_BLOCK', true); // default = true
define('DASHBOARD_CLEANUP_WOOCOMMERCE_TRACKER', true); // default = true
define('DASHBOARD_CLEANUP_WP_ORG_SHORTCUT_LINKS', true);  // default = true
define('DELETE_EXPIRED_TRANSIENTS', true); // default = true
define('DELETE_EXPIRED_TRANSIENTS_HOURS', '6'); // default = 6
define('DELETE_EXPIRED_TRANSIENTS_MAX_EXECUTION_TIME', '10'); // default = 10
define('DELETE_EXPIRED_TRANSIENTS_MAX_BATCH_RECORDS', '50'); // default = 50
define('DISABLE_ADMIN_AJAX', false); // default = false
define('DISABLE_CART_FRAGMENTS', true); // default = true
define('DISABLE_EMBEDS', true); // default = true
define('DISABLE_EMBEDS_ALLOWED_SOURCES', 'none'); // default = (none)
define('DISABLE_EMOJIS', true); // default = true
define('DISABLE_GUTENBERG', true); // default = true
define('DISABLE_JQUERY_MIGRATE', true); // default = true
define('DISABLE_POST_VIA_EMAIL', true); // default = true
define('DISABLE_WOOCOMMERCE_STATUS', false); // default = false
define('DISABLE_WOOCOMMERCE_STYLES', false); // default = false
define('DISABLE_WOOCOMMERCE_STYLES_NAMES', 'select2'); // default = select2
define('DISABLE_WOOCOMMERCE_STYLES_PREFIXES', 'woocommerce,wc'); // default = woocommerce,wc
define('DISABLE_XML_RPC', true); // default = true
define('HEADER_CLEANUP', true); // default = true
define('INLINE_STYLES', false); // default = false
define('MINIFY_HTML', true); // default = true
define('MINIFY_HTML_INLINE_STYLES', true); // default = true
define('MINIFY_HTML_INLINE_STYLES_COMMENTS', true); // default = true
define('MINIFY_HTML_REMOVE_COMMENTS', true); // default = true
define('MINIFY_HTML_REMOVE_CONDITIONALS', true); // default = true
define('MINIFY_HTML_REMOVE_EXTRA_SPACING', true); // default = true
define('MINIFY_HTML_REMOVE_HTML5_SELF_CLOSING', false); // default = false
define('MINIFY_HTML_REMOVE_LINE_BREAKS', true); // default = true
define('MINIFY_HTML_INLINE_SCRIPTS', false); // default = false
define('MINIFY_HTML_INLINE_SCRIPTS_COMMENTS', false); // default = false
define('MINIFY_HTML_UTF8_SUPPORT', true); // default = true
define('REMOVE_QUERY_STRINGS', false); // default = false
define('REMOVE_QUERY_STRINGS_ARGS', 'v,ver,version'); // default = v,ver,version

```

### Included Modules

[](#included-modules)

- [Dashboard Cleanup](https://www.littlebizzy.com/plugins/dashboard-cleanup)
- [Delete Expired Transients](https://www.littlebizzy.com/plugins/delete-expired-transients)
- [Disable Admin-AJAX](https://www.littlebizzy.com/plugins/disable-admin-ajax)
- [Disable Cart Fragments](https://www.littlebizzy.com/plugins/disable-cart-fragments)
- [Disable Dashicons](https://www.littlebizzy.com/plugins/disable-dashicons)
- [Disable Embeds](https://www.littlebizzy.com/plugins/disable-embeds)
- [Disable Emojis](https://www.littlebizzy.com/plugins/disable-emojis)
- Disable Feeds
- [Disable Gutenberg](https://www.littlebizzy.com/plugins/disable-gutenberg)
- [Disable jQuery Migrate](https://www.littlebizzy.com/plugins/disable-jquery-migrate)
- [Disable Post Via Email](https://www.littlebizzy.com/plugins/disable-post-via-email)
- Disable Thumbnail Regeneration
- [Disable WooCommerce Status](https://www.littlebizzy.com/plugins/disable-woocommerce-status)
- [Disable WooCommerce Styles](https://www.littlebizzy.com/plugins/disable-woocommerce-styles)
- [Disable XML-RPC](https://www.littlebizzy.com/plugins/disable-xml-rpc)
- [Header Cleanup](https://www.littlebizzy.com/plugins/header-cleanup)
- [Inline Styles](https://www.littlebizzy.com/plugins/inline-styles)
- [Minify HTML](https://www.littlebizzy.com/plugins/minify-html)
- [Remove Query Strings](https://www.littlebizzy.com/plugins/remove-query-strings)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Total

4

Last Release

2315d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10787477?v=4)[LittleBizzy](/maintainers/littlebizzy)[@littlebizzy](https://github.com/littlebizzy)

---

Top Contributors

[![jessuppi](https://avatars.githubusercontent.com/u/17551083?v=4)](https://github.com/jessuppi "jessuppi (113 commits)")[![pauiglesias](https://avatars.githubusercontent.com/u/1170266?v=4)](https://github.com/pauiglesias "pauiglesias (63 commits)")[![danlapteacru](https://avatars.githubusercontent.com/u/6186169?v=4)](https://github.com/danlapteacru "danlapteacru (3 commits)")

---

Tags

wordpresswordpress-performancewordpress-pluginpluginwordpressperformanceoptimizationspeedoptimizereduceimprovespeed uploading timebloat

### Embed Badge

![Health badge](/badges/littlebizzy-speed-demon/health.svg)

```
[![Health](https://phpackages.com/badges/littlebizzy-speed-demon/health.svg)](https://phpackages.com/packages/littlebizzy-speed-demon)
```

###  Alternatives

[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
