Feature #243
Page caching
| Status: | Resolved | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | extension ideas | |||
| Target version: | 2.3 | |||
Description
a large number of hits are anonymous hits to the front page, these could probably be safely cached.
- two-part extension
- first checks to see if a valid cached file exists, if so, send it and veto the PageRequestEvent
- second part catches the page request at the end (if it's not been vetoed) and caches it
History
Updated by Shish Moom 42 days ago
- Target version changed from 2.X to 2.3
- Assigned to deleted (
Shish -) - Status changed from New to Resolved
Various caching things are done now, though not in exactly this way