Redirect 302 redirect from GET @app_home (a062d1)

GET https://www.gp-dupezpalacio.net/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.15 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.23 ms
SELECT config_value FROM app_configuration WHERE config_key = :key
Parameters:
[
  "key" => "magic_link_enabled"
]
3 0.13 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.