Query Metrics

7 Database Queries
4 Different statements
4.21 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.12 ms
(50.35%)
4
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"
]
0.86 ms
(20.35%)
1
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
]
0.65 ms
(15.46%)
1
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"
]
0.58 ms
(13.84%)
1
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"
]

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.