On Jul 6, 4:33 pm, drakkan <drakkan1...@gmail.com> wrote:
> using pgpool I get a 2,5x performance improvement thanks! I'll try on
> intel atom again to see if there I have more improvements
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.

 - Anssi

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