Hello everyone,

O/S:Windows 2000
SugarCRM Community edition 5.0.0b(upgraded from 5.0.0a)
IIS 6
MySQL - 4.1.18-nt
MySQL client version: 5.0.27


I need your help.

First of all i would like to tell that SugarCRM is a great application and well managed.

We need to speed up Email module and sugarcrm as whole,because it is very slow currently it takes about 15 seconds to load.

Right now i have made some changes or settings in config.php and config_override files: but speed has increased say about 10% only.

/***CONFIGURATOR***/$sugar_config['calculate_response_time'] = false;
/***CONFIGURATOR***/$sugar_config['disable_count_query'] = true;
/***CONFIGURATOR***/$sugar_config['hide_subpanels_on_login'] = true;
/***CONFIGURATOR***/$sugar_config["verify_client_ip"] = false;


PLease guide me,what should i do to increase the speed by 80-90%.
I have read about Zend and APC but ,dont' know how to install it and exactly what to install and where.
I am searching for it,but please help me if you know about this.
Also in DB my.ini file i have increased cache size but no change.

Your help would be very much apperciable.