Support for WooCommerce High-Performance Order Storage
-
WooCommerce has introduced a new storage model for orders called High-Performance Order Storage. It will reduce order creation from at least 50 queries to just 3. Unfortunately, it seems that your plugin is not compatible with HPOS, as for example in frontend/notify.php you are assuming that orders are posts (which won’t be once HPOS is enabled)
There is a guide on how to upgrade to HPOS: https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book
Note that HPOS will be enabled by default in new installations of WooCommerce with the incoming version that will be released in August 2023, so this support must be implemented in order to keep your plugin useful.
Thanks a lot for your kind support
- The topic ‘Support for WooCommerce High-Performance Order Storage’ is closed to new replies.