I have 45 small images, each of which is about 1-3kb, which needs to be displayed once on the page. Whether I make a sprite image to display with a background image or directly convert it to base64 and display it with an img tag, which has better performance. Please analyze it