ie not caching!
|
07-02-2010, 02:46 AM
Post: #1
|
|||
|
|||
ie not caching!
Test result in question : http://www.webpagetest.org/result/100701_TDP/
The static objects are not being cached in internet explorer in spite of setting the correct headers. Code: Request Headers: It sets the desired cache-control and expired headers.... On firefox on repeat views it is not re-checking these files... Any clues on what is messing up IE ? cdnplanet.com: We help you select the right CDN |
|||
07-02-2010, 03:03 AM
Post: #2
|
|||
|
|||
RE: ie not caching!
That's really bizarre because even jQuery from Google isn't being cached. I checked in IE7 just to be sure it wasn't something specific to IE8 (or that test machine) either. This may take a bit longer to figure out.
|
|||
07-02-2010, 03:09 AM
Post: #3
|
|||
|
|||
RE: ie not caching!
My guess is that it is how you are delivering your base page, dropping the cookie and forcing it to re-load by sending back this header:
refresh: 0; url=http://www.paidtoreg.com/ By forcing IE to refresh the page it will re-validate any cached assets. You'd be better off using a 302 redirect back to itself. |
|||
07-02-2010, 08:46 AM
Post: #4
|
|||
|
|||
RE: ie not caching!
(07-02-2010 03:09 AM)pmeenan Wrote: refresh: 0; url=http://www.paidtoreg.com/ Aha... it seems only IE is affected by this..... but refresh header shouldnt be there.... tried to fix it in php, but my php is so rusty i gave up.... was trying to get a friend sorted out with page speed things.... cdnplanet.com: We help you select the right CDN |
|||
07-03-2010, 12:30 AM
(This post was last modified: 07-03-2010 12:30 AM by jarrod1937.)
Post: #5
|
|||
|
|||
RE: ie not caching!
In your html source you mention you're looking for a php developer, is that a paid position?
|
|||
07-07-2010, 05:48 PM
(This post was last modified: 07-23-2010 01:43 AM by Jarichonas.)
Post: #6
|
|||
|
|||
RE: ie not caching! | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)