Query Metrics
4
Database Queries
3
Different statements
54.75 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
22.78 ms (41.61%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.vehicle_manufacturer_id AS vehicle_manufacturer_id_4 FROM vehicle_model t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"superb"
]
|
|
17.58 ms (32.11%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM vehicle_manufacturer t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"skoda"
]
|
|
14.39 ms (26.27%) |
2 |
SELECT t0.id AS id_1, t0.id_import AS id_import_2, t0.visible AS visible_3, t0.create_at AS create_at_4, t0.hidden_at AS hidden_at_5, t0.seo_slug AS seo_slug_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8, t0.seo_h1 AS seo_h1_9, t0.url_generated_at AS url_generated_at_10, t0.vin AS vin_11, t0.places AS places_12, t0.doors AS doors_13, t0.load_capacity AS load_capacity_14, t0.total_weight AS total_weight_15, t0.state AS state_16, t0.mileage AS mileage_17, t0.mileage_unit AS mileage_unit_18, t0.made_date AS made_date_19, t0.price AS price_20, t0.vat AS vat_21, t0.price_before AS price_before_22, t0.price_leasing AS price_leasing_23, t0.payment_leasing_count AS payment_leasing_count_24, t0.eco_vat AS eco_vat_25, t0.engine_volume AS engine_volume_26, t0.stk_to AS stk_to_27, t0.first_owner AS first_owner_28, t0.service_book AS service_book_29, t0.tuning AS tuning_30, t0.note AS note_31, t0.engine_power AS engine_power_32, t0.type AS type_33, t0.not_crashed AS not_crashed_34, t0.financial_info AS financial_info_35, t0.payment_leasing AS payment_leasing_36, t0.gearbox AS gearbox_37, t0.category_id AS category_id_38, t0.kind_id AS kind_id_39, t0.sub_kind_id AS sub_kind_id_40, t0.model_id AS model_id_41, t0.body_id AS body_id_42, t0.color_id AS color_id_43, t0.fuel_id AS fuel_id_44, t0.condition_vehicle_id AS condition_vehicle_id_45, t0.part_kind_id AS part_kind_id_46, t0.manufacturer_id AS manufacturer_id_47, t48.id AS id_49, t48.create_at AS create_at_50, t48.end_at AS end_at_51, t48.vehicle_id AS vehicle_id_52, t0.dealer_id AS dealer_id_53 FROM vehicle t0 LEFT JOIN vehicle_tip t48 ON t48.vehicle_id = t0.id WHERE t0.id = ? AND t0.visible = ? AND t0.manufacturer_id = ? AND t0.model_id = ? LIMIT 1
Parameters:
[ 47222 1 247 1513 ] |
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\VehicleModel | No errors. |
| App\Entity\VehicleManufacturer | No errors. |
| App\Entity\Vehicle | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\VehicleCategory | No errors. |
| App\Entity\VehicleKind | No errors. |
| App\Entity\VehicleSubKind | No errors. |
| App\Entity\VehicleBody | No errors. |
| App\Entity\VehicleColor | No errors. |
| App\Entity\VehicleFuel | No errors. |
| App\Entity\VehicleCondition | No errors. |
| App\Entity\VehiclePartKind | No errors. |
| App\Entity\VehicleTip | No errors. |
| App\Entity\Dealer | No errors. |
| App\Entity\VehicleFinancial | No errors. |
| App\Entity\VehicleEquipment | No errors. |
| App\Entity\VehicleImage | No errors. |
| App\Entity\VehicleForm | No errors. |