Skip to content

Tag Archives: memcached

Django : Optimizations within the platform

In my experience with both rails and django, i would have to admit that a lot of things need to be improved at the core of these platforms so that developers can truly deploy a really fast production site. Let talk about what we did at kwippy to make it that much more faster than [...]

Speed freaks

Over the last couple of days we have been working towards making the application faster. One of the measurement tools that we have used is grabperf (http://grabperf.org). Some major changes have taken place in the backend, like

All anon users(logged out users) get a cached page (which expires in 5 minutes). This is to reduce the [...]