Query Metrics

12 Database Queries
7 Different statements
4.53 ms Query time
0 Invalid entities
39 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.86 ms
(41.05%)
6
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"
]
0.64 ms
(14.18%)
1
SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.title AS title_3, t0.author AS author_4, t0.editor AS editor_5, t0.summary AS summary_6, t0.comment AS comment_7, t0.date_insert AS date_insert_8, t0.incomplet AS incomplet_9, t0.home AS home_10, t0.block AS block_11, t0.amazon_id AS amazon_id_12, t0.image_id AS image_id_13, t0.category_id AS category_id_14 FROM products t0 WHERE t0.category_id = ?
Parameters:
[
  6
]
0.56 ms
(12.28%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.isbn AS isbn_1, p0_.title AS title_2, p0_.author AS author_3, p0_.editor AS editor_4, p0_.summary AS summary_5, p0_.comment AS comment_6, p0_.date_insert AS date_insert_7, p0_.incomplet AS incomplet_8, p0_.home AS home_9, p0_.block AS block_10 FROM products p0_ WHERE p0_.id IN (11, 12, 13, 14, 16, 17, 32, 33, 34, 35, 84) ORDER BY p0_.id DESC) dctrn_result) dctrn_table
Parameters:
[]
0.45 ms
(10.02%)
1
SELECT p0_.id AS id_0, p0_.isbn AS isbn_1, p0_.title AS title_2, p0_.author AS author_3, p0_.editor AS editor_4, p0_.summary AS summary_5, p0_.comment AS comment_6, p0_.date_insert AS date_insert_7, p0_.incomplet AS incomplet_8, p0_.home AS home_9, p0_.block AS block_10, p0_.amazon_id AS amazon_id_11, p0_.image_id AS image_id_12, p0_.category_id AS category_id_13 FROM products p0_ WHERE p0_.id IN (11, 12, 13, 14, 16, 17, 32, 33, 34, 35, 84) AND p0_.id IN (?, ?, ?, ?) ORDER BY p0_.id DESC
Parameters:
[
  84
  35
  34
  33
]
0.45 ms
(9.85%)
1
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.isbn AS isbn_1, p0_.title AS title_2, p0_.author AS author_3, p0_.editor AS editor_4, p0_.summary AS summary_5, p0_.comment AS comment_6, p0_.date_insert AS date_insert_7, p0_.incomplet AS incomplet_8, p0_.home AS home_9, p0_.block AS block_10 FROM products p0_ WHERE p0_.id IN (11, 12, 13, 14, 16, 17, 32, 33, 34, 35, 84)) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 4
Parameters:
[]
0.38 ms
(8.35%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.url_rewrite AS url_rewrite_6, t0.nbr_bulles AS nbr_bulles_7, t0.active AS active_8, t0.blr AS blr_9, t0.bll AS bll_10, t0.blf AS blf_11, t0.bh AS bh_12, t0.image_id AS image_id_13 FROM products_categories t0 WHERE t0.id = ?
Parameters:
[
  6
]
0.19 ms
(4.26%)
1
SELECT t0.id AS id_1, t0.url AS url_2 FROM image t0 WHERE t0.id = ?
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
AR\AdminBundle\Entity\Image 13
AR\ProductsBundle\Entity\Products 11
AR\ProductsBundle\Entity\Amazon 11
AR\AdminBundle\Entity\Configuration 3
AR\ProductsBundle\Entity\ProductsCategories 1