Hi,
I'm looking for information and tools that I can use to check the performance of my CRM. Beit tools to monitor Mysql, Apache PHP tweaks etc.
Lately users have complained about slow loading, saving times.
Rgds
Chris
Hi,
I'm looking for information and tools that I can use to check the performance of my CRM. Beit tools to monitor Mysql, Apache PHP tweaks etc.
Lately users have complained about slow loading, saving times.
Rgds
Chris
Have you looked at the performance tweaks?
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
Thanks,
I've had a look at those already. Implemented the ones I hadn't done yet. So hopefully that will help, I've also looked at some of the optimisations for FireFox (network pipelining) and others....
Its has made a difference already. Two days ago to access the detail view of an Account was talking 1.55seconds (from the sugar server response) and the browser was timing 10secs to load....
Today after teh tweaks the server response for the same stuff is .40sec and the browser is timing 2-3secs to load..
Rgds
Chris
We had the same issue where the server generated time was short but the actually response time took forever. We implemented APC for caching and it immediately fixed the problem.
Co-Founder of: SugarOutfitters
Modules:
SecuritySuite (Teams)
Photo Module
Follow me on Twitter:eggsurplus
Your Personal Developer
Can you give more detail on this, how you achieved it etc..
Rgds
Chris
This might be of interest http://www.webperformanceinc.com/lib...APC/index.html
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
You might also want to consider MonYog too:
http://www.webyog.com/en/
Another side note, check your antivirus if you have Windows workstations. The script scanning on those things can severely impact performance.
Regards,
Angel Magaņa
Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
Blog: http://cheleguanaco.blogspot.com.
Twitter: @cheleguanaco.
________
| Projects: |_____________________________________
|
| CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
| GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
| CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
| Round Robin Leads Assignment
| Phone Number Formatter
| CaseTwit (Twitter Integration)
______________________________________________
Here's a note I had in our JIRA instance on this issue:
Guide: http://docs.moodle.org/en/Installing_APC_in_Windows
Following needed for APC:
1. Determine PHP version of server
2. Download PECL by going to http://www.php.net/releases, scroll to the appropriate PHP version, click download for PECL
3. Extract php_apc.dll and drop in php/ext (unless already exists)
4. Open apache/bin/php.ini and add
extension=php_apc.dll
apc.shm_size = 64 <--increase this to the point where it makes a difference
apc.shm_segments =1 <- leave at one
apc.enabled = 1
apc.max_file_size = 10M
5. Make sure Zend is disabled
6. Restart Apache
7. To test if working open include\utils\external_cache.php and set:
define('EXTERNAL_CACHE_DEBUG', true);
Co-Founder of: SugarOutfitters
Modules:
SecuritySuite (Teams)
Photo Module
Follow me on Twitter:eggsurplus
Your Personal Developer
Thanks for all the info.
I've tried the MonYog but you have to buy that - I'm trying to keep to the free products
I have found a wealth of information on the APC stuff so I will give that a try.
Rgds
Chris
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks