Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#2520 - CRM is very slow after installation of security suite
Hi Team ,
We are facing few issues after security suite installation
- SecuritySuiteOutfittersLicense::get_current_plan: no public key was provided in the last response
we have validated the license from Admin section quite a few times, after validating it works fine but again after sometime issue persists. As its happening multiple times team is unable to validate license everytime
CRM got down slow , many slow queries logging at crm log
We have tried to optimise the security suite by below , but no use CRM is very slow https://store.suitecrm.com/docs/securitysuite/optimizing-securitysuite.
How do we uninstall this addon ,We do not have any uinstallation guide for this ..Will directly uninstalling the addon from module loader lead any issue? Do we need to follow any steps for this
4 years ago
Hello,
With the first license issue, what happens is that when you validate the key it saves the key in your config_override.php file. If this file gets overwritten, such as by a code deployment if you are managing production that way, then the key would no longer exist and a validation will need to be done.
If you are continuing to experience slowness then it will come down to database performance. It could be a combination of needing to index appropriately for your specific usage, optimizing MySQL itself, and a more powerful server.
For uninstalling, use Module Loader to uninstall. However, have a clean instance of your version of SuiteCRM on hand. SuiteCRM's uninstaller can mess up with copying back the original files if there were file permission issues either during original installation or at the time of uninstalling.
If screens go white after uninstalling simply copy the following directories from your clean SuiteCRM instance into your production instance:
The log in and run the following three repair steps:
I hope this helps!