Opened 13 years ago
Last modified 13 years ago
#219 closed defect (FIXED)
CloudFilesStorage.get_file() performance issue.
Reported by: | joar | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | minor | Milestone: | 0.0.5 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
For the thumb listings such as the index page, gallery page a call to cloudfiles is made for every thumbnail on the page. CloudFilesStorage should be changed to save container\_url on *init*, and then use self.\_resolve\_filepath() to generate the filepath without verifying that the file exists, just like BasicFileStorage does.
Change History (3)
Note:
See TracTickets
for help on using tickets.