website.
when doing performance optimization, the image is usually made into a sprite image to reduce http requests, and the size of the image is reduced as much as possible to reduce load time.
so is there any other impact that too many and too large pictures will have other effects besides prolonging the loading time and causing a bad user experience? For example, what will be the impact on the server, and so on.
and what is the most appropriate range for the number and size of pictures on a page to be kept under normal circumstances?