Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache results of pyrax.cloudfiles.get_temp_url_key #221

Closed
mw44118 opened this issue Oct 16, 2013 · 0 comments
Closed

Cache results of pyrax.cloudfiles.get_temp_url_key #221

mw44118 opened this issue Oct 16, 2013 · 0 comments

Comments

@mw44118
Copy link

mw44118 commented Oct 16, 2013

Right now, pyrax.cloudfiles.get_temp_url_key hits you guys every single time.

This means slow page loads for me, because when I want to draw a list of links and I call get_temp_url on, say, 25 files, I do 25 network requests.

Alternate solution: let me build temp URLs by passing in all the required ingredients, and I'll cache this stuff in my app code.

Go rackspace!

EdLeafe added a commit that referenced this issue Oct 23, 2013
Also included the modified smoketest script that was left of of the random character function name change commit.
@EdLeafe EdLeafe closed this as completed Oct 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants