wouldn't using ip instead of host name on a dedicated server make page load faster since you avoid the dns lookup? why isn't this done?
like using <script src="xxx.xxx.xxx.xxx/javascript.js> <img src=same thing <link href=same thing? ??
wouldn't using ip instead of host name on a dedicated server make page load faster since you avoid the dns lookup? why isn't this done?
like using <script src="xxx.xxx.xxx.xxx/javascript.js> <img src=same thing <link href=same thing? ??
It's not done because it's not practical and doesn't bring any sensible performance gain