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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.97 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ WHERE p0_.active = ?
Parameters:
[
  1
]
2 0.58 ms
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ WHERE p0_.active = ? LIMIT 3 OFFSET 3
Parameters:
[
  1
]
3 0.67 ms
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
  4
  5
  6
]

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.