GET http://menu-card-restaurant-symfony-english.roool.ru/order11

Query Metrics

4 Database Queries
4 Different statements
0.71 ms Query time
2 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.39 ms
(55.30%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.description AS description_4, t0.price AS price_5, t0.category_id AS category_id_6 FROM dish t0 WHERE t0.id = ?
Parameters:
[
  "11"
]
0.19 ms
(27.08%)
1
INSERT INTO `order` (desk, ordernumber, name, price, status) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "desk1"
  "11"
  "Fruit Ice Cream"
  3.0
  "opened"
]
0.08 ms
(10.86%)
1
"COMMIT"
Parameters:
[]
0.05 ms
(6.76%)
1
"START TRANSACTION"
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\Dish 1
App\Entity\Category 1
App\Entity\Order 1

Entities Mapping

Class Mapping errors
App\Entity\Dish
  • The association App\Entity\Dish#category refers to the inverse side field App\Entity\Category#dish which does not exist.
App\Entity\Category
  • The mappings App\Entity\Category#category and App\Entity\Dish#category are inconsistent with each other.
App\Entity\Order No errors.