[Vtigercrm-commits] [Vtiger development] #8158: performance of vtiger can be improved
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Jul 22 11:44:06 GMT 2014
#8158: performance of vtiger can be improved
------------------------+------------------------
Reporter: alanbell | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Keywords:
------------------------+------------------------
using xdebug and webgrind I have been profiling and improving performance
of viger, the top issue is the to_html function which is called sometimes
1700 times to render a page.
many of the strings are the same and a huge performance boost can be
attained by caching them in an array, also it is possible to do the
decision once which saves time.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8158>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list