Friday, June 1, 2012

Re: Scaling django installation


On Fri, Jun 1, 2012 at 8:20 PM, Kurtis Mullins <kurtis.mullins@gmail.com> wrote:
To me, the biggest bottleneck in a "Django Application Installation" (not application) is not going to be Django at all. It's going to be I/O -- typically to the database and/or file system.
Yup.
 
Another large part are the templates (and rendering system) which typically read from the filesystem.
Okay. I might have overlooked this all the while.
 

Write good code with a focus on minimizing DB queries.
Done with zero-or-none policy. And still we're improving.
 

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment