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

Grouped Statements

Show all queries

Time Count Info
5.14 ms
(58.41%)
2
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"
]
1.48 ms
(16.83%)
1
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"
]
0.75 ms
(8.57%)
2
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
0.65 ms
(7.37%)
2
SELECT CURRENT_DATABASE()
Parameters:
[]
0.47 ms
(5.32%)
2
SELECT tenant_id FROM instituts WHERE tenant_id IS NOT NULL ORDER BY name ASC
Parameters:
[]
0.31 ms
(3.49%)
2
SHOW search_path
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.