How to enable cache for theme and dojo?
One answer
Hi,
Firebug actually says 200 OK even when it pulled it from the cache. The
URL will just be non-highlighted. The ones actually pulled down will be
in bold. Note that we don't actually return 304, instead we mark these
as cached for one year when we sent them down the first time. In that
case the browser never even goes back to the host so there would not be
a 304. Instead Firefox always pulls these directly from its cache.
On Firebug go to Net->Show BF Cache Responses and make sure this is not
checked. In that case it won't show cached responses in the net trace.
It will show only those actually received.
--
Rich Kulp
Rational Asset Manager developer
Firebug actually says 200 OK even when it pulled it from the cache. The
URL will just be non-highlighted. The ones actually pulled down will be
in bold. Note that we don't actually return 304, instead we mark these
as cached for one year when we sent them down the first time. In that
case the browser never even goes back to the host so there would not be
a 304. Instead Firefox always pulls these directly from its cache.
On Firebug go to Net->Show BF Cache Responses and make sure this is not
checked. In that case it won't show cached responses in the net trace.
It will show only those actually received.
--
Rich Kulp
Rational Asset Manager developer