Query Metrics
13
Database Queries
7
Different statements
3.36 ms
Query time
0
Invalid entities
18
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.50 ms |
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:
[
3
]
|
| 2 | 0.45 ms |
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:
[
3
]
|
| 3 | 0.26 ms |
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:
[
3
]
|
| 4 | 0.29 ms |
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.id = ?
Parameters:
[
7
]
|
| 5 | 0.20 ms |
SELECT t0.id AS id_1, t0.url AS url_2 FROM image t0 WHERE t0.id = ?
Parameters:
[
572
]
|
| 6 | 0.28 ms |
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:
[
3
]
|
| 7 | 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_LOGO"
]
|
| 8 | 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_LOGO"
]
|
| 9 | 0.17 ms |
SELECT t0.id AS id_1, t0.url AS url_2 FROM image t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 10 | 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"
]
|
| 11 | 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"
]
|
| 12 | 0.25 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"
]
|
| 13 | 0.32 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\BlogBundle\Entity\Tags | 6 |
| AR\AdminBundle\Entity\Image | 3 |
| AR\AdminBundle\Entity\Configuration | 3 |
| AR\BlogBundle\Entity\Posts | 1 |
| AR\BlogBundle\Entity\PostContent | 1 |
| AR\BlogBundle\Entity\Categories | 1 |
| AR\ProductsBundle\Entity\Products | 1 |
| AR\ProductsBundle\Entity\Amazon | 1 |
| AR\ProductsBundle\Entity\ProductsCategories | 1 |
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\ProductsBundle\Entity\Products | No errors. |
| AR\ProductsBundle\Entity\Amazon | No errors. |
| AR\ProductsBundle\Entity\ProductsCategories | No errors. |