wiota / lime

Lime binds your work together.
lime.wiota.co
2 stars 0 forks source link

Should image redirection be 301? #85

Closed di closed 9 years ago

di commented 10 years ago

the /images endpoint currently returns a 302 (FOUND) redirect to the AWS image location.

It might be faster if this is a 301 (PERMANENT) because the browser would only request this once.

Not sure if it would take URL params into account for the URL though...

This needs to be faster in general.

di commented 10 years ago

Tumblr uses a 302. We should probably give a cache expiration time for it, though.

ryanhinkel commented 9 years ago

Closed in favor of #108