more server tuning
In my quest to try out new things and make my rented virtual server run a bit smoother I tried two (for me) new tools: memcached: I never had a need to use it, because at work we just do websites which nobody looks at. We could really have used this at guideguide, where we basically used mysql to cache some often used data which didn’t work too well. Installation was very easy on CentOS and mediawiki and Django have direct support for memcached. I just had to enable it and change the code for api.bicingwatch.com to make use of the cache. ...