https://ourhoneybee.eu/api/v1/tokenInfo?hbeeSessionToken=1QP6AYD3TC1782960291

Query Metrics

15 Database Queries
8 Different statements
56.88 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

company_group connection

Time Count Info
34.27 ms
(60.24%)
2
DELETE FROM entity_token_storage WHERE (  perpetual !=1  ) AND expires_at < NOW();
Parameters:
[]
20.19 ms
(35.50%)
2
SELECT t0.id AS id_1, t0.session_data AS session_data_2, t0.token AS token_3, t0.fire_base_token AS fire_base_token_4, t0.user_id AS user_id_5, t0.user_type AS user_type_6, t0.expires_at AS expires_at_7, t0.perpetual AS perpetual_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM entity_token_storage t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "1QP6AYD3TC1782960291"
]
0.50 ms
(0.88%)
2
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'platform_setting'
Parameters:
[]
0.49 ms
(0.86%)
2
SELECT setting_value FROM platform_setting WHERE name = ? AND app_id IS NULL LIMIT 1
Parameters:
[
  "subscription_enforcement_enabled"
]
0.48 ms
(0.85%)
2
UPDATE entity_token_storage SET expires_at = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-08-06 15:56:11"
  "2026-08-05 15:56:11"
  "40905"
]
0.25 ms
(0.45%)
2
"COMMIT"
Parameters:
[]
0.23 ms
(0.41%)
2
"START TRANSACTION"
Parameters:
[]

default connection

Time Count Info
0.46 ms
(0.81%)
1
SELECT data FROM acc_setting WHERE name = 'cors_extra_origins' ORDER BY id DESC LIMIT 1
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
company_group doctrine.dbal.company_group_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
company_group doctrine.orm.company_group_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

No loaded entities.

company_group entity manager

Class Mapping errors
CompanyGroupBundle\Entity\EntityTokenStorage No errors.