Because a lot of pictures are used, the page opens very slowly. How can we optimize it well?
The page has two parts: PC and mobile. The main reason is that the PC is very laggy
Lazy loading of images: https://www.w3cways.com/1765...., or CSS Sprite
Save pictures to cdn
Lazy loading of pictures
Put the image into the target-src attribute and then modify the src attribute after onload to achieve asynchronous loading~ This is one of the solutions
Lazy loading of images: https://www.w3cways.com/1765....,
or CSS Sprite
Save pictures to cdn
Lazy loading of pictures
Put the image into the target-src attribute and then modify the src attribute after onload to achieve asynchronous loading~ This is one of the solutions