| ▲ | N2yhWNXQN3k9 6 days ago |
| Laravel is slow because it uses reflection like it is free, and it doesn't even need reflection really. Its just a marketing gimmick, IMO. |
|
| ▲ | stefanfisk 6 days ago | parent [-] |
| Could you expand on how it uses reflection in a manner that incurs a performance hit? |
| |
| ▲ | ebcode 5 days ago | parent [-] | | Reflection by itself is a performance hit. | | |
| ▲ | stefanfisk 4 days ago | parent [-] | | Sure, 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. |
|
|