Query Metrics
7
Database Queries
7
Different statements
33.81 ms
Query time
0
Invalid entities
1267
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.56 ms |
"START TRANSACTION"
Parameters:
[] |
| 2 | 2.46 ms |
INSERT INTO log (id, created_at, event_name, user_id) VALUES (?, ?, ?, ?)
Parameters:
[ b"\x010\x1AcP{¬Æ‰éb;ê\f" "2026-03-27 16:22:08" "WIDOK (odwiedziny podstrony): /page-dealers [GET]" null ] |
| 3 | 4.27 ms |
"COMMIT"
Parameters:
[] |
| 4 | 4.62 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.city AS city_4, t0.postal_code AS postal_code_5, t0.phone AS phone_6, t0.open_time AS open_time_7, t0.whole_poland AS whole_poland_8, t0.email AS email_9, t0.url AS url_10, t0.foto AS foto_11, t0.nip AS nip_12, t0.description AS description_13, t0.facebook AS facebook_14, t0.active AS active_15, t0.group_id AS group_id_16, t0.district_id AS district_id_17 FROM dealer t0 WHERE t0.active = ? ORDER BY t0.id DESC
Parameters:
[
"1"
]
|
| 5 | 4.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM district t0 ORDER BY t0.name ASC
Parameters:
[] |
| 6 | 4.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.make AS make_4 FROM `group` t0
Parameters:
[] |
| 7 | 11.65 ms |
SELECT DISTINCT d0_.city AS city_0 FROM dealer d0_
Parameters:
[] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Dealer | 1213 |
| App\Entity\Group | 37 |
| App\Entity\District | 16 |
| App\Entity\Log | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Log | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Dealer | No errors. |
| App\Entity\Group | No errors. |
| App\Entity\District | No errors. |
| App\Entity\Make | No errors. |