Query Metrics
6
Database Queries
6
Different statements
46.00 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.72 ms |
"START TRANSACTION"
Parameters:
[] |
2 | 7.91 ms |
INSERT INTO "user" (PASSWORD, roles, id) VALUES (?, ?, ?)
Parameters:
[ "$2y$13$Vqdg0LlGC62XYAkfsGbx0ehRClLF8gDTOn3xfRkoN2xahQdQr3dL." "[]" "1f08f63c-9704-6c9e-af18-472f70e24dc8" ] |
3 | 12.12 ms |
"COMMIT"
Parameters:
[] |
4 | 7.38 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:
[
"11111111111111111"
]
|
5 | 6.18 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.69 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:
[
"1ebf03e9-3ff3-6124-bacb-fd88095321f8"
]
|
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. |