GET https://art.psychofact.fr/article/52

Query Metrics

13 Database Queries
7 Different statements
3.29 ms Query time
0 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 0.47 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.resume AS resume_4, t0.conclusion AS conclusion_5, t0.pmid AS pmid_6, t0.url AS url_7, t0.doi AS doi_8, t0.publication_date AS publication_date_9, t0.authors AS authors_10, t0.journal AS journal_11, t0.volume AS volume_12, t0.issue AS issue_13, t0.pages AS pages_14, t0.hypotheses AS hypotheses_15, t0.population AS population_16, t0.variables AS variables_17, t0.protocol AS protocol_18, t0.measurement_tools AS measurement_tools_19, t0.statistical_analyses AS statistical_analyses_20, t0.statistical_results AS statistical_results_21, t0.conclusions AS conclusions_22, t0.limitations AS limitations_23, t0.personal_interest AS personal_interest_24, t0.other_comments AS other_comments_25, t0.is_read AS is_read_26, t0.is_favorite AS is_favorite_27, t0.in_progress AS in_progress_28, t0.created_at AS created_at_29, t0.updated_at AS updated_at_30, t0.in_progress_by_id AS in_progress_by_id_31 FROM article t0 WHERE t0.id = ?
Parameters:
[
  "52"
]
2 0.35 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.is_public AS is_public_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.author_id AS author_id_7 FROM note t0 ORDER BY t0.title ASC
Parameters:
[]
3 0.27 ms
SELECT t0.id AS id_1, t0.rapport AS rapport_2, t0.article_id AS article_id_3, t0.note_id AS note_id_4 FROM article_note t0 WHERE t0.article_id = ?
Parameters:
[
  52
]
4 0.24 ms
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM config t0 WHERE t0.config_key = ?
Parameters:
[
  "color_primary"
]
5 0.14 ms
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM config t0 WHERE t0.config_key = ?
Parameters:
[
  "color_header_start"
]
6 0.14 ms
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM config t0 WHERE t0.config_key = ?
Parameters:
[
  "color_header_end"
]
7 0.18 ms
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM config t0 WHERE t0.config_key = ?
Parameters:
[
  "site_name"
]
8 0.18 ms
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM config t0 WHERE t0.config_key = ?
Parameters:
[
  "site_tagline"
]
9 0.19 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.invite_token AS invite_token_6 FROM `user` t0
Parameters:
[]
10 0.25 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.invite_token AS invite_token_6 FROM `user` t0
Parameters:
[]
11 0.21 ms
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM config t0 WHERE t0.config_key = ?
Parameters:
[
  "site_description"
]
12 0.30 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.focus AS focus_4, t0.keywords AS keywords_5, t0.position AS position_6, t0.last_imported_at AS last_imported_at_7 FROM category t0
Parameters:
[]
13 0.39 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.focus AS focus_4, t0.keywords AS keywords_5, t0.position AS position_6, t0.last_imported_at AS last_imported_at_7 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
  52
]

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\Config 6
App\Entity\Category 2
App\Entity\Article 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\ArticleNote No errors.
App\Entity\Note No errors.
App\Entity\Config No errors.