Query Metrics
7
Database Queries
6
Different statements
16.86 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
7.67 ms (45.48%) |
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"
]
|
4.13 ms (24.48%) |
1 |
SELECT p0_.id AS id_0, p0_.pregunta AS pregunta_1, p0_.respuesta_esperada AS respuesta_esperada_2, p0_.activa AS activa_3, p0_.etapa AS etapa_4 FROM pregunta_test p0_ ORDER BY p0_.etapa ASC, p0_.pregunta ASC, p0_.respuesta_esperada ASC, p0_.activa ASC
Parameters:
[] |
1.60 ms (9.48%) |
1 |
SELECT e0_.id AS id_0, e0_.nombre AS nombre_1, e0_.cantidad_preguntas AS cantidad_preguntas_2, e0_.orden AS orden_3, e0_.activa AS activa_4 FROM etapa_pregunta e0_
Parameters:
[] |
1.48 ms (8.76%) |
1 |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
1.47 ms (8.72%) |
2 |
SELECT CURRENT_DATABASE()
Parameters:
[] |
0.52 ms (3.07%) |
1 |
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
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\PreguntaTest | No errors. |
App\Entity\EtapaPregunta | No errors. |