[Vtigercrm-developers] getEntityModuleInfo recaching due to missing vtiger_entityname rows

Alan Bell alan.bell at libertus.co.uk
Fri Jul 18 00:13:18 GMT 2014


in the getEntityModuleInfo in Functions.php it re-caches all module info 
when there is a cache miss.

Events and Webmails don't have an entry in vtiger_entityname so it does 
4 unneccessary full reads of the module info (which is also a cascade of 
to_html processing)

if you add a row for Events and Webmails in vtiger_entityname it works a 
bit better.

Alan.


-- 
Libertus Solutions
http://libertus.co.uk



More information about the vtigercrm-developers mailing list