News Feed
Jobs Feed
Sections




News Archive
Larry Garfield's Blog:
Drupal 7 gets introspective code registry
May 08, 2008 @ 12:53:14

Larry Garfield talks about a new feature of Drupal 7 in a new post to his blog - the new introspective code registry that's been introduced in this latest version.

As a GHOP Task , Cornil did a performance analysis of Drupal and found its two largest performance drains were the bootstrap process and the theming layer. Quite simply, Drupal spends too much time including code. [...] Fortunately, Drupal 7's self-learning code registry system has just landed, which should obliterate most of the wasted bootstrap cost.

Larry describes the "heart of it all", the token_get_all call, that parses through an entire PHP file, splitting out things like classes included and functions called. This is passed through a function_exists call to the current script and, if it's already there, the file isn't included repetitively.

0 comments voice your opinion now!
drupal cms registry tokengetall system functionexists


blog comments powered by Disqus

Similar Posts

TigerFish Interactive: Drupal 6: Posting AJAX callbacks in SimpleTest

NewsForge: New kid on the blog: A look at Serendipity 1.0

GnomeOnTheRun.com: Comparing Wordpress, Drupal, and Joomla's Websites

Douglas Clifton's Blog: PHP Specificity (a Five-part Series)

PHP-Tools Blog: Analyzing aide (advanced intrusion detection environment) output with PHP


Community Events











Don't see your event here?
Let us know!


community interview series language framework conference functional release unittest introduction testing code opinion object podcast zendframework2 phpunit development tool example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework