You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm generating a json that is a list of products. Each product has an image. The problem I'm facing is that is taking too long.
I did some debug and the problem is on the image URL generation for the json response. I'm using fog-aws with private bucket. Is there a way of speeding up this?
carrierwave (2.1.0)
fog-aws (3.5.2)
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Hi, I'm generating a json that is a list of products. Each product has an image. The problem I'm facing is that is taking too long.
I did some debug and the problem is on the image URL generation for the json response. I'm using fog-aws with private bucket. Is there a way of speeding up this?
Thanks for the help!
The text was updated successfully, but these errors were encountered: