Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.62 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.resume AS resume_3, t0.article AS article_4, t0.photo AS photo_5, t0.legende AS legende_6, t0.linkto AS linkto_7, t0.libellefile1 AS libellefile1_8, t0.urlfile1 AS urlfile1_9, t0.libellefile2 AS libellefile2_10, t0.urlfile2 AS urlfile2_11, t0.keywords AS keywords_12, t0.filename AS filename_13, t0.slug AS slug_14, t0.type AS type_15, t0.count AS count_16, t0.vignette AS vignette_17, t0.archived AS archived_18, t0.emailcontact AS emailcontact_19, t0.date AS date_20, t0.mise_en_avant AS mise_en_avant_21, t0.enabled AS enabled_22, t0.blocked AS blocked_23, t0.external_link AS external_link_24, t0.programmation_date AS programmation_date_25, t0.use_youtube_thumb AS use_youtube_thumb_26, t0.is_only_for_subscriber AS is_only_for_subscriber_27, t0.created_at AS created_at_28, t0.updated_at AS updated_at_29, t0.category_id AS category_id_30 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "demande-daide-a-la-restructuration-du-vignoble"
]
2 0.34 ms
"START TRANSACTION"
Parameters:
[]
3 0.52 ms
UPDATE article SET count = ? WHERE id = ?
Parameters:
[
  3910
  2376
]
4 0.93 ms
"COMMIT"
Parameters:
[]
5 0.32 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "theme"
]
6 0.53 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "theme"
]
7 0.43 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "theme"
]
8 0.20 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM setting t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "theme"
]
9 1.46 ms
SELECT t0.id AS id_1, t0.text AS text_2, t0.link AS link_3, t0.image AS image_4, t0.resume AS resume_5, t0.texte_complet AS texte_complet_6, t0.colonne AS colonne_7, t0.position AS position_8, t0.type AS type_9, t0.link_type AS link_type_10, t0.display_title AS display_title_11, t0.is_only_for_subscriber AS is_only_for_subscriber_12, t0.is_only_for_admin AS is_only_for_admin_13, t0.parent_id AS parent_id_14, t15.id AS id_16, t15.text AS text_17, t15.link AS link_18, t15.image AS image_19, t15.resume AS resume_20, t15.texte_complet AS texte_complet_21, t15.colonne AS colonne_22, t15.position AS position_23, t15.type AS type_24, t15.link_type AS link_type_25, t15.display_title AS display_title_26, t15.is_only_for_subscriber AS is_only_for_subscriber_27, t15.is_only_for_admin AS is_only_for_admin_28, t15.parent_id AS parent_id_29 FROM menu t0 LEFT JOIN menu t15 ON t0.parent_id = t15.id WHERE t0.link = ? LIMIT 1
Parameters:
[
  "/article/demande-daide-a-la-restructuration-du-vignoble"
]

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\Article 1
App\Entity\Category 1
App\Entity\Setting 1

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\Category No errors.
App\Entity\ArticleDocument No errors.
App\Entity\Contact No errors.
App\Entity\Setting No errors.
App\Entity\Menu No errors.