html5 - What better? HTML image from url or server? -


what better? html image url or server?

i want know makes site more faster

<img src="url"> 

or

<img src="image.jpg"> 

that depends on speed of server, it's data link , it's load how going refer image. trying optimize quality of image might give better edge reference method.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -