Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20938 closed Cleanup/optimization (fixed)

Improve performance section of the deploying checklist

Reported by: Marc Tamlyn Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: performance sessions
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Cached version of session backends and the new performance page from #20877 should be mentioned.

See also https://groups.google.com/forum/#!topic/django-developers/KQdD3bOGxGo

Attachments (1)

20938.diff (523 bytes ) - added by Tim Graham 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Tim Graham, 11 years ago

Triage Stage: UnreviewedAccepted
Version: master

by Tim Graham, 11 years ago

Attachment: 20938.diff added

comment:2 by Tim Graham, 11 years ago

Has patch: set

comment:3 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 4e784f337c4f8ec14e8ea3615fe79f033699e348:

Fixed #20938 -- Added cached sessions note to deployment checklist.

Thanks mjtamlyn for the suggestion.

comment:4 by Tim Graham <timograham@…>, 11 years ago

In 17b67e17a33e09c81be3dd2cfb5294ea9f5ae298:

[1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.

Thanks mjtamlyn for the suggestion.

Backport of 4e784f337c from master

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