GET https://console-dev.agentplexus.com/notifications/unread

Query Metrics

2 Database Queries
2 Different statements
5.04 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 3.66 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.password_hash AS password_hash_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.profile_picture AS profile_picture_6, t0.bio AS bio_7, t0.roles AS roles_8, t0.is_active AS is_active_9, t0.email_verified_at AS email_verified_at_10, t0.two_factor_enabled AS two_factor_enabled_11, t0.two_factor_secret AS two_factor_secret_12, t0.last_login_at AS last_login_at_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.deleted_at AS deleted_at_16, t0.email_verification_token AS email_verification_token_17, t0.password_reset_token AS password_reset_token_18, t0.password_reset_expires_at AS password_reset_expires_at_19, t0.prefer_streaming AS prefer_streaming_20, t0.font_size AS font_size_21, t0.email_ai_model AS email_ai_model_22, t0.email_master_password_salt AS email_master_password_salt_23, t0.last_activity_at AS last_activity_at_24, t0.last_ip_address AS last_ip_address_25, t0.last_user_agent AS last_user_agent_26, t0.timezone AS timezone_27, t0.mobile_phone AS mobile_phone_28, t0.mobile_phone_verified AS mobile_phone_verified_29, t0.sms_login_code AS sms_login_code_30, t0.sms_login_code_expires_at AS sms_login_code_expires_at_31, t0.title AS title_32, t0.address AS address_33, t0.city AS city_34, t0.state AS state_35, t0.postal_code AS postal_code_36, t0.country AS country_37, t0.social_media AS social_media_38, t0.birthday AS birthday_39, t0.mobile_phone_country_code AS mobile_phone_country_code_40, t0.mobile_verification_code AS mobile_verification_code_41, t0.mobile_verification_code_expires_at AS mobile_verification_code_expires_at_42, t0.api_key AS api_key_43, t0.api_secret AS api_secret_44, t0.api_key_created_at AS api_key_created_at_45, t0.crm_token AS crm_token_46, t0.phone_extension AS phone_extension_47, t0.organization_id AS organization_id_48 FROM public.users t0 WHERE t0.id = ?
Parameters:
[
  "019b0f7d-eca1-77f2-848c-e7c59b7d0745"
]
2 1.38 ms
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.title AS title_2, n0_.message AS message_3, n0_.related_entity_type AS related_entity_type_4, n0_.related_entity_id AS related_entity_id_5, n0_.action_url AS action_url_6, n0_.is_read AS is_read_7, n0_.read_at AS read_at_8, n0_.created_at AS created_at_9, n0_.user_id AS user_id_10 FROM public.notifications n0_ WHERE n0_.user_id = ? AND n0_.is_read = false ORDER BY n0_.created_at DESC LIMIT 20
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#981
    __toString(): "019b0f7d-eca1-77f2-848c-e7c59b7d0745"
  }
]

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\Notification 10
App\Entity\User 1
App\Entity\Organization 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Organization No errors.
App\Entity\Notification No errors.