With the caching of hook_facetapi_facet_info() implementations, it should be safe to add that hook to hook_hook_info() and move it to the facetapi.facetapi.inc file so it is loaded on demand and not on every page load.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | move-hook-1420762-1.patch | 5.78 KB | cpliakas |
Comments
Comment #1
cpliakas commentedComment #2
cpliakas commentedCommitted to the 7.x branches of Facet API.
Comment #3
cpliakas commentedComment #5
nick_vhComment #6
cpliakas commentedNot sure this is applicable to D6 since hook_hook_info() isn't the same thing between D6 and D7.