Drupal-check.org - caching http://www.drupal-check.org/check/18 en Install the Boost module http://www.drupal-check.org/node/73 <p>Consider installing the Boost module to create static HTML versions of pages that are served anonymously. Cached pages don't even use PHP (they are served as .html files) let alone create or use queries in MySQL so caching is super fast. Cached pages can be cleared on a regular basis with cron. Works with multisites and provides speed improvements to almost any Drupal site. Requires modification of default .htaccess file.</p> Optimization caching performance Drupal 5.x Drupal 6.x Tue, 16 Jun 2009 09:17:23 +0000 ghazlewood 73 at http://www.drupal-check.org Enable cache http://www.drupal-check.org/node/56 <ul> <li>Go to <strong>Administer &gt; Site configuration &gt; Performance</strong></li> <li>Set <strong>Caching mode</strong> to <strong>Normal</strong> or <strong>Agressive</strong></li> <li>Set <strong>Block cache</strong> to <strong>Enabled</strong></li> <li>Save your settings</li> </ul> <p>In regards to page compression, you will find on <em>admin/settings/performance</em> a description that looks like <cite>By default, Drupal compresses the pages it caches in order to save bandwidth and improve download times. This option should be disabled when using a webserver that performs compression</cite>. To find out whether your server already performs compression have a peek at /etc/httpd/conf/httpd.conf (CentOS/Redhat) or /etc/apache2/mods-enabled (Debian/Ubuntu) to find out if the module mod_deflate is called. If so, turn off page compression.</p> <p>You're done!<strong></strong></p> Optimization caching performance Drupal 5.x Drupal 6.x Thu, 11 Jun 2009 16:56:06 +0000 jchatard 56 at http://www.drupal-check.org