Redirect 302 redirect from GET @app_home_withVitrine (4ff972)

GET http://brisson2410001.calducee.fr/login

Query Metrics

2 Database Queries
2 Different statements
1.20 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.76 ms
(63.54%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.slug AS slug_11, t0.master AS master_12 FROM cabinet t0 WHERE t0.master = ? LIMIT 1
Parameters:
[
  1
]
0.44 ms
(36.46%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.cabinet_id AS cabinet_id_4 FROM cabinet_config t0 WHERE t0.cabinet_id = ? AND t0.name = ? LIMIT 1
Parameters:
[
  1
  "theme"
]

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\Cabinet No errors.
App\Entity\Medecin No errors.
App\Entity\MedecinSpecialities
  • The field App\Entity\MedecinSpecialities#consultationTypes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ConsultationType#medecinSpecialities does not contain the required 'inversedBy="consultationTypes"' attribute.
  • The association App\Entity\MedecinSpecialities#calendarModelTimeSlot refers to the owning side field App\Entity\CalendarModelTimeSlot#medecin_specialities_id which does not exist.
App\Entity\CabinetWebsite No errors.
App\Entity\CabinetConfig No errors.
App\Entity\CabinetImage No errors.
App\Entity\Consultation No errors.
App\Entity\ContactForm No errors.
App\Entity\UserAccess No errors.