I see there are 2 options to include a "partial" template within a template (using Volt, Phalcon PHP framework) Documentation: https://docs.phalconphp.com/en/latest/reference/volt.html#view-integration
What is better between "partial" and "include" to use in a loop (about 100x)? In terms of performance / memory usage?
Thank you.
@honerlawd answered my question in a comment.
It is better to use partial in a loop.