Forwarded to ErrorController (335fa6)

Query Metrics

4 Database Queries
4 Different statements
1.94 ms Query time
8 Invalid entities
11 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.54 ms
(27.95%)
1
SELECT t0.id AS id_1, t0.login AS login_2, t0.password AS password_3, t0.server AS server_4, t0.port AS port_5, t0.sms_login AS sms_login_6, t0.sms_secret AS sms_secret_7, t0.object_id AS object_id_8, t0.keeper_token AS keeper_token_9, t0.tg_bot_token AS tg_bot_token_10, t0.admin_chat AS admin_chat_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM settings t0
Parameters:
[]
0.51 ms
(26.41%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.photo AS photo_3, t0.restaurant_roles AS restaurant_roles_4, t0.phone_number AS phone_number_5, t0.email AS email_6, t0.keeper_id AS keeper_id_7, t0.updated_at AS updated_at_8, t0.created_at AS created_at_9, t10.id AS id_11, t10.chat_id AS chat_id_12, t10.first_name AS first_name_13, t10.employee_id AS employee_id_14 FROM employee t0 LEFT JOIN chat t10 ON t10.employee_id = t0.id WHERE t0.id = ?
Parameters:
[
  "5"
]
0.51 ms
(26.40%)
1
SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.id AS id_5 FROM user_users t0 WHERE t0.id = ?
Parameters:
[
  "01KC11C91QNFJ8EHW0YJDP8TN0"
]
0.37 ms
(19.23%)
1
SELECT c0_.id AS id_0, c0_.chat_id AS chat_id_1, c0_.first_name AS first_name_2, c0_.employee_id AS employee_id_3 FROM chat c0_
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\Integration\Telegram\Domain\Entity\Chat 5
App\Employee\Domain\Entity\Employee 3
App\Settings\Domain\Entity\Settings 2
App\User\Domain\Entity\User 1

Entities Mapping

Class Mapping errors
App\User\Domain\Entity\User No errors.
App\Employee\Domain\Entity\Employee
  • The field App\Employee\Domain\Entity\Employee#telegramChat is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Integration\Telegram\Domain\Entity\Chat#employee does not contain the required 'inversedBy: "telegramChat"' attribute.
App\Integration\Telegram\Domain\Entity\Chat No errors.
App\Table\Domain\Entity\Table No errors.
App\Settings\Domain\Entity\Settings
  • The mappings App\Settings\Domain\Entity\Settings#workTime and App\Settings\Domain\Entity\SettingsWorkTime#settings are inconsistent with each other.
App\Settings\Domain\Entity\SettingsWorkTime
  • The association App\Settings\Domain\Entity\SettingsWorkTime#settings refers to the inverse side field App\Settings\Domain\Entity\Settings#workTimes which does not exist.
App\Dish\Domain\Entity\MenuUpdate No errors.
App\Dish\Domain\Entity\DishMenuSchedule No errors.
App\Dish\Domain\Entity\DishDrink No errors.
App\Dish\Domain\Entity\DishMenuDiscount
  • The field 'App\Dish\Domain\Entity\DishMenuDiscount#discountPercent' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Dish\Domain\Entity\DishSize
  • The association App\Dish\Domain\Entity\DishSize#sizeDish refers to the inverse side field App\Dish\Domain\Entity\Dish#asSizeVariants which does not exist.
App\Dish\Domain\Entity\Dish
  • The field 'App\Dish\Domain\Entity\Dish#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Dish\Domain\Entity\Dish#originalPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The mappings App\Dish\Domain\Entity\Dish#asSizeVariant and App\Dish\Domain\Entity\DishSize#sizeDish are inconsistent with each other.
App\Dish\Domain\Entity\DishModifier No errors.
App\Dish\Domain\Entity\DishIngredients No errors.
App\Dish\Domain\Entity\DishMenu No errors.
App\Review\Domain\Entity\Review No errors.
App\Order\Domain\Entity\OrderItem
  • The field 'App\Order\Domain\Entity\OrderItem#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Order\Domain\Entity\Order
  • The field 'App\Order\Domain\Entity\Order#totalPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Email\Domain\Entity\Email No errors.
App\Email\Domain\Entity\Smtp No errors.
App\Integration\Telegram\Domain\Entity\NotificationRecipient No errors.
App\WebSocket\Domain\Entity\TerminalConnection No errors.
Vich\UploaderBundle\Entity\File No errors.