POST https://audit.northco.cc/admin/product/6/edit

Query Metrics

13 Database Queries
11 Different statements
10.14 ms Query time
0 Invalid entities
17 Managed entities

Queries

Group similar statements

# Time Info
1 0.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.cpf AS cpf_4, t0.avatar AS avatar_5, t0.token AS token_6, t0.firebase_token AS firebase_token_7, t0.os AS os_8, t0.initial AS initial_9, t0.active AS active_10, t0.can_register AS can_register_11, t0.did_register AS did_register_12, t0.salt_pass AS salt_pass_13, t0.salt_pass_expires_at AS salt_pass_expires_at_14, t0.token_expire_at AS token_expire_at_15, t0.firebase_expire_at AS firebase_expire_at_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.last_login AS last_login_19, t0.roles AS roles_20, t0.password AS password_21 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.58 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.sku AS sku_4, t0.barcode AS barcode_5, t0.qrcode AS qrcode_6, t0.thumb AS thumb_7, t0.description AS description_8, t0.type AS type_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.active AS active_12 FROM product t0 WHERE t0.id = ?
Parameters:
[
  "6"
]
3 1.97 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.retail AS retail_4, t0.distributor AS distributor_5, t0.cnpj AS cnpj_6, t0.static_map AS static_map_7, t0.address AS address_8, t0.number AS number_9, t0.zip_code AS zip_code_10, t0.neighborhood AS neighborhood_11, t0.city AS city_12, t0.state AS state_13, t0.country AS country_14, t0.lat AS lat_15, t0.lng AS lng_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.active AS active_19, t0.client_id AS client_id_20 FROM pdv t0 INNER JOIN pdv_products ON t0.id = pdv_products.pdv_id WHERE pdv_products.product_id = ?
Parameters:
[
  6
]
4 1.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.reseller AS reseller_3, t0.thumb AS thumb_4, t0.thumb_link AS thumb_link_5, t0.sku AS sku_6, t0.ean AS ean_7, t0.value AS value_8, t0.active AS active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM product_mix t0 INNER JOIN products_mixes ON t0.id = products_mixes.product_mix_id WHERE products_mixes.product_id = ? ORDER BY t0.name ASC
Parameters:
[
  6
]
5 1.17 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.text AS text_3, t0.description AS description_4, t0.type AS type_5, t0.answer_type AS answer_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.required_id AS required_id_9, t0.required AS required_10, t0.active AS active_11, t0.replicable AS replicable_12 FROM product_indicator t0 INNER JOIN products_indicators ON t0.id = products_indicators.product_indicator_id WHERE products_indicators.product_id = ? ORDER BY t0.position ASC
Parameters:
[
  6
]
6 1.27 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.reseller AS reseller_2, p0_.thumb AS thumb_3, p0_.thumb_link AS thumb_link_4, p0_.sku AS sku_5, p0_.ean AS ean_6, p0_.value AS value_7, p0_.active AS active_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10 FROM product_mix p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "316"
  "317"
  "318"
  "319"
  "320"
  "321"
  "322"
]
7 1.04 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.reseller AS reseller_2, p0_.thumb AS thumb_3, p0_.thumb_link AS thumb_link_4, p0_.sku AS sku_5, p0_.ean AS ean_6, p0_.value AS value_7, p0_.active AS active_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10 FROM product_mix p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "316"
  "317"
  "318"
  "319"
  "320"
  "321"
  "322"
]
8 0.41 ms
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.text AS text_2, p0_.description AS description_3, p0_.type AS type_4, p0_.answer_type AS answer_type_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.required_id AS required_id_8, p0_.required AS required_9, p0_.active AS active_10, p0_.replicable AS replicable_11 FROM product_indicator p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "1"
  "2"
  "3"
  "4"
  "5"
  "6"
  "7"
  "18"
]
9 0.67 ms
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.text AS text_2, p0_.description AS description_3, p0_.type AS type_4, p0_.answer_type AS answer_type_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.required_id AS required_id_8, p0_.required AS required_9, p0_.active AS active_10, p0_.replicable AS replicable_11 FROM product_indicator p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "1"
  "2"
  "3"
  "4"
  "5"
  "6"
  "7"
  "18"
]
10 0.24 ms
"START TRANSACTION"
Parameters:
[]
11 0.46 ms
UPDATE product SET updated_at = ? WHERE id = ?
Parameters:
[
  "2026-03-12 11:19:06"
  6
]
12 0.36 ms
INSERT INTO products_indicators (product_id, product_indicator_id) VALUES (?, ?)
Parameters:
[
  6
  18
]
13 0.20 ms
"COMMIT"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\ProductIndicator 8
App\Entity\ProductMix 7
App\Entity\User 1
App\Entity\Product 1

Entities Mapping