https://crm.uman-gestion.com/.git/config

Query Metrics

3 Database Queries
2 Different statements
0.99 ms Query time
8 Invalid entities

Queries

Group similar statements

# Time Info
1 0.30 ms
SELECT DATABASE()
Parameters:
[]
2 0.47 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "c1umangestion"
]
3 0.21 ms
SELECT DATABASE()
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\MessageInterne
  • The field App\Entity\MessageInterne#pieces is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PieceInterne#message does not contain the required 'inversedBy="pieces"' attribute.
  • The association App\Entity\MessageInterne#user refers to the inverse side field App\Entity\User#messages which does not exist.
App\Entity\Projet
  • The association App\Entity\Projet#devAssignes refers to the inverse side field App\Entity\User#projets_assignes which does not exist.
  • If association App\Entity\Projet#suiviPar is many-to-many, then the inversed side App\Entity\User#projets_suivi has to be many-to-many as well.
App\Entity\Notification No errors.
App\Entity\Piece No errors.
App\Entity\LiaisonProjetEtat
  • The association App\Entity\LiaisonProjetEtat#user refers to the inverse side field App\Entity\User#chronos which does not exist.
App\Entity\NotificationCause No errors.
App\Entity\HistoriqueChronos No errors.
App\Entity\DossierTache No errors.
App\Entity\Alert
  • The association App\Entity\Alert#userAlerte refers to the inverse side field App\Entity\User#alertes which does not exist.
App\Entity\Client No errors.
App\Entity\Tache
  • The field App\Entity\Tache#notifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Notification#tache does not contain the required 'inversedBy="notifications"' attribute.
  • The association App\Entity\Tache#devAssignes refers to the inverse side field App\Entity\User#taches_assignes which does not exist.
App\Entity\DegreUrgence
  • The association App\Entity\DegreUrgence#taches refers to the owning side field App\Entity\DegreUrgence#degre_urgence which does not exist.
App\Entity\User
  • The association App\Entity\User#projets_clients refers to the owning side field App\Entity\Projet#clients which does not exist.
  • The mappings App\Entity\User#projets_dev and App\Entity\Projet#devAssignes are inconsistent with each other.
App\Entity\PieceDescription No errors.
App\Entity\Message
  • The field App\Entity\Message#pieces is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Piece#message does not contain the required 'inversedBy="pieces"' attribute.
  • The association App\Entity\Message#user refers to the inverse side field App\Entity\User#messages which does not exist.
App\Entity\PieceInterne No errors.
App\Entity\EntreeWiki No errors.
App\Entity\LiaisonTacheEtat No errors.
App\Entity\EtatDeployment No errors.
App\Entity\Contact No errors.
App\Entity\EtatTache No errors.
App\Entity\EtatProjet No errors.
Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry No errors.
Gedmo\Loggable\Entity\LogEntry No errors.
Vich\UploaderBundle\Entity\File No errors.