PHP 7.1 Magento 2.3.2-p2
bin/magento
:
global $mageStart;
$mageStart = microtime(true);
\Firebear\ImportExport\Model\Import\Product::saveProducts
global $mageStart;
echo "Time until saveProducts " . (microtime(true) - $mageStart) . PHP_EOL;
(No breakpoints set before that point)
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_autostart=0
xdebug.remote_host=127.0.0.1
xdebug.collect_params=0
xdebug.max_nesting_level=500
xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"//localhost:8091?message=%f:%l\", true); rq.send(null);"
xdebug.var_display_max_depth=5
Time until saveProducts 2.23s
Time until saveProducts 228.93s
Time until saveProducts 43.68s
See twitter thread: https://twitter.com/derickr/status/1215212405141180416 -- it's a problem in 2.9.0