Performance Optimizer
Wordpress plugin to make a few performance improvements in WooCommerce.
by Michael Patrick · github.com/michaelspatrick/dsi-performance-optimizer
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/michaelspatrick/dsi-performance-optimizer/archive/refs/heads/main.zipA lightweight WordPress plugin designed to boost performance by disabling unnecessary features in WooCommerce and Jetpack.
Ideal for WooCommerce stores looking to streamline operations and reduce server load.
🔧 Features
-
Disables WooCommerce Order Splitter Async Queue
Prevents unnecessary background processing to speed up order handling. -
Disables Jetpack Bloat Modules
Automatically disables modules like:scanprotectphotonrelated-posts
-
Automatically Deactivates Jetpack Scan (if active)
Ensures Jetpack’s heavy scanning module is turned off and logs it. -
Optional: Disables WP-Cron
(Uncomment the line to enable this feature)
For those using a real cron job instead of WordPress's built-in pseudo-cron. -
Optional: Reduces Heartbeat API Frequency
Reduces the frequency of AJAX calls from 15s to 60s to lessen load.
🚀 Installation
- Upload the plugin folder to
/wp-content/plugins/or install via the WordPress Plugin Upload interface. - Activate the plugin through the Plugins menu in WordPress.
- (Optional) Uncomment the
DISABLE_WP_CRONline in the plugin if you're using real server-side cron.
📁 File Structure
dsi-performance-optimizer/
└── dsi-performance-optimizer.php
💡 Usage Notes
- No configuration is necessary. The plugin works immediately upon activation.
- Useful for developers and store owners who want a quick way to cut bloat and optimize backend performance.
🛠 Compatibility
- WordPress 5.0+
- WooCommerce
- Jetpack (module control)
📜 License
This plugin is open-source and licensed under the MIT License.
Author: Michael Patrick
For support or feedback, please open an issue or submit a pull request.