8
0
Bifurcation 0

Documentation to SQL Status Query Monitor

Cette révision appartient à :
Tobias Matthaiou 2019-11-06 14:56:39 +01:00
Parent 7e6687132c
révision e0bd400107
3 fichiers modifiés avec 21 ajouts et 0 suppressions

Voir le fichier

@ -32,3 +32,24 @@ CLI:
![Example CLI](https://raw.githubusercontent.com/TumTum/oxid-sql-logger/master/img/screenshot-cli.png)
## SQL Query Status Monitor
![Example CLI](https://raw.githubusercontent.com/TumTum/oxid-sql-logger/master/img/sql-query-status-monitor.jpg)
See how many queries and which types of queries have been added to the database.
To determine the amount.
#### Switch on
For this purpose, the parameter `$this->blSQLStatusBox = true;` must be stored in the file `config.ing.php`.
So you can turn it on and off temporarily.
Unique: Insert, at the end, the Smarty tag: `[{tm_sql_status}]` in the `base.tpl` file.
####### source/Application/views/flow/tpl/layout/base.tpl
```html
[{tm_sql_status}]
</body>
</html>
```

Fichier binaire non affiché.

Avant

Largeur:  |  Hauteur:  |  Taille: 824 KiB

Après

Largeur:  |  Hauteur:  |  Taille: 827 KiB

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 9.9 KiB