Advantages and disadvantages of using base64 encoded images

前端 未结 4 912
忘掉有多难
忘掉有多难 2020-12-08 09:15

I am thinking of using base64 encoded images for a site I am working on to optimize the load time.

Anyways, before I start, I was wondering: what are the advantages

4条回答
  •  温柔的废话
    2020-12-08 10:03

    also the response time of the HTML page will increase, because images loads asyn in normal scenario. even if images loads late you can start seeing text.

    Another advantage of CDN would lost if only media is being cached in CDN

    that advantage will be lost.

提交回复
热议问题