Query Metrics

4 Database Queries
4 Different statements
27.43 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 2.89 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.complement AS complement_4, t0.zipcode AS zipcode_5, t0.city AS city_6, t0.etablissement_email AS etablissement_email_7, t0.group_email AS group_email_8, t0.etablissement_phone AS etablissement_phone_9, t0.group_phone AS group_phone_10, t0.animateur AS animateur_11, t0.group_description AS group_description_12, t0.logo_name AS logo_name_13, t0.logo_size AS logo_size_14, t0.header_name AS header_name_15, t0.header_size AS header_size_16, t0.work_meeting AS work_meeting_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.type_etablissement_id AS type_etablissement_id_21, t22.id AS id_23, t22.email AS email_24, t22.roles AS roles_25, t22.password AS password_26, t22.first_name AS first_name_27, t22.last_name AS last_name_28, t22.is_activ AS is_activ_29, t22.is_verified AS is_verified_30, t22.login_name AS login_name_31, t22.avatar_name AS avatar_name_32, t22.avatar_size AS avatar_size_33, t22.typeuser AS typeuser_34, t22.adress1 AS adress1_35, t22.adress2 AS adress2_36, t22.zipcode AS zipcode_37, t22.city AS city_38, t22.phone_desk AS phone_desk_39, t22.phone_gsm AS phone_gsm_40, t22.created_at AS created_at_41, t22.updated_at AS updated_at_42, t22.etablissement_id AS etablissement_id_43 FROM etablissement t0 LEFT JOIN `user` t22 ON t22.etablissement_id = t0.id WHERE t0.id = ?
Parameters:
[
  "15"
]
2 16.76 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.image_name AS image_name_4, a0_.image_size AS image_size_5, a0_.doc AS doc_6, a0_.intro AS intro_7, a0_.is_code AS is_code_8, a0_.is_title_show AS is_title_show_9, a0_.is_show_intro AS is_show_intro_10, a0_.is_archived AS is_archived_11, a0_.is_show_created AS is_show_created_12, a0_.is_show_read_more AS is_show_read_more_13, a0_.is_show_category AS is_show_category_14, a0_.is_show_support AS is_show_support_15, a0_.is_show_theme AS is_show_theme_16, a0_.created_at AS created_at_17, a0_.updated_at AS updated_at_18, a0_.is_suppr_image AS is_suppr_image_19, a0_.is_suppr_doc AS is_suppr_doc_20, a0_.id AS id_21, a0_.slug AS slug_22, a0_.title AS title_23, a0_.content AS content_24, a0_.doc AS doc_25, a0_.is_archived AS is_archived_26, a0_.is_show_created AS is_show_created_27, t1_.id AS id_28, t1_.name AS name_29, a0_.image_name AS image_name_30, a0_.is_title_show AS is_title_show_31, a0_.intro AS intro_32, a0_.is_show_intro AS is_show_intro_33, a0_.created_at AS created_at_34, e2_.name AS name_35, e2_.id AS id_36, e2_.header_name AS header_name_37, e2_.logo_name AS logo_name_38, e2_.group_description AS group_description_39, a0_.is_show_read_more AS is_show_read_more_40, s3_.id AS id_41, s3_.name AS name_42, u4_.id AS id_43, a0_.author_id AS author_id_44, a0_.etablissement_id AS etablissement_id_45, a0_.theme_id AS theme_id_46, a0_.support_id AS support_id_47 FROM article a0_ LEFT JOIN etablissement e2_ ON a0_.etablissement_id = e2_.id LEFT JOIN theme t1_ ON a0_.theme_id = t1_.id LEFT JOIN support s3_ ON a0_.support_id = s3_.id LEFT JOIN article_category a6_ ON a0_.id = a6_.article_id LEFT JOIN category c5_ ON c5_.id = a6_.category_id LEFT JOIN `user` u4_ ON a0_.author_id = u4_.id WHERE a0_.is_archived = ? AND a0_.id = ?
Parameters:
[
  0
  "523"
]
3 1.88 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_offline AS is_offline_4, t0.logo_name AS logo_name_5, t0.logo_size AS logo_size_6, t0.header_name AS header_name_7, t0.header_size AS header_size_8, t0.is_header_show AS is_header_show_9, t0.is_show_title_site_home AS is_show_title_site_home_10, t0.vignette_name AS vignette_name_11, t0.vignette_size AS vignette_size_12, t0.is_suppr_vignette AS is_suppr_vignette_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM config t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 5.91 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.intro AS intro_3, p0_.state AS state_4, p0_.meta_keywords AS meta_keywords_5, p0_.meta_description AS meta_description_6, p0_.tags AS tags_7, p0_.publish_at AS publish_at_8, p0_.publish_end AS publish_end_9, p0_.position AS position_10, p0_.is_title_show AS is_title_show_11, p0_.is_menu AS is_menu_12, p0_.is_intro_show AS is_intro_show_13, p0_.is_publish AS is_publish_14, p0_.created_at AS created_at_15, p0_.updated_at AS updated_at_16, p0_.author_id AS author_id_17 FROM page p0_ WHERE p0_.state = ? AND p0_.is_menu = ? AND p0_.is_publish = ? AND p0_.title <> ? ORDER BY p0_.id ASC
Parameters:
[
  "finished"
  1
  1
  "accueil"
]

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\Webapp\Page 3
App\Entity\Admin\User 2
App\Entity\Admin\Etablissement 1
App\Entity\Admin\TypeEtablissement 1
App\Entity\Webapp\Article 1
App\Entity\Gestapp\Theme 1
App\Entity\Gestapp\Support 1
App\Entity\Admin\Config 1