[Vtigercrm-commits] [vtiger development] #5382: nusoap.php Unncessary debug information - Performance Issue
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Oct 20 09:39:52 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
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment (by prasad):
This could be one of the fix:
{{{
function varDump($data) {
/** To increase performance we have commented this. */
/*
ob_start();
var_dump($data);
$ret_val = ob_get_contents();
ob_end_clean();
return $ret_val;
*/
return 'varDump';
}
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5382#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list