How to optimize image rich application ?
Hello Engineer's
I am developing a shopping cart application in which number of images are used to show the items.
Any shopkeeper can submit the item's information with images using this application. As the submission of image is open for every registered customer he can upload the image of any size(upto 2MB).
.
Guy's i don't want to reduce the uploading size of images but want to improve the speed of page loading.
One idea that comes to my mind is to use compression algorithm. Is it the one that will be used in real time application's or some else ?
I am developing a shopping cart application in which number of images are used to show the items.
Any shopkeeper can submit the item's information with images using this application. As the submission of image is open for every registered customer he can upload the image of any size(upto 2MB).
.
Guy's i don't want to reduce the uploading size of images but want to improve the speed of page loading.
One idea that comes to my mind is to use compression algorithm. Is it the one that will be used in real time application's or some else ?
0