I just started using Chrome creation tools for some major html websites, and I used an audit tool.
I had two identical images: one with the height and width attribute, and one without it. In the Resources section, both the latency and the boot time were identical. However, the audit showed that
Specify image dimensions (1) A width and height should be specified for all images in order to speed up page display.
Does it help? And are there other ways to speed up page time?
This is just a popup page for the website I am creating, and as such it is only html, no css or javascript or something else. I have already compressed the images, but I want to speed up the loading time even more. Is there any way?
performance html google-chrome image
akshaykarthik
source share