Query Metrics
7
Database Queries
3
Different statements
2.20 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.95 ms (43.28%) |
3 |
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
]
|
|
0.78 ms (35.52%) |
3 |
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
]
|
|
0.47 ms (21.20%) |
1 |
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_privatisation = ?
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.
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\Privatisation | No errors. |