GET https://admin-symfony-review.kube-dev.ugol.click/prop?page=1&sort%5Bname%5D=ASC

Query Metrics

6 Database Queries
4 Different statements
7.20 ms Query time
0 Invalid entities
21 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.40 ms
(61.08%)
1
SELECT DISTINCT s0_.prop_id AS prop_id_0, s0_.name AS name_1 FROM statement_props s0_ WHERE (s0_.deleted_at IS NULL) ORDER BY s0_.name ASC LIMIT 20
Parameters:
[]
1.42 ms
(19.70%)
3
SELECT t0.prop_type_id AS prop_type_id_1, t0.created_at AS created_at_2, t0.deleted_at AS deleted_at_3, t0.name AS name_4, t0.key AS key_5 FROM statement_props_types t0 WHERE t0.prop_type_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  1
]
0.79 ms
(11.01%)
1
SELECT s0_.prop_id AS prop_id_0, s0_.created_at AS created_at_1, s0_.deleted_at AS deleted_at_2, s0_.name AS name_3, s0_.key AS key_4, s0_.prop_type_id AS prop_type_id_5 FROM statement_props s0_ WHERE (s0_.prop_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (s0_.deleted_at IS NULL) ORDER BY s0_.name ASC
Parameters:
[
  6
  7
  10
  2
  14
  9
  4
  1
  16
  11
  12
  15
  3
  8
  18
  17
  5
  13
]
0.59 ms
(8.21%)
1
SELECT count(*) AS sclr_0 FROM statement_props s0_ WHERE (s0_.deleted_at IS NULL)
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
Statement\Entity\Prop 18
Statement\Entity\PropType 3

Entities Mapping

Class Mapping errors
Statement\Entity\Prop No errors.
Statement\Entity\PropType No errors.