Project

General

Profile

Actions

Defect #5928

closed

Cache problem with activity page

Added by Benjamin FRAUD over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Projects
Target version:
-
Start date:
2010-07-21
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hello again!

It seems there is a cache problem with the activity page, and it occurs on both Firefox and IE. If I make some code modifications in the activity view, I first have to empty the cache before i can see any change.
Why is this happening only in the activity page, and how could I fix it?

Actions #1

Updated by Felix Schäfer over 13 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

This is expected behavior: the activity page being one of the most visited and "easiest" to decide if it needs refreshing or not, the page is served with an ETag (the requesting browser says "I'd like the activity page, but I already have one with the ETag SOMETHING" and the app responds "oh, then you already have the newest version of the page, you're good", the server doesn't generate a view or anything else in that case). You should deactivate the cache of your client (which you should do when developing anyway).

Actions

Also available in: Atom PDF