ideas
ideas copied to clipboard
Use PHP generators to get around some memory limitations
We should investigate the possibility to use PHP generators instead of normal loops for some of the commands that tend to run into memory issues on larger sites.
PHP generators have only been included with PHP 5.5+, so we'd need to provide conditionally loaded implementations for these. However, I think this might make sense for a selection of commands.