GET https://little-isms-helper.banda-dismar.de/de/api/live-counts

Query Metrics

3 Database Queries
3 Different statements
1.93 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.16 ms
SELECT DATABASE()
Parameters:
[]
2 1.52 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "little_isms_helper"
]
3 0.25 ms
SELECT t0.id AS id_1, t0.category AS category_2, t0.setting_key AS setting_key_3, t0.value AS value_4, t0.encrypted_value AS encrypted_value_5, t0.is_encrypted AS is_encrypted_6, t0.description AS description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10 FROM system_settings t0 WHERE t0.category = ? AND t0.setting_key = ? LIMIT 1
Parameters:
[
  "quick_fix"
  "fallback_ui_enabled"
]

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\SystemSettings 1

Entities Mapping

Class Mapping errors
App\Entity\SystemSettings No errors.