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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.50 ms
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:
[
  "29"
]
2 0.06 ms
"START TRANSACTION"
Parameters:
[]
3 0.22 ms
INSERT INTO `order` (desk, ordernumber, name, price, status) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "desk1"
  "29"
  "Coca-Cola"
  2.49
  "opened"
]
4 0.07 ms
"COMMIT"
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.