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)

comment:1 by joar, 13 years ago

Owner: changed from Joar Wandborg to Christopher Webber
Status: NewFeedback
Hi Christopher, merge request filed at
`https://gitorious.org/mediagoblin/mediagoblin/merge\_requests/19 <https://gitorious.org/mediagoblin/mediagoblin/merge_requests/19>`_

Feedback if any much appreciated.

Cheers,



comment:2 by Christopher Allan Webber, 13 years ago

Status: FeedbackClosed
Merged!



comment:3 by Will Kahn-Greene, 12 years ago

The original url for this bug was http://bugs.foocorp.net/issues/519 .

Note: See TracTickets for help on using tickets.