Query Metrics
4
Database Queries
3
Different statements
3.06 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.99 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0
Parameters:
[] |
| 2 | 0.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0
Parameters:
[] |
| 3 | 0.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.upload AS upload_4, t0.description AS description_5 FROM environment_parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"voip_number"
]
|
| 4 | 0.77 ms |
SELECT t0.id AS id_1, t0.voip_identification AS voip_identification_2, t0.remark AS remark_3, t0.phone_number AS phone_number_4, t0.destination_number AS destination_number_5, t0.start_call_date AS start_call_date_6, t0.end_call_date AS end_call_date_7, t0.is_incoming AS is_incoming_8, t0.is_answered AS is_answered_9, t0.is_processed AS is_processed_10, t0.create_date AS create_date_11, t0.modify_date AS modify_date_12, t0.is_deleted AS is_deleted_13, t0.call_duration AS call_duration_14, t0.customer_id AS customer_id_15, t0.matched_delivery_address_id AS matched_delivery_address_id_16, t0.dossier_id AS dossier_id_17, t0.created_by_user_id AS created_by_user_id_18, t0.modified_by_user_id AS modified_by_user_id_19 FROM call_history t0 WHERE t0.voip_identification = ? LIMIT 1
Parameters:
[
"1771423188.239433"
]
|
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\EnvironmentParameter | No errors. |
| App\Entity\CallHistory | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\CustomerDeliveryAddress | No errors. |
| App\Entity\Dossier | No errors. |
| App\Entity\User | No errors. |