GET https://poth-api-mod.keszul.hu/fuga

Query Metrics

1 Database Queries
1 Different statements
1.79 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.79 ms
SELECT t0.id AS id_1, t0.active AS active_2, t0.icon AS icon_3, t0.alias AS alias_4, t0.name AS name_5, t0.sorrend AS sorrend_6, t0.icon_title AS icon_title_7, t0.icon_alt AS icon_alt_8, t0.file AS file_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM fuga t0 WHERE t0.active = ? ORDER BY t0.sorrend ASC
Parameters:
[
  1
]

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\Fuga 2

Entities Mapping

Class Mapping errors
App\Entity\Fuga No errors.
App\Entity\Product
  • The field App\Entity\Product#size is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Product#size does not contain the required 'mappedBy: "size"' attribute.