CSS Sprites browser rendering

后端 未结 4 1622
名媛妹妹
名媛妹妹 2020-12-31 11:11

We all know that CSS sprite images are great to reduce the amount of requests and such, but what about the performance of the browser rendering the page with several element

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 11:30

    As we can judge from our YouTube experience, there are no big problem with that.

    Hopefully, browser caches an image in memory and then uses it to render output wherever this image is needed.

提交回复
热议问题