Query Metrics
5
Database Queries
5
Different statements
5.11 ms
Query time
0
Invalid entities
22
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.88 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_
Parameters:
[] |
| 2 | 0.77 ms |
SELECT DISTINCT p0_.id AS id_0, p0_.created AS created_1 FROM post p0_ ORDER BY p0_.created DESC LIMIT 10
Parameters:
[] |
| 3 | 0.94 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.body AS body_2, p0_.slug AS slug_3, p0_.seo AS seo_4, p0_.stick AS stick_5, p0_.created AS created_6, p0_.updated AS updated_7, p0_.image_id AS image_id_8 FROM post p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.created DESC
Parameters:
[ 1991 1992 1988 1989 1990 1987 1986 1984 1985 1981 ] |
| 4 | 0.91 ms |
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"
]
|
| 5 | 1.61 ms |
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\ResourceBundle\Entity\Image | 11 |
| Uniski\CMSBundle\Entity\Post | 10 |
| Uniski\ConfigBundle\Entity\Configuration | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Uniski\CMSBundle\Entity\Post | No errors. |
| Uniski\ResourceBundle\Entity\Image | No errors. |
| Uniski\ConfigBundle\Entity\Category | No errors. |
| Uniski\ConfigBundle\Entity\Configuration | No errors. |