http://172.16.100.10:6020/ussd_mtnbenin

Query Metrics

14 Database Queries
10 Different statements
114.64 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 88.66 ms
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:
[
  "2290167807389"
  "17518441021046740"
]
2 0.65 ms
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.id = ?
Parameters:
[
  53
]
3 3.08 ms
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.msisdn AS msisdn_3, t0.operator_id AS operator_id_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6, t0.contrat_id AS contrat_id_7, t0.contrat_ref AS contrat_ref_8, t0.payement_id AS payement_id_9, t0.payement_ref AS payement_ref_10, t0.payement_libelle AS payement_libelle_11, t0.monatant_contrat AS monatant_contrat_12, t0.charge_fee_amount AS charge_fee_amount_13, t0.transaction_total_amount AS transaction_total_amount_14, t0.service_fee AS service_fee_15 FROM smartloyer_session_tmp t0 WHERE t0.session_id = ? AND t0.msisdn = ? LIMIT 1
Parameters:
[
  "17518441021046740"
  "2290167807389"
]
4 0.43 ms
"START TRANSACTION"
Parameters:
[]
5 1.81 ms
UPDATE smartloyer_session_tmp SET update_time = ?, contrat_id = ? WHERE id = ?
Parameters:
[
  "2025-07-07 00:22:15"
  0
  2991
]
6 8.10 ms
"COMMIT"
Parameters:
[]
7 1.77 ms
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:
[
  "SLOYER"
]
8 1.57 ms
SELECT t0.id AS id_1, t0.menu_code AS menu_code_2, t0.title AS title_3, t0.next_menu_code AS next_menu_code_4, t0.previous_menu_code AS previous_menu_code_5, t0.request_an_entry AS request_an_entry_6, t0.end_of_menu AS end_of_menu_7, t0.level_order AS level_order_8, t0.description AS description_9, t0.option_to_choose AS option_to_choose_10, t0.service_id AS service_id_11 FROM sys_ussd_menu t0 WHERE t0.menu_code = ? AND t0.service_id = ? LIMIT 1
Parameters:
[
  "GETCONTR"
  53
]
9 0.15 ms
"START TRANSACTION"
Parameters:
[]
10 0.40 ms
UPDATE sys_session_tmp SET update_time = ?, menu_code = ?, menu_title = ?, is_input_request = ?, menu_options_string = ?, screen_id = ? WHERE id = ?
Parameters:
[
  "2025-07-07 00:22:15"
  "GETCONTR"
  "Entrez votre reference de contrat:"
  1
  "-1,libelle,-1"
  5
  194751
]
11 3.02 ms
"COMMIT"
Parameters:
[]
12 0.24 ms
"START TRANSACTION"
Parameters:
[]
13 1.43 ms
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 => "2025-07-07 00:22:15"
  2 => "MTNBJ"
  3 => "SLOYER"
  4 => "17518441021046740"
  5 => "2290167807389"
  6 => "10.77.69.44"
  7 => "1"
  8 => "Entrez votre reference de contrat:"
  9 => "-1,libelle,-1"
  10 => "GETCONTR"
  11 => "INTERMEDIATE"
  12 => "2025-07-07 00:22:15"
]
14 3.32 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\SysSessionTmp
  • The mappings App\Entity\SysSessionTmp#operator and App\Entity\SysOperatorGSM#sysSessionTmps are inconsistent with each other.
App\Entity\SysOperatorGSM
  • The association App\Entity\SysOperatorGSM#sysSessionTmps refers to the owning side field App\Entity\SysSessionTmp#operatorCode which does not exist.
App\Entity\SysService No errors.
App\Entity\SysUssdMenu No errors.
App\Entity\SysPartner
  • The association App\Entity\SysPartner#gazTransactions refers to the owning side field App\Entity\GazTransaction#partner which does not exist.
App\Entity\SysCloseStatus No errors.
App\Entity\MobileBipUser No errors.
App\Entity\SmartloyerSessionTmp No errors.
App\Entity\SysUssdHistory No errors.