performance

Object cache module

When loading nodes (or other entities) cant be avoided use:
http://drupal.org/project/object_cache

Drupal performance podcast with Khalid Baheyeldin

Drupal performance podcast with Khalid Baheyeldin.

http://drupaleasy.com/podcast/2010/08/drupaleasy-podcast-42-drupal-perfo...

Install eaccelarator

eAccelerator is a free open-source PHP accelerator. It reduces the server load and increases the speed of your PHP code.

http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/

Performing batch data operations on cron run (Drupal 6)

An overview of the possible options when trying to perform heavy batch data operation on cron run (Drupal 6)

http://svendecabooter.be/blog/performing-batch-data-operations-on-cron-r...

How to prepare ubuntu on a vps for drupal

Hosting your Drupal site on a VPS has a lot of advantages over running your site on shared hosting, but is a bit more difficult to get started. With the guide provided in this post you be able to set up an Ubuntu Server on your VPS pretty easily.

http://www.drupalcoder.com/story/650-preparing-ubuntu-server-for-hosting...

Posted by: 
Dominique De Cooman

In terminal:

First install libevent:

cd /usr/local/src/
wget <a href="http://monkey.org/~provos/libevent-1.3e.tar.gz
tar">http://monkey.org/~provos/libevent-1.3e.tar.gz
tar</a> zxpfv libevent*
cd libevent*
./configure
make install

Download and install memcached:

cd /usr/local/src/
wget <a href="http://www.danga.com/memcached/dist/memcached-1.2.4.tar.gz
tar">http://www.danga.com/memcached/dist/memcached-1.2.4.tar.gz
tar</a> zxpfv memcached*
cd memcached*
./configure
make install

Pages

Subscribe to performance