About the only thing I would do is change your session storage db from your regular db to redis or memcached. That would lower your db load with unnecessary session validation and offload it to either, which are built for fast key-value retrieval.
Not sure of your user load, but I would be hesitant to add anything to a project that can add an additional 150-400 requests/second load to the prod db cluster.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fb486838-cb6a-4e8b-8e41-8d5571bf623d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment