Hello! We work with SugarCrm. Who does not know Sugarcrm is a CRM made in mysql and php that uses the Zend framework. We used the opensource version and did some customization.
I'm having trouble where some customer records take too long to load.
I'd like to know the best way for me to find out why these clients do not load.
Because they are not all, it's one or the other, if it was general, I'd understand that it could be some query inside mysql that has a problem, but it's not, it's just one or another record that takes the charge and it is not every day. There are days these same logs load fast and there are days that they resolve to take to load.
I would like to understand why. If for a case there is some form inside linux (the server where the system is hosted is in Debian linux) I can monitor and find out what happens to those records.
Thank you