Query Metrics
10
Database Queries
8
Different statements
125.51 ms
Query time
3
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
109.90 ms (87.57%) |
1 |
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.msisdn AS msisdn_3, t0.create_time AS create_time_4, t0.update_time AS update_time_5, t0.menu_code AS menu_code_6, t0.menu_title AS menu_title_7, t0.next_menu_code AS next_menu_code_8, t0.previous_menu_code AS previous_menu_code_9, t0.is_input_request AS is_input_request_10, t0.menu_options_string AS menu_options_string_11, t0.screen_id AS screen_id_12, t0.operator_id AS operator_id_13, t0.service_id AS service_id_14 FROM sys_session_tmp t0 WHERE t0.msisdn = ? AND t0.session_id = ? LIMIT 1
Parameters:
[ "2290162508291" "17894150481684045" ] |
|
9.23 ms (7.35%) |
2 |
"COMMIT"
Parameters:
[] |
|
2.19 ms (1.74%) |
1 |
SELECT t0.id AS id_1, t0.code_operator AS code_operator_2, t0.libelle AS libelle_3, t0.contact_adress AS contact_adress_4, t0.support_email AS support_email_5, t0.support_telephone AS support_telephone_6 FROM sys_operator_gsm t0 WHERE t0.code_operator = ? LIMIT 1
Parameters:
[
"MTNBJ"
]
|
|
1.14 ms (0.91%) |
1 |
INSERT INTO sys_session_tmp (session_id, msisdn, create_time, update_time, menu_code, menu_title, next_menu_code, previous_menu_code, is_input_request, menu_options_string, screen_id, operator_id, service_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "17894150481684045" 2 => "2290162508291" 3 => "2026-09-14 20:44:08" 4 => "2026-09-14 20:44:08" 5 => "MAIN" 6 => "Bienvenu sur ReservLine" 7 => "MAIN" 8 => "MAIN" 9 => 0 10 => "-1,libelle,-1+1,Ticket de bus,50+2,Participation/EC,51+3,Recharge de GAZ,52+4,SMARTLOYER,53+9,Autres actions,56" 11 => 0 12 => 14 13 => 49 ] |
|
0.95 ms (0.76%) |
1 |
INSERT INTO sys_ussd_history (entry_time, operator_code, service_code, session_id, msisdn, source_ip_address, incoming_user_input, sys_response_title, sys_response_option, menu_code, session_flag, output_time) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2026-09-14 20:44:08" 2 => "MTNBJ" 3 => "0" 4 => "17894150481684045" 5 => "2290162508291" 6 => "10.77.69.46" 7 => "450" 8 => "Bienvenu sur ReservLine" 9 => "-1,libelle,-1+1,Ticket de bus,50+2,Participation/EC,51+3,Recharge de GAZ,52+4,SMARTLOYER,53+9,Autres actions,56" 10 => "MAIN" 11 => "INTIAL" 12 => "2026-09-14 20:44:08" ] |
|
0.86 ms (0.69%) |
1 |
SELECT t0.id AS id_1, t0.code_service AS code_service_2, t0.libelle AS libelle_3, t0.description AS description_4, t0.order_number AS order_number_5, t0.enable AS enable_6, t0.transaction_fee_charge AS transaction_fee_charge_7, t0.text_success_payement_sms AS text_success_payement_sms_8, t0.text_failed_payement_sms AS text_failed_payement_sms_9, t0.sms_sender_name AS sms_sender_name_10, t0.in_production AS in_production_11, t0.visible_to_all AS visible_to_all_12, t0.test_number_list AS test_number_list_13 FROM sys_service t0 WHERE t0.enable = ? ORDER BY t0.order_number ASC
Parameters:
[
1
]
|
|
0.68 ms (0.54%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
0.56 ms (0.44%) |
1 |
SELECT t0.id AS id_1, t0.code_service AS code_service_2, t0.libelle AS libelle_3, t0.description AS description_4, t0.order_number AS order_number_5, t0.enable AS enable_6, t0.transaction_fee_charge AS transaction_fee_charge_7, t0.text_success_payement_sms AS text_success_payement_sms_8, t0.text_failed_payement_sms AS text_failed_payement_sms_9, t0.sms_sender_name AS sms_sender_name_10, t0.in_production AS in_production_11, t0.visible_to_all AS visible_to_all_12, t0.test_number_list AS test_number_list_13 FROM sys_service t0 WHERE t0.code_service = ? LIMIT 1
Parameters:
[
"MAIN"
]
|
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\SysSessionTmp |
|
| App\Entity\SysOperatorGSM |
|
| App\Entity\SysService | No errors. |
| App\Entity\SysUssdMenu | No errors. |
| App\Entity\SysPartner |
|
| App\Entity\SysCloseStatus | No errors. |
| App\Entity\MobileBipUser | No errors. |
| App\Entity\SysUssdHistory | No errors. |