Omega Framework 0.9.0 Available

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post 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.
cwis
Forum Newbie
Posts: 8
Joined: Tue Oct 02, 2007 5:54 pm

Post 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).
Post Reply