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

merlinofchaos’s picture

They'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.

dawehner’s picture

Status: Active » Fixed

So this question is answered

robertem’s picture

Yep, that answers it for me, thanks Merlinofchaos.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.