Query Metrics
9
Database Queries
7
Different statements
3.27 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.49 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 06:00:00"
]
|
2 | 0.10 ms |
"START TRANSACTION"
Parameters:
[] |
3 | 0.25 ms |
UPDATE `traffic` SET count = ? WHERE id = ?
Parameters:
[ 7099 22626 ] |
4 | 1.06 ms |
"COMMIT"
Parameters:
[] |
5 | 0.40 ms |
SELECT COUNT(DISTINCT (b0_.id)) AS sclr_0 FROM `blog` b0_ WHERE b0_.locale = ? AND b0_.status = ?
Parameters:
[ "tr" 1 ] |
6 | 0.38 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.content AS content_2, b0_.created_at AS created_at_3, b0_.updated_at AS updated_at_4, b0_.status AS status_5, b0_.slug AS slug_6, b0_.locale AS locale_7, b0_.short_content AS short_content_8, b0_.image_id AS image_id_9 FROM `blog` b0_ WHERE b0_.locale = ? AND b0_.status = ? ORDER BY b0_.id DESC LIMIT 6
Parameters:
[ "tr" 1 ] |
7 | 0.30 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.mine_type AS mine_type_4, t0.original_name AS original_name_5, t0.name AS name_6, t0.original_extension AS original_extension_7 FROM `file` t0 WHERE t0.id = ?
Parameters:
[
100
]
|
8 | 0.16 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.mine_type AS mine_type_4, t0.original_name AS original_name_5, t0.name AS name_6, t0.original_extension AS original_extension_7 FROM `file` t0 WHERE t0.id = ?
Parameters:
[
2
]
|
9 | 0.14 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.mine_type AS mine_type_4, t0.original_name AS original_name_5, t0.name AS name_6, t0.original_extension AS original_extension_7 FROM `file` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\Blog | No errors. |
App\Entity\Main\File | No errors. |