ext-solr icon indicating copy to clipboard operation
ext-solr copied to clipboard

Use PHP generator to prevent processing of all available site

Open sfroemkenjw opened this issue 5 months ago • 4 comments

What this pr does

Use PHP generator with yield to process just the available sites needed

How to test

With over 300 root pages it needs over 30 seconds to build up all available sites. With help of a PHP generator we can stop processing all available sites if just the first site is requested. It's also helpful to just check, if there are available sites.

This should speed up performance a lot.

sfroemkenjw avatar Sep 10 '24 13:09 sfroemkenjw