Skip to content

Instantly share code, notes, and snippets.

View yaronish's full-sized avatar

Yaroslav Onischenko yaronish

View GitHub Profile
@mslabko
mslabko / sql_profiling.php
Last active August 17, 2021 21:43
Enable sql profiling for Magento2
<?php
/**
* Enable sql profiling for each page.
*
* Put code to index file in two parts
*/
// place it BEFORE application run
$profiler = \Magento\Framework\App\ObjectManager::getInstance()
->get('Magento\Framework\App\ResourceConnection')