I introduced content_init a few weeks ago to remove views/pathauto integration .inc files from top level php.
This is not a good thing, though, for it forces content.module to be loaded for every (non aggressive) cached page served, and thus degrades performance for no valid reason.
The views loading part _should_ be safely moved to content_menu (Views.module sets its system weight to 10, so content_views.inc should get included before views_menu is executed)
Not sure yet about the pathauto part - see http://drupal.org/node/60526 (plus I'm not really familiar with pathauto...)
Comments
Comment #1
karens commentedLink to a related issue that might provide some context for a solution is http://drupal.org/node/108688. Any ideas yet on how to do this? I want to do the same in the Date module.
Comment #2
dopry commentedWe've closed 1.x for new features. I'll assume the people who needed to squeeze additional performance out have done so at this juncture... and the module does work with aggressive caching even if it does only display a warning or error.