Query Metrics

3 Database Queries
3 Different statements
1.50 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.62 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.type AS type_5, t0.created AS created_6, t0.updated AS updated_7, t0.seo_meta_title AS seo_meta_title_8, t0.seo_meta_description AS seo_meta_description_9, t0.language_id AS language_id_10 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "ochrana-osobnich-udaju"
]
2 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.shortcut AS shortcut_3 FROM language t0 WHERE t0.shortcut = ? LIMIT 1
Parameters:
[
  "cs"
]
3 0.61 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\Page 1
App\Entity\Language 1

Entities Mapping

umanit_seo entity manager

No loaded entities.

default entity manager

Class Mapping errors
Umanit\SeoBundle\Entity\SeoMetadata No errors.
App\Entity\Page No errors.
App\Entity\Language No errors.
App\Entity\Navigation No errors.