We had a few feature requests in the last month and because they were small and easy to do, we jumped in and added them.
Action scheduler in a separate pod
In the case of a large number of cron jobs or scheduled actions (1000+), a dedicated queue runner improves performance by offloading the actions from the webserver. For an additional cost, you can enable it with one click and it will automatically start handling your store’s cron jobs.

1-Click cloning from backups
Many users don’t want to start new stores from scratch, so we added a button for easy cloning under Backups.

Adminer for managing the database
Until now, the only way to manage the database was through WP-CLI which isn’t the most elegant solution. We’ve received multiple requests for phpMyAdmin-style database management, so we decided to integrate a lightweight database manager, called Adminer.

Support for Tideways and NewRelic APM
For some advanced users, our metrics are not enough, so we added supported for two popular App Performance Monitors, Tideways and NewRelic. Just add the API keys and you’re good to go.

Stay tuned!