GET https://16.16.80.4/

Query Metrics

3 Database Queries
2 Different statements
0.69 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.18 ms
CREATE TABLE IF NOT EXISTS app_configuration (
                config_key VARCHAR(255) PRIMARY KEY,
                config_value JSON NOT NULL,
                updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
            )
Parameters:
[]
2 0.33 ms
SELECT config_value FROM app_configuration WHERE config_key = :key
Parameters:
[
  "key" => "magic_link_enabled"
]
3 0.18 ms
SELECT config_value FROM app_configuration WHERE config_key = :key
Parameters:
[
  "key" => "magic_link_disabled_reason"
]

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

Entities Mapping

No loaded entities.