django template modules compiled with cython

2015-12-09 Thread Alexandru Damian
Hi, I've compiled the django.template.{base,context,context_processor} modules with cython in order to speed up template rendering. I've come to the conclusion that this is needed after profiling long page loads that had the data from the database returned in 10-50 ms, but the page would take

Re: django template modules compiled with cython

2015-12-10 Thread Alexandru Damian
Hi Russ, Thanks for coming back to me so quickly. On Thursday, December 10, 2015 at 12:30:03 AM UTC, Russell Keith-Magee wrote: > > HI Alex, > > On Wed, Dec 9, 2015 at 9:57 PM, Alexandru Damian <dda...@gmail.com > > wrote: > >> Hi, >> >> I've

Re: django template modules compiled with cython

2015-12-14 Thread Alexandru Damian
On Friday, December 11, 2015 at 9:11:55 AM UTC, Florian Apolloner wrote: > > Hi Alexandru, > > On Thursday, December 10, 2015 at 12:52:46 PM UTC+1, Alexandru Damian > wrote: >> >> I cProfile-instrumented *def get_response() *in >> *django/core/handlers/base