In the web application when i click on a link that should load an image from server, it is taking too much time since the images are sized approxmately 3MB - 5 MB, we are un
If you really can't reduce the image file size then load the images dynamically :
https://github.com/pazguille/aload
At least the page will be responsive to user input while the images are downloading.