active_storage-send_zip icon indicating copy to clipboard operation
active_storage-send_zip copied to clipboard

Add a cache option

Open madeindjs opened this issue 5 years ago • 0 comments

You will also want to look at adding an optional cache layer to the grab of the files to zip and the outcome zips -- imaging 100 users requesting the same zip file of 4gb of the same files. Do you really want to pay for hosting costs of retrieving the same files, compressing them and reserving them 100 times when you can do some fairly simple caching of the file grab and compress steps? - https://www.reddit.com/r/rubyonrails/comments/aydcyb/create_a_gem_to_zip_rails_activestorages/ei2v95o?utm_source=share&utm_medium=web2x

madeindjs avatar May 22 '19 08:05 madeindjs