hook_update and hook_footer stand out as missing hooks that can have performance or functionality implications. We could also catch some core drupal_alter calls, like on drupal_goto, and fire off info events.

Comments

Eronarn’s picture

Here's a patch that adds Panels support. This doesn't get the entire Panels execution time (renderer initialization as well as a few other steps occur before pre_render), but I feel it's still better to refer to it as "drupal_panels" rather than "drupal_render_panels" or something.

Eronarn’s picture

hook_footer support in Drupal 6.

pdrake’s picture

Status: Active » Fixed

I have added these two sets of hook implementations. Please open another issue if you have another set of hooks to implement in the future.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Eronarn’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Closed (fixed) » Patch (to be ported)

D6 backport needed.

Eronarn’s picture

Status: Patch (to be ported) » Closed (fixed)

So it turns out I'm bad at git