https://dev.points-auto.fr/553628c3b160444289d158dcd6ce4e065aca19.mkv

Query Metrics

3 Database Queries
3 Different statements
1.04 ms Query time
12 Invalid entities

Queries

Group similar statements

# Time Info
1 0.19 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.societe AS societe_4, t0.tel AS tel_5, t0.is_demo AS is_demo_6, t0.is_prospect AS is_prospect_7, t0.commentaire AS commentaire_8, t0.adresse AS adresse_9, t0.cp AS cp_10, t0.ville AS ville_11, t0.etat AS etat_12, t0.email AS email_13, t0.is_active AS is_active_14, t0.logo AS logo_15, t0.type_client AS type_client_16, t0.id_client_bflow AS id_client_bflow_17, t0.is_compte_gratuit AS is_compte_gratuit_18, t0.rcs AS rcs_19, t0.url_prefix AS url_prefix_20, t0.pays AS pays_21, t0.metiers AS metiers_22, t23.id AS id_24, t23.tel AS tel_25, t23.adresse AS adresse_26, t23.horaires AS horaires_27, t23.meta_titre AS meta_titre_28, t23.meta_desc AS meta_desc_29, t23.meta_lw AS meta_lw_30, t23.image AS image_31, t23.titre AS titre_32, t23.description AS description_33, t23.adresse2 AS adresse2_34, t23.client_id AS client_id_35, t0.user_admin_id AS user_admin_id_36 FROM eo_eodrive_client_2 t0 LEFT JOIN eo_site_2 t23 ON t23.client_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
  1
]
2 0.17 ms
SELECT t0.id AS id_1, t0.num_commande AS num_commande_2, t0.total_ttc AS total_ttc_3, t0.total_ht AS total_ht_4, t0.date AS date_5, t0.date_debut AS date_debut_6, t0.datefin AS datefin_7, t0.methode_paiement AS methode_paiement_8, t0.is_demo AS is_demo_9, t0.is_validate AS is_validate_10, t0.client_id AS client_id_11 FROM eo_commande t0 WHERE t0.client_id = ?
Parameters:
[
  1
]
3 0.69 ms
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
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\Eodrive\EodriveClient
  • The field App\Entity\Eodrive\EodriveClient#userAdmin is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Bflow\UserBO#clientEodrive does not contain the required 'mappedBy="userAdmin"' attribute.
  • If association App\Entity\Eodrive\EodriveClient#userAdmin is one-to-one, then the inversed side App\Entity\Bflow\UserBO#clientEodrive has to be one-to-one as well.
  • The mappings App\Entity\Eodrive\EodriveClient#vehicules and App\Entity\Bflow\Vehicule#clientEodrive are inconsistent with each other.
  • The association App\Entity\Eodrive\EodriveClient#vehiculeGarage refers to the owning side field App\Entity\Bflow\VehiculeClient#garages which does not exist.
App\Entity\Eodrive\Site No errors.
App\Entity\Bflow\UserBO
  • The field App\Entity\Bflow\UserBO#clients is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Bflow\Client#users does not contain the required 'inversedBy="clients"' attribute.
  • The mappings App\Entity\Bflow\UserBO#clientCommercial and App\Entity\Bflow\Client#commercial are inconsistent with each other.
  • The field App\Entity\Bflow\UserBO#clientEodrive is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Eodrive\EodriveClient#userAdmin does not contain the required 'mappedBy="clientEodrive"' attribute.
  • If association App\Entity\Bflow\UserBO#clientEodrive is many-to-one, then the inversed side App\Entity\Eodrive\EodriveClient#userAdmin has to be one-to-many.
App\Entity\Eodrive\Commande No errors.
App\Entity\Bflow\Contact
  • The association App\Entity\Bflow\Contact#eodriveClient refers to the inverse side field App\Entity\Eodrive\EodriveClient#contactsBflow which does not exist.
App\Entity\Bflow\Client
  • The association App\Entity\Bflow\Client#vehicules refers to the owning side field App\Entity\Bflow\Vehicule#client which does not exist.
  • The mappings App\Entity\Bflow\Client#interlocuteurs and App\Entity\Bflow\Interlocuteur#client are inconsistent with each other.
  • The field App\Entity\Bflow\Client#rdv is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Bflow\RDV#client does not contain the required 'inversedBy="rdv"' attribute.
  • The association App\Entity\Bflow\Client#users refers to the owning side field App\Entity\Eodrive\User#client which does not exist.
  • The association App\Entity\Bflow\Client#commercial refers to the inverse side field App\Entity\Eodrive\User#clients which does not exist.
  • The association App\Entity\Bflow\Client#interlocuteurPrivilege refers to the inverse side field App\Entity\Eodrive\User#clientsPrivilege which does not exist.
  • The association App\Entity\Bflow\Client#interlocuteurAtelierCarrosserie refers to the inverse side field App\Entity\Eodrive\User#clientsCarrosserie which does not exist.
  • The association App\Entity\Bflow\Client#interlocuteurAtelierMecanique refers to the inverse side field App\Entity\Eodrive\User#clientsAtelierMecanique which does not exist.
  • The association App\Entity\Bflow\Client#interlocuteurVente refers to the inverse side field App\Entity\Eodrive\User#clientsVente which does not exist.
  • The association App\Entity\Bflow\Client#interlocuteurLocation refers to the inverse side field App\Entity\Eodrive\User#clientsLocation which does not exist.
  • The association App\Entity\Bflow\Client#interlocuteurPneus refers to the inverse side field App\Entity\Eodrive\User#clientsPneus which does not exist.
App\Entity\Bflow\VehiculeClient No errors.
App\Entity\Bflow\AbstractVehicle No errors.
App\Entity\Bflow\VehiculeStarterre No errors.
App\Entity\Bflow\Facture No errors.
App\Entity\Bflow\Question
  • The association App\Entity\Bflow\Question#internalInterlocuteurPrivilege refers to the inverse side field App\Entity\Eodrive\User#questions which does not exist.
  • The association App\Entity\Bflow\Question#usersAssignes refers to the inverse side field App\Entity\Eodrive\User#questions which does not exist.
  • The association App\Entity\Bflow\Question#internalInterlocuteurMetier refers to the inverse side field App\Entity\Eodrive\User#questions which does not exist.
App\Entity\Bflow\Agence
  • The association App\Entity\Bflow\Agence#users refers to the owning side field App\Entity\Eodrive\User#agence which does not exist.
App\Entity\Bflow\Vehicule
  • The association App\Entity\Bflow\Vehicule#clientEodrive refers to the inverse side field App\Entity\Eodrive\EodriveClient#vehiculeWs which does not exist.
App\Entity\Bflow\Interlocuteur
  • The association App\Entity\Bflow\Interlocuteur#factures refers to the owning side field App\Entity\Bflow\Facture#conducteur which does not exist.
App\Entity\Bflow\RDV No errors.
App\Entity\Bflow\NewsletterInscrit No errors.
App\Entity\Eodrive\Page No errors.
App\Entity\Eodrive\LigneCommande No errors.
App\Entity\Bflow\Alert
  • The association App\Entity\Bflow\Alert#user refers to the inverse side field App\Entity\Eodrive\User#alerts which does not exist.
App\Entity\Bflow\Access No errors.
App\Entity\Bflow\Site No errors.
App\Entity\Bflow\EtatContact No errors.
App\Entity\Bflow\Message No errors.
App\Entity\Bflow\Chauffeur No errors.
App\Entity\Eodrive\User
  • The association App\Entity\Eodrive\User#clientEodrive refers to the inverse side field App\Entity\Eodrive\EodriveClient#userBos which does not exist.
App\Entity\Bflow\DocumentClient No errors.
App\Entity\Bflow\MarqueVehicule No errors.
App\Entity\Bflow\VehiculeModele No errors.
App\Entity\Bflow\CategorieVehicule No errors.
App\Entity\Bflow\VehiculeFinitionStarterre
  • The association App\Entity\Bflow\VehiculeFinitionStarterre#categorie refers to the inverse side field App\Entity\Bflow\CategorieVehicule#vehiculeFinitionStarterres which does not exist.
App\Entity\Bflow\VehiculeOptVivafi No errors.
App\Entity\Bflow\VehiculeStarterreImage No errors.
App\Entity\Bflow\Document No errors.
App\Entity\Bflow\Reponse
  • The association App\Entity\Bflow\Reponse#user refers to the inverse side field App\Entity\Eodrive\User#reponses which does not exist.
App\Entity\Bflow\Piece No errors.
App\Entity\Bflow\VehiculeEquipment No errors.
App\Entity\Bflow\Image No errors.
App\Entity\Eodrive\Blocs No errors.
App\Entity\Eodrive\Pack No errors.