https://api.vin.adevinta.t.crtweb.ru/api/vin/11232131231231232

Query Metrics

4 Database Queries
4 Different statements
163.85 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
139.54 ms
(85.16%)
1
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"
]
11.86 ms
(7.24%)
1
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.42 ms
(3.92%)
1
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"
]
6.03 ms
(3.68%)
1
SELECT t0.password AS password_1, t0.roles AS roles_2, t0.id AS id_3 FROM "user" t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "1efb0692-91ef-6562-80d9-edd266813431"
]

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
  • The field 'App\Entity\Order#totalSum' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Vin No errors.
App\Entity\ReportType No errors.
App\Entity\Setting No errors.