Query Metrics
12
Database Queries
8
Different statements
5.71 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
4.01 ms (70.19%) |
1 |
SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.slug AS slug_2, r0_.path AS path_3, r0_.position AS position_4, r0_.date_created AS date_created_5, r0_.visibility AS visibility_6, r0_.parent_id AS parent_id_7, r0_.route_name AS route_name_8, r0_.template AS template_9, r0_.layout_type AS layout_type_10, r0_.controller AS controller_11, r0_.content_type AS content_type_12, r0_.controller AS controller_13, r0_.content_type AS content_type_14, r0_.url AS url_15, r0_.permanent AS permanent_16, r0_.route_type AS route_type_17 FROM route r0_ WHERE r0_.route_type IN ('list', 'post', 'page', 'taxon', 'url') ORDER BY r0_.position ASC
Parameters:
[] |
1.09 ms (19.15%) |
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.24 ms (4.27%) |
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.14 ms (2.49%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
0.09 ms (1.66%) |
1 |
SELECT * FROM PRAGMA_TABLE_INFO (?)
Parameters:
[
"doctrine_migration_versions"
]
|
0.05 ms (0.88%) |
3 |
SELECT ''
Parameters:
[] |
0.04 ms (0.75%) |
1 |
PRAGMA table_info('doctrine_migration_versions')
Parameters:
[] |
0.04 ms (0.61%) |
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
Class | Mapping errors |
---|---|
Boab\CmsBundle\Entity\Route | No errors. |
Boab\CmsBundle\Entity\Content | No errors. |
Boab\CmsBundle\Entity\Event | No errors. |
Boab\CmsBundle\Entity\Block | No errors. |
Boab\CmsBundle\Entity\ListRoute | No errors. |
Boab\CmsBundle\Entity\PostRoute | No errors. |
Boab\CmsBundle\Entity\PageRoute | No errors. |
Boab\CmsBundle\Entity\TermRoute | No errors. |
Boab\CmsBundle\Entity\UrlRoute | No errors. |
Boab\CmsBundle\Entity\User | No errors. |
Boab\CmsBundle\Entity\Term | No errors. |
Boab\CmsBundle\Entity\Photo | No errors. |
Boab\CmsBundle\Entity\Media | No errors. |