Query Metrics

25 Database Queries
8 Different statements
23.65 ms Query time
0 Invalid entities
30 Managed entities

Grouped Statements

Show all queries

Time Count Info
9.96 ms
(42.11%)
9
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.path AS path_4, t0.file_type AS file_type_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
  8176
]
8.51 ms
(35.97%)
10
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 INNER JOIN post_tags ON t0.id = post_tags.tag_id WHERE post_tags.post_id = ?
Parameters:
[
  1910
]
1.15 ms
(4.85%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.body AS body_2, p0_.slug AS slug_3, p0_.seo AS seo_4, p0_.stick AS stick_5, p0_.created AS created_6, p0_.updated AS updated_7, p0_.image_id AS image_id_8 FROM post p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.created DESC
Parameters:
[
  1910
  1907
  1906
  1905
  1904
  1903
  1902
  1752
  1740
  1763
]
1.07 ms
(4.52%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.created AS created_1 FROM post p0_ ORDER BY p0_.created DESC LIMIT 10 OFFSET 90
Parameters:
[]
0.82 ms
(3.45%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.config_key AS config_key_3, t0.settings AS settings_4 FROM configuration t0 WHERE t0.config_key = ? LIMIT 1
Parameters:
[
  "homepage"
]
0.81 ms
(3.42%)
1
SELECT count(id) AS count, created
                      FROM post
                      GROUP BY YEAR(created), MONTH(created)
                      ORDER BY YEAR(created) DESC, MONTH(created) DESC
Parameters:
[]
0.78 ms
(3.31%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_
Parameters:
[]
0.56 ms
(2.36%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.slug AS slug_4, t0.seo AS seo_5, t0.stick AS stick_6, t0.created AS created_7, t0.updated AS updated_8, t0.image_id AS image_id_9 FROM post t0 ORDER BY t0.created DESC LIMIT 5
Parameters:
[]

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
Uniski\CMSBundle\Entity\Post 15
Uniski\ResourceBundle\Entity\Image 14
Uniski\ConfigBundle\Entity\Configuration 1