We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5766aa8 commit 655abd4Copy full SHA for 655abd4
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Full.php
@@ -259,12 +259,8 @@ private function reindexByBatches(
259
array $dimensions,
260
string $typeId
261
): void {
262
- $i = 0;
263
foreach ($this->getBatchesForIndexer($typeId) as $batch) {
264
- $start = microtime(true);
265
$this->reindexByBatchWithDimensions($priceIndexer, $batch, $dimensions);
266
- $time_elapsed_secs = microtime(true) - $start;
267
- echo $i++."--> $time_elapsed_secs secs".PHP_EOL;
268
}
269
270
0 commit comments