https://pubup.wecodx.com/listing-panel-single/24

Query Metrics

17 Database Queries
8 Different statements
8.72 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.visible AS visible_4, t0.price AS price_5, t0.address AS address_6, t0.deleted AS deleted_7, t0.free AS free_8, t0.area AS area_9, t0.link_gm AS link_gm_10, t0.situation AS situation_11, t0.direction AS direction_12, t0.type_panel_id AS type_panel_id_13, t0.zone_id AS zone_id_14 FROM panel t0 WHERE t0.id = ?
Parameters:
[
  "24"
]
2 0.16 ms
"START TRANSACTION"
Parameters:
[]
3 0.23 ms
INSERT INTO history_views (date, panel_id) VALUES (?, ?)
Parameters:
[
  1 => "2024-09-28 17:36:59"
  2 => 24
]
4 3.21 ms
"COMMIT"
Parameters:
[]
5 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.deleted AS deleted_3, t0.image AS image_4 FROM type_panel t0 WHERE t0.id = ?
Parameters:
[
  3
]
6 0.26 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.deleted AS deleted_3, t0.created_at AS created_at_4, t0.main AS main_5, t0.panel_id AS panel_id_6 FROM image t0 WHERE t0.panel_id = ?
Parameters:
[
  24
]
7 0.54 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.visible AS visible_3, p0_.price AS price_4, p0_.address AS address_5, p0_.deleted AS deleted_6, p0_.free AS free_7, p0_.area AS area_8, p0_.link_gm AS link_gm_9, p0_.situation AS situation_10, p0_.direction AS direction_11, p0_.type_panel_id AS type_panel_id_12, p0_.zone_id AS zone_id_13 FROM panel p0_ WHERE p0_.type_panel_id = ? AND p0_.id <> ?
Parameters:
[
  3
  24
]
8 0.22 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.deleted AS deleted_3, t0.created_at AS created_at_4, t0.main AS main_5, t0.panel_id AS panel_id_6 FROM image t0 WHERE t0.panel_id = ?
Parameters:
[
  7
]
9 0.28 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.deleted AS deleted_3, t0.created_at AS created_at_4, t0.main AS main_5, t0.panel_id AS panel_id_6 FROM image t0 WHERE t0.panel_id = ?
Parameters:
[
  10
]
10 0.17 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.deleted AS deleted_3, t0.created_at AS created_at_4, t0.main AS main_5, t0.panel_id AS panel_id_6 FROM image t0 WHERE t0.panel_id = ?
Parameters:
[
  15
]
11 0.13 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.deleted AS deleted_3, t0.created_at AS created_at_4, t0.main AS main_5, t0.panel_id AS panel_id_6 FROM image t0 WHERE t0.panel_id = ?
Parameters:
[
  20
]
12 0.13 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.deleted AS deleted_3, t0.created_at AS created_at_4, t0.main AS main_5, t0.panel_id AS panel_id_6 FROM image t0 WHERE t0.panel_id = ?
Parameters:
[
  25
]
13 0.41 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.panel_id AS panel_id_3 FROM history_views t0 WHERE t0.panel_id = ?
Parameters:
[
  7
]
14 0.22 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.panel_id AS panel_id_3 FROM history_views t0 WHERE t0.panel_id = ?
Parameters:
[
  10
]
15 0.46 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.panel_id AS panel_id_3 FROM history_views t0 WHERE t0.panel_id = ?
Parameters:
[
  15
]
16 0.19 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.panel_id AS panel_id_3 FROM history_views t0 WHERE t0.panel_id = ?
Parameters:
[
  20
]
17 0.16 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.panel_id AS panel_id_3 FROM history_views t0 WHERE t0.panel_id = ?
Parameters:
[
  25
]

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\Panel No errors.
App\Entity\TypePanel No errors.
App\Entity\HistoryViews No errors.
App\Entity\Zone No errors.
App\Entity\Image No errors.