Opened 16 years ago
Closed 15 years ago
#739 closed Enhancement (wontfix)
Cache use in show_user.php
Reported by: | jbk | Owned by: | davea |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Web - Project | Version: | |
Keywords: | cache | Cc: |
Description
Rather than using two different caching techniques (fullpage and data) its better to use one (data) cache that is shared between the XML format output and the HTML format output. This will save space on the webserver as well as speed up HTML requests after an XML request has happened or vice versa.
Note: See
TracTickets for help on using
tickets.