Query Metrics
5
Database Queries
3
Different statements
1.68 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.40 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.description AS description_3, t0.price AS price_4, t0.placeholder_commentary AS placeholder_commentary_5, t0.enable_privatisation AS enable_privatisation_6, t0.enable_reservation AS enable_reservation_7, t0.enable_carte_cadeau AS enable_carte_cadeau_8, t0.tva_ratio AS tva_ratio_9, t0.single_object AS single_object_10, t0.label_button_add AS label_button_add_11, t0.created AS created_12, t0.updated AS updated_13 FROM extra t0 WHERE t0.enable_reservation = ?
Parameters:
[
1
]
|
| 2 | 0.42 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.description AS description_3, t0.placeholder_commentary AS placeholder_commentary_4, t0.deleted_at AS deleted_at_5, t0.price AS price_6, t0.tva_ratio AS tva_ratio_7, t0.extra_id AS extra_id_8, t0.discr FROM abstract_option t0 WHERE t0.extra_id = ? AND t0.discr IN ('optionquantity')
Parameters:
[
1
]
|
| 3 | 0.28 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.description AS description_3, t0.placeholder_commentary AS placeholder_commentary_4, t0.deleted_at AS deleted_at_5, t0.extra_id AS extra_id_6, t0.discr FROM abstract_option t0 WHERE t0.extra_id = ? AND t0.discr IN ('optionselect')
Parameters:
[
1
]
|
| 4 | 0.31 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.description AS description_3, t0.placeholder_commentary AS placeholder_commentary_4, t0.deleted_at AS deleted_at_5, t0.price AS price_6, t0.tva_ratio AS tva_ratio_7, t0.extra_id AS extra_id_8, t0.discr FROM abstract_option t0 WHERE t0.extra_id = ? AND t0.discr IN ('optionquantity')
Parameters:
[
4
]
|
| 5 | 0.27 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.description AS description_3, t0.placeholder_commentary AS placeholder_commentary_4, t0.deleted_at AS deleted_at_5, t0.extra_id AS extra_id_6, t0.discr FROM abstract_option t0 WHERE t0.extra_id = ? AND t0.discr IN ('optionselect')
Parameters:
[
4
]
|
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\Extra | No errors. |
| App\Entity\AbstractOption | No errors. |
| App\Entity\OptionSelect | No errors. |
| App\Entity\OptionQuantity | No errors. |
| App\Entity\ExtraReservation | No errors. |
| App\Entity\AbstractOptionReservation | No errors. |
| App\Entity\OptionQuantityReservation | No errors. |
| App\Entity\Token | No errors. |
| App\Entity\Participant | No errors. |
| App\Entity\Contact | No errors. |