LittleBizzy

Dominate technical SEO with a SlickStack cloud server for just $39/month!  Order Now

Speed Demon

If you would like to support our work, or would like assistance via email, please join our paid Membership and then you can download our plugins directly from our website and become an official customer of LittleBizzy. After you order the Membership, return to this page and add the below plugin to your cart/checkout, and then the relevant ZIP files will show up under your Downloads area. Thanks 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 plugin? Post on our anonymous support forums and someone from our team will try to answer your question shortly. If you're an expert developer, you can find the open source code on our GitHub account if you do not require any support.