Query Metrics
6
Database Queries
6
Different statements
44.92 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.83 ms |
"START TRANSACTION"
Parameters:
[] |
2 | 7.32 ms |
INSERT INTO "user" (PASSWORD, roles, id) VALUES (?, ?, ?)
Parameters:
[ "$2y$13$yQJJHdtD0.1Ew0vyzGqLx.WQFOOKFRadUUSh.ydVqPQq.q0TidBCy" "[]" "1f074355-860a-6704-a719-f5e4e924839b" ] |
3 | 11.38 ms |
"COMMIT"
Parameters:
[] |
4 | 7.42 ms |
SELECT t0.vin AS vin_1, t0.region AS region_2, t0.country AS country_3, t0.model AS model_4, t0.full_model AS full_model_5, t0.manufacturer AS manufacturer_6, t0.year AS year_7, t0.ready AS ready_8, t0.check_sum AS check_sum_9, t0.created_at AS created_at_10, t0.id AS id_11 FROM vin t0 WHERE t0.vin = ? LIMIT 1
Parameters:
[
"11232131231231232"
]
|
5 | 6.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Report.Price"
]
|
6 | 6.71 ms |
SELECT t0.name AS name_1, t0.description AS description_2, t0.id AS id_3 FROM report_type t0 INNER JOIN vin_report_type ON t0.id = vin_report_type.report_type_id WHERE vin_report_type.vin_id = ?
Parameters:
[
"1f072aeb-5849-6d9c-a65e-77f33c303bb5"
]
|
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\User | No errors. |
App\Entity\Order |
|
App\Entity\Vin | No errors. |
App\Entity\ReportType | No errors. |
App\Entity\Setting | No errors. |