Redirect 303 redirect from POST @app_rental_new (8593b5)

GET https://culturemac.macmedic.fr/rental

Query Metrics

7 Database Queries
3 Different statements
3.75 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.73 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.77 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 0.52 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
]
4 0.43 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:
[
  5
]
5 0.43 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:
[
  10
]
6 0.44 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:
[
  4
]
7 0.43 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:
[
  2
]

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.