Examples of Eager Loading Elements in Twig and PHP
By default, Craft lazy loads elements in your templates. In many cases, this works just fine and no further optimization is needed. However, if your content requires queries to the database to retrieve additional related data, you may want to consider optimizing your queries by eager loading elements. Read More »
Ben Parizek