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

Query Metrics

7 Database Queries
7 Different statements
26.74 ms Query time
1 Invalid entities
19 Managed entities

Queries

Group similar statements

# Time Info
1 1.86 ms
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:
[
  "0899843151"
]
2 7.36 ms
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:
[]
3 0.57 ms
"START TRANSACTION"
Parameters:
[]
4 4.65 ms
INSERT INTO session (login_at, user_id, terminal_id, parking_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "2026-07-06 19:00:56"
  13
  null
  null
]
5 3.44 ms
"COMMIT"
Parameters:
[]
6 1.22 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.created_at AS created_at_4, t0.province_id AS province_id_5 FROM city t0 WHERE t0.id = ?
Parameters:
[
  1
]
7 7.65 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.created_at AS created_at_4 FROM province t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\City 1
App\Entity\Session 1
App\Entity\Province 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.
App\Entity\Province No errors.
App\Entity\Organization No errors.