Extremely low speed server response - 6 seconds!

yes AmirhosseinRzd, check the reminders table in your database and if you have a lot of rows in there set them to deleted and see if that speeds up your server response time. It had a critical effect on the client in the bug report.

1 Like

Could you give the query for changing the deleted column of reminders to 1?

update:

I used this queruy


update 'reminders'
set deleted = 1
where deleted = 0

And I checked the speed is back to normal. :woohoo: :woohoo: :woohoo:

Thank you @pgr and @andy

Would you guys help me with this other topic?
https://suitecrm.com/forum/developer-help/10500-blank-screen-after-creating-a-case