[oxid-dev-general] Performance patch for oxarticles

2011-09-27 Thread Daniel Schlichtholz
Hi list, version 4.5.2 CE, file: core/oxarticles.php method _assignPrices, line 3785ff --- // compute price $dPrice = $this-getPrice()-getBruttoPrice(); $oCur = $myConfig-getActShopCurrencyObject(); //price per unit handling if ((double)

Re: [oxid-dev-general] Performance patch for oxarticles

2011-09-27 Thread development
Hi Daniel Thanks for pointing that out. I think this method is not the last one we/OXID could optimize. A few weeks ago I was implementing a price discovery function which gets the price directly from the ERP and was looking for the best place to insert my code. I noticed that methods like