Ovidiu Liuta
Ovidiu Liuta
As detailed in issue https://github.com/woocommerce/wc-smooth-generator/issues/76 , a count parameter would be beneficial so that scalable import events could be run from the WordPress cron infrastructure. ### All Submissions: * [x]...
### All Submissions: * [x] Have you followed the [Contributing guidelines](https://github.com/woocommerce/wc-smooth-generator/blob/trunk/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't...
### Describe the solution you'd like On a large site test with >1M users, this [line](https://github.com/woocommerce/wc-smooth-generator/blob/trunk/includes/Generator/Order.php#L93) related to orders generation seems to trigger a slow query as its looking through...
### Describe the solution you'd like On VIP, we can make use of its scalable cron infrastructure to offload multiple generate events. By adding a count parameter to the `wc_smooth_generate_object`...
## What problem would the enhancement address for VIP? I've recently been doing a code review and noticed the `list_files` function had no warning attached. On VIP Filesystem, the `list_files`,...
This PR fixes https://github.com/woocommerce/action-scheduler/issues/736. As suggested in the issue, a `--ignore-group` option is the desired approach to name this. The PR also adds support for multiple comma-separated groups, so `--ignore-group=group1,group2`...
Moving a code TODO comment from [ActionScheduler_Abstract_ListTable.php](https://github.com/woocommerce/action-scheduler/blob/master/classes/abstracts/ActionScheduler_Abstract_ListTable.php#L346-L347) as an open issue. It seems that the `get_items_query_search` method could make use of an improvement to search with LIKE by words, rather...
Some users might benefit from being able to measure the execution time and status of their scheduled events across a certain date range, and NewRelic could be one tool to...
I have encountered an issue when adding filename in format "._4слайд-150x150.jpg" , the linux tar utility would mark them with typeFlag x, which is similar to the LongLink typeFlag L....