The other day I profiled LifeType, I'm using the 1.0.x branch. To my surprise most of the execution time of the script was spent on defining constants! I thought this is insane. One of my friends is a core PHP developer, I told him about my findings, and he wasn't surprised. he explained to me that define() is very slow. LifeType has so many constants, what do you think can be done with regards to this issue?
<br><br><br>- Ammar<br>