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

Query Metrics

9 Database Queries
9 Different statements
5.33 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.63 ms
(30.49%)
1
INSERT INTO products (name, description, price, compare_at_price, sku, stock, is_active, updated_at, created_at, image, warehouse_id, category_id, vendor_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "Aprender a leer con los cuentos Disney Regalo Especial"
  "Aprender a leer con los cuentos Disney Regalo Especial"
  "1490"
  null
  null
  0
  1
  "2026-02-05 14:39:12"
  "2026-02-05 14:39:12"
  "whatsapp-image-2026-02-02-at-6-48-04-pm-6984ab90e54d6686009947.jpeg"
  6
  1
  1
]
0.66 ms
(12.32%)
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_ WHERE p0_.id IN (?)
Parameters:
[
  "1"
]
0.56 ms
(10.46%)
1
INSERT INTO ext_log_entries (action, logged_at, object_id, object_class, version, data, username) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "create"
  "2026-02-05 14:39:12"
  null
  "App\Entity\Products"
  1
  "a:7:{s:4:"name";s:54:"Aprender a leer con los cuentos Disney Regalo Especial";s:11:"description";s:54:"Aprender a leer con los cuentos Disney Regalo Especial";s:5:"price";s:4:"1490";s:14:"compareAtPrice";N;s:3:"SKU";N;s:5:"stock";i:0;s:8:"isActive";b:1;}"
  "0529seli@gmail.com"
]
0.53 ms
(9.92%)
1
UPDATE ext_log_entries SET object_id = ? WHERE id = ?
Parameters:
[
  "133"
  19901
]
0.45 ms
(8.38%)
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.41 ms
(7.67%)
1
"COMMIT"
Parameters:
[]
0.39 ms
(7.29%)
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_ WHERE w0_.id IN (?)
Parameters:
[
  "6"
]
0.39 ms
(7.29%)
1
"START TRANSACTION"
Parameters:
[]
0.33 ms
(6.19%)
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_ WHERE v0_.id IN (?)
Parameters:
[
  "1"
]

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.
App\Entity\OrderItems No errors.
App\Entity\ProductImages No errors.
App\Entity\VoucherItems No errors.
Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry No errors.
Gedmo\Loggable\Entity\LogEntry No errors.