On Tue, Nov 3, 2009 at 3:22 AM, Chris Withers <ch...@simplistix.co.uk> wrote: > That said, I'd be surprised if the templating is the problem here, it'll > be the interaction with the database that's taking the time...
Depends. The {% for %} tag can be relatively expensive, performance-wise, due to all the context manipulation it does under the hood. If you're pushing thousands upon thousands of iterations through it, you'll probably start to notice this. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---