💾 Archived View for chirale.org › 2008-02-06_37.gmi captured on 2024-08-18 at 17:33:55. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-12)
-=-=-=-=-=-=-
I use YSlow to check a Drupal site performance. Here some tips to get an A with Drupal x.
Step 1: Fewer HTTP requests:
Step 2: Compress pages on-the-fly:
Many modern browsers support Gzip compression. Through .htaccess, you can tell your server to serve gzipped HTML pages, JavaScript and CSS files (or any other text file, since images like JPG and PNG are compressed natively). You can use two approach, depending on your server settings, just add on bottom of your .htaccess:
PHP flag method (compress only php served pages):
Using this method, you can compress HTML pages, JavaScript, CSS files specifying ;MIME type
https://web.archive.org/web/20080206000000*/http://developer.yahoo.com/yslow/
https://web.archive.org/web/20080206000000*/http://drupal.org/project/javascript_aggregator
https://web.archive.org/web/20080206000000*/http://drupal.org/project/tinymce
https://web.archive.org/web/20080206000000*/http://drupal.org/node/216315
https://web.archive.org/web/20080206000000*/http://en.wikipedia.org/wiki/Gzip
https://web.archive.org/web/20080206000000*/http://en.wikipedia.org/wiki/MIME
https://web.archive.org/web/20080206000000*/http://drupal.org/node/249211