dries

Microsoft Starts Distributing Open-Source Drupal

Linux Today  Fri, 10/17/2008 - 13:03

The Open Road: "The single biggest distributor of Drupal just might be Microsoft. As I discovered from Dries Buytaert's blog on Wednesday, Microsoft's Web Application Installer comes with out-of-the-box support for Drupal, OScommerce, and other popular open-source Web applications."


 

Benchmarking page loading - Larry Garfield

Planet PHP  Sun, 03/16/2008 - 15:21

One of the major changes in Drupal 6 (where "major" is defined as "worthy of a mention in Dries' keynote") was a new feature of the menu and theme hooks.

The newly introduced "file" and "file path" keys in those hooks' respective retun arrays. allow them to define files that get included conditionally, only when needed.

In theory, that should be a big performance boost; page handlers are virtually never called except for on the page they handle, so loading all of that code on every other page is a waste of CPU cycles.