mozilla / badges.mozilla.org

badges for mozillians! (DEPRECATED)
https://badges.mozilla.org
BSD 3-Clause "New" or "Revised" License
24 stars 49 forks source link

Caching issues. #11

Open rlr opened 11 years ago

rlr commented 11 years ago

(again not sure if this is the right place, it might be an issue with the prod setup?)

While using the site to edit badges and such, I constantly get stale data and need to hard refresh to get the right data back. If I edit a badge and hit save, I should go to a page with the latest content and not the previous content. It also happens on the edit form, I have to hard refresh for the form to have the latest data.

lmorchard commented 11 years ago

Yeah, no idea why this might happen, can't reproduce on my dev machine. Probably something with zeus?

rlr commented 11 years ago

As far as I can tell so far, it doesn't seem like the browser is caching and I don't see any special headers being set. So Zeus seems like it might be the culprit. I know on SUMO we don't cache any https traffic at all at the zeus level. Maybe we need something similar here.