Opened 13 years ago
Closed 10 years ago
#10137 closed Bug Report - General (Won't Fix)
get_show_details.php caches to long for firefox
Reported by: | Owned by: | Rob Smith | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | 0.24.1 |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
On Firefox 7.01 the 7 day caching requested by modules/tv/get_show_details.php causes problems. I get program details about two/three days in advance. If I have looked at the details before that Firefox caches the empty description, it doesn't refresh (even a call of the direct url for get_show_details.php returns the old JSON info)
For reasons unknown to me IE9 doesn't seem to have this problem?
My simple solution was to reduce caching to 3600 seconds in get_show_details.php (two times).
Note: See
TracTickets for help on using
tickets.
Given Mythweb is EOL, I'm closing new features. This should be done via the backend webserver now.