Ticket #88 (new Defect)
listProperties used excessively
| Reported by: | cdaboo@… | Owned by: | cdaboo@… |
|---|---|---|---|
| Priority: | 2: Expected | Milestone: | Later |
| Component: | Calendar Server | Severity: | Performance |
| Keywords: | Cc: |
Description
There are many instances where twisted.web2.dav.resource.listProperties is used inside a loop in which it is likely to be invariant (e.g. twisted.web2.dav.method.prop_common._namedPropertiesForResource). The call to listProperties should be moved outside of the enclosing loops. Do a project wide search for listProperties and correct each case.
Change History
Note: See
TracTickets for help on using
tickets.
