Query Metrics
15
Database Queries
9
Different statements
3.78 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.93 ms (24.49%) |
5 |
SELECT 'main'
Parameters:
[] |
0.92 ms (24.38%) |
1 |
SELECT m0_.id AS id_0, m0_.slug AS slug_1, m0_.title AS title_2 FROM module_page m0_ WHERE m0_.active = 1 ORDER BY m0_.pos ASC, m0_.id ASC
Parameters:
[] |
0.50 ms (13.17%) |
2 |
SELECT name AS table_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.41 ms (10.81%) |
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.23 ms (6.03%) |
1 |
SELECT t.name AS table_name, c.* FROM sqlite_master t JOIN pragma_table_info(t.name) c WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, c.cid
Parameters:
[
"doctrine_migration_versions"
]
|
0.22 ms (5.76%) |
1 |
SELECT t.name AS table_name, p.* FROM sqlite_master t JOIN pragma_foreign_key_list(t.name) p ON p."seq" != "-1" WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, p.id DESC, p.seq
Parameters:
[
"doctrine_migration_versions"
]
|
0.21 ms (5.50%) |
1 |
SELECT t.name AS table_name, i.* FROM sqlite_master t JOIN pragma_index_list(t.name) i WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, i.seq
Parameters:
[
"doctrine_migration_versions"
]
|
0.21 ms (5.47%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
0.17 ms (4.39%) |
1 |
SELECT * FROM PRAGMA_TABLE_INFO (?)
Parameters:
[
"doctrine_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\SeoEntity | No errors. |
App\Entity\ModulePage | No errors. |
Vich\UploaderBundle\Entity\File | No errors. |
App\Entity\ModuleAttachment | No errors. |
App\Entity\BlogContent | No errors. |
App\Entity\Review | No errors. |
App\Entity\User | No errors. |
App\Entity\ShopExample | No errors. |
App\Entity\BlogPost | No errors. |
App\Entity\BlogTag | No errors. |