Hi all,
I'm developing a new site and it would be a lot easier for me to translate the HTML and css design to Drupal by rewriting the output of certain Views rather than creating individual templates but I don't want to do that if there is going to be a significant performance issue.
Does anyone know if there would be a speed difference between rewriting with tokens vs Views templates?
Thanks,
Rob
Comments
Comment #1
merlinofchaos commentedThey're about the same in terms of performance. Neither of them are fast, but it's only really noticeable if you have a LOT of fields. In that case, you can consider using a caching mechanism on the output.
Comment #2
dawehnerSo this question is answered
Comment #3
robertem commentedYep, that answers it for me, thanks Merlinofchaos.