Skip to content

Instantly share code, notes, and snippets.

@shoman4eg
Last active August 29, 2015 14:21
Show Gist options
  • Save shoman4eg/8d7835236abccc6068fa to your computer and use it in GitHub Desktop.
Save shoman4eg/8d7835236abccc6068fa to your computer and use it in GitHub Desktop.
Bitrix Sql Tracker
<?php
$GLOBALS["DB"]->ShowSqlStat = true;
$application = \Bitrix\Main\Application::getInstance();
$connection = $application->getConnection();
$connection->startTracker();
$sqlTracker = $connection->getTracker();
?>
Какой то код c sql запросами
<? var_dump($sqlTracker->getQueries());
$GLOBALS["DB"]->ShowSqlStat = false;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment