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,...
Post new comment