Query Metrics

12 Database Queries
7 Different statements
3.21 ms Query time
0 Invalid entities
70 Managed entities

Queries

Group similar statements

# Time Info
1 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.url_rewrite AS url_rewrite_5, t0.nbr_articles AS nbr_articles_6, t0.content AS content_7, t0.active AS active_8, t0.blr AS blr_9, t0.bll AS bll_10, t0.blf AS blf_11, t0.blh AS blh_12, t0.image_id AS image_id_13 FROM instant_category t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 0.34 ms
SELECT t0.id AS id_1, t0.draft AS draft_2, t0.active AS active_3, t0.home AS home_4, t0.blr AS blr_5, t0.bll AS bll_6, t0.date_add AS date_add_7, t0.generated_img AS generated_img_8, t0.date_update AS date_update_9, t0.content_id AS content_id_10, t0.image_id AS image_id_11, t0.category_id AS category_id_12 FROM instant_article t0 WHERE t0.category_id = ?
Parameters:
[
  2
]
3 0.36 ms
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.draft AS draft_1, i0_.active AS active_2, i0_.home AS home_3, i0_.blr AS blr_4, i0_.bll AS bll_5, i0_.date_add AS date_add_6, i0_.generated_img AS generated_img_7, i0_.date_update AS date_update_8 FROM instant_article i0_ WHERE i0_.id IN (4, 5, 6, 8, 12, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 33, 38, 40, 42, 43, 48, 50)) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10
Parameters:
[]
4 0.29 ms
SELECT i0_.id AS id_0, i0_.draft AS draft_1, i0_.active AS active_2, i0_.home AS home_3, i0_.blr AS blr_4, i0_.bll AS bll_5, i0_.date_add AS date_add_6, i0_.generated_img AS generated_img_7, i0_.date_update AS date_update_8, i0_.content_id AS content_id_9, i0_.image_id AS image_id_10, i0_.category_id AS category_id_11 FROM instant_article i0_ WHERE i0_.id IN (4, 5, 6, 8, 12, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 33, 38, 40, 42, 43, 48, 50) AND i0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY i0_.id DESC
Parameters:
[
  50
  48
  43
  42
  40
  38
  33
  31
  27
  26
]
5 0.27 ms
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.draft AS draft_1, i0_.active AS active_2, i0_.home AS home_3, i0_.blr AS blr_4, i0_.bll AS bll_5, i0_.date_add AS date_add_6, i0_.generated_img AS generated_img_7, i0_.date_update AS date_update_8 FROM instant_article i0_ WHERE i0_.id IN (4, 5, 6, 8, 12, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 33, 38, 40, 42, 43, 48, 50) ORDER BY i0_.id DESC) dctrn_result) dctrn_table
Parameters:
[]
6 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "F_LOGO"
]
7 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "F_LOGO"
]
8 0.11 ms
SELECT t0.id AS id_1, t0.url AS url_2 FROM image t0 WHERE t0.id = ?
Parameters:
[
  1
]
9 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "F_TEXT_TOP"
]
10 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "F_TEXT_TOP"
]
11 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "F_SITENAME"
]
12 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "F_SITENAME"
]

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
AR\AdminBundle\Entity\Image 22
AR\BlogBundle\Entity\InstantArticle 22
AR\BlogBundle\Entity\InstantArticleContent 22
AR\AdminBundle\Entity\Configuration 3
AR\BlogBundle\Entity\InstantCategory 1