ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Use PHP generators to get around some memory limitations

Open schlessera opened this issue 7 years ago • 0 comments

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.

schlessera avatar Jan 23 '18 15:01 schlessera