Jump to content


Corporate Sponsors


Latest News: (loading..)

FWR Media

Member Since 02 Jul 2005
Offline Last Active Aug 22 2011, 09:32
*****

Issues I've Posted

    [CRITICAL] profile problem ( PDOStatement )

    Posted 1 Apr 2011

    I am seeing profile times of 120 to 160 ms for 10 hits ( basic index.php access ) on the following: -

    osCommerce\OM\Core\PDOStatement

    Line 58:

        	$this->_is_error = !parent::execute($input_parameters);

    Commenting out this code resolves the problem ( speeding profiling by 50% ) but I haven't had the time to analyse why.