Query Metrics
4
Database Queries
4
Different statements
4.14 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.77 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.chapo AS chapo_4, t0.content AS content_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.published_at AS published_at_8, t0.deleted AS deleted_9, t0.published AS published_10, t0.language AS language_11, t0.comments_allowed AS comments_allowed_12, t0.category_id AS category_id_13, t14.id AS id_15, t14.name AS name_16, t14.language AS language_17, t14.slug AS slug_18, t14.comments_allowed AS comments_allowed_19, t0.created_by_id AS created_by_id_20 FROM post t0 LEFT JOIN category t14 ON t0.category_id = t14.id WHERE t0.slug = ? AND t0.language = ? LIMIT 1
Parameters:
[ "forcem-ipsum-strikes-back" "fr" ] |
2 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.language AS language_3, t0.slug AS slug_4 FROM tag t0 INNER JOIN post_tag ON t0.id = post_tag.tag_id WHERE post_tag.post_id = ?
Parameters:
[
3
]
|
3 | 1.02 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.firstname AS firstname_6, t0.lastname AS lastname_7, t0.username AS username_8 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
7
]
|
4 | 0.97 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.spam AS spam_5, t0.published AS published_6, t0.verified_at AS verified_at_7, t0.published_at AS published_at_8, t0.created_by_id AS created_by_id_9, t0.post_id AS post_id_10 FROM comment t0 WHERE t0.post_id = ?
Parameters:
[
3
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
Cms\Entity\Post | No errors. |
Cms\Entity\Category | No errors. |
Cms\Entity\User | No errors. |
Cms\Entity\Tag | No errors. |
Cms\Entity\Comment | No errors. |
Cms\Entity\Platform | No errors. |