Ticket #296 (new Feature Request)

Opened 2 years ago

Last modified 6 months ago

hotspot_status.php should cache XML / RSS by default

Reported by: fproulx Assigned to:
Priority: low Milestone:
Component: Auth server, Feature request Keywords:
Cc:

Description

The XML / RSS generation is pretty costly and is called from many places (portal, map...).

hotspot_status.php should cache the XML document in the db. A configurable cache validity life should be added. By default it could be 5 / 10 minutes life. It should be possible with a parameter to force refresh (hotspots_status.php?force_refresh=true) so that admin people could still use the map as a "realtime" feedback of the network status. Also, the PHP script should return proper HTTP headers when the document did not change (HTTP 304 / Not modified) so that we can benefit from client side caching....

Attachments

Change History

02/01/07 17:51:14 changed by fproulx

  • type changed from Bug report to Feature Request.

03/17/07 01:17:53 changed by benoitg

  • priority changed from normal to low.
  • milestone deleted.

Add/Change #296 (hotspot_status.php should cache XML / RSS by default)