- Issue created by @Grevil
- @grevil opened merge request.
- π©πͺGermany Grevil
The query limit fixes issue π Memory size get exhausted if we try to use this module in system which has 10,000+ users Active is fixed here, so I don't have to bother with rebasing errors.
- π©πͺGermany Grevil
Hey @dinazaur, filtering by bundle and especially the provided entity query improvements are quite important as this module is unusable on large scale sites. I agree with you, that this should normally be a part of π Memory size get exhausted if we try to use this module in system which has 10,000+ users Active but I didn't want to handle the rebase errors.
Setting back to "Needs work" as the tests fail, sorry didn't see that.
- πΊπ¦Ukraine dinazaur
> filtering by bundle and especially the provided entity query improvements are quite important as this module is unusable on large scale sites
Yes, the only issue is in π Memory size get exhausted if we try to use this module in system which has 10,000+ users Active . We need to fix it.
Bundle filtering is not a problem at all. There's:
1. plugin system
2. query alter tagDevelopers can do whatever they want. So this is minor improvement
- π©πͺGermany Grevil
Ok, I see, that I can not persuade you into fixing π Memory size get exhausted if we try to use this module in system which has 10,000+ users Active here. Therefore, I agree this being a minor improvement.
I don't like the idea of using query parameters. We need to leverage plugin system instead
Adjusted accordingly, please review!