[ask] Performance Improvement Best Practices

Hi all,

Could you share how to improve the SuiteCRM performance?
The SuiteCRM only has 10 leads. But, it could takes 3 seconds to update a lead only. Even in our local machine.
Based on the time limit that has been set from our organization, we should get every crud action finish under 1 second.

Thanks in advance.

See some answers here

https://suitecrm.com/forum/suitecrm-7-0-discussion/16314-suitecrm-performance-tuning

But watch out, unless your hardware is terrible, 3 seconds on a small installation looks like a matter of misconfiguration, not just a need for performance tuning. You might have something failing in your network, or configuration.

1 Like

Two things should improve that:

  • Activate opcache for php
  • Install apc(u) for php (with or without u depending if php5 or php7)
1 Like