http://smartfactor-system.test.aspello.pl/payment/notify/paybynet

Query Metrics

1 Database Queries
1 Different statements
2.14 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.14 ms
(100.00%)
1
SELECT t0.transaction_id AS transaction_id_1, t0.status AS status_2, t0.currency_code AS currency_code_3, t0.amount AS amount_4, t0.email AS email_5, t0.client_id AS client_id_6, t0.description AS description_7, t0.details AS details_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.id AS id_11, t0.client_name AS client_name_12, t0.client_first_name AS client_first_name_13, t0.client_last_name AS client_last_name_14, t0.client_description AS client_description_15, t0.street AS street_16, t0.street_number AS street_number_17, t0.flat_number AS flat_number_18, t0.town AS town_19, t0.decision_id AS decision_id_20, t0.created_by AS created_by_21 FROM abap_payment t0 WHERE t0.transaction_id = ?
Parameters:
[
  "1766779672"
]

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
Abap\PaymentBundle\Model\Payment No errors.
App\Entity\Payment No errors.
App\Entity\Shipment
  • The field App\Entity\Shipment#payments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Payment#decision does not contain the required 'inversedBy="payments"' attribute.
  • The field App\Entity\Shipment#ezdDocuments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Ezd\EzdDocument#shipment does not contain the required 'inversedBy="ezdDocuments"' attribute.
App\Entity\User
  • The field App\Entity\User#participations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserCaseParticipation#user does not contain the required 'inversedBy="participations"' attribute.