Query Metrics

9 Database Queries
8 Different statements
14.73 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.45 ms
(43.81%)
1
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'
Parameters:
[
  "integral_produccion"
]
2.70 ms
(18.31%)
1
SELECT t0.id AS id_1, t0.pregunta AS pregunta_2, t0.respuesta_esperada AS respuesta_esperada_3, t0.activa AS activa_4, t0.etapa AS etapa_5 FROM pregunta_test t0 WHERE t0.id = ?
Parameters:
[
  "28"
]
2.34 ms
(15.86%)
1
DELETE FROM pregunta_test WHERE id = ?
Parameters:
[
  28
]
1.15 ms
(7.78%)
2
SELECT CURRENT_DATABASE()
Parameters:
[]
0.94 ms
(6.40%)
1
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
0.52 ms
(3.56%)
1
"START TRANSACTION"
Parameters:
[]
0.32 ms
(2.15%)
1
SHOW search_path
Parameters:
[]
0.31 ms
(2.13%)
1
"ROLLBACK"
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Entity\PreguntaTest No errors.
App\Entity\EtapaPregunta No errors.