Query Metrics
19
Database Queries
10
Different statements
9.47 ms
Query time
5
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.52 ms |
SELECT t0.created_at AS created_at_1, t0.phone AS phone_2, t0.sip_id AS sip_id_3, t0.recording_id AS recording_id_4, t0.status AS status_5, t0.duration AS duration_6, t0.direction AS direction_7, t0.missed_status AS missed_status_8, t0.id AS id_9, t0.updated AS updated_10, t0.manager_id AS manager_id_11, t0.customer_id AS customer_id_12, t13.created_at AS created_at_14, t13.canceled_at AS canceled_at_15, t13.transmission_time AS transmission_time_16, t13.phone AS phone_17, t13.car_brand AS car_brand_18, t13.car_model AS car_model_19, t13.car_vin AS car_vin_20, t13.town_name AS town_name_21, t13.comment AS comment_22, t13.confirmed AS confirmed_23, t13.deprecated_order_id AS deprecated_order_id_24, t13.id AS id_25, t13.customer_id AS customer_id_26, t13.user_id AS user_id_27, t13.mango_call_id AS mango_call_id_28, t13.order_id AS order_id_29 FROM mango__calls t0 LEFT JOIN leads__leads t13 ON t13.mango_call_id = t0.id WHERE t0.id = ?
Parameters:
[
26891
]
|
2 | 0.29 ms |
SELECT t0.created_at AS created_at_1, t0.phone AS phone_2, t0.first_name AS first_name_3, t0.sure_name AS sure_name_4, t0.father_name AS father_name_5, t0.farpost_login AS farpost_login_6, t0.email AS email_7, t0.mango_contact_id AS mango_contact_id_8, t0.id AS id_9, t0.user_id AS user_id_10 FROM customers__customers t0 WHERE t0.phone = ? LIMIT 1
Parameters:
[
"9841040999"
]
|
3 | 1.08 ms |
SELECT t0.created_at AS created_at_1, t0.phone AS phone_2, t0.first_name AS first_name_3, t0.sure_name AS sure_name_4, t0.father_name AS father_name_5, t0.farpost_login AS farpost_login_6, t0.email AS email_7, t0.mango_contact_id AS mango_contact_id_8, t0.id AS id_9, t0.user_id AS user_id_10 FROM customers__customers t0 WHERE t0.phone = ? LIMIT 1
Parameters:
[
"9841040999"
]
|
4 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
5 | 1.55 ms |
INSERT INTO customers__customers (created_at, phone, first_name, sure_name, father_name, farpost_login, email, mango_contact_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2025-04-22 11:19:46" "9841040999" null null null null null null null ] |
6 | 0.19 ms |
"COMMIT"
Parameters:
[] |
7 | 0.11 ms |
"START TRANSACTION"
Parameters:
[] |
8 | 0.28 ms |
INSERT INTO customers__garage_cars (created_at, car_brand, car_model, car_vin, customer_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "2025-04-22 11:19:46" "LEXUS" "LS460" "" 33338 ] |
9 | 0.14 ms |
"COMMIT"
Parameters:
[] |
10 | 0.72 ms |
SELECT t0.created_at AS created_at_1, t0.phone AS phone_2, t0.password AS password_3, t0.deprecated_user_id AS deprecated_user_id_4, t0.cookie AS cookie_5, t0.id AS id_6, t7.created_at AS created_at_8, t7.guest_id AS guest_id_9, t7.first_name AS first_name_10, t7.last_name AS last_name_11, t7.father_name AS father_name_12, t7.phone AS phone_13, t7.delivery_type AS delivery_type_14, t7.town AS town_15, t7.postcode AS postcode_16, t7.street AS street_17, t7.house AS house_18, t7.apartment AS apartment_19, t7.longitude AS longitude_20, t7.latitude AS latitude_21, t7.payment_type AS payment_type_22, t7.comment AS comment_23, t7.id AS id_24, t7.user_id AS user_id_25, t7.transport_company_id AS transport_company_id_26, t27.created_at AS created_at_28, t27.visible AS visible_29, t27.first_name AS first_name_30, t27.last_name AS last_name_31, t27.father_name AS father_name_32, t27.mango_extension_number AS mango_extension_number_33, t27.id AS id_34, t27.user_id AS user_id_35 FROM users__users t0 LEFT JOIN carts__carts t7 ON t7.user_id = t0.id LEFT JOIN managers t27 ON t27.user_id = t0.id WHERE t0.cookie = ? LIMIT 1
Parameters:
[
"d53ea4cf684b5efe833f581364416606"
]
|
11 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
12 | 0.38 ms |
UPDATE customers__customers SET first_name = ?, sure_name = ?, father_name = ? WHERE id = ?
Parameters:
[ "1" "" "" 33338 ] |
13 | 0.14 ms |
"COMMIT"
Parameters:
[] |
14 | 0.09 ms |
"START TRANSACTION"
Parameters:
[] |
15 | 1.74 ms |
INSERT INTO leads__leads (created_at, canceled_at, transmission_time, phone, car_brand, car_model, car_vin, town_name, comment, confirmed, deprecated_order_id, customer_id, user_id, mango_call_id, order_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2025-04-22 11:19:46" null null "9841040999" "LEXUS" "LS460" "" "" "" 1 null 33338 8 26891 null ] |
16 | 0.14 ms |
"COMMIT"
Parameters:
[] |
17 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
18 | 0.46 ms |
UPDATE leads__leads SET deprecated_order_id = ? WHERE id = ?
Parameters:
[ 102179 1991 ] |
19 | 0.14 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\User |
|
App\Entity\BrandAlias | No errors. |
App\Entity\ProductImage | No errors. |
App\Entity\MangoCall |
|
App\Entity\Manager | No errors. |
App\Entity\Customer |
|
App\Entity\Lead | No errors. |
App\Entity\Order |
|
App\Entity\CustomerGarage | No errors. |
App\Entity\Cart |
|
App\Entity\TransportCompany | No errors. |
App\Entity\UserRole | No errors. |
App\Entity\CartElement | No errors. |