Re: Is there any plan to improve the performance of "render"?

2012-09-13 Thread 富弘刘
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, 富弘刘 >wrote: > >> I use django-debug-toolbar to analyze my

Re: Is there any plan to improve the performance of "render"?

2012-09-13 Thread 富弘刘
Thanks for your reply. --Fuhong On Wednesday, September 12, 2012 4:35:37 PM UTC-4, Aymeric Augustin wrote: > > Le 12 sept. 2012 à 18:56, 富弘刘 > a écrit : > > 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 1

Re: Is there any plan to improve the performance of "render"?

2012-09-12 Thread Karen Tracey
On Wed, Sep 12, 2012 at 12:56 PM, 富弘刘 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

Re: Is there any plan to improve the performance of "render"?

2012-09-12 Thread Aymeric Augustin
Le 12 sept. 2012 à 18:56, 富弘刘 a écrit : > 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. Hi Fuhong, Yes, the Django Template Language is known t

Is there any plan to improve the performance of "render"?

2012-09-12 Thread 富弘刘
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. Thanks. --Fuhong -- You received this message because you are subscribed to the Google Groups "Djang