Query Metrics
1
Database Queries
1
Different statements
2.03 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.03 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.published = ? AND t0.deleted = ? AND t0.language = ? ORDER BY t0.published_at DESC LIMIT 1
Parameters:
[ 1 0 "en" ] |
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. |