4 ms·
Reflection by itself is a performance hit.
by ebcode 1y ago
Reflection by itself is a performance hit.
- stefanfisk 1y agoSure, that doesn't imply that every complex piece of code that uses reflection is slower than the competition. When profiling Laravel app's my experience is not that reflection is taking up any significant part of the request duration.
- N2yhWNXQN3k9 1y agoBlade templates (very slow, especially with components), reflection, macros, not binding things explicitly in the container, etc, all these things lead to very slow applications. Those who use Laravel don't typically care about performance though