Search found 1 match
- Mon Jun 04, 2007 3:44 am
- Forum: Plugin General
- Topic: Patch to cache generated graphs.
- Replies: 1
- Views: 1977
Patch to cache generated graphs.
Hello, Here's a simple and a bit hacky patch to make graphs cacheable. Two things are done: 1) time intervals are rounded to 300 sec and added http headers to make browsers cache images for 5 minutes; 2) generated graphs saved into memcached (http://www.danga.com/memcached/) cache. memcached should ...