Problem/Motivation
Currently the module_invoke_all function can create a great amount of function calls.
Proposed resolution
By adding static cache we can decrease those, leaving some extra cpu.
Currently the module_invoke_all function can create a great amount of function calls.
By adding static cache we can decrease those, leaving some extra cpu.