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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.58 ms
(29.29%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.compare_at_price AS compare_at_price_5, t0.sku AS sku_6, t0.stock AS stock_7, t0.is_active AS is_active_8, t0.updated_at AS updated_at_9, t0.created_at AS created_at_10, t0.image AS image_11, t0.warehouse_id AS warehouse_id_12, t0.category_id AS category_id_13, t0.vendor_id AS vendor_id_14 FROM products t0
Parameters:
[]
0.56 ms
(28.07%)
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.45 ms
(22.83%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.is_active AS is_active_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7 FROM product_categories t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.39 ms
(19.81%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.is_active AS is_active_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6 FROM warehouses t0
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\Products No errors.
App\Entity\ProductCategories No errors.
App\Entity\Vendor No errors.
App\Entity\OrderItems No errors.
App\Entity\ProductImages No errors.
App\Entity\VoucherItems No errors.