Redirect 302 redirect from POST @admin_time_edit (2ee9d8)

GET https://time.elan-bikestore.com/admin/time?page=1&sort%5Bid%5D=DESC

Query Metrics

8 Database Queries
6 Different statements
12.63 ms Query time
0 Invalid entities
27 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.32 ms
(34.18%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.settings_id = ?
Parameters:
[
  3
]
3.19 ms
(25.30%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  4
]
1.89 ms
(14.97%)
1
SELECT t0.id AS id_1, t0.type AS type_2 FROM day_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.61 ms
(12.77%)
1
SELECT t0_.id AS id_0, t0_.start_time AS start_time_1, t0_.end_time AS end_time_2, t0_.date AS date_3, t0_.day_id AS day_id_4, t0_.user_id AS user_id_5 FROM time t0_ WHERE t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t0_.id DESC
Parameters:
[
  317
  316
  315
  314
  313
  312
  311
  310
  309
  308
  307
  306
  305
  304
  303
  302
  301
  300
  299
  298
]
0.93 ms
(7.39%)
1
SELECT DISTINCT t0_.id AS id_0, t0_.id AS id_1 FROM time t0_ ORDER BY t0_.id DESC LIMIT 20
Parameters:
[]
0.68 ms
(5.39%)
1
SELECT count(*) AS sclr_0 FROM time t0_
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\Time 20
App\Entity\User 2
App\Entity\UserProfile 2
App\Entity\Settings 2
App\Entity\DayType 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserProfile No errors.
App\Entity\Settings No errors.
App\Entity\Time No errors.
App\Entity\Sick No errors.
App\Entity\Vacation No errors.
App\Entity\DayType No errors.