* there's a section on database optimisation:
https://docs.djangoproject.com/en/dev/topics/db/optimization/
* there are some notes in
https://docs.djangoproject.com/en/dev/topics/cache/#other-optimizations,
which awkwardly and incorrectly fall under the topic of caching
* there are various notes scattered around the place
The subject deserves a section of its own in topics/optimisation
topics/performance, with pages on:
* caching
* database optimisation
* template performance
* other optimisation tools and techniques
Discussion on developers list: https://groups.google.com/forum/#!topic
/django-developers/MytkDIgZ9kA
Related ticket: https://code.djangoproject.com/ticket/20870
--
Ticket URL: <https://code.djangoproject.com/ticket/20877>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* version: 1.5 => master
* needs_docs: => 0
* type: Uncategorized => New feature
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/20877#comment:1>
* status: new => assigned
* owner: nobody => EvilDMP
--
Ticket URL: <https://code.djangoproject.com/ticket/20877#comment:2>
Comment (by EvilDMP):
Work in progress: https://code.djangoproject.com/ticket/20877
--
Ticket URL: <https://code.djangoproject.com/ticket/20877#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/20877#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"dc8f95b639f9ebe65d2188cb3e4f04f9fd68e384"]:
{{{
#!CommitTicketReference repository=""
revision="dc8f95b639f9ebe65d2188cb3e4f04f9fd68e384"
Fixed #20877 -- added a performance optimization guide
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20877#comment:5>