Performance

Submitted by Chris Graham on Tue, 07/09/2010 - 11:20
A simple method to improve the YSlow rating on your sites with a Debian server is to provide entity tags (ETags) and compress JS/CSS. You will need to to run the following commands to get the required apache modules:
- a2enmod deflate
- a2enmod expires
Now edit the /etc/apache2/httpd.conf file to include:
<IfModule mod_deflate.c>
<FilesMatch "\.(js|css)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
<Directory /var/www>
FileETag MTime Size
</Directory>
Drupal Planet
- Drupalpress, Drupal in the Health Sciences Library at UVA: Rule Scheduling and Emailing Views According to CCK date fields
- Patrick J Waters: Recent Project: Converting the BMJ (British Medical Journal) to Drupal
- Mediacurrent: Shun Your Clients to Serve Them Better
- Phase2 Technology: Office of the New York Attorney General Finds Great Fit with OpenPublic: An Interview with New Amsterdam Ideas
- Clemens Tolboom: A pinch of Symfony for D8MI?