[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] 0.9.14RC4 much slower
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-users] 0.9.14RC4 much slower |
Date: |
Fri, 26 Jul 2002 14:49:06 +0000 |
is it connect to the 'net? is port 13 open on firewall?
if no, check phpgwapi/inc/class.datetime.inc.php look for
if(!$this->gmtnow &&
address@hidden($GLOBALS['phpgw_info']['server']['tz_offset']))
and change it to
if(false)
to disble the time server sync check.
Dirk H. Schulz (address@hidden) wrote*:
>
>Hi all,
>
>I installed the new RC4 on the same machine which already hosts a RC3
>installation. I cleanly separated both of them, each has its own database
>(mysql) and file tree/URL.
>
>Now RC4 seems to be much slower. It is really a significant difference. I
>compared the settings but cannot find anything that differs that much.
>
>Did you experience the same? Is there anything I could try? It runs on a
>quad processor pentium pro with 1 gig of ram and that should normally be
>sufficient for good performance.
>
>Thanks for any hint.
>
>Dirk
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>