View Single Post
  #53  
Old 03-06-2007, 07:35 PM
 
jimmy_ jimmy_ is offline
 

Advanced Member
  
Join Date: Sep 2004
Posts: 37
 

Default Re: 4.0.x performance improvement

what comes before the :

if (empty($templater->strict_resources) && ($r=func_bf_psc('r', 'asc'))!==false) {
$templater->strict_resources[] = $r;
}


I would like to re-add this line to my cart to see if this is what is causing my insane CPU usage...





Well luckily I have multiple XCARTS 4.0.x and one I did not do this mod too.

function func_display($tpl, &$templater, $to_display = true) {
$templater->register_postfilter("func_tpl_postfilter");
$templater->register_postfilter("func_webmaster_filter");

would be what is before this line you are too remove.


I would be very interested to see if anyone else is noticing a large CPU drain after this mod... or is it just me? and if it is just me... I am curious to know why.
__________________
Xcart v4.0.18
Reply With Quote