Speed up page load times by saving the results of frequent database queries in MySQL’s query cache. Cached queries are handled quicker, enabling Drupal to build pages faster for site visitors.
Speed up page load times by saving compiled Drupal PHP scripts into a script cache using a PHP accelerator. Cached scripts don’t have to be compiled again, saving time and enabling Drupal to build pages faster for site visitors.
Speed up page load times by automatically compressing CSS, HTML, and JavaScript files in Apache. Compressed files are smaller and faster to send.
Legitimate web site visitors are there to read your content, but spammers only visit to run email harvesters (spambots) that scan your web pages for email addresses. To protect your addresses, and avoid wasting network bandwidth talking to spammers, change your web server configuration to block spammer access. Blacklist spammer IP addresses, block access from known harvester spiders, or require visitors to log in. Some of the methods tested in this article were successful at blocking email harvesters.
A spammer’s email harvester is a web spider that crawls through the pages of your site looking for email addresses. To protect your addresses, hide the pages that contain them. Use a robots.txt file or <meta> tags to stop well-behaved harvesters (are there any?), and hidden links, redirects, forms, and frames to try to stop the rest. The email harvesters tested in this article were stopped by some of these tricks, but not by others.