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

Query Metrics

5 Database Queries
5 Different statements
1.33 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.33 ms
(24.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.max_file_size AS max_file_size_4, t0.slug AS slug_5, t0.instance_id AS instance_id_6 FROM product_type t0 WHERE t0.instance_id = ?
Parameters:
[
  5
]
0.33 ms
(24.52%)
1
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.id = ?
Parameters:
[
  1
]
0.29 ms
(21.80%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.category_id AS category_id_5, t0.protection_category_id AS protection_category_id_6 FROM product_instance t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "hudebni-tvorba"
]
0.21 ms
(15.79%)
1
SELECT t0.id AS id_1, t0.value AS value_2, t0.action AS action_3, t0.product_type_id AS product_type_id_4, t0.type_id AS type_id_5 FROM product_price t0 WHERE t0.product_type_id = ?
Parameters:
[
  2
]
0.18 ms
(13.30%)
1
SELECT t0.id AS id_1, t0.value AS value_2, t0.type_id AS type_id_3, t0.product_type_id AS product_type_id_4 FROM product_positive t0 WHERE t0.product_type_id = ?
Parameters:
[
  2
]

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\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\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\ProtectionCategory 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\Price No errors.
App\Entity\Product\Additionals\Positive No errors.
App\Entity\Transactions\Transaction No errors.
App\Entity\Product\Additionals\PositiveType No errors.
App\Entity\Product\PriceType No errors.
App\Entity\Product\Additionals\ExtraService No errors.