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.
2 parents e81e44c + 77b7539 commit 05165f2Copy full SHA for 05165f2
app/code/Magento/Catalog/view/frontend/templates/product/listing.phtml
@@ -16,7 +16,6 @@
16
*/
17
?>
18
<?php
19
-$start = microtime(true);
20
$_productCollection = $block->getLoadedProductCollection();
21
$_helper = $this->helper(Magento\Catalog\Helper\Output::class);
22
@@ -98,4 +97,3 @@ $_helper = $this->helper(Magento\Catalog\Helper\Output::class);
98
97
</div>
99
<?= $block->getToolbarHtml() ?>
100
<?php endif; ?>
101
-<?= $time_taken = microtime(true) - $start ?>
0 commit comments