GET https://ava.gipa.ge/api/menu?locale=en&slug=main-menu

Query Metrics

16 Database Queries
5 Different statements
23.05 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
8.48 ms
(36.79%)
7
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4"
  "en"
  "App\Entity\Menu"
]
6.52 ms
(28.29%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM menu t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "main-menu"
]
4.47 ms
(19.40%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.visible AS visible_4, t0.external AS external_5, t0.icon AS icon_6, t0.position AS position_7, t0.weight AS weight_8, t0.menu_id AS menu_id_9 FROM menu_item t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC
Parameters:
[
  4
]
2.80 ms
(12.15%)
6
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.visible AS visible_4, t0.external AS external_5, t0.icon AS icon_6, t0.position AS position_7, t0.weight AS weight_8, t0.menu_id AS menu_id_9 FROM menu_item t0 WHERE t0.id = ?
Parameters:
[
  10
]
0.78 ms
(3.37%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM menu 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.

Entities Mapping

Class Mapping errors
App\Entity\Menu
  • The mappings App\Entity\Menu#items and App\Entity\MenuItem#menu are inconsistent with each other.
App\Entity\MenuItem
  • The association App\Entity\MenuItem#menu refers to the inverse side field App\Entity\Menu#menuItems which does not exist.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.