SquirrelMail English Site Russian Site Japanese Site 
News
About
Support
Screen shots
Download
Plugins
Documentation
Sponsors



Older Newer
Wed, 08 Aug 2007 12:22:35 . . . . squirrelmail.org [Fixing link]


Changes by last author:

Added:
Use the web server module instead of the CGI. That eliminates a lot of headaches and makes things load much faster. The SquirrelMail IMAP functions were benched with both versions and the CGI version was 30% slower than the web server module (on that system).

PHP was written to be extendable with loadable modules. With PHP 4, Zend has built-in some additional code to make PHP load faster. That's why with a phpinfo() without the Zend Optimizer enabled, you still see a message about Zend near the top of the screen.

The use of a [PHP cache] might speed up things further.

© 1999-2008 by The SquirrelMail Project Team