https://www.ucctmdogbo.jinukun.bj/forum/

Query Metrics

6 Database Queries
3 Different statements
5.38 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 2.85 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.user_id AS user_id_6, t7.id AS id_8, t7.created_at AS created_at_9, t7.updated_at AS updated_at_10, t7.answer AS answer_11, t7.question_id AS question_id_12, t7.qstn_id AS qstn_id_13, t7.user_id AS user_id_14 FROM questions t0 LEFT JOIN answer t7 ON t7.question_id = t0.id ORDER BY t0.created_at DESC
Parameters:
[]
2 1.64 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenoms AS prenoms_6, t0.sexe AS sexe_7, t0.derniere_connexion AS derniere_connexion_8, t0.acteur AS acteur_9, t0.telephone AS telephone_10, t0.fcm_token AS fcm_token_11, t0.cooperatives AS cooperatives_12, t0.cooperative_id AS cooperative_id_13, t0.localite_id AS localite_id_14 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.30 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.answer AS answer_4, t0.question_id AS question_id_5, t0.qstn_id AS qstn_id_6, t0.user_id AS user_id_7 FROM answer t0 WHERE t0.qstn_id = ?
Parameters:
[
  2
]
4 0.20 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.answer AS answer_4, t0.question_id AS question_id_5, t0.qstn_id AS qstn_id_6, t0.user_id AS user_id_7 FROM answer t0 WHERE t0.qstn_id = ?
Parameters:
[
  1
]
5 0.20 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenoms AS prenoms_6, t0.sexe AS sexe_7, t0.derniere_connexion AS derniere_connexion_8, t0.acteur AS acteur_9, t0.telephone AS telephone_10, t0.fcm_token AS fcm_token_11, t0.cooperatives AS cooperatives_12, t0.cooperative_id AS cooperative_id_13, t0.localite_id AS localite_id_14 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  24
]
6 0.18 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.answer AS answer_4, t0.question_id AS question_id_5, t0.qstn_id AS qstn_id_6, t0.user_id AS user_id_7 FROM answer t0 WHERE t0.qstn_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
App\Entity\Questions
  • The association App\Entity\Questions#user refers to the inverse side field App\Entity\User#questions which does not exist.
App\Entity\User No errors.
App\Entity\Answer
  • The association App\Entity\Answer#user refers to the inverse side field App\Entity\User#answers which does not exist.
App\Entity\Cooperative No errors.
App\Entity\Quartier No errors.
App\Entity\Produit No errors.
App\Entity\Demande No errors.
App\Entity\AdresseLivraison No errors.