Query Metrics
5
Database Queries
4
Different statements
1.83 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM vehicle_kind t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"zasady-pouzivani-souboru-cookies"
]
|
| 2 | 0.48 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.url AS url_2, b0_.description AS description_3, b0_.text AS text_4, b0_.keyword AS keyword_5, b0_.text_source AS text_source_6, b0_.visible AS visible_7, b0_.visible_homepage AS visible_homepage_8, b0_.create_at AS create_at_9, b0_.import_id AS import_id_10, b0_.top AS top_11, b0_.redirect AS redirect_12, b0_.main_kind_id AS main_kind_id_13, b0_.vehicle_manufacturer_id AS vehicle_manufacturer_id_14, b0_.vehicle_model_id AS vehicle_model_id_15 FROM blog b0_ WHERE b0_.visible = 1 AND b0_.create_at <= ? AND b0_.url = ?
Parameters:
[ "2025-12-16 05:02:38" "zasady-pouzivani-souboru-cookies" ] |
| 3 | 0.37 ms |
SELECT p0_.id AS id_0, p0_.rank AS rank_1, p0_.name AS name_2, p0_.url AS url_3, p0_.visible AS visible_4, p0_.main AS main_5, p0_.title AS title_6, p0_.description AS description_7, p0_.text AS text_8 FROM page p0_ WHERE p0_.url = ? LIMIT 1
Parameters:
[
"zasady-pouzivani-souboru-cookies"
]
|
| 4 | 0.26 ms |
SELECT t0.id AS id_1, t0.rank AS rank_2, t0.name AS name_3, t0.url AS url_4, t0.visible AS visible_5, t0.main AS main_6, t0.title AS title_7, t0.description AS description_8, t0.text AS text_9 FROM page t0 WHERE t0.visible = ? AND t0.main = ? ORDER BY t0.rank ASC
Parameters:
[ 1 1 ] |
| 5 | 0.32 ms |
SELECT t0.id AS id_1, t0.rank AS rank_2, t0.name AS name_3, t0.url AS url_4, t0.visible AS visible_5, t0.main AS main_6, t0.title AS title_7, t0.description AS description_8, t0.text AS text_9 FROM page t0 WHERE t0.visible = ? AND t0.main = ? ORDER BY t0.rank ASC
Parameters:
[ 1 0 ] |
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\VehicleKind | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\BlogKind | No errors. |
| App\Entity\VehicleManufacturer | No errors. |
| App\Entity\VehicleModel | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Vehicle | No errors. |
| App\Entity\BlogImage | No errors. |
| App\Entity\VehicleCategory | 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\VehicleFinancial | No errors. |
| App\Entity\VehicleEquipment | No errors. |
| App\Entity\VehicleImage | No errors. |
| App\Entity\VehiclePartKind | No errors. |
| App\Entity\VehicleTip | No errors. |
| App\Entity\Dealer | No errors. |
| App\Entity\VehicleForm | No errors. |
| App\Entity\DealerImage | No errors. |
| App\Entity\DealerPhone | No errors. |
| App\Entity\DealerOpenHour | No errors. |
| App\Entity\District | No errors. |
| App\Entity\DealerImport | No errors. |