Loading images Faster in Webpage

前端 未结 14 2052
死守一世寂寞
死守一世寂寞 2020-12-30 23:39

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

14条回答
  •  鱼传尺愫
    2020-12-31 00:05

    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.

提交回复
热议问题