Not that i assume but ive read dont remember where something about it, that the absolute url (dns name or site ip) will make slower the retrieving info.
What i assume on it is that as the site is already in that when trying a different domain it must call again the http headers or something like that (im not sure about this) like reloading it.
And as of the base tag, i found that the god damn IE6 messing with every file when declaring this:
HTML
<base href="/folder/next_folder/" />
Instead of this:
HTML
<base href="http://www.avoid.trap666/folder/next_folder/" />
The first case made all routes of my files missing like if IE was searching i dont know where else something like this:
HTML
<img src="img/ico.gif" />
I couldnt find what was it and as soon as i change to the second case it fixed. Im not against microsoft, but dammit, if a group of people working in open source can keep up, why cant a transnational do so?
-10730
Reply