Skip to content

Use PHP generators to get around some memory limitations #81

@schlessera

Description

@schlessera

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions