Query Metrics
9
Database Queries
8
Different statements
25.73 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 10.32 ms |
SELECT NEXTVAL('proceso_registro_reservistas_id_seq')
Parameters:
[] |
2 | 0.75 ms |
"START TRANSACTION"
Parameters:
[] |
3 | 1.53 ms |
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 ] |
4 | 0.86 ms |
"COMMIT"
Parameters:
[] |
5 | 0.70 ms |
SELECT CURRENT_DATABASE()
Parameters:
[] |
6 | 9.39 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'
Parameters:
[
"integral_produccion"
]
|
7 | 1.11 ms |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
8 | 0.49 ms |
SHOW search_path
Parameters:
[] |
9 | 0.56 ms |
SELECT CURRENT_DATABASE()
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. |