Query Metrics
24
Database Queries
6
Different statements
2.33 ms
Query time
0
Invalid entities
Grouped Statements
Show all queries
Time▼ |
Count |
Info |
1.19 ms (0.00%)
|
6 |
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
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;
|
0.58 ms (0.00%)
|
6 |
SELECT sql
FROM (
SELECT *
FROM sqlite_master
UNION ALL
SELECT *
FROM sqlite_temp_master
)
WHERE type = 'table'
AND name = ?
Parameters: [
"migration_versions"
]
SELECT sql
FROM (
SELECT *
FROM sqlite_master
UNION ALL
SELECT *
FROM sqlite_temp_master
)
WHERE type = 'table'
AND name = 'migration_versions';
|
0.14 ms (0.00%)
|
3 |
PRAGMA index_list('migration_versions')
PRAGMA index_list('migration_versions');
|
0.14 ms (0.00%)
|
3 |
PRAGMA table_info('migration_versions')
PRAGMA table_info('migration_versions');
|
0.14 ms (0.00%)
|
3 |
SELECT * FROM migration_versions
SELECT * FROM migration_versions;
|
0.13 ms (0.00%)
|
3 |
PRAGMA TABLE_INFO ('migration_versions')
PRAGMA TABLE_INFO ('migration_versions');
|
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\Base\AbstractDBElement |
No errors.
|
App\Entity\LogSystem\AbstractLogEntry |
No errors.
|
App\Entity\Base\AbstractNamedDBElement |
No errors.
|
App\Entity\Attachments\AttachmentContainingDBElement |
No errors.
|
App\Entity\UserSystem\PermissionsEmbed |
No errors.
|
App\Entity\UserSystem\User |
No errors.
|