Query Metrics
3
Database Queries
3
Different statements
12.39 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 11.45 ms |
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog b0_ LEFT JOIN blog_translation b1_ ON b0_.id = b1_.translatable_id WHERE b1_.locale = ?
Parameters:
[
"cs"
]
|
| 2 | 0.45 ms |
SELECT DISTINCT b0_.id AS id_0, b0_.posted_at AS posted_at_1 FROM blog b0_ LEFT JOIN blog_translation b1_ ON b0_.id = b1_.translatable_id WHERE b1_.locale = ? ORDER BY b0_.posted_at DESC LIMIT 6
Parameters:
[
"cs"
]
|
| 3 | 0.48 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.link AS link_2, n0_.link_type AS link_type_3, n0_.position AS position_4, n0_.section AS section_5, n0_.created AS created_6, n0_.updated AS updated_7, n0_.page_id AS page_id_8, n0_.language_id AS language_id_9 FROM navigation n0_ LEFT JOIN language l1_ ON n0_.language_id = l1_.id WHERE (n0_.section = ? OR n0_.section = ?) AND l1_.shortcut = ? ORDER BY n0_.id ASC
Parameters:
[ "top" "both" "cs" ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| umanit_seo | doctrine.orm.umanit_seo_entity_manager |
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
umanit_seo entity manager
| Class | Amount of managed objects |
|---|
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Navigation | 4 |
| App\Entity\Language | 1 |
Entities Mapping
umanit_seo entity manager
No loaded entities.
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Blog | No errors. |
| App\Entity\BlogTranslation | No errors. |
| App\Entity\Navigation | No errors. |
| App\Entity\Language | No errors. |
| Umanit\SeoBundle\Entity\SeoMetadata | No errors. |
| App\Entity\Page | No errors. |