GET https://demo.idarapro.fr/moumtez/mot-de-passe-oublie

Query Metrics

10 Database Queries
5 Different statements
6.86 ms Query time
0 Invalid entities
1 Managed entities
4 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.35 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
2 3.60 ms
SELECT quote_ident(table_name) AS table_name,
       table_schema AS schema_name
FROM information_schema.tables
WHERE table_catalog = ?
  AND table_schema NOT LIKE 'pg\_%'
  AND table_schema != 'information_schema'
  AND table_name != 'geometry_columns'
  AND table_name != 'spatial_ref_sys'
  AND table_type = 'BASE TABLE'
ORDER BY
  quote_ident(table_name)
Parameters:
[
  "idarapro"
]
3 0.38 ms
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
4 0.11 ms
SHOW search_path
Parameters:
[]
5 0.41 ms
SELECT tenant_id FROM instituts WHERE tenant_id IS NOT NULL ORDER BY name ASC
Parameters:
[]
6 0.15 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
7 1.34 ms
SELECT quote_ident(table_name) AS table_name,
       table_schema AS schema_name
FROM information_schema.tables
WHERE table_catalog = ?
  AND table_schema NOT LIKE 'pg\_%'
  AND table_schema != 'information_schema'
  AND table_name != 'geometry_columns'
  AND table_name != 'spatial_ref_sys'
  AND table_type = 'BASE TABLE'
ORDER BY
  quote_ident(table_name)
Parameters:
[
  "idarapro"
]
8 0.27 ms
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
9 0.11 ms
SHOW search_path
Parameters:
[]
10 0.16 ms
SELECT tenant_id FROM instituts WHERE tenant_id IS NOT NULL ORDER BY name ASC
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

4 Hits
0 Misses
0 Puts

Number of cache hits

Region Hits
app_entity_institut 4

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Institut 1

Entities Mapping

Class Mapping errors
App\Entity\Institut No errors.