Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /var/www/clients/client114/web726/web/symfony/menucard/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /var/www/clients/client114/web726/web/symfony/menucard/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

GET https://menucard.codixio.com/ordering/37

Query Metrics

4 Database Queries
4 Different statements
1.97 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.80 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.picture AS picture_5, t0.category_id AS category_id_6 FROM dishes t0 WHERE t0.id = ?
Parameters:
[
  "37"
]
2 0.12 ms
"START TRANSACTION"
Parameters:
[]
3 0.25 ms
INSERT INTO orders (tablenr, ordernumer, name, price, state) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "table1"
  "37"
  "Burger"
  17.0
  "open"
]
4 0.80 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.

Entities Mapping

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