content management system - is there any difference in load time for /images/img.jpg vs //domain.com/images/img.jpg vs http://domain.com/images/img.jpg -


we had issue our navigation menu images not using https on otherwise secure contact page (sporadically) , suggested changing path , removing protocol , domain name images load without further issue, since developer working on problem had trouble reproducing it. removed protocol left domain name intact, work, brought question i've been wondering awhile , not being able find definitive answer. question: there difference in load time file path /images/img.jpg vs //domain.com/images/img.jpg vs http://domain.com/images/img.jpg.

i'm leaning towards first 1 possibly being faster since might not have domain lookup, don't know, brought me here...


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -