Query Metrics
4
Database Queries
4
Different statements
5.26 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.50 ms (47.57%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_ WHERE YEAR(p0_.created) = ? AND MONTH(p0_.created) = ?
Parameters:
[ "2012" "diciembre" ] |
|
1.54 ms (29.38%) |
1 |
SELECT DISTINCT p0_.id AS id_0, p0_.created AS created_1 FROM post p0_ WHERE YEAR(p0_.created) = ? AND MONTH(p0_.created) = ? ORDER BY p0_.created DESC LIMIT 10
Parameters:
[ "2012" "diciembre" ] |
|
0.69 ms (13.07%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.config_key AS config_key_3, t0.settings AS settings_4 FROM configuration t0 WHERE t0.config_key = ? LIMIT 1
Parameters:
[
"homepage"
]
|
|
0.52 ms (9.98%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.path AS path_4, t0.file_type AS file_type_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
8176
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Uniski\ConfigBundle\Entity\Configuration | 1 |
| Uniski\ResourceBundle\Entity\Image | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Uniski\CMSBundle\Entity\Post | No errors. |
| Uniski\ResourceBundle\Entity\Image | No errors. |
| Uniski\ConfigBundle\Entity\Configuration | No errors. |