GET https://culturemac.macmedic.fr/

Query Metrics

4 Database Queries
4 Different statements
4.19 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.24 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.75 ms
SELECT r0_.id AS id_0, r0_.society AS society_1, r0_.name AS name_2, r0_.email AS email_3, r0_.contact AS contact_4, r0_.start_state AS start_state_5, r0_.start_date AS start_date_6, r0_.duration AS duration_7, r0_.cost AS cost_8, r0_.start_sign AS start_sign_9, r0_.end_date AS end_date_10, r0_.end_state AS end_state_11, r0_.end_sign AS end_sign_12, r0_.end_sign_date AS end_sign_date_13, r0_.archived AS archived_14, r0_.device_id AS device_id_15 FROM rental r0_ WHERE r0_.archived = 0 OR r0_.archived IS NULL ORDER BY r0_.id ASC
Parameters:
[]
3 1.74 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.content AS content_2, c0_.duration AS duration_3, c0_.cost AS cost_4, c1_.id AS id_5, c1_.society AS society_6, c1_.contact AS contact_7, c1_.email AS email_8, c1_.start_date AS start_date_9, c1_.end_date AS end_date_10, c1_.cost AS cost_11, c1_.object AS object_12, c1_.sign AS sign_13, c1_.name AS name_14, c1_.archived AS archived_15, c1_.category_id AS category_id_16 FROM contract_model c0_ INNER JOIN contract c1_ ON c0_.id = c1_.category_id WHERE c1_.archived = 0 OR c1_.archived IS NULL ORDER BY c1_.end_date ASC
Parameters:
[]
4 0.47 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.brand AS brand_3, t0.serial AS serial_4, t0.config AS config_5, t0.state AS state_6, t0.archived AS archived_7 FROM device t0 WHERE t0.id = ?
Parameters:
[
  6
]

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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Rental No errors.
App\Entity\Device No errors.
App\Entity\ContractModel No errors.
App\Entity\Contract No errors.