Query Metrics
11
Database Queries
8
Different statements
52.88 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.96 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 | 1.13 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 | 1.07 ms |
SELECT e0_.id AS id_0, e0_.header_background_color AS header_background_color_1, e0_.wrapper_background_color AS wrapper_background_color_2, e0_.content_background_color AS content_background_color_3, e0_.text_color AS text_color_4, e0_.link_color AS link_color_5, e0_.heading_color AS heading_color_6, e0_.button_background_color AS button_background_color_7, e0_.button_text_color AS button_text_color_8, e0_.font_family AS font_family_9, e0_.logo_filename AS logo_filename_10, e0_.logo_width AS logo_width_11, e0_.footer_extra_html AS footer_extra_html_12, e0_.social_facebook_url AS social_facebook_url_13, e0_.social_instagram_url AS social_instagram_url_14, e0_.social_linkedin_url AS social_linkedin_url_15, e0_.mail_proposal_text AS mail_proposal_text_16, e0_.mail_order_text AS mail_order_text_17, e0_.mail_invoice_text AS mail_invoice_text_18, e0_.mail_invoice_with_pay_url_text AS mail_invoice_with_pay_url_text_19, e0_.mail_invoice_reminder_text AS mail_invoice_reminder_text_20, e0_.mail_invoice_reminder_with_pay_url_text AS mail_invoice_reminder_with_pay_url_text_21, e0_.mail_invoice_text_direct_debit AS mail_invoice_text_direct_debit_22, e0_.mail_proposal_subject AS mail_proposal_subject_23, e0_.mail_order_subject AS mail_order_subject_24, e0_.mail_invoice_subject AS mail_invoice_subject_25, e0_.mail_invoice_with_pay_url_subject AS mail_invoice_with_pay_url_subject_26, e0_.mail_invoice_reminder_subject AS mail_invoice_reminder_subject_27, e0_.mail_invoice_reminder_with_pay_url_subject AS mail_invoice_reminder_with_pay_url_subject_28, e0_.mail_invoice_subject_direct_debit AS mail_invoice_subject_direct_debit_29, e0_.default_mail_pdf_with_template AS default_mail_pdf_with_template_30, e0_.modify_date AS modify_date_31, e0_.modified_by_user_id AS modified_by_user_id_32 FROM email_branding e0_ ORDER BY e0_.id ASC LIMIT 1
Parameters:
[] |
| 4 | 0.47 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 1.00 ms |
INSERT INTO event_log (category, title, description, date, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "Info" "Outbound VOIP Call Start" "uuid=1781205254.63639&direction=outbound&disposition=UNKNOWN&source=502&destination=0031548515016&recordingfile=&duration=0&calldate=1781205254×tamp=1781205254&clid=&cnam=&cnum=&type=START&voicemail=&owner=0" "2026-06-11 21:14:15" null ] |
| 6 | 7.57 ms |
"COMMIT"
Parameters:
[] |
| 7 | 18.37 ms |
SELECT c.id AS customerId FROM `customer` c WHERE c.is_deleted = false AND (REPLACE(REPLACE(REPLACE(c.phone_primary, '-', ''), '+', ''), ' ', '') LIKE ? OR REPLACE(REPLACE(REPLACE(c.phone_secondary, '-', ''), '+', ''), ' ', '') LIKE ?) ORDER BY create_date DESC LIMIT 1;
Parameters:
[ "%548515016%" "%548515016%" ] |
| 8 | 1.34 ms |
SELECT cda.id AS deliveryAddressId FROM `customer_delivery_address` cda INNER JOIN `customer` c ON cda.customer_id = c.id WHERE cda.is_deleted = false AND c.is_deleted = false AND (REPLACE(REPLACE(REPLACE(cda.phone_number, '-', ''), '+', ''), ' ', '') LIKE ? OR REPLACE(REPLACE(REPLACE(cda.phone_number, '-', ''), '+', ''), ' ', '') LIKE ?) ORDER BY cda.create_date DESC LIMIT 1;
Parameters:
[ "%548515016%" "%548515016%" ] |
| 9 | 10.65 ms |
"START TRANSACTION"
Parameters:
[] |
| 10 | 1.23 ms |
INSERT INTO call_history (voip_identification, remark, phone_number, destination_number, start_call_date, end_call_date, is_incoming, is_answered, is_processed, create_date, modify_date, is_deleted, call_duration, customer_id, matched_delivery_address_id, dossier_id, created_by_user_id, modified_by_user_id, call_category_id, related_order_id, related_proposal_id, related_ticket_id, related_appointment_id, related_complaint_id, related_sales_lead_id, related_task_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "1781205254.63639" null "Kassa PC hoofd (502)" "0548515016" "2026-06-11 21:14:14" null 0 0 0 "2026-06-11 21:14:15" null 0 null null null null null null null null null null null null null null ] |
| 11 | 8.08 ms |
"COMMIT"
Parameters:
[] |
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\EmailBranding | No errors. |
| App\Entity\User | No errors. |
| App\Entity\EventLog | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\CallHistory | No errors. |
| App\Entity\CustomerDeliveryAddress | No errors. |
| App\Entity\Dossier | No errors. |
| App\Entity\CallCategory | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\Proposal | No errors. |
| App\Entity\Ticket | No errors. |
| App\Entity\Appointment | No errors. |
| App\Entity\Complaint | No errors. |
| App\Entity\SalesLead | No errors. |
| App\Entity\Task | No errors. |