Opened 11 years ago

Closed 10 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.

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 Tim Graham, 11 years ago

Summary: Optimisation documentsAdd an "Optimizations" topic guide
Triage Stage: UnreviewedAccepted
Type: UncategorizedNew feature
Version: 1.5master

comment:2 by Daniele Procida, 11 years ago

Owner: changed from nobody to Daniele Procida
Status: newassigned

comment:3 by Daniele Procida, 11 years ago

Last edited 11 years ago by Daniele Procida (previous) (diff)

comment:4 by Tim Graham, 10 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by evildmp <daniele@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In dc8f95b639f9ebe65d2188cb3e4f04f9fd68e384:

Fixed #20877 -- added a performance optimization guide

Note: See TracTickets for help on using tickets.
Back to Top