POST https://developpement.rebootfrance.fr/public/ajax_demandeMessage

Query Metrics

6 Database Queries
4 Different statements
0.83 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT t0.id AS id_1, t0.user_name AS user_name_2, t0.roles AS roles_3, t0.password AS password_4, t0.personne_id AS personne_id_5, t6.id AS id_7, t6.date AS date_8, t6.user_id AS user_id_9 FROM user t0 LEFT JOIN cart t6 ON t6.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  4
]
2 0.11 ms
SELECT t0.id AS id_1, t0.last_read_at AS last_read_at_2, t0.conversation_id AS conversation_id_3, t0.user_id AS user_id_4 FROM participant t0 WHERE t0.user_id = ?
Parameters:
[
  4
]
3 0.10 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.created_at AS created_at_3 FROM conversation t0 WHERE t0.id = ?
Parameters:
[
  28
]
4 0.08 ms
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.created_at AS created_at_3, t0.conversation_id AS conversation_id_4, t0.auteur_id AS auteur_id_5 FROM message t0 WHERE t0.conversation_id = ?
Parameters:
[
  28
]
5 0.05 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.created_at AS created_at_3 FROM conversation t0 WHERE t0.id = ?
Parameters:
[
  31
]
6 0.05 ms
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.created_at AS created_at_3, t0.conversation_id AS conversation_id_4, t0.auteur_id AS auteur_id_5 FROM message t0 WHERE t0.conversation_id = ?
Parameters:
[
  31
]

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\User
  • The association App\Entity\User#journalEntreePieces refers to the owning side field App\Entity\JournalEntreePiece#reponsable which does not exist.
App\Entity\Personne
  • The mappings App\Entity\Personne#adresses and App\Entity\Adresse#personne are inconsistent with each other.
App\Entity\Cart No errors.
App\Entity\UserStatut No errors.
App\Entity\Lot No errors.
App\Entity\JournalEntreePiece
  • The mappings App\Entity\JournalEntreePiece#responsable and App\Entity\User#journalEntreePieces are inconsistent with each other.
App\Entity\JournalSortie No errors.
App\Entity\Commande
  • The mappings App\Entity\Commande#adresseLivraison and App\Entity\Adresse#commandes are inconsistent with each other.
App\Entity\Participant No errors.
App\Entity\Message No errors.
App\Entity\JournalisationPieceIndividuelle No errors.
App\Entity\Conversation No errors.