https://dockeo.fr/file-delete/facturation/Facture_vente_68378968639a44d923f.pdf

Query Metrics

6 Database Queries
1 Different statements
6.25 ms Query time
6 Invalid entities

Queries

Group similar statements

# Time Info
1 1.25 ms
SELECT t0.id AS id_1, t0.mkey AS mkey_2, t0.value AS value_3, t0.entreprise_id AS entreprise_id_4 FROM rossum_config t0 WHERE t0.mkey = ? AND t0.entreprise_id IS NULL LIMIT 1
Parameters:
[
  "bon_livraison"
]
2 1.07 ms
SELECT t0.id AS id_1, t0.mkey AS mkey_2, t0.value AS value_3, t0.entreprise_id AS entreprise_id_4 FROM rossum_config t0 WHERE t0.mkey = ? AND t0.entreprise_id IS NULL LIMIT 1
Parameters:
[
  "fiche_paie"
]
3 0.97 ms
SELECT t0.id AS id_1, t0.mkey AS mkey_2, t0.value AS value_3, t0.entreprise_id AS entreprise_id_4 FROM rossum_config t0 WHERE t0.mkey = ? AND t0.entreprise_id IS NULL LIMIT 1
Parameters:
[
  "facture"
]
4 0.99 ms
SELECT t0.id AS id_1, t0.mkey AS mkey_2, t0.value AS value_3, t0.entreprise_id AS entreprise_id_4 FROM rossum_config t0 WHERE t0.mkey = ? AND t0.entreprise_id IS NULL LIMIT 1
Parameters:
[
  "devis_fournisseur"
]
5 0.96 ms
SELECT t0.id AS id_1, t0.mkey AS mkey_2, t0.value AS value_3, t0.entreprise_id AS entreprise_id_4 FROM rossum_config t0 WHERE t0.mkey = ? AND t0.entreprise_id IS NULL LIMIT 1
Parameters:
[
  "devis_client"
]
6 1.01 ms
SELECT t0.id AS id_1, t0.mkey AS mkey_2, t0.value AS value_3, t0.entreprise_id AS entreprise_id_4 FROM rossum_config t0 WHERE t0.mkey = ? AND t0.entreprise_id IS NULL LIMIT 1
Parameters:
[
  "facture_client"
]

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\Fournisseurs
  • The association App\Entity\Fournisseurs#lCRs refers to the owning side field App\Entity\LCR#fournisseurs which does not exist.
  • The association App\Entity\Fournisseurs#fournisseurConfig refers to the inverse side field App\Entity\FournisseurConfig#fournisseurs which does not exist.
App\Entity\Chantier
  • The field App\Entity\Chantier#clients is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Client#chantiers does not contain the required 'inversedBy="clients"' attribute.
  • The field App\Entity\Chantier#logements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Logement#chantier does not contain the required 'inversedBy="logements"' attribute.
App\Entity\MetaConfig No errors.
App\Entity\Entreprise No errors.
App\Entity\Utilisateur
  • The field App\Entity\Utilisateur#fournisseurs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Fournisseurs#utilisateurs does not contain the required 'inversedBy="fournisseurs"' attribute.
  • The field App\Entity\Utilisateur#plannings is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Planning#utilisateurs does not contain the required 'inversedBy="plannings"' attribute.
App\Entity\TmpOcr No errors.
App\Entity\ConfigTotal No errors.
App\Entity\ArticlePreview
  • The association App\Entity\ArticlePreview#entreprise refers to the inverse side field App\Entity\Entreprise#articlePreviews which does not exist.
App\Entity\TmpArticle No errors.
App\Entity\EmailDocumentPreview No errors.
App\Entity\RossumConfig No errors.
App\Entity\Client
  • The association App\Entity\Client#reglements refers to the owning side field App\Entity\Reglement#client which does not exist.
  • The association App\Entity\Client#entreprise refers to the inverse side field App\Entity\Entreprise#client which does not exist.
  • The field App\Entity\Client#rapport is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\RapportProspect#prospect does not contain the required 'inversedBy="rapport"' attribute.
App\Entity\Base No errors.
App\Entity\TmpExpense No errors.
App\Entity\IALabel No errors.
App\Entity\SynonymeFournisseur No errors.
App\Entity\Galerie No errors.
App\Entity\Achat No errors.
App\Entity\Paie No errors.
App\Entity\Vente No errors.
App\Entity\Horaire No errors.
App\Entity\Menu
  • The field App\Entity\Menu#entreprises is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Entreprise#menus does not contain the required 'inversedBy="entreprises"' attribute.