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

Queries

Group similar statements

# Time Info
1 6.52 ms
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"
]
2 0.78 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM menu t0 WHERE t0.id = ?
Parameters:
[
  4
]
3 4.66 ms
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"
]
4 4.47 ms
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
]
5 0.78 ms
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
]
6 1.50 ms
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:
[
  "10"
  "en"
  "App\Entity\MenuItem"
]
7 0.77 ms
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:
[
  11
]
8 0.61 ms
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:
[
  "11"
  "en"
  "App\Entity\MenuItem"
]
9 0.41 ms
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:
[
  12
]
10 0.51 ms
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:
[
  "12"
  "en"
  "App\Entity\MenuItem"
]
11 0.32 ms
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:
[
  13
]
12 0.41 ms
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:
[
  "13"
  "en"
  "App\Entity\MenuItem"
]
13 0.26 ms
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:
[
  14
]
14 0.36 ms
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:
[
  "14"
  "en"
  "App\Entity\MenuItem"
]
15 0.25 ms
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:
[
  15
]
16 0.42 ms
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:
[
  "15"
  "en"
  "App\Entity\MenuItem"
]

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.