https://sys.nenocourier.co.ke/api/deliveries/incoming/waybill/1/1058742

Query Metrics

2 Database Queries
2 Different statements
3.67 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.03 ms
(55.19%)
1
SELECT DISTINCT (w0_.id) AS sclr_0, w0_.sender_name AS sender_name_1, w0_.sender_phone_number AS sender_phone_number_2, w0_.receiver_name AS receiver_name_3, w0_.receiver_phone_number AS receiver_phone_number_4, s1_.id AS id_5, s2_.id AS id_6, w0_.created_at AS created_at_7, u3_.id AS id_8, t4_.id AS id_9, t4_.amount AS amount_10, w0_.is_collected AS is_collected_11, o5_.id AS id_12, w0_.percel_count AS percel_count_13, d6_.id AS id_14 FROM delivery_parcel d7_ INNER JOIN parcel p8_ ON d7_.parcel_id = p8_.id INNER JOIN delivery d6_ ON d7_.delivery_id = d6_.id INNER JOIN way_bill w0_ ON p8_.way_bill_id = w0_.id INNER JOIN station s1_ ON w0_.from_station_id = s1_.id INNER JOIN station s2_ ON w0_.to_station_id = s2_.id INNER JOIN user u3_ ON w0_.created_by = u3_.id INNER JOIN transaction t4_ ON w0_.id = t4_.way_bill_id INNER JOIN organization o5_ ON w0_.organization_id = o5_.id WHERE w0_.id = ? AND w0_.to_station_id = ?
Parameters:
[
  "1058742"
  "1"
]
1.65 ms
(44.81%)
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 = ? LIMIT 1
Parameters:
[
  69
]

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\DeliveryParcel No errors.
App\Entity\Parcel No errors.
App\Entity\Delivery
  • The field App\Entity\Delivery#deliveryVehicle is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\DeliveryVehicle#delivery does not contain the required 'inversedBy="deliveryVehicle"' attribute.
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\Station No errors.
App\Entity\Transaction No errors.
App\Entity\Organization No errors.