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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.46 ms
(53.02%)
1
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:
[]
1.29 ms
(46.98%)
2
SELECT config_value FROM app_configuration WHERE config_key = :key
Parameters:
[
  "key" => "magic_link_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

Entities Mapping

No loaded entities.