Still problems with cache.
|
Apr. 14, 2010, 03:54 AM
Post: #1
|
|||
|
|||
Still problems with cache.
Hi,
On http://www.cbssports.com/nba/scoreboard, following any game by clicking some "GameTracker" link under the games, the images there get requested over and over, even when (I think) the default sidki config tags them as to set caching parameters, yet I see them same images getting requested over and over again. Here's some part of the log window : Code: BlockList 288: in Exceptions-U, line 1156 Please, does anyone know why it keeps on requesting the same file every time, although (to my knowledge) sidki's config is configured to make them cached ? |
|||
Apr. 14, 2010, 04:17 PM
(This post was last modified: Apr. 14, 2010 04:20 PM by JJoe.)
Post: #2
|
|||
|
|||
RE: Still problems with cache.
(Apr. 14, 2010 03:54 AM)Toppy Wrote: Please, does anyone know why it keeps on requesting the same file every time, although (to my knowledge) sidki's config is configured to make them cached ? Browser bug? Firefox does not always send the If-Modified-Since header or use the cached image. I added "*$SET(0=i_cache:2.)" to Exceptions-U and then loaded the same image many times, consecutively. Each time the image was downloaded. The If-Modified-Since header for the image was sent after I did a google search or about:cache and then requested the image. https://bugzilla.mozilla.org/show_bug.cgi?id=205557 |
|||
Apr. 17, 2010, 04:01 PM
Post: #3
|
|||
|
|||
RE: Still problems with cache.
(Apr. 14, 2010 04:17 PM)JJoe Wrote: Browser bug? Firefox does not always send the If-Modified-Since header or use the cached image. This may be the expected behaviour. about:config shows my Firefox's "browser.cache.check_doc_frequency" set to 3. http://kb.mozillazine.org/Browser.cache...._frequency Wrote:Possible values and their effects The 'tricky' part is "when the page is out of date", http://www.mozilla.org/projects/netlib/h...g-faq.html . Note that this faq is from Oct. 9, 2002. So to start, type "about:config" in the url bar and go. Eventually, you should get a screen with a "Filter" field. Type "cache" in the "Filter" field. Is, "browser.cache.check_doc_frequency" set to 3. "network.http.use-cache" set to true. "browser.cache.disk.enable" set to true. "browser.cache.memory.enable" set to true. |
|||
« Next Oldest | Next Newest »
|