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

Query Metrics

5 Database Queries
2 Different statements
2.40 ms Query time
2 Invalid entities
26 Managed entities

Queries

Group similar statements

# Time Info
1 0.49 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
Parameters:
[]
2 1.58 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.08 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  3
]
5 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  4
]

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 22
App\Entity\Category 4

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.