Query Metrics
9
Database Queries
8
Different statements
25.73 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
10.32 ms (40.12%) |
1 |
SELECT NEXTVAL('proceso_registro_reservistas_id_seq')
Parameters:
[] |
9.39 ms (36.49%) |
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"
]
|
1.53 ms (5.96%) |
1 |
INSERT INTO proceso_registro_reservistas (id, fecha_inicio_registro, fecha_fin_registro, anno_desde, anno_hasta, activo) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 8 "2025-01-06 00:00:00" "2025-01-07 23:59:59" 1990 2000 1 ] |
1.26 ms (4.90%) |
2 |
SELECT CURRENT_DATABASE()
Parameters:
[] |
1.11 ms (4.32%) |
1 |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
0.86 ms (3.35%) |
1 |
"COMMIT"
Parameters:
[] |
0.75 ms (2.93%) |
1 |
"START TRANSACTION"
Parameters:
[] |
0.49 ms (1.92%) |
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\ProcesoRegistroReservistas | No errors. |