https://emmaconnect.fr/planning/rdv/auto-save Return to referer URL

Query Metrics

5 Database Queries
5 Different statements
5.97 ms Query time
14 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.49 ms
(58.44%)
1
"COMMIT"
Parameters:
[]
1.47 ms
(24.56%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.intervenant_id AS intervenant_id_5 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1001
]
0.45 ms
(7.46%)
1
SELECT t0.id AS id_1, t0.priorite AS priorite_2, t0.validated AS validated_3, t0.status AS status_4, t0.`start` AS start_5, t0.`end` AS end_6, t0.comment AS comment_7, t0.comment_forfait AS comment_forfait_8, t0.recurrence AS recurrence_9, t0.has_add_service AS has_add_service_10, t0.order_id AS order_id_11, t0.payment_link AS payment_link_12, t0.is_platform AS is_platform_13, t0.new_recurrence AS new_recurrence_14, t0.cheque_reception AS cheque_reception_15, t0.info_cheque AS info_cheque_16, t0.code_promo_applied AS code_promo_applied_17, t0.intervenant_type AS intervenant_type_18, t0.contract AS contract_19, t0.cancel_reason_id AS cancel_reason_id_20, t0.client_id AS client_id_21, t0.salon_id AS salon_id_22, t0.author_id AS author_id_23, t0.recurrence_rdvs_id AS recurrence_rdvs_id_24, t0.code_promo_id AS code_promo_id_25 FROM `rdv` t0 WHERE t0.id = ?
Parameters:
[
  "555129"
]
0.41 ms
(6.78%)
1
UPDATE `rdv` SET cheque_reception = ? WHERE id = ?
Parameters:
[
  1
  555129
]
0.16 ms
(2.75%)
1
"START TRANSACTION"
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\User
  • The field App\Entity\User#intervenant is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Intervenant#user does not contain the required 'mappedBy="intervenant"' attribute.
App\Entity\Intervenant
  • The field App\Entity\Intervenant#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#intervenant does not contain the required 'mappedBy="user"' attribute.
  • The field App\Entity\Intervenant#workContract is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\WorkContract#intervenant does not contain the required 'mappedBy="workContract"' attribute.
  • The field App\Entity\Intervenant#absences is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Absence#intervenant does not contain the required 'inversedBy="absences"' attribute.
  • The mappings App\Entity\Intervenant#rdvs and App\Entity\RDV#intervenant are inconsistent with each other.
  • The association App\Entity\Intervenant#address refers to the inverse side field App\Entity\Address#personn which does not exist.
App\Entity\SessionSalon
  • The association App\Entity\SessionSalon#salon refers to the inverse side field App\Entity\Salon#session which does not exist.
  • The association App\Entity\SessionSalon#intervenant refers to the inverse side field App\Entity\Intervenant#session which does not exist.
App\Entity\Product
  • The mappings App\Entity\Product#rdvProducts and App\Entity\RDVProduct#product are inconsistent with each other.
App\Entity\Parameter No errors.
App\Entity\RDV
  • The mappings App\Entity\RDV#rdvProducts and App\Entity\RDVProduct#rdv are inconsistent with each other.
  • The mappings App\Entity\RDV#billings and App\Entity\Billing#RDV are inconsistent with each other.
  • The association App\Entity\RDV#intervenant refers to the inverse side field App\Entity\Intervenant#rdv which does not exist.
  • The association App\Entity\RDV#client refers to the inverse side field App\Entity\Client#rdv which does not exist.
  • The association App\Entity\RDV#author refers to the inverse side field App\Entity\User#rdv which does not exist.
App\Entity\Contract
  • The mappings App\Entity\Contract#contractProducts and App\Entity\ContractProduct#contract are inconsistent with each other.
App\Entity\CancelReason No errors.
App\Entity\Client
  • The field App\Entity\Client#contract is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contract#client does not contain the required 'inversedBy="contract"' attribute.
  • The field App\Entity\Client#familyMembers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Client\FamilyMember#client does not contain the required 'inversedBy="familyMembers"' attribute.
App\Entity\Salon
  • The field App\Entity\Salon#intervenantSalons is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\IntervenantSalon#salon does not contain the required 'inversedBy="intervenantSalons"' attribute.
App\Entity\Recurrence No errors.
App\Entity\PromoCode No errors.
App\Entity\RDVProduct
  • The association App\Entity\RDVProduct#product refers to the inverse side field App\Entity\Product#rdvProduct which does not exist.
  • The association App\Entity\RDVProduct#rdv refers to the inverse side field App\Entity\RDV#rdvProduct which does not exist.
App\Entity\Billing No errors.
App\Entity\RDVBilling No errors.
App\Entity\Address No errors.
App\Entity\GridPrice No errors.
App\Entity\Site
  • The field App\Entity\Site#logistique is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Site\Logistique#site does not contain the required 'mappedBy="logistique"' attribute.
  • The field App\Entity\Site#salons is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Salon#site does not contain the required 'inversedBy="salons"' attribute.
  • The field App\Entity\Site#othersContacts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contact#site does not contain the required 'inversedBy="othersContacts"' attribute.
App\Entity\Site\Logistique
  • The field App\Entity\Site\Logistique#site is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Site#logistique does not contain the required 'mappedBy="site"' attribute.
App\Entity\Contact
  • The association App\Entity\Contact#address refers to the inverse side field App\Entity\Address#personn which does not exist.
App\Entity\Client\BillingInfos No errors.
App\Entity\Company No errors.
App\Entity\WorkContract
  • The field App\Entity\WorkContract#intervenant is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Intervenant#workContract does not contain the required 'mappedBy="intervenant"' attribute.
App\Entity\Countries
  • The field App\Entity\Countries#personn1 is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Intervenant#country does not contain the required 'inversedBy="personn1"' attribute.
App\Entity\Departement No errors.