Query Metrics
8
Database Queries
6
Different statements
8.73 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
4.09 ms (46.80%) |
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:
[
"infostatmut_ogrx"
]
|
1.43 ms (16.40%) |
3 |
SELECT CURRENT_DATABASE()
Parameters:
[] |
1.25 ms (14.30%) |
1 |
UPDATE ogresto.restaurant SET poi_y = ?, poi_x = ?, modif_position = ? WHERE id = ?
Parameters:
[ "43.79526112823878" " 4.694681735904409" 1 "620304" ] |
1.20 ms (13.73%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.first_name AS first_name_6 FROM ogresto.user t0 WHERE t0.id = ?
Parameters:
[
15
]
|
0.57 ms (6.47%) |
1 |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
0.20 ms (2.30%) |
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\User | No errors. |
App\Entity\Restaurant | No errors. |