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
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.