POST https://www.servicioseducativosnaku.com.mx/admin/payments

Query Metrics

3 Database Queries
3 Different statements
33.31 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.48 ms
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.mobile AS mobile_7, t0.position AS position_8, t0.is_active AS is_active_9, t0.updated_at AS updated_at_10, t0.created_at AS created_at_11, t0.photo AS photo_12, t0.address AS address_13 FROM users t0 WHERE t0.id = ?
Parameters:
[
  4
]
2 29.40 ms
SELECT p0_.id AS id_0, p0_.uuid AS uuid_1, p0_.amount AS amount_2, p0_.payment_date AS payment_date_3, p0_.expiration_date AS expiration_date_4, p0_.is_active AS is_active_5, p0_.updated_at AS updated_at_6, p0_.created_at AS created_at_7, p0_.status AS status_8, p0_.sort AS sort_9, p0_.print AS print_10, p0_.folio AS folio_11, p0_.capture_date AS capture_date_12, p0_.type AS type_13, o1_.id AS id_14, o1_.contract_number AS contract_number_15, o1_.payment_type AS payment_type_16, c2_.id AS id_17, c2_.firstname AS firstname_18, c2_.lastname AS lastname_19, c2_.motherslastname AS motherslastname_20, r3_.id AS id_21, r3_.name AS name_22, p4_.id AS id_23, p4_.amount AS amount_24, p4_.folio AS folio_25 FROM payments p0_ LEFT JOIN orders o1_ ON p0_.orders_id = o1_.id LEFT JOIN clients c2_ ON o1_.client_id = c2_.id LEFT JOIN routes r3_ ON o1_.route_id = r3_.id LEFT JOIN partial_payments p4_ ON p0_.id = p4_.payment_id WHERE p0_.folio = ? AND (p0_.capture_date BETWEEN ? AND ?)
Parameters:
[
  "1314"
  "2025-01-01"
  "2026-02-12"
]
3 3.44 ms
SELECT p0_.id AS id_0, p0_.updated_at AS updated_at_1, p0_.created_at AS created_at_2, p0_.amount AS amount_3, p0_.folio AS folio_4, p0_.status AS status_5, p0_.type AS type_6, p1_.id AS id_7, p1_.amount AS amount_8, p1_.sort AS sort_9, p1_.folio AS folio_10, o2_.id AS id_11, o2_.contract_number AS contract_number_12, r3_.id AS id_13, r3_.name AS name_14, c4_.id AS id_15, c4_.firstname AS firstname_16, c4_.lastname AS lastname_17, c4_.motherslastname AS motherslastname_18 FROM partial_payments p0_ LEFT JOIN payments p1_ ON p0_.payment_id = p1_.id LEFT JOIN orders o2_ ON p1_.orders_id = o2_.id LEFT JOIN routes r3_ ON o2_.route_id = r3_.id LEFT JOIN clients c4_ ON o2_.client_id = c4_.id WHERE p0_.folio = ? AND (p0_.created_at BETWEEN ? AND ?)
Parameters:
[
  "1314"
  "2025-01-01"
  "2026-02-12"
]

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\Users
  • The field App\Entity\Users#orders is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Orders#createdBy does not contain the required 'inversedBy="orders"' attribute.
  • The field App\Entity\Users#vouchersCreated is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Vouchers#createdBy does not contain the required 'inversedBy="vouchersCreated"' attribute.
  • The field App\Entity\Users#partialPayments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PartialPayments#capturedBy does not contain the required 'inversedBy="partialPayments"' attribute.
  • The field App\Entity\Users#clients is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Clients#createdBy does not contain the required 'inversedBy="clients"' attribute.
App\Entity\Warehouses No errors.
App\Entity\Vouchers No errors.
App\Entity\Orders
  • The mappings App\Entity\Orders#salesCloser and App\Entity\Users#orders are inconsistent with each other.
  • The mappings App\Entity\Orders#speaker and App\Entity\Users#orders are inconsistent with each other.
  • The mappings App\Entity\Orders#coordinator and App\Entity\Users#orders are inconsistent with each other.
  • The mappings App\Entity\Orders#leader and App\Entity\Users#orders are inconsistent with each other.
App\Entity\Payments No errors.
App\Entity\PartialPayments No errors.
App\Entity\Clients No errors.
App\Entity\Routes No errors.