Gerhard Killesreiter

While Drupal's performance is always of interest, it has a hard time defending itself against the features people want to add. There are different ways to address this, but the "less features" approach is usually not defensible. To defend itself from the feature onslaught, Drupal tries to load as few lines of PHP code as possible, which helps to increase performance. A PHP opcode cache (such as APC) helps even more and points the way...

Rudy Grigar

I have created a centos/rhel Yum repository for x86_64 architectures containing all of the necessary packages for using HipHop . It depends on the EPEL and IUS repositories. All of the packages are tracked in a GitHub project , and are hosted in a Yum repository at pkg.tag1consulting.com . I recommend installing the repository and hiphop and giving it all a try. Follow the instructions provided in the README on GitHub to get started. Any...