[imp] Re: IMP Performance in mailbox.php

Michael M Slusarz slusarz at bigworm.colorado.edu
Mon May 26 18:22:28 PDT 2003


Quoting Johny <horde at agotnes.com>:

| Split up, all times are elapsed from start of mailbox.php;
| To get past all the require_once statements - 0.81 secs (was 0.81)
| seconds (now WAY over HALF!)

Of course this number will be high.  include_once() compiles the code of all
libraries included in mailbox.php.  This means _all_ the stuff in
Horde(registry, prefs, authentication, etc. etc.) and a lot of stuff in IMP
(everything not living in the mailbox.php file).  Installing a PHP
accelerator will drastically speed this part up (since these compilations
are cached).

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder


More information about the imp mailing list