Opened 12 years ago
Closed 12 years ago
#20877 closed New feature (fixed)
Add an "Optimizations" topic guide
| Reported by: | Daniele Procida | Owned by: | Daniele Procida |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Documentation of optimisation/performance needs tidying up.
- 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
Change History (5)
comment:1 by , 12 years ago
| Summary: | Optimisation documents → Add an "Optimizations" topic guide |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → New feature |
| Version: | 1.5 → master |
comment:2 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 12 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:5 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Work in progress: https://github.com/django/django/pull/1463