Monthly Archives: November 2013


Drupal speed

Significant speedup:   APC <- alternative php cache view cache (under view’s configuration:   View content cache:  http://drupal.org/project/views_content_cache css/js aggregation: https://drupal.org/project/advagg   Other modules:  Boost, authcache   Configuration -> Development -> performance:  enable whatever cache checkbox you see. Disable developer module putting ?blah after css and javascript files, since this prevents caching.


Drupal slow

change /etc/hosts.  For every entry related to local host (INCLUDING ipv6 entries), map to localhost, e.g.: ::1     localhost #ip6-localhost ip6-loopback fe00::0 localhost #ip6-localnet ff00::0 localhost #ip6-mcastprefix ff02::1 localhost #ip6-allnodes ff02::2 localhost #ip6-allrouters