Anyone?
Oct 22, 2021
2
Level 2
Image hosting and delivery
Hi all,
I'm running a project which deals with a lot of images. Each page load delivers approx 16 large images. At the moment I am just storing them on the server and using thephpleague's Glide package to deliver them at different resolutions depending on the users screen. This is causing the cache to build up and storage space is getting full so I am looking for better solutions.
I guess a CDN would be a good place to store them, but I then wouldn't be able to use Glide to automatically bring back different sizes (I think).
Any suggestions welcomed.
Please or to participate in this conversation.