On Wed, Jul 6, 2011 at 7:21 PM, akaariai <akaar...@gmail.com> wrote:

>
> The best way to check where your performance problems come from is
> using profiling.
>
> In my experience, the most likely things to cause you performance
> problems in Django are database queries and template rendering. If
> template rendering is a problem for you, try Jinja2. Depending on the
> complexness of your template this can give you up to 10x performance
> gains. Jinja2 template language is almost like Django's. There are
> minor differences which can be annoying if you use both template
> engines at the same time.
>
>
How do you compare template rendering performances?
Also, is there any good free loadtesting tool which can be used in
django-devserver?

-- 
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.

Reply via email to