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

Query Metrics

11 Database Queries
6 Different statements
8.79 ms Query time
0 Invalid entities
1 Managed entities
2 Cache hits
1 Cache misses
2 Cache puts

Queries

Group similar statements

# Time Info
1 1.48 ms
SELECT t0.tenant_id AS tenant_id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.domain AS domain_4, t0.custom_domain AS custom_domain_5, t0.logo AS logo_6, t0.colors AS colors_7 FROM instituts t0 WHERE t0.tenant_id = ? LIMIT 1
Parameters:
[
  "moumtez"
]
2 0.45 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
3 3.81 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"
]
4 0.44 ms
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
5 0.17 ms
SHOW search_path
Parameters:
[]
6 0.28 ms
SELECT tenant_id FROM instituts WHERE tenant_id IS NOT NULL ORDER BY name ASC
Parameters:
[]
7 0.20 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
8 1.32 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"
]
9 0.31 ms
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
10 0.14 ms
SHOW search_path
Parameters:
[]
11 0.19 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

2 Hits
1 Misses
2 Puts

Number of cache hits

Region Hits
app_entity_institut 2

Number of cache misses

Region Misses
app_entity_institut 1

Number of cache puts

Region Puts
app_entity_institut 2

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Institut 1

Entities Mapping

Class Mapping errors
App\Entity\Institut No errors.