scaling drupal
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.