Unmarking this as a duplicate, since using SSL is a separate issue (which would be great to see fixed).
The proper headers should still be sent. Cache-control: is good, but it still requires a round trip. Expires: is better (probably in conjunction with cache-control:) since it avoids a request altogether.
Unmarking this as a duplicate, since using SSL is a separate issue (which would be great to see fixed).
The proper headers should still be sent. Cache-control: is good, but it still requires a round trip. Expires: is better (probably in conjunction with cache-control:) since it avoids a request altogether.
Does Firefox 3 ignore the Expires: header on SSL?