GET https://chrante-si-napady.online/nase-sluzby/depozit

Query Metrics

3 Database Queries
2 Different statements
1.74 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.63 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.choice_label AS choice_label_4, t0.slug AS slug_5 FROM product_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "depozit"
]
2 0.82 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.slug AS slug_3, p0_.category_id AS category_id_4, p0_.protection_category_id AS protection_category_id_5 FROM product_instance p1_, product_instance p0_ INNER JOIN product_type p2_ ON p0_.id = p2_.instance_id INNER JOIN product_category p3_ ON p0_.category_id = p3_.id WHERE p3_.id = ?
Parameters:
[
  1
]
3 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.choice_label AS choice_label_4, t0.slug AS slug_5 FROM product_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "depozit"
]

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\Base\AEntity No errors.
App\Entity\Base\TData No errors.
App\Entity\Product\Category
  • The field App\Entity\Product\Category#instances is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product\Instance#category does not contain the required 'inversedBy="instances"' attribute.
App\Entity\Product\Instance
  • If association App\Entity\Product\Instance#protectionCategory is one-to-one, then the inversed side App\Entity\Product\ProtectionCategory#instances has to be one-to-one as well.
App\Entity\Product\Additionals\ExtraService No errors.
App\Entity\Product\Type
  • The field App\Entity\Product\Type#positives is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product\Additionals\Positive#productType does not contain the required 'inversedBy="positives"' attribute.
App\Entity\Product\ProtectionCategory No errors.