Query Metrics
11
Database Queries
7
Different statements
1.22 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.50 ms (40.52%) |
2 |
SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
Parameters:
[] |
|
0.31 ms (25.23%) |
2 |
SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
Parameters:
[
"doctrine_migration_versions"
]
|
|
0.13 ms (10.31%) |
3 |
SELECT ''
Parameters:
[] |
|
0.12 ms (10.05%) |
1 |
SELECT * FROM PRAGMA_TABLE_INFO (?)
Parameters:
[
"doctrine_migration_versions"
]
|
|
0.07 ms (5.65%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
0.06 ms (4.99%) |
1 |
PRAGMA table_info('doctrine_migration_versions')
Parameters:
[] |
|
0.04 ms (3.25%) |
1 |
PRAGMA index_list('doctrine_migration_versions')
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
No loaded entities.