We are having a setup where EspoCRM runs in an Azure WebApp and we are using a PaaS database in azure.
First we tried to have a mysql database and everything seemed to function okay but when adding fields to entities in the admin panel it takes close to a minute to do this task. We tried to scale up the webapp and database but without result. To see if it was database related we made a new MariaDB database. The webapp stayed the same and now we are experiencing an timeout when doing this operation. After the timeout the mutation is done. I haven't found another place yet where this problem also occurs but haven't tried out every function yet, but for example adding users goes without a hitch.
I was wondering if there might be some kind of call back or call to another API or something like that when adding fields to entities. I tried to look in the source code but couldn't easily find where this is done to figure this out myself. I've checked the php settings and database settings etc but everything seems to be in order. The problem occurs both in a windows based and linux based web app. Does someone has experience with this problem or can maybe help me find a solution to it?
First we tried to have a mysql database and everything seemed to function okay but when adding fields to entities in the admin panel it takes close to a minute to do this task. We tried to scale up the webapp and database but without result. To see if it was database related we made a new MariaDB database. The webapp stayed the same and now we are experiencing an timeout when doing this operation. After the timeout the mutation is done. I haven't found another place yet where this problem also occurs but haven't tried out every function yet, but for example adding users goes without a hitch.
I was wondering if there might be some kind of call back or call to another API or something like that when adding fields to entities. I tried to look in the source code but couldn't easily find where this is done to figure this out myself. I've checked the php settings and database settings etc but everything seems to be in order. The problem occurs both in a windows based and linux based web app. Does someone has experience with this problem or can maybe help me find a solution to it?
Comment