Redirect 302 redirect from GET @dashboard (04a483)

GET http://admin-symfony-review.kube-dev.ugol.click/item

Query Metrics

20 Database Queries
4 Different statements
14.70 ms Query time
1 Invalid entities
32 Managed entities

Grouped Statements

Show all queries

Time Count Info
11.00 ms
(74.78%)
17
SELECT t0.prop_id AS prop_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, t0.prop_type_id AS prop_type_id_6 FROM statement_props t0 INNER JOIN statement_items_props ON t0.prop_id = statement_items_props.prop_id WHERE statement_items_props.item_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  1
]
2.59 ms
(17.63%)
1
SELECT DISTINCT s0_.item_id AS item_id_0 FROM statement_items s0_ WHERE (s0_.deleted_at IS NULL) LIMIT 20
Parameters:
[]
0.62 ms
(4.20%)
1
SELECT s0_.item_id AS item_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 FROM statement_items s0_ WHERE (s0_.item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (s0_.deleted_at IS NULL)
Parameters:
[
  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  12
  13
  14
  15
  16
  17
]
0.50 ms
(3.39%)
1
SELECT count(*) AS sclr_0 FROM statement_items 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\Item 17
Statement\Entity\Prop 14
Statement\Entity\PropType 1

Entities Mapping

Class Mapping errors
Statement\Entity\Item No errors.
Statement\Entity\Prop No errors.
Statement\Entity\ItemParameter
  • The mappings Statement\Entity\ItemParameter#parameter and Statement\Entity\Parameter#items are inconsistent with each other.
  • The association Statement\Entity\ItemParameter#values refers to the owning side field Statement\Entity\ItemParameterValue#itemParametr which does not exist.
Statement\Entity\PropType No errors.