On Wed, Sep 12, 2012 at 12:56 PM, 富弘刘 <[email protected]> wrote:
> I use django-debug-toolbar to analyze my website and noticed a lot of time > is consumed by template render. In my each page, I have about 10ms in > database queries, and about 100 ms in render. Have you tried using the cached template loader (see https://docs.djangoproject.com/en/1.4/ref/templates/api/#loader-types)? Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
