GET https://poth-api-mod.keszul.hu/tegla?page=1

Query Metrics

3 Database Queries
3 Different statements
3.24 ms Query time
1 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.51 ms
(46.80%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ WHERE p0_.active = ?
Parameters:
[
  1
]
1.06 ms
(32.71%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.active AS active_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.file AS file_5, p0_.icon AS icon_6, p0_.alias AS alias_7, p0_.raktaron AS raktaron_8 FROM product p0_ WHERE p0_.active = ? AND p0_.id IN (?, ?, ?)
Parameters:
[
  1
  1
  2
  3
]
0.66 ms
(20.50%)
1
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ WHERE p0_.active = ? LIMIT 3
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\Product 3

Entities Mapping

Class Mapping 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.
App\Entity\Fuga No errors.
App\Entity\Alapszin No errors.
App\Entity\Tarkasag No errors.
App\Entity\Felulet No errors.