I sometimes find myself repeating the same weblog:entries tag, containing the same parameters, again and again down a template. Maybe once in the <head>, a few times in the body, etc. Basically whenever I’m ‘finished’ with needing it till further on in the template.
Now I’m thinking that I’d actually be better off in this case opening the weblog:entries tag near the top of the template, then closing it after the very last custom_field variable (of course if there are no other weblog:entries tags with different parameters inbetween?)
Which is better performance-wise? One weblog:entries tag spanning the entire template, or a few which are closed as soon as they’re not needed?
Thanks! : )