GET https://dev.bowkaye.com/api/chatbot/sessions/health

Query Metrics

8 Database Queries
6 Different statements
64.59 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
47.60 ms
(73.69%)
2
"COMMIT"
Parameters:
[]
9.57 ms
(14.81%)
1
INSERT INTO chatbot_active_sessions (session_id, socket_id, room_id, last_activity, client_info, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "health_check_1783318479"
  null
  null
  "2026-07-06 06:14:39"
  null
  "2026-07-06 06:14:39"
  "2026-07-06 06:14:39"
]
5.80 ms
(8.98%)
1
SELECT COUNT(*) FROM chatbot_active_sessions t0
Parameters:
[]
1.05 ms
(1.63%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1
Parameters:
[
  "api/chatbot/sessions/health"
  1
]
0.31 ms
(0.47%)
1
DELETE FROM chatbot_active_sessions WHERE id = ?
Parameters:
[
  1036
]
0.26 ms
(0.41%)
2
"START TRANSACTION"
Parameters:
[]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Chatbot\ActiveSessions 0

Entities Mapping

Class Mapping errors
App\Entity\Seo\Redirection No errors.
App\Entity\Chatbot\ActiveSessions No errors.