In my index.php file I always load some classes used later in code. From profiler it states it sometimes can take about 20% of entire code. Is there any impovement that can make this process faster?
I would try to make this list of classes shorter, but app is very big and checking all dependencies will be costly.