Query Metrics

3 Database Queries
2 Different statements
9.58 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.09 ms
(63.59%)
1
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.content AS content_4, a0_.type AS type_5, a0_.image_name AS image_name_6, a0_.created_at AS created_at_7, a0_.updated_at AS updated_at_8 FROM article a0_ WHERE a0_.slug = ? AND a0_.type = ?
Parameters:
[
  "testovaci-pokus-obrazku-v-tele-87030"
  "BLOG"
]
3.49 ms
(36.41%)
2
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.link AS link_2, b0_.size AS size_3, b0_.image AS image_4, b0_.deleted_at AS deleted_at_5, b0_.views AS views_6, b0_.clicks AS clicks_7, b0_.created_at AS created_at_8, b0_.updated_at AS updated_at_9, b0_.published_from AS published_from_10, b0_.published_to AS published_to_11 FROM banner b0_ WHERE ((b0_.published_from <= ? AND b0_.published_to >= ?) OR (b0_.published_from IS NULL AND b0_.published_to IS NULL) OR (b0_.published_from IS NULL AND b0_.published_to >= ?) OR (b0_.published_from <= ? AND b0_.published_to IS NULL)) AND b0_.size = ?
Parameters:
[
  "2025-11-08 06:34:19"
  "2025-11-08 06:34:19"
  "2025-11-08 06:34:19"
  "2025-11-08 06:34:19"
  "small_banner"
]

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\Article No errors.
App\Entity\Banner No errors.