In order to determine which default components alter hooks need to be implemented, features_override currently needs to make a costly call to features_include() on every page. Need to solve this. Probably requires a patch to Features.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 895250-3-features_override-cache.patch | 6.79 KB | nedjo |
Comments
Comment #1
nedjoComment #2
nedjoAn initial step would be just to cache the available components and their hooks. Need to figure out when/how to flush the cache.
Comment #3
nedjoDraft patch attached, not tested.
Comment #4
nedjoApplied in http://drupal.org/cvs?commit=468526.
Setting back to active pending further review and testing.
Comment #5
nedjoMeets most of the need. Will open other issues for followup.