Query Metrics
50
Database Queries
12
Different statements
8.20 ms
Query time
0
Invalid entities
96
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.35 ms (28.62%) |
15 |
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:
[
1
]
|
|
1.31 ms (16.03%) |
10 |
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"
]
|
|
1.11 ms (13.51%) |
7 |
SELECT t0.id AS id_1, t0.id_item AS id_item_2, t0.string_item AS string_item_3, t0.item_menu_id AS item_menu_id_4, t0.image_id AS image_id_5 FROM items_choice t0 WHERE t0.item_menu_id = ?
Parameters:
[
2
]
|
|
0.68 ms (8.27%) |
4 |
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:
[
1
]
|
|
0.60 ms (7.36%) |
4 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.excerpt AS excerpt_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.url_rewrite AS url_rewrite_7 FROM post_content t0 WHERE t0.id = ?
Parameters:
[
16
]
|
|
0.53 ms (6.46%) |
3 |
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_posts AS nbr_posts_7, t0.parent AS parent_8, t0.active AS active_9, t0.visibility AS visibility_10, t0.blr AS blr_11, t0.bll AS bll_12, t0.blf AS blf_13, t0.bh AS bh_14, t0.image_id AS image_id_15 FROM categories t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.33 ms (4.04%) |
1 |
SELECT t0.id AS id_1, t0.draft AS draft_2, t0.comments AS comments_3, t0.visibility AS visibility_4, t0.sharing AS sharing_5, t0.home AS home_6, t0.active AS active_7, t0.blr AS blr_8, t0.bll AS bll_9, t0.blf AS blf_10, t0.date_start AS date_start_11, t0.content_id AS content_id_12, t0.image_id AS image_id_13 FROM posts t0 WHERE t0.id = ?
Parameters:
[
16
]
|
|
0.31 ms (3.78%) |
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_posts AS nbr_posts_7, t0.parent AS parent_8, t0.active AS active_9, t0.visibility AS visibility_10, t0.blr AS blr_11, t0.bll AS bll_12, t0.blf AS blf_13, t0.bh AS bh_14, t0.image_id AS image_id_15 FROM categories t0 INNER JOIN posts_categories ON t0.id = posts_categories.categories_id WHERE posts_categories.posts_id = ?
Parameters:
[
16
]
|
|
0.30 ms (3.68%) |
1 |
SELECT t0.id AS id_1, t0.i_type AS i_type_2, t0.active AS active_3, t0.title AS title_4, t0.position AS position_5, t0.target_blank AS target_blank_6, t0.choice_type AS choice_type_7, t0.image_id AS image_id_8 FROM items_menu t0 WHERE t0.active = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
0.28 ms (3.37%) |
2 |
SELECT t0.id AS id_1, t0.url AS url_2 FROM image t0 WHERE t0.id = ?
Parameters:
[
753
]
|
|
0.23 ms (2.79%) |
1 |
SELECT t0.id AS id_1, t0.draft AS draft_2, t0.comments AS comments_3, t0.visibility AS visibility_4, t0.sharing AS sharing_5, t0.home AS home_6, t0.active AS active_7, t0.blr AS blr_8, t0.bll AS bll_9, t0.blf AS blf_10, t0.date_start AS date_start_11, t0.content_id AS content_id_12, t0.image_id AS image_id_13 FROM posts t0 INNER JOIN categories_posts ON t0.id = categories_posts.posts_id WHERE categories_posts.categories_id = ?
Parameters:
[
1
]
|
|
0.17 ms (2.10%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM tags t0 INNER JOIN posts_tags ON t0.id = posts_tags.tags_id WHERE posts_tags.posts_id = ?
Parameters:
[
16
]
|
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 | 27 |
| AR\AdminBundle\Entity\ItemsChoice | 25 |
| AR\ProductsBundle\Entity\ProductsCategories | 15 |
| AR\AdminBundle\Entity\ItemsMenu | 7 |
| AR\BlogBundle\Entity\Posts | 5 |
| AR\BlogBundle\Entity\PostContent | 5 |
| AR\BlogBundle\Entity\Categories | 4 |
| AR\AdminBundle\Entity\Configuration | 4 |
| AR\BlogBundle\Entity\InstantCategory | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| AR\BlogBundle\Entity\Posts | No errors. |
| AR\BlogBundle\Entity\PostContent | No errors. |
| AR\AdminBundle\Entity\Image | No errors. |
| AR\BlogBundle\Entity\Categories | No errors. |
| AR\BlogBundle\Entity\Tags | No errors. |
| AR\AdminBundle\Entity\Configuration | No errors. |
| AR\AdminBundle\Entity\ItemsMenu | No errors. |
| AR\AdminBundle\Entity\ItemsChoice | No errors. |
| AR\BlogBundle\Entity\InstantCategory | No errors. |
| AR\BlogBundle\Entity\InstantArticle | No errors. |
| AR\ProductsBundle\Entity\ProductsCategories | No errors. |
| AR\ProductsBundle\Entity\Products | No errors. |