Query Metrics

4 Database Queries
4 Different statements
6.27 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.10 ms
(33.54%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.caption AS caption_3, t0.href AS href_4, t0.button AS button_5 FROM slider t0 ORDER BY t0.id ASC
Parameters:
[]
1.88 ms
(29.92%)
1
SELECT a0_.id AS id_0, a0_.company AS company_1, a0_.category AS category_2, a0_.adress AS adress_3, a0_.box AS box_4, a0_.zip AS zip_5, a0_.city AS city_6, a0_.facebook AS facebook_7, a0_.twitter AS twitter_8, a0_.linkedin AS linkedin_9, a0_.date AS date_10, a0_.phones AS phones_11, a0_.slug AS slug_12, a0_.logobig_id AS logobig_id_13, a0_.logosmall_id AS logosmall_id_14, a0_.loyalty_id AS loyalty_id_15 FROM advertiser a0_ INNER JOIN catalog c1_ ON a0_.id = c1_.advertiser_id WHERE ? BETWEEN c1_.dtfrom AND c1_.dtto ORDER BY a0_.company ASC
Parameters:
[
  "2025-12-08 14:03:59"
]
1.29 ms
(20.54%)
1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.date AS date_2, c0_.dtfrom AS dtfrom_3, c0_.dtto AS dtto_4, c0_.link AS link_5, c0_.precedence AS precedence_6, c0_.statut AS statut_7, c0_.label_code AS label_code_8, c0_.label_text AS label_text_9, c0_.keywords AS keywords_10, c0_.slug AS slug_11, c0_.cover_id AS cover_id_12, c0_.pdf_id AS pdf_id_13, c0_.advertiser_id AS advertiser_id_14 FROM catalog c0_ WHERE (c0_.label_code = 0 OR c0_.label_code IS NULL) AND (? BETWEEN c0_.dtfrom AND c0_.dtto) ORDER BY c0_.dtfrom DESC
Parameters:
[
  "2025-12-08 14:03:59"
]
1.00 ms
(16.00%)
1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.date AS date_2, c0_.dtfrom AS dtfrom_3, c0_.dtto AS dtto_4, c0_.link AS link_5, c0_.precedence AS precedence_6, c0_.statut AS statut_7, c0_.label_code AS label_code_8, c0_.label_text AS label_text_9, c0_.keywords AS keywords_10, c0_.slug AS slug_11, c0_.cover_id AS cover_id_12, c0_.pdf_id AS pdf_id_13, c0_.advertiser_id AS advertiser_id_14 FROM catalog c0_ WHERE c0_.label_code <> 0 AND c0_.label_code IS NOT NULL AND (? BETWEEN c0_.dtfrom AND c0_.dtto) ORDER BY c0_.label_code ASC
Parameters:
[
  "2025-12-08 14:03:59"
]

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\Slider No errors.
App\Entity\Advertiser No errors.
App\Entity\Catalog No errors.
App\Entity\Image No errors.
App\Entity\Cover No errors.
App\Entity\CatalogPdf No errors.