Basically normally I have all my paths as relative to the page so for example an image source might be "images/whatever.jpg". However, due to the way I structured some new stuff on my site I really need to have an absolute link like "http://www.greyaliengames.com/images/whatever.jpg".
Is using an absolute link slower for the user as the domain needs to be reslved each time or something?
Anyone know?
Thanks :-)
Is using an absolute link slower for the user as the domain needs to be reslved each time or something?
Anyone know?
Thanks :-)
is that it makes it much harder to make changes to the structure of your site later on.