No, I have several 3rd party apps in my website and I haven't confirmed they are "thread safe". I'll check this later. Thanks:D
On Wednesday, September 12, 2012 9:00:45 PM UTC-4, Karen Tracey wrote: > > On Wed, Sep 12, 2012 at 12:56 PM, 富弘刘 <[email protected] <javascript:>>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 view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/Sa4S8cYbqcYJ. 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.
