https://sys.nenocourier.co.ke/fos/receipt/g03/1060252

Query Metrics

5 Database Queries
5 Different statements
3.81 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.96 ms
(25.32%)
1
SELECT t0.id AS id_1, t0.amount AS amount_2, t0.cash_amount AS cash_amount_3, t0.mpesa_amount AS mpesa_amount_4, t0.tax_percentage AS tax_percentage_5, t0.tax_amount AS tax_amount_6, t0.gross_amount AS gross_amount_7, t0.station_expenses AS station_expenses_8, t0.station_balance AS station_balance_9, t0.expenses AS expenses_10, t0.balance AS balance_11, t0.created_at AS created_at_12, t0.is_cancelled AS is_cancelled_13, t0.is_complete AS is_complete_14, t0.is_paid AS is_paid_15, t0.paid_by AS paid_by_16, t0.mpesa_payment_phone AS mpesa_payment_phone_17, t0.payment_method AS payment_method_18, t0.pin_number AS pin_number_19, t0.cu_invoice_number AS cu_invoice_number_20, t0.cu_invoice_number_credit AS cu_invoice_number_credit_21, t0.cu_serial_number AS cu_serial_number_22, t0.is_final AS is_final_23, t0.way_bill_id AS way_bill_id_24, t0.created_by AS created_by_25, t0.organization_id AS organization_id_26, t0.daily_account_id AS daily_account_id_27 FROM transaction t0 WHERE t0.way_bill_id = ? LIMIT 1
Parameters:
[
  "1060252"
]
0.96 ms
(25.11%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.person_id AS person_id_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
  115
]
0.94 ms
(24.72%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.mpesa_id AS mpesa_id_3, t0.transaction_id AS transaction_id_4, t0.created_by AS created_by_5 FROM mpesa_transaction t0 WHERE t0.transaction_id = ? LIMIT 1
Parameters:
[
  1060211
]
0.50 ms
(13.24%)
1
SELECT t0.id AS id_1, t0.description AS description_2, t0.number AS number_3, t0.is_in_delivery AS is_in_delivery_4, t0.created_at AS created_at_5, t0.way_bill_id AS way_bill_id_6 FROM parcel t0 WHERE t0.way_bill_id = ?
Parameters:
[
  1060252
]
0.44 ms
(11.61%)
1
SELECT t0.id AS id_1, t0.port AS port_2, t0.com AS com_3, t0.serial_number AS serial_number_4, t0.location AS location_5, t0.is_default AS is_default_6, t0.created_at AS created_at_7 FROM etr t0 WHERE t0.is_default = ? LIMIT 1
Parameters:
[
  1
]

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 No errors.
App\Entity\Person No errors.
App\Entity\Transaction No errors.
App\Entity\WayBill
  • The field App\Entity\WayBill#collectedParcel is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CollectedParcel#waybill does not contain the required 'inversedBy="collectedParcel"' attribute.
App\Entity\Organization No errors.
App\Entity\DailyAccount No errors.
App\Entity\TransactionExpense No errors.
App\Entity\MpesaTransaction No errors.
App\Entity\Mpesa No errors.
App\Entity\Parcel No errors.
App\Entity\Etr No errors.