Shopware 6 Hidden Gems #9: Pagination without the pain — NEXT_PAGES mode and the self-optimizing iterator
Two classics of the „shop got big, code got slow“ genre: Both have quiet solutions in the DAL. One is a Criteria mode with a misleading docblock, the other is an optimization you get for free — but only if you use the right method. Part 1: Three ways to count (and one to avoid) […]