Query Metrics

11 Database Queries
9 Different statements
8.52 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.85 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.route_name AS route_name_4, t0.seo_title AS seo_title_5, t0.seo_description AS seo_description_6, t0.seo_h1 AS seo_h1_7, t0.hektor_text_logged AS hektor_text_logged_8, t0.hektor_text_not_logged AS hektor_text_not_logged_9, t0.hektor_text_is_differnet AS hektor_text_is_differnet_10 FROM cms_page t0 WHERE t0.route_name = ? LIMIT 1
Parameters:
[
  "pre_login"
]
2 0.69 ms
SELECT p0_.id AS id_0, p0_.image AS image_1, p0_.start_date AS start_date_2, p0_.end_date AS end_date_3, p0_.legales_text AS legales_text_4, p0_.url AS url_5, p0_.name AS name_6, p0_.type AS type_7, p0_.popup_type AS popup_type_8, p0_.text1 AS text1_9, p0_.text2 AS text2_10, p0_.background_color AS background_color_11, p0_.text_color1 AS text_color1_12, p0_.text_button AS text_button_13, p0_.text_button_color AS text_button_color_14, p0_.text_button_background_color AS text_button_background_color_15, p0_.image2 AS image2_16, p0_.label_image AS label_image_17, p0_.label_image2 AS label_image2_18, p0_.label_name AS label_name_19, p0_.image3 AS image3_20, p0_.seo_utm_campaign AS seo_utm_campaign_21, p0_.enable_financement AS enable_financement_22, p0_.financement_type AS financement_type_23, p0_.financement_amount AS financement_amount_24, p0_.label_image_search AS label_image_search_25 FROM promo p0_ WHERE (p0_.start_date <= ? AND ? <= p0_.end_date) AND p0_.type IS NOT NULL AND p0_.popup_type IS NOT NULL
Parameters:
[
  "2025-06-15 12:28:57"
  "2025-06-15 12:28:57"
]
3 0.60 ms
SELECT p0_.id AS id_0, p0_.image AS image_1, p0_.start_date AS start_date_2, p0_.end_date AS end_date_3, p0_.legales_text AS legales_text_4, p0_.url AS url_5, p0_.name AS name_6, p0_.type AS type_7, p0_.popup_type AS popup_type_8, p0_.text1 AS text1_9, p0_.text2 AS text2_10, p0_.background_color AS background_color_11, p0_.text_color1 AS text_color1_12, p0_.text_button AS text_button_13, p0_.text_button_color AS text_button_color_14, p0_.text_button_background_color AS text_button_background_color_15, p0_.image2 AS image2_16, p0_.label_image AS label_image_17, p0_.label_image2 AS label_image2_18, p0_.label_name AS label_name_19, p0_.image3 AS image3_20, p0_.seo_utm_campaign AS seo_utm_campaign_21, p0_.enable_financement AS enable_financement_22, p0_.financement_type AS financement_type_23, p0_.financement_amount AS financement_amount_24, p0_.label_image_search AS label_image_search_25 FROM promo p0_ WHERE (p0_.start_date <= ? AND ? <= p0_.end_date) AND p0_.type IS NOT NULL AND p0_.popup_type IS NOT NULL AND p0_.popup_type IN (?)
Parameters:
[
  "2025-06-15 12:28:57"
  "2025-06-15 12:28:57"
  1
]
4 0.34 ms
SELECT p0_.id AS id_0, p0_.image AS image_1, p0_.start_date AS start_date_2, p0_.end_date AS end_date_3, p0_.legales_text AS legales_text_4, p0_.url AS url_5, p0_.name AS name_6, p0_.type AS type_7, p0_.popup_type AS popup_type_8, p0_.text1 AS text1_9, p0_.text2 AS text2_10, p0_.background_color AS background_color_11, p0_.text_color1 AS text_color1_12, p0_.text_button AS text_button_13, p0_.text_button_color AS text_button_color_14, p0_.text_button_background_color AS text_button_background_color_15, p0_.image2 AS image2_16, p0_.label_image AS label_image_17, p0_.label_image2 AS label_image2_18, p0_.label_name AS label_name_19, p0_.image3 AS image3_20, p0_.seo_utm_campaign AS seo_utm_campaign_21, p0_.enable_financement AS enable_financement_22, p0_.financement_type AS financement_type_23, p0_.financement_amount AS financement_amount_24, p0_.label_image_search AS label_image_search_25 FROM promo p0_ WHERE (p0_.start_date <= ? AND ? <= p0_.end_date) AND p0_.type IS NOT NULL AND p0_.popup_type IS NOT NULL AND p0_.popup_type IN (?, ?)
Parameters:
[
  "2025-06-15 12:28:57"
  "2025-06-15 12:28:57"
  2
  3
]
5 0.36 ms
SELECT DATABASE()
Parameters:
[]
6 2.26 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "tressol-chabrier"
]
7 0.29 ms
SELECT DATABASE()
Parameters:
[]
8 1.75 ms
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.opening_hours_periods AS opening_hours_periods_2, e0_.adresse AS adresse_3, e0_.postal_code AS postal_code_4, e0_.ville AS ville_5, e0_.telephone AS telephone_6, e0_.email AS email_7, e0_.concession_email AS concession_email_8, e0_.concession_telephone AS concession_telephone_9, e0_.latitude AS latitude_10, e0_.longtitude AS longtitude_11, e0_.detail_stockage AS detail_stockage_12, c1_.name AS name_13 FROM etablissement e0_ LEFT JOIN etablissement_car_marque e2_ ON e0_.id = e2_.etablissement_id LEFT JOIN car_marque c1_ ON c1_.id = e2_.car_marque_id WHERE ((e0_.latitude IS NOT NULL AND (e0_.count_car > 0 OR e0_.show_if_no_stock = 1) AND e0_.longtitude IS NOT NULL AND e0_.publie = 1) OR e0_.id = ?) AND e0_.detail_stockage IS NULL ORDER BY e0_.name ASC
Parameters:
[
  158
]
9 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.name_for_meeting AS name_for_meeting_3, t0.description AS description_4, t0.image_id AS image_id_5 FROM expert t0
Parameters:
[]
10 0.45 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.data_count AS data_count_3, t0.update_at AS update_at_4 FROM data_count t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "totalConcession"
]
11 0.32 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.data_count AS data_count_3, t0.update_at AS update_at_4 FROM data_count t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "BRAND"
]

Database Connections

Name Service
default doctrine.dbal.default_connection
internal doctrine.dbal.internal_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
internal doctrine.orm.internal_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\CmsPage No errors.
App\Entity\Promo No errors.
App\Entity\CmsBloc No errors.
App\Entity\PromoSlider No errors.
App\Entity\Etablissement No errors.
App\Entity\CarMarque No errors.
App\Entity\Expert No errors.
App\Entity\Upload No errors.
App\Entity\ExpertContact No errors.
App\Entity\DataCount No errors.

internal entity manager

No loaded entities.