Query Metrics

5 Database Queries
4 Different statements
4.06 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.47 ms
(36.29%)
1
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.job AS job_4, t0.skills AS skills_5, t0.description AS description_6, t0.picture AS picture_7, t0.account_id AS account_id_8 FROM member t0
Parameters:
[]
1.15 ms
(28.31%)
2
SELECT t0.id AS id_1, t0.title_key AS title_key_2, t0.title_value AS title_value_3 FROM title t0 WHERE t0.title_key = ? LIMIT 1
Parameters:
[
  "presentation"
]
0.84 ms
(20.75%)
1
SELECT t0.id AS id_1, t0.description_key AS description_key_2, t0.description_value AS description_value_3 FROM description t0 WHERE t0.description_key = ? LIMIT 1
Parameters:
[
  "presentation"
]
0.60 ms
(14.66%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.picture AS picture_3, t0.short_description AS short_description_4, t0.description AS description_5, t0.title_seo AS title_seo_6, t0.description_seo AS description_seo_7 FROM article_category t0 ORDER BY t0.title ASC
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Entity\ArticleCategory No errors.
App\Entity\Article No errors.
App\Entity\Member No errors.
App\Entity\Account No errors.
App\Entity\Tag No errors.
App\Entity\Title No errors.
App\Entity\ArticleContent No errors.
App\Entity\User No errors.
App\Entity\Description No errors.