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
Redirect 302 redirect from GET @ordering (0e6a96)

GET https://menucard.codixio.com/menu

Query Metrics

5 Database Queries
2 Different statements
0.89 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.59 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
Parameters:
[]
2 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.07 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  4
]
4 0.07 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 0.06 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  3
]

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.