cacherouter
CacheRouter featured on Rackspace Cloud blog
Tagged:
My module CacheRouter was recently talked about on the rackspace cloud blog for using for high performance Drupal. Pretty cool.
http://www.rackspacecloud.com/blog/2010/05/25/deploying-drupal-in-the-cl...
New Cache Router release!
Tagged:
I put in a bunch of work on Cache Router today. The brand new 1.0-Beta6 release is out for 5.x and 6.x.
Check it out here: http://drupal.org/project/cacherouter
You should see some noticeable improvement on speed.
Here are the fixes:
Fixed a bunch of bugs and added simpletests.
#273618 by Nick_vh: Fixed checking for gzip in both the content and in the browser request.
#288318 by Jo Wouters: Fix for wildcard replacement.
#313289 by Murz: Fix for wrong check for $map initialization. We should be checking $this->map not $map.