Query Metrics
3
Database Queries
2
Different statements
1.26 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.82 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.cta_link AS cta_link_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.slug AS slug_7, t0.meta_title AS meta_title_8, t0.meta_description AS meta_description_9, t0.image AS image_10, t0.published AS published_11, t0.cta_name AS cta_name_12, t0.body_secondly AS body_secondly_13, t0.catch_phrase AS catch_phrase_14, t0.subtitle AS subtitle_15, t0.author_id AS author_id_16, t0.category_id AS category_id_17 FROM article t0 WHERE t0.published = ? ORDER BY t0.created_at DESC LIMIT 3
Parameters:
[
1
]
|
| 2 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 WHERE t0.id = ?
Parameters:
[
195
]
|
| 3 | 0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 WHERE t0.id = ?
Parameters:
[
194
]
|
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 |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\Author | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Tags | No errors. |