POST https://kms-rdc.net/api/login_check

Query Metrics

5 Database Queries
5 Different statements
9.29 ms Query time
1 Invalid entities
17 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.04 ms
(43.45%)
1
INSERT INTO session (login_at, user_id, terminal_id, parking_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "2026-07-14 07:13:57"
  14
  null
  null
]
1.98 ms
(21.27%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.login = ? LIMIT 1
Parameters:
[
  "0841072228"
]
1.93 ms
(20.74%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.created_at AS created_at_4, t0.created_by_id AS created_by_id_5 FROM motor_marque t0
Parameters:
[]
0.75 ms
(8.11%)
1
"START TRANSACTION"
Parameters:
[]
0.60 ms
(6.43%)
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\MotorMarque 14
App\Entity\User 2
App\Entity\Session 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\City No errors.
App\Entity\Parking No errors.
App\Entity\FonctionHistory No errors.
App\Entity\Terminal No errors.
App\Entity\Motor No errors.
App\Entity\MotorMarque No errors.
App\Entity\Session
  • The field App\Entity\Session#billets is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Billet#createdBy does not contain the required 'inversedBy: "billets"' attribute.
App\Entity\Billet No errors.