Page 2 of 2
Posted: Fri Oct 05, 2007 5:14 am
by Maugrim_The_Reaper
Performance is always better with one big file. I think the point being missed is that it's straightforward to generate a big file (just automate and add another Phing task). Also an opcode cache helps here obviously

.
Your website is apparently down at the moment.
Posted: Sat Oct 06, 2007 12:35 am
by cwis
Maugrim_The_Reaper wrote:Performance is always better with one big file. I think the point being missed is that it's straightforward to generate a big file (just automate and add another Phing task).
The point is that the generated file must take into consideration that there might be dependancies between files (for example, interfaces must be declared before classes that implement them). Anyone interested can take a look at the GenerateBigOne.php script (it's under GPL).