GET https://dev.elpokladny.cz/registrace

Query Metrics

258 Database Queries
8 Different statements
90.25 ms Query time
2 Invalid entities
114 Managed entities

Grouped Statements

Show all queries

Time Count Info
20.49 ms
(22.71%)
57
SELECT t0.code AS code_1, t0.sort_order AS sort_order_2, t0.hid AS hid_3, t0.choosable AS choosable_4, t0.name AS name_5, t0.description AS description_6, t0.text AS text_7, t0.price_excl_vat AS price_excl_vat_8, t0.price_incl_vat AS price_incl_vat_9, t0.price_description AS price_description_10, t0.created AS created_11, t0.changed AS changed_12, t0.ip AS ip_13 FROM marketplace t0 INNER JOIN marketplace_includes ON t0.code = marketplace_includes.included_by WHERE marketplace_includes.code = ?
Parameters:
[
  10135
]
19.28 ms
(21.36%)
57
SELECT t0.code AS code_1, t0.sort_order AS sort_order_2, t0.hid AS hid_3, t0.choosable AS choosable_4, t0.name AS name_5, t0.description AS description_6, t0.text AS text_7, t0.price_excl_vat AS price_excl_vat_8, t0.price_incl_vat AS price_incl_vat_9, t0.price_description AS price_description_10, t0.created AS created_11, t0.changed AS changed_12, t0.ip AS ip_13 FROM marketplace t0 INNER JOIN marketplace_excludes ON t0.code = marketplace_excludes.excluded_by WHERE marketplace_excludes.code = ?
Parameters:
[
  10135
]
18.73 ms
(20.76%)
57
SELECT t0.code AS code_1, t0.sort_order AS sort_order_2, t0.hid AS hid_3, t0.choosable AS choosable_4, t0.name AS name_5, t0.description AS description_6, t0.text AS text_7, t0.price_excl_vat AS price_excl_vat_8, t0.price_incl_vat AS price_incl_vat_9, t0.price_description AS price_description_10, t0.created AS created_11, t0.changed AS changed_12, t0.ip AS ip_13 FROM marketplace t0 INNER JOIN marketplace_includes ON t0.code = marketplace_includes.code WHERE marketplace_includes.included_by = ?
Parameters:
[
  10135
]
18.64 ms
(20.65%)
57
SELECT t0.code AS code_1, t0.sort_order AS sort_order_2, t0.hid AS hid_3, t0.choosable AS choosable_4, t0.name AS name_5, t0.description AS description_6, t0.text AS text_7, t0.price_excl_vat AS price_excl_vat_8, t0.price_incl_vat AS price_incl_vat_9, t0.price_description AS price_description_10, t0.created AS created_11, t0.changed AS changed_12, t0.ip AS ip_13 FROM marketplace t0 INNER JOIN marketplace_excludes ON t0.code = marketplace_excludes.code WHERE marketplace_excludes.excluded_by = ?
Parameters:
[
  10135
]
8.54 ms
(9.46%)
20
SELECT t0.code AS code_1, t0.sort_order AS sort_order_2, t0.hid AS hid_3, t0.choosable AS choosable_4, t0.name AS name_5, t0.description AS description_6, t0.text AS text_7, t0.price_excl_vat AS price_excl_vat_8, t0.price_incl_vat AS price_incl_vat_9, t0.price_description AS price_description_10, t0.created AS created_11, t0.changed AS changed_12, t0.ip AS ip_13 FROM marketplace t0 INNER JOIN company_variants_marketplace ON t0.code = company_variants_marketplace.marketplace WHERE company_variants_marketplace.variant = ?
Parameters:
[
  11
]
3.57 ms
(3.95%)
8
SELECT t0.code AS code_1, t0.sort_order AS sort_order_2, t0.hid AS hid_3, t0.choosable AS choosable_4, t0.name AS name_5, t0.description AS description_6, t0.text AS text_7, t0.price_excl_vat AS price_excl_vat_8, t0.price_incl_vat AS price_incl_vat_9, t0.price_description AS price_description_10, t0.created AS created_11, t0.changed AS changed_12, t0.ip AS ip_13 FROM marketplace t0 INNER JOIN marketplaces_categories ON t0.code = marketplaces_categories.marketplace_code WHERE marketplaces_categories.category_code = ?
Parameters:
[
  10
]
0.52 ms
(0.58%)
1
SELECT t0.code AS code_1, t0.name AS name_2, t0.created AS created_3, t0.changed AS changed_4, t0.ip AS ip_5 FROM company_variants t0 ORDER BY t0.code ASC
Parameters:
[]
0.47 ms
(0.52%)
1
SELECT t0.code AS code_1, t0.sort_order AS sort_order_2, t0.hid AS hid_3, t0.name AS name_4, t0.description AS description_5, t0.text AS text_6, t0.created AS created_7, t0.changed AS changed_8, t0.ip AS ip_9 FROM marketplace_category t0 ORDER BY t0.sort_order ASC
Parameters:
[]

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\Marketplace 86
App\Entity\CompanyVariant 20
App\Entity\MarketplaceCategory 8

Entities Mapping

Class Mapping errors
App\Entity\MarketplaceCategory No errors.
App\Entity\Marketplace No errors.
App\Entity\CompanyVariant No errors.
App\Entity\Company
  • The association App\Entity\Company#user refers to the inverse side field App\Entity\User#companies which does not exist.
  • The mappings App\Entity\Company#vats and App\Entity\VAT#company are inconsistent with each other.
App\Entity\User
  • The field App\Entity\User#avatar is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Photo#userAvatar does not contain the required 'inversedBy: "avatar"' attribute.
App\Entity\MarketplaceCompany No errors.