We're running several Django sites on 3 dedicated servers with (1 app,
1 media and 1 data). The sites generally run pretty quickly for users.
We are using db caching (we'll be moving to mem_cached in due course)
on most views other than those showing specific user data. The site
has about 90,000 registered users and we're adding about 500/day.

One of the issues we've seen recently is the Django Admin interface
has slowed significantly to the point that it can take several minutes
to load up a specific record. This is causing major productivity
issues for the content team.

Can anyone suggest some areas to explore to improve the response time
on the Admin. We're currently on release 7476 (pre new forms admin),
but due to go to the latest development release next week, although
I'm not sure how significant this will be as we've always had a
reasonably responsive admin side, only slowing as the user traffic has
grown, but I still don't think this level of traffic should be
bothering our set-up.

Any advice welcome.

Rgds, Tim
--~--~---------~--~----~------------~-------~--~----~
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