Query Metrics
5
Database Queries
5
Different statements
3.07 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.48 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.count AS count_3 FROM `traffic` t0 WHERE t0.created_at = ? LIMIT 1
Parameters:
[
"2024-11-21 07:00:00"
]
|
2 | 0.10 ms |
"START TRANSACTION"
Parameters:
[] |
3 | 0.21 ms |
UPDATE `traffic` SET count = ? WHERE id = ?
Parameters:
[ 3884 22627 ] |
4 | 1.92 ms |
"COMMIT"
Parameters:
[] |
5 | 0.36 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.locale AS locale_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.name AS name_6 FROM `page` t0 WHERE t0.name = ? AND t0.locale = ? LIMIT 1
Parameters:
[ "privacy-notice" "tr" ] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Main\Traffic | No errors. |
App\Entity\Main\Page | No errors. |