Query Metrics
3
Database Queries
3
Different statements
2372.49 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2305.77 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.name1 AS name1_2, p0_.name2 AS name2_3, p0_.title AS title_4, p0_.slug AS slug_5, p0_.content AS content_6, p0_.visibleonsite AS visibleonsite_7, p0_.archiver AS archiver_8, p0_.creat_at AS creat_at_9, p0_.update_at AS update_at_10, p0_.delete_at AS delete_at_11, c1_.id AS id_12, c1_.name AS name_13, c1_.slug AS slug_14, p0_.auteur_id AS auteur_id_15, p0_.category_id AS category_id_16 FROM post p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.visibleonsite = ? AND p0_.archiver = ? AND c1_.name = ? ORDER BY p0_.id DESC LIMIT 5
Parameters:
[ 1 0 "Informations" ] |
| 2 | 64.45 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.name1 AS name1_2, p0_.name2 AS name2_3, p0_.title AS title_4, p0_.slug AS slug_5, p0_.content AS content_6, p0_.visibleonsite AS visibleonsite_7, p0_.archiver AS archiver_8, p0_.creat_at AS creat_at_9, p0_.update_at AS update_at_10, p0_.delete_at AS delete_at_11, c1_.id AS id_12, c1_.name AS name_13, c1_.slug AS slug_14, p0_.auteur_id AS auteur_id_15, p0_.category_id AS category_id_16 FROM post p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.visibleonsite = ? AND p0_.archiver = ? AND c1_.name = ? ORDER BY p0_.id DESC LIMIT 3
Parameters:
[ 1 0 "Slides" ] |
| 3 | 2.27 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.name1 AS name1_2, p0_.name2 AS name2_3, p0_.title AS title_4, p0_.slug AS slug_5, p0_.content AS content_6, p0_.visibleonsite AS visibleonsite_7, p0_.archiver AS archiver_8, p0_.creat_at AS creat_at_9, p0_.update_at AS update_at_10, p0_.delete_at AS delete_at_11, p0_.auteur_id AS auteur_id_12, p0_.category_id AS category_id_13 FROM post p0_ ORDER BY p0_.id DESC LIMIT 2
Parameters:
[] |
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\Post | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\User | No errors. |