we deliver all our static content (pictures, html, ....) with a proxy. if we request the direct URL in the browser, all the content is loaded very very fast.
but if the same URL is build in a website, the same content is sometimes loaded very slow (I speak about 10 seconds :-()
example:
http://static.domain.com/picture.jpg -> fast
http://www.domain.com/index.php -> the above picture is slow
what could be the reason for this behavior?
thank you very much.
cheers
.phpfile? – ErikA May 19 '11 at 14:33