Query Metrics
6
Database Queries
4
Different statements
16.11 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 8.84 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 18 OFFSET 18
Parameters:
[ 1 0 "Informations" ] |
| 2 | 2.20 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 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) dctrn_result) dctrn_table
Parameters:
[ 1 0 "Informations" ] |
| 3 | 1.34 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:
[] |
| 4 | 1.38 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.contact AS contact_4, t0.username AS username_5, t0.hash AS hash_6, t0.email AS email_7, t0.is_actived AS is_actived_8, t0.password_requested_at AS password_requested_at_9, t0.token AS token_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
11
]
|
| 5 | 1.31 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.contact AS contact_4, t0.username AS username_5, t0.hash AS hash_6, t0.email AS email_7, t0.is_actived AS is_actived_8, t0.password_requested_at AS password_requested_at_9, t0.token AS token_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 6 | 1.05 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.contact AS contact_4, t0.username AS username_5, t0.hash AS hash_6, t0.email AS email_7, t0.is_actived AS is_actived_8, t0.password_requested_at AS password_requested_at_9, t0.token AS token_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
4
]
|
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. |
| App\Entity\Role | No errors. |