our portal maintains stores huge set of images in 4 folders
- Projects
- Campaigns
- Films
- Standard-images
We store the image path in a table and it's source in the aforementioned folders. What is the best practice for image compression?
our portal maintains stores huge set of images in 4 folders
We store the image path in a table and it's source in the aforementioned folders. What is the best practice for image compression?
If your images are in PNG format or a similar compressed format, you won't easily be able to compress them further.
The best solution for this kind of thing to run an image server that's capable of serving different size images, try looking at Thumbor
Thumbor has a bunch of neat things it can do to reduce the size of images.