GET https://audit.northco.cc/admin/product/1/edit

Query Metrics

8 Database Queries
8 Different statements
9.32 ms Query time
0 Invalid entities
407 Managed entities

Queries

Group similar statements

# Time Info
1 1.12 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:
[
  "1"
]
2 0.87 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
]
3 1.53 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:
[
  1
]
4 2.33 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:
[
  1
]
5 1.68 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:
[
  1
]
6 0.61 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.retail AS retail_3, p0_.distributor AS distributor_4, p0_.cnpj AS cnpj_5, p0_.static_map AS static_map_6, p0_.address AS address_7, p0_.number AS number_8, p0_.zip_code AS zip_code_9, p0_.neighborhood AS neighborhood_10, p0_.city AS city_11, p0_.state AS state_12, p0_.country AS country_13, p0_.lat AS lat_14, p0_.lng AS lng_15, p0_.created_at AS created_at_16, p0_.updated_at AS updated_at_17, p0_.active AS active_18, p0_.client_id AS client_id_19 FROM pdv p0_
Parameters:
[]
7 0.84 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_
Parameters:
[]
8 0.34 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_
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\ProductMix 322
App\Entity\Pdv 71
App\Entity\ProductIndicator 10
App\Entity\Client 2
App\Entity\Product 1
App\Entity\User 1

Entities Mapping