GET http://social-media.alextran.cloud/micro-post/12

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
3.47 ms
(47.28%)
1
SELECT t0.id AS id_1, t0.text AS text_2, t0.created AS created_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM COMMENT t0 WHERE t0.post_id = ?
Parameters:
[
  12
]
2.61 ms
(35.57%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.banned_until AS banned_until_6, t7.id AS id_8, t7.name AS name_9, t7.bio AS bio_10, t7.website_url AS website_url_11, t7.username AS username_12, t7.company AS company_13, t7.location AS location_14, t7.date_of_birth AS date_of_birth_15, t7.user_id AS user_id_16 FROM user t0 LEFT JOIN user_profile t7 ON t7.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  3
]
1.26 ms
(17.16%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.created AS created_4, t0.author_id AS author_id_5 FROM micro_post t0 WHERE t0.id = ?
Parameters:
[
  "12"
]

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\MicroPost No errors.
App\Entity\User No errors.
App\Entity\Comment No errors.
App\Entity\UserProfile No errors.