Opened 15 years ago

Last modified 15 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, 15 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

Feedback if any much appreciated.

Cheers,

comment:2 by Christopher Allan Webber, 15 years ago

Status: FeedbackClosed

Merged!

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

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

Note: See TracTickets for help on using tickets.