[Vtigercrm-commits] [vtiger development] #5382: nusoap.php Unncessary debug information - Performance Issue
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Oct 20 09:36:50 EDT 2008
#5382: nusoap.php Unncessary debug information - Performance Issue
------------------------+---------------------------------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4
Keywords: |
------------------------+---------------------------------------------------
File: include/nusoap/nusoap.php
'''function varDump($data)''' is getting called to append the parameters
into the debug log. This function tries to convert the give input into
string.
When plugins like Outlook tries to synchronize hundreds of contact this
could result in performance issue.
It is better to comment lines in the function and re-enable it only if
required.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5382>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list