Query Metrics

5 Database Queries
5 Different statements
2.64 ms Query time
0 Invalid entities
13 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.21 ms
(45.65%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumbnail AS thumbnail_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.date_pub AS date_pub_9, t0.post_type AS post_type_10, t0.post_meta AS post_meta_11, t0.event_start AS event_start_12, t0.event_end AS event_end_13, t0.gallery AS gallery_14, t0.user_id AS user_id_15, t0.status_id AS status_id_16, t0.region_id AS region_id_17, t0.parent_id AS parent_id_18 FROM post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "xx-edycja-klubu"
]
0.52 ms
(19.87%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.thumbnail AS thumbnail_3, p0_.short_content AS short_content_4, p0_.content AS content_5, p0_.date_add AS date_add_6, p0_.date_upd AS date_upd_7, p0_.date_pub AS date_pub_8, p0_.post_type AS post_type_9, p0_.post_meta AS post_meta_10, p0_.event_start AS event_start_11, p0_.event_end AS event_end_12, p0_.gallery AS gallery_13, p0_.user_id AS user_id_14, p0_.status_id AS status_id_15, p0_.region_id AS region_id_16, p0_.parent_id AS parent_id_17 FROM post p0_ WHERE p0_.id <> ? AND p0_.post_type = ? ORDER BY p0_.id ASC LIMIT 2
Parameters:
[
  26
  "post"
]
0.47 ms
(17.72%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.category_type AS category_type_5 FROM post_category t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_category_id WHERE post_post_category.post_id = ?
Parameters:
[
  26
]
0.27 ms
(10.30%)
1
SELECT t0.id AS id_1, t0.ticket_type AS ticket_type_2, t0.name AS name_3, t0.ticket_count AS ticket_count_4, t0.sale_start AS sale_start_5, t0.sale_end AS sale_end_6, t0.min_order AS min_order_7, t0.max_order AS max_order_8, t0.description AS description_9, t0.text_on_ticket AS text_on_ticket_10, t0.is_bearer_ticket AS is_bearer_ticket_11, t0.price AS price_12, t0.ticket_count_left AS ticket_count_left_13, t0.event_id AS event_id_14 FROM event_ticket t0 WHERE t0.event_id = ?
Parameters:
[
  26
]
0.17 ms
(6.47%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.category_type AS category_type_5 FROM post_category t0 WHERE t0.is_active = ?
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\PostCategory 7
App\Entity\Post 3
App\Entity\User 1
App\Entity\PostStatus 1
App\Entity\Region 1

Entities Mapping

Class Mapping errors
App\Entity\Post No errors.
App\Entity\User No errors.
App\Entity\PostStatus No errors.
App\Entity\Region No errors.
App\Entity\PostCategory No errors.
App\Entity\EventTicket No errors.