I have a 1.9MB PHP library that I am including at the beginning of my scripts. It contains all of my database objects, methods, etc necessary for my website. It takes 0.1s to 0.3s to include it each time.
I use eAccelerator to cache the bytecode of this file. What else can I do to optimize the performance of this 'include'?