Query Metrics
6
Database Queries
4
Different statements
7.54 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.37 ms |
"START TRANSACTION"
Parameters:
[] |
| 2 | 0.99 ms |
SELECT t0.id AS id_1, t0.transaction_id AS transaction_id_2, t0.transaction_type AS transaction_type_3, t0.transaction_time AS transaction_time_4, t0.transaction_amount AS transaction_amount_5, t0.ref_number AS ref_number_6, t0.short_code AS short_code_7, t0.balance AS balance_8, t0.msisdn AS msisdn_9, t0.first_name AS first_name_10, t0.middle_name AS middle_name_11, t0.last_name AS last_name_12, t0.created_at AS created_at_13, t0.is_used AS is_used_14 FROM mpesa t0 WHERE t0.transaction_id = ? LIMIT 1
Parameters:
[
"UDJ0U12L4F"
]
|
| 3 | 0.26 ms |
"COMMIT"
Parameters:
[] |
| 4 | 0.20 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 1.97 ms |
INSERT INTO mpesa (transaction_id, transaction_type, transaction_time, transaction_amount, ref_number, short_code, balance, msisdn, first_name, middle_name, last_name, created_at, is_used) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "UDJ0U12L4F" "Pay Bill" "20260419125154" "3000.00" "christine" "4022963" "4200.00" "b8ec3d238871000941d0eac1e7b6d52275f2d9a39a0312e69d3989266e35abfd" "Christine" "" "" "2026-04-19 12:51:56" 0 ] |
| 6 | 3.75 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\Mpesa | No errors. |