GET https://hdb.amarsyll.pro/

Query Metrics

189 Database Queries
6 Different statements
96.33 ms Query time
3 Invalid entities
525 Managed entities

Grouped Statements

Show all queries

Time Count Info
88.87 ms
(92.25%)
176
UPDATE schedule SET debut = ?, fin = ? WHERE id = ?
Parameters:
[
  "2024-10-17 09:00:00"
  "2024-10-17 17:00:00"
  4
]
2.79 ms
(2.90%)
5
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4 FROM service t0 WHERE t0.id = ?
Parameters:
[
  4
]
2.33 ms
(2.42%)
5
SELECT t0.id AS id_1, t0.type AS type_2, t0.description AS description_3 FROM type_schedule t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.47 ms
(1.52%)
1
SELECT t0.id AS id_1, t0.date AS date_2, t0.debut AS debut_3, t0.fin AS fin_4, t0.uid AS uid_5, t0.smart AS smart_6, t0.state AS state_7, t0.start AS start_8, t0.end AS end_9, t0.is_ferie AS is_ferie_10, t0.is_holiday AS is_holiday_11, t0.time_worked AS time_worked_12, t0.location AS location_13, t0.time_pause AS time_pause_14, t0.user_id AS user_id_15, t0.service_id AS service_id_16, t0.type_schedule_id AS type_schedule_id_17 FROM schedule t0
Parameters:
[]
0.53 ms
(0.55%)
1
"START TRANSACTION"
Parameters:
[]
0.34 ms
(0.36%)
1
"COMMIT"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Schedule 514
App\Entity\Service 5
App\Entity\TypeSchedule 5
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Schedule
  • The mappings App\Entity\Schedule#service and App\Entity\Service#schedules are inconsistent with each other.
App\Entity\User
  • The association App\Entity\User#categories refers to the inverse side field App\Entity\Category#users which does not exist.
  • The mappings App\Entity\User#chatIas and App\Entity\ChatIa#user are inconsistent with each other.
App\Entity\Service
  • The association App\Entity\Service#schedules refers to the owning side field App\Entity\Schedule#services which does not exist.
App\Entity\TypeSchedule No errors.