Details
Description
Right now the Javascript files have this in their response header:
Cache-Control private, max-age=86400
which is just caching for one day. Since we have versioned Javascript, we should be caching forever, or at least a month.
Cache-Control private, max-age=86400
which is just caching for one day. Since we have versioned Javascript, we should be caching forever, or at least a month.
Issue Links
- blocks
-
ICE-2831
inputRichText too slow to show (4 seconds)
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.7 [ 10080 ] | |
| Assignee Priority | P2 | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15983 | Mon Mar 10 13:04:29 MDT 2008 | mircea.toma | Set max-age to a month. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/common/standard/CacheControlledServer.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7RC1 [ 10123 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Mircea Toma [ mircea.toma ] |

Set max-age to a month. Caching it forever would not be fair to the browser since the resource would never be disposed from its cache.