phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-users] Howto optimize phpgw for speed


From: Chris Weiss
Subject: RE: [Phpgroupware-users] Howto optimize phpgw for speed
Date: Tue, 04 Feb 2003 14:39:08 +0000

The biggest part of this is that IMAP itself is inherently slow.  Netscape and
O'look keep a very aggressive cache which help them appear much faster because 
you
only downlaod a message once.  In php it's much harder to keep such a cache, 
but I
understand Angles is at the very least thinking about the different option to
decide how to implement it.

Make sure your web server's ip can be resolved fast by adding it to the hosts 
file
on teh imap server.  Consider running the IMAP server as a daemon instead of
through xINETD, this will improve responce times.  Install the latest from
anglemail.org and use the setup app to install it's new db table for caching.  
On
my little Celeron 300 i've brought my responce times down to under 4 seconds for
most emails, a faster server should do much better.

You can also enable the DEBUG_TIMER in header.inc.php to get a fairly accurate 
"php
processing time" displayed at the bottom of ever page.

Magnus Nilsson (address@hidden) wrote*:
>
>I have now installed phpa version 1.3.4r1 and immediately noticed speed
>improvements in calendar, notes, todo, infolog etc.
>
>But no noticeable performance improvement in email,
>and email is my primary goal to speed up since it is slow today.
>Takes about 8sec to load my inbox.
>
>HereĀ“s some figures I noticed after I have installed phpa.
>Login consume around 6.7Mb of phpa cache.
>start of email another 1Mb.
>cal/todo/sitemgr.public_site only 100-200k.
>Infolog around 2.5Mb.
>
>After using pgpgw with phpa for a couple of hours my chace size has stabilized
>at 11.5Mb.
>
>Is there any way to time the amount of time it takes for email-app to login and
>retrieve my inbox from imap? (to see how much time is consumed downloading data
>from imap compared to the 8sec it takes for email app to show my inbox.)
>
>/magnus
>
>
>Hsing-Foo Wang (address@hidden) wrote:
>>
>>I can confirm this. It's working over a year now without problems and
>>giving me a lot of speed increase for my php apps.
>>
>>Installation is easy, install and forget.
>>
>>Regards,
>>Hsing-Foo
>>
>>> -----Oorspronkelijk bericht-----
>>> Van:
>>> address@hidden
>>> [mailto:address@hidden
>>> org] Namens Jean-Pierre Schwickerath
>>> Verzonden: maandag 3 februari 2003 20:16
>>> Aan: address@hidden
>>> Onderwerp: Re: [Phpgroupware-users] Howto optimize phpgw for speed
>>>
>>>
>>> "Magnus Nilsson" <address@hidden> wrote:
>>>
>>> > How do I speed up application access in phpGW?
>>> > What is the optimal settings in php.ini
>>>
>>>
>>> I haven't had the time to try it yet but there is a nice project at
>>>
>>http://www.php-accelerator.co.uk/
>>
>>It seems to speed up php a lot.
>>
>>
>>Jean-Pierre
>>
>>
>>Nothing is impossible... Everything is relative!
>>
>>
>>_______________________________________________
>>Phpgroupware-users mailing list
>>address@hidden
>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>
>>
>>
>>_______________________________________________
>>Phpgroupware-users mailing list
>>address@hidden
>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>
>
>
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]