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

Query Metrics

3 Database Queries
2 Different statements
14.77 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
8.31 ms
(56.28%)
1
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.text AS text_2, m0_.created AS created_3, c1_.id AS id_4, c1_.text AS text_5, c1_.created AS created_6, m0_.author_id AS author_id_7, c1_.post_id AS post_id_8, c1_.author_id AS author_id_9 FROM micro_post m0_ LEFT JOIN COMMENT c1_ ON m0_.id = c1_.post_id ORDER BY m0_.created DESC
Parameters:
[]
6.46 ms
(43.72%)
2
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:
[
  2
]

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