Access our entire WordPress plugin library with automatic updates for just $39/year! Join Now

Speed Demon

All WordPress plugins from LittleBizzy are available free on GitHub. To support our ongoing work, receive assistance by email, and download our plugins directly from our website, join our paid Membership and become an official LittleBizzy customer. Once your membership is active, return to this page to access the plugin download. Thanks very much for your support!

DOWNLOAD NOW!!! ==> https://github.com/littlebizzy/speed-demon

Or become a Member for just $39 if you don’t know how to use GitHub, and help support our work!

Speed Demon is a premium performance and site speed optimization plugin for WordPress that bundles together several powerful one-click features that drastically speed up and stabilize your website with no settings page required. Turn each setting on and watch as your SEO performance scores on Google PageSpeed, GTMetrix, and Pingdom instantly improve.

Traditional “page cache” plugins for WordPress are made for a bygone era of janky cPanel/Apache shared hosting. Modern cloud networks like Vultr or DigitalOcean are the future, and the only way to achieve truly stellar performance. Leverage the full potential of LEMP stack (Nginx) server-level caching, and easily purge all popular cache integrations.

Current features:

  • Integrates with Purge Them All to clear LEMP caches: CloudFlare, PHP Opcache, Nginx cache, CDNs, Varnish, object cache)
  • CDN delivery of static resources (MaxCDN, StackPath, Fastly, KeyCDN, CloudFront)
  • Redis object cache (requires Redis installed on server)
  • Remove query strings from static resources
  • Disable emojis
  • Disable XML-RPC
  • Disable embeds
  • Disable Gutenberg editor
  • Disable search
  • Disable syntax highlighter
  • Disable jQuery Migrate
  • WooCommerce: Disable cart fragments
  • WooCommerce: Disable status widget (for shops with large inventories)
  • WooCommerce: Disable CSS stylesheets
  • Database: Add index to wp_options autoload table (check on a daily basis)
  • Database: delete expired transients (occurs on a daily basis)
  • merge google fonts into less URIs
  • remove extra junk from WP Admin

Purposefully not included:

  • Gzip compression (should be done at server-level)
  • Set expires headers (should be done at server-level)
  • Vary: Accept-Encoding (should be done at server-level)
  • Eliminate render-blocking JavaScript and CSS in above-the-fold content

 

<p><em>Speed Demon:</em></p>

<ul>
<li><code>define(‘CLOUDFLARE’, ‘true’);</code></li>
<li><code>define(‘CLOUDFLARE_API_KEY’, ‘123456789’);</code></li>
<li><code>define(‘CLOUDFLARE_API_EMAIL’, ‘[email protected]’);</code></li>
<li><code>define(‘DELETE_EXPIRED_TRANSIENTS_HOURS’, ‘6’);</code></li>
<li><code>define(‘DELETE_EXPIRED_TRANSIENTS_MAX_EXECUTION_TIME’, ’10’);</code></li>
<li><code>define(‘DELETE_EXPIRED_TRANSIENTS_MAX_BATCH_RECORDS’, ’50’);</code></li>
<li><code>define(‘DELETE_OLD_REVISIONS’, ‘true’);</code></li>
<li><code>define(‘DISABLE_ADMIN_AJAX’, ‘true’);</code></li>
<li><code>define(‘DISABLE_AUTHOR_PAGES’, ‘true’);</code></li>
<li><code>define(‘DISABLE_CART_FRAGMENTS’, ‘true’);</code></li>
<li><code>define(‘DISABLE_CUSTOMIZER’, ‘true’);</code></li>
<li><code>define(‘DISABLE_EMBEDS’, ‘true’);</code></li>
<li><code>define(‘DISABLE_EMOJIS’, ‘true’);</code></li>
<li><code>define(‘DISABLE_GUTENBERG’, ‘true’);</code></li>
<li><code>define(‘DISABLE_JQUERY_MIGRATE’, ‘true’);</code></li>
<li><code>define(‘DISABLE_POST_VIA_EMAIL’, ‘true’);</code></li>
<li><code>define(‘DISABLE_SEARCH’, ‘true’);</code></li>
<li><code>define(‘DISABLE_REST_API’, ‘true’);</code></li>
<li><code>define(‘DISABLE_WOOCOMMERCE_STATUS’, ‘true’);</code></li>
<li><code>define(‘DISABLE_WOOCOMMERCE_STYLES’, ‘true’);</code></li>
<li><code>define(‘DISABLE_XMLRPC’, ‘true’);</code></li>
<li><code>define(‘INDEX_AUTOLOAD’, true);</code></li>
<li><code>define(‘INDEX_AUTOLOAD_REGENERATE’, true);</code></li>
<li><code>define(‘INLINE_STYLES’, true);</code></li>
<li><code>define(‘MINIFY_HTML’, true);</code></li>
<li><code>define(‘REMOVE_QUERY_STRINGS’, ‘true’);</code></li>
<li><code>define(‘REMOVE_QUERY_STRINGS_ARGS’, ‘v,ver,version’);</code></li>
</ul>

Have a question about this WordPress plugin? Post it anonymously on our support forums, where someone from our team can assist you. If you prefer to use the plugin without support, the complete open source code is available free on GitHub.