GET https://2025-mu.release.sb.paritet.sprintf.ru/directory/product_types

Query Metrics

6 Database Queries
4 Different statements
5.60 ms Query time
1 Invalid entities
28 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.14 ms
(56.07%)
1
SELECT DISTINCT id_2, MIN(sclr_4) AS dctrn_minrownum FROM (SELECT p0_.name AS name_0, p0_.updated_at AS updated_at_1, p0_.id AS id_2, p0_.deleted_at AS deleted_at_3, ROW_NUMBER() OVER(ORDER BY p0_.name ASC) AS sclr_4 FROM product_types p0_ WHERE (p0_.deleted_at IS NULL)) dctrn_result GROUP BY id_2 ORDER BY dctrn_minrownum ASC LIMIT 25
Parameters:
[]
1.21 ms
(21.58%)
3
SELECT t0.name AS name_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.deleted_at AS deleted_at_4 FROM product_types_groups t0 WHERE t0.id = ?
Parameters:
[
  "3f1a9f7a-d3c5-11ed-afa1-0242ac121111"
]
0.71 ms
(12.67%)
1
SELECT p0_.name AS name_0, p0_.updated_at AS updated_at_1, p0_.id AS id_2, p0_.deleted_at AS deleted_at_3, p0_.group_id AS group_id_4 FROM product_types p0_ WHERE (p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (p0_.deleted_at IS NULL) ORDER BY p0_.name ASC
Parameters:
[
  "3ec6152e-93c6-4a70-96b8-6ab63f441038"
  "516dd451-6fc6-4ee2-a6c8-970c91800fbf"
  "4f372085-6657-4132-af0e-c4429c795082"
  "0d71cc78-4dce-4d0d-b10c-b16f79012636"
  "67a94c97-3d70-4152-b733-e2c8c0c6d4c3"
  "7a51bf9a-0c14-4a1b-887a-004f05bdc6cc"
  "0e2ae5f3-16f3-4c88-bf65-65515b7e548c"
  "4535d408-8916-4df0-9492-579187270dec"
  "3fd1ea18-ca8f-446c-a03c-eaff53b2bf41"
  "e33a2a57-881a-4a60-977f-ea258866ab3c"
  "98fc1641-cfb4-4f51-ab4d-c4f935cdc8a5"
  "faf89876-b51e-49e7-8d5b-8e7bd9a4aa0f"
  "4bb38e81-6256-479f-bd98-98bf84f29bdc"
  "81565c4d-7f7f-420c-a349-bc15b0a03e7f"
  "d18613d7-91a4-4964-ad28-025588e7b641"
  "4790ad35-7967-4450-9363-282bf5a62061"
  "3bb3eef3-fd8d-4476-9ca0-07322a5540ac"
  "bd842838-304c-4635-bca0-82ba7f3f4ed8"
  "9f7c266e-8b5c-4ffc-bbb2-8a406f568795"
  "99df9af3-9e9e-4311-ac0d-88de5d58cffa"
  "64dcdd44-f71e-4eb0-bd1b-35186c411666"
  "583b5e56-4d69-496d-a4a1-fa095d5d91d2"
  "2c6dce3f-8ccf-4f53-af54-2708ccee6673"
  "f7aff91a-5f9e-41a8-8ce2-0f033aedaeff"
  "bf2423a0-fa88-409f-b40d-854e70dc182e"
]
0.54 ms
(9.68%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_2 FROM (SELECT p0_.name AS name_0, p0_.updated_at AS updated_at_1, p0_.id AS id_2, p0_.deleted_at AS deleted_at_3 FROM product_types p0_ WHERE (p0_.deleted_at IS NULL) ORDER BY p0_.name ASC) dctrn_result) dctrn_table
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\ProductType\Entity\ProductType 25
App\ProductType\Entity\ProductTypeGroup 3

Entities Mapping

Class Mapping errors
App\ProductType\Entity\ProductType No errors.
App\ProductType\Entity\ProductTypeGroup
  • The field App\ProductType\Entity\ProductTypeGroup#productTypes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\ProductType\Entity\ProductType#group does not contain the required 'inversedBy="productTypes"' attribute.