Query Metrics

4 Database Queries
4 Different statements
6.48 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 2.91 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.matricule AS matricule_5, t0.last_name AS last_name_6, t0.first_name AS first_name_7, t0.enabled AS enabled_8, t0.background_color AS background_color_9, t0.text_color AS text_color_10, t0.badge_number AS badge_number_11, t0.hourly_plan AS hourly_plan_12, t0.weekly_schedule AS weekly_schedule_13, t0.rtt_balance AS rtt_balance_14, t0.rtt_max AS rtt_max_15, t0.rtt_min AS rtt_min_16, t0.vacation_monthly_credit AS vacation_monthly_credit_17, t0.vacation_n0 AS vacation_n0_18, t0.vacation_n1 AS vacation_n1_19, t0.end_of_input AS end_of_input_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.sector_id AS sector_id_23, t0.attached_agency_id AS attached_agency_id_24, t0.badge_id AS badge_id_25 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
  9
]
2 2.32 ms
SELECT DISTINCT m0_.id AS id_0, m0_.created_at AS created_at_1 FROM machine_type m0_ ORDER BY m0_.created_at DESC LIMIT 10
Parameters:
[]
3 0.73 ms
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.created_at AS created_at_2, m0_.updated_at AS updated_at_3, m0_.agency_id AS agency_id_4 FROM machine_type m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY m0_.created_at DESC
Parameters:
[
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
]
4 0.52 ms
SELECT count(m0_.id) AS sclr_0 FROM machine_type m0_
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\MachineType 10
App\Entity\Agency 2
App\Entity\User 1