GET https://rnpm.softmasters.net/itemmovement

Query Metrics

1 Database Queries
1 Different statements
1.42 ms Query time
1 Invalid entities

Queries

Group similar statements

#▲ Time Info
1 1.42 ms
SELECT t0.id AS id_1, t0.deleted AS deleted_2, t0.create_time AS create_time_3, t0.update_time AS update_time_4, t0.description AS description_5, t0.seriale AS seriale_6, t0.lotto AS lotto_7, t0.udi_pi AS udi_pi_8, t0.data_scadenza AS data_scadenza_9, t0.note AS note_10, t0.model_id AS model_id_11 FROM item t0
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.

Entities Mapping

Class Mapping errors
App\Entity\CrudEntityBasic No errors.
App\Entity\CrudEntity No errors.
App\Entity\Item No errors.
App\Entity\Model No errors.
App\Entity\ItemMovement
  • The association App\Entity\ItemMovement#owner refers to the inverse side field App\Entity\Owner#itemMovements which does not exist.
  • The field App\Entity\ItemMovement#reports is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Report#item_movement does not contain the required 'inversedBy="reports"' attribute.