GET https://www.servicioseducativosnaku.com.mx/admin/products/new

Query Metrics

4 Database Queries
4 Different statements
2.33 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.69 ms
(29.54%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.slug AS slug_3, p0_.is_active AS is_active_4, p0_.updated_at AS updated_at_5, p0_.created_at AS created_at_6 FROM product_categories p0_
Parameters:
[]
0.67 ms
(28.95%)
1
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
]
0.54 ms
(23.05%)
1
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.is_active AS is_active_3, w0_.updated_at AS updated_at_4, w0_.created_at AS created_at_5 FROM warehouses w0_
Parameters:
[]
0.43 ms
(18.46%)
1
SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.logo AS logo_2, v0_.address AS address_3, v0_.is_active AS is_active_4, v0_.updated_at AS updated_at_5, v0_.created_at AS created_at_6 FROM vendor v0_
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\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\ProductCategories No errors.
App\Entity\Vendor No errors.
App\Entity\Products No errors.