GET https://rett-family.fr/api/messages/conversations/3/messages?limit=50&since=3

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.34 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.roles AS roles_5, t0.password AS password_6, t0.password_reset_token AS password_reset_token_7, t0.password_reset_requested_at AS password_reset_requested_at_8, t0.password_reset_expires_at AS password_reset_expires_at_9, t0.created_at AS created_at_10, t0.phone AS phone_11, t0.pseudo AS pseudo_12, t0.bio AS bio_13, t0.profile_photo AS profile_photo_14, t0.address AS address_15, t0.city AS city_16, t0.postal_code AS postal_code_17, t0.department AS department_18, t0.social_facebook AS social_facebook_19, t0.social_instagram AS social_instagram_20, t0.social_tiktok AS social_tiktok_21, t0.social_youtube AS social_youtube_22, t0.social_linkedin AS social_linkedin_23, t0.profile_visibility AS profile_visibility_24, t0.show_in_directory AS show_in_directory_25, t0.email_visibility AS email_visibility_26, t0.phone_visibility AS phone_visibility_27, t0.allow_private_messages AS allow_private_messages_28, t0.contact_policy AS contact_policy_29, t0.fcm_token AS fcm_token_30 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "glessmer@live.fr"
]
2 0.19 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.name AS name_3, t0.icon AS icon_4, t0.visibility AS visibility_5, t0.created_at AS created_at_6, t0.last_message_at AS last_message_at_7, t0.created_by_id AS created_by_id_8 FROM conversation t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
3 0.20 ms
SELECT t0.id AS id_1, t0.role AS role_2, t0.joined_at AS joined_at_3, t0.last_read_at AS last_read_at_4, t0.is_muted AS is_muted_5, t0.conversation_id AS conversation_id_6, t0.user_id AS user_id_7 FROM conversation_participant t0 WHERE t0.conversation_id = ?
Parameters:
[
  3
]
4 0.22 ms
SELECT c0_.id AS id_0, c0_.content AS content_1, c0_.client_message_id AS client_message_id_2, c0_.type AS type_3, c0_.is_pinned AS is_pinned_4, c0_.is_deleted AS is_deleted_5, c0_.link_preview AS link_preview_6, c0_.created_at AS created_at_7, c0_.conversation_id AS conversation_id_8, c0_.sender_id AS sender_id_9, c0_.reply_to_id AS reply_to_id_10 FROM chat_message c0_ WHERE c0_.conversation_id = ? AND c0_.is_deleted = 0 AND c0_.id > ? ORDER BY c0_.created_at ASC LIMIT 50
Parameters:
[
  3
  3
]

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\Auth\User 2
App\Entity\Message\ConversationParticipant 2
App\Entity\Message\Conversation 1