Eliminate the need to send HTTP requests in many cases, and eliminate the need to send full HTTP responses in other cases, by storing web content closer to where it is consumed.
Questions tagged [http-caching]
529 questions
0
votes
1 answer
Rails javascript asset cache not cleared by Internet Explorer
We're using Rails asset pipeline for javascripts. The application-xyz.js (xyz = digest) is cached and does not seem to get cleared by IE (version 8), even if i recompile all assets and redeploy to production. Even deleting history and temporary…

Sathish
- 20,660
- 24
- 63
- 71
-1
votes
1 answer
Symfony returning HTTP 304 locally, but HTTP 200 for matching ETag in production
Due to a heavy API call taking upwards of 20 seconds, I have enabled computation of ETag for that resource and pre-compute the ETag before doing any heavy DB work to be able to return early. This works fine using the PHP development server (I can…

oligofren
- 20,744
- 16
- 93
- 180
-1
votes
2 answers
Symfony2 ESI bug browser cache
I am using ESI caching at my web; there were working fine and today I cleared APC cache and sf2 cache and I see everything OK. But some people can't see the esi panels etc.
Why is this, and how to fix it? I don't understand why I and some friends…

Lukas Lukac
- 7,766
- 10
- 65
- 75
-6
votes
1 answer
Why a browser shows the message-body in 2 versions, hex version and not a hex version?
A browser shows the message-body in cache, something like this:
00000000: 20 20 20 20 3c 21 44 4f 43 54 59 50 45 20 68 74 . .
00000020: 20 20 20 3c 68 65 61…

Maarten Bruins
- 189
- 12