Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The ExtensionInvocationHandler does some useless reflection in most scenarios. It can be optimized to avoid calling Class::getMethod when there's no need to.