Query Metrics
5
Database Queries
5
Different statements
16.42 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 11.27 ms |
SELECT t0.type AS type_1, t0.confirmation_message AS confirmation_message_2, t0.not_allow_step AS not_allow_step_3, t0.not_allow_scale AS not_allow_scale_4, t0.not_allow_during_step AS not_allow_during_step_5, t0.not_allow_during_scale AS not_allow_during_scale_6, t0.one_update_by_period AS one_update_by_period_7, t0.id AS id_8, t0.uuid AS uuid_9, t0.active AS active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.name AS name_13, t0.definition_file AS definition_file_14, t0.campaign_id AS campaign_id_15, t0.master_form_id AS master_form_id_16 FROM form t0 WHERE t0.uuid = ? LIMIT 1
Parameters:
[
b"\x1EÛC@\x07óhR¸’£ V²œö"
]
|
| 2 | 1.65 ms |
SELECT t0.name AS name_1, t0.starts_at AS starts_at_2, t0.show_lead_fields AS show_lead_fields_3, t0.export_lead_fields AS export_lead_fields_4, t0.id AS id_5, t0.uuid AS uuid_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.company_id AS company_id_10 FROM campaign t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 3 | 1.19 ms |
SELECT t0.name AS name_1, t0.mail_transport AS mail_transport_2, t0.id AS id_3, t0.uuid AS uuid_4, t0.active AS active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM company t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 4 | 1.12 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.active AS active_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.name AS name_6, t0.definition_file AS definition_file_7 FROM master_form t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 5 | 1.19 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.name AS name_3, t0.label AS label_4, t0.required AS required_5, t0.form_id AS form_id_6 FROM form_field_adding t0 WHERE t0.form_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\FormLeadData | No errors. |
| App\Entity\Form | No errors. |
| App\Entity\Campaign | No errors. |
| App\Entity\MasterForm | No errors. |
| App\Entity\FormActionsSet | No errors. |
| App\Entity\FormFieldAdding | No errors. |
| App\Entity\FormLead | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Email | No errors. |
| App\Entity\EmailAttachment | No errors. |