I have a site developed with symfony2. It's full of images. But now problem is, its taking too much time to load images. Is there any easy way to compress all images with single command? I have read this doc link but it seems need to place the {% image %} tag for every images on the twig template. I dont want to do that as i have imgage tag in more than 100 files. So please suggest me an easy and good way to do that. Thanks in advance.
Asked
Active
Viewed 39 times
0
-
Are these pictures from your database ? Or where ? – Guillaume Fache Jun 03 '15 at 15:56
-
@GuillaumeFache - No all under file server. Mostly under businesses directory. – NoviceMe Jun 03 '15 at 16:00