I have a foreach loop in a view page of my module which retrieves a grid of images (the number is determined by the "items_top") from a controller. The problem is that all items are loaded at the same time because there is no pagination set at the moment.I have a foreach loop in a view page of my modu