On Mon, Nov 29, 2010 at 12:09 PM, Larry Garfield <larry@xxxxxxxxxxxxxxxx> wrote: > There are many things that everybody "knows" about optimizing PHP code. ÂOne > of them is that one of the most expensive parts of the process is loading code > off of disk and compiling it, which is why opcode caches are such a bit > performance boost. ÂThe corollary to that, of course, is that more files = > more IO and therefore more of a performance hit. I'd just organise them how you think makes most sense and then optimize if you run into issues. Kind regards Andrew M -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php