Query Metrics

3 Database Queries
3 Different statements
2.25 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.84 ms
SELECT t0.id AS id_1, t0.lang_name AS lang_name_2, t0.lang_iso_code AS lang_iso_code_3, t0.lang_code AS lang_code_4, t0.lang_default AS lang_default_5, t0.lang_active AS lang_active_6, t0.lang_img AS lang_img_7 FROM mg_languages t0 WHERE t0.lang_default = ? LIMIT 1
Parameters:
[
  1
]
2 0.81 ms
SELECT m0_.id AS id_0, m0_.status AS status_1, m0_.type AS type_2, m0_.mime_type AS mime_type_3, m0_.sizes AS sizes_4, m0_.position AS position_5, m0_.password AS password_6, m0_.comment AS comment_7, m0_.filename AS filename_8, m0_.reserved AS reserved_9, m0_.date_add AS date_add_10, m0_.date_publish AS date_publish_11, m0_.date_expire AS date_expire_12, m1_.id AS id_13, m1_.title AS title_14, m1_.content AS content_15, m1_.slug AS slug_16, m1_.date_up AS date_up_17, m1_.revision AS revision_18, m0_.parent_id AS parent_id_19, m0_.user_id AS user_id_20, m1_.post_id AS post_id_21, m1_.lang_id AS lang_id_22, m1_.reviser_id AS reviser_id_23 FROM mg_posts m0_ INNER JOIN mg_posts_lang m1_ ON m0_.id = m1_.post_id WHERE m0_.type = ? AND m1_.lang_id = ? AND m1_.slug = ?
Parameters:
[
  "page"
  1
  "catalog"
]
3 0.60 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slogan AS slogan_3, t0.seo_description AS seo_description_4, t0.email_contact AS email_contact_5, t0.email_order AS email_order_6, t0.logo AS logo_7, t0.nb_posts AS nb_posts_8 FROM mg_parameters t0 WHERE t0.id = ?
Parameters:
[
  1
]

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
App\Entity\MgLanguages 1
App\Entity\MgParameters 1

Entities Mapping

Class Mapping errors
App\Entity\MgLanguages No errors.
App\Entity\MgGenders No errors.
App\Entity\MgPosts No errors.
App\Entity\MgPostsLang No errors.
App\Entity\MgUsers No errors.
App\Entity\MgParameters No errors.