Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Ticket #88 (new Defect)

Opened 4 years ago

Last modified 10 months ago

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

Changed 4 years ago by wsanchez@…

  • priority changed from 3: Important to 2: Expected
  • milestone changed from CalDAV-access to Preview 1

Changed 4 years ago by wsanchez@…

  • milestone changed from Preview 1 to Version One

Changed 3 years ago by wsanchez@…

  • milestone changed from 1.0 to 1.1

Changed 3 years ago by wsanchez@…

  • milestone changed from 1.1 to 2.0

Changed 10 months ago by wsanchez@…

  • milestone changed from CalendarServer-2.x to Later
Note: See TracTickets for help on using tickets.