Query Metrics

8 Database Queries
5 Different statements
5.03 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.86 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.lastconnexiondata AS lastconnexiondata_4, t0.roles AS roles_5, t0.password AS password_6 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.58 ms
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.name AS name_3, t0.device_id AS device_id_4, t0.add_date AS add_date_5, t0.update_date AS update_date_6 FROM app_api_kelsync_device t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
3 0.65 ms
SELECT t0.id AS id_1, t0.add_date AS add_date_2, t0.title AS title_3, t0.link AS link_4, t0.short_description AS short_description_5, t0.svg_icon AS svg_icon_6, t0.sort_order AS sort_order_7, t0.device_id AS device_id_8 FROM app_api_kelsync_linkitem t0 WHERE t0.device_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
  "2"
]
4 0.60 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.update_date AS update_date_4 FROM app_param t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "show_admin_title"
]
5 0.58 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.update_date AS update_date_4 FROM app_param t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "show_admin_title"
]
6 0.52 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.update_date AS update_date_4 FROM app_param t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "show_admin_title"
]
7 0.41 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.update_date AS update_date_4 FROM app_param t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "show_admin_title"
]
8 0.82 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.parent_id AS parent_id_3, t0.user_id AS user_id_4 FROM category t0 WHERE t0.parent_id IS NULL AND t0.user_id = ? ORDER BY t0.title ASC
Parameters:
[
  1
]

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\User No errors.
App\Entity\Api\KelSyncDevice No errors.
App\Entity\Api\KelSyncLinkItem No errors.
App\Entity\Param No errors.
App\Entity\Favorites\Category No errors.