[dev] page display speed under IE in HEAD

Chuck Hagenbuch chuck at horde.org
Sun Oct 30 15:15:47 PST 2005


Quoting Michael M Slusarz <slusarz at mail.curecanti.org>:

> Can we pass in parameters via 'PATH_INFO' then?  i.e. will IE cache a
> javascript.php call if we call it as 'javascript.php/horde/filename.js'
> or something equivalent?  (my thinking is that IE isn't caching because
> it sees query parameters and is assuming the page is dynamic).

No, it's not cached because the whole point of javascript.php is to run 
code which includes session values, user preferences, etc. So we have 
this little line:

            header('Cache-Control: no-cache');

-chuck

-- 
"But she goes not abroad in search of monsters to destroy." - John 
Quincy Adams


More information about the dev mailing list