mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16f876f647
Show the query number, easier to see the amount of queries executed, and for debugging purposes of a certain slow query, also useful, since a breakpoint can be set, with a parameter saying something in the lines of `$this->queryCount == 50`, so the debugger only breaks on that specific query. Without `dev` and `showqueries=1`, performance is not impacted according to XHProf. |
||
---|---|---|
.. | ||
Database.php | ||
DatabaseException.php | ||
DBConnector.php | ||
DBQueryBuilder.php | ||
DBSchemaManager.php | ||
MySQLDatabase.php | ||
MySQLiConnector.php | ||
MySQLQuery.php | ||
MySQLQueryBuilder.php | ||
MySQLSchemaManager.php | ||
MySQLStatement.php | ||
PDOConnector.php | ||
PDOQuery.php | ||
Query.php |