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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
55.22 ms
(44.95%)
2
"COMMIT"
Parameters:
[]
29.05 ms
(23.65%)
1
INSERT INTO chatbot_active_sessions (session_id, socket_id, room_id, last_activity, client_info, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "health_check_1783310565"
  null
  null
  "2026-07-06 04:02:45"
  null
  "2026-07-06 04:02:45"
  "2026-07-06 04:02:45"
]
18.08 ms
(14.72%)
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
]
13.38 ms
(10.89%)
1
DELETE FROM chatbot_active_sessions WHERE id = ?
Parameters:
[
  1032
]
6.66 ms
(5.42%)
1
SELECT COUNT(*) FROM chatbot_active_sessions t0
Parameters:
[]
0.46 ms
(0.37%)
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.