POST https://api-dev.curritos.es/login-admin

Query Metrics

1 Database Queries
1 Different statements
6.85 ms Query time
1 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.85 ms
(100.00%)
1
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.surname AS surname_6, t0.company_name AS company_name_7, t0.city AS city_8, t0.postcode AS postcode_9, t0.province AS province_10, t0.address AS address_11, t0.address2 AS address2_12, t0.lat AS lat_13, t0.lng AS lng_14, t0.phone AS phone_15, t0.nif AS nif_16, t0.about AS about_17, t0.languages AS languages_18, t0.slogan AS slogan_19, t0.professional_self_employed AS professional_self_employed_20, t0.professional_representative_company AS professional_representative_company_21, t0.years_experience AS years_experience_22, t0.amount_from AS amount_from_23, t0.jobs_count AS jobs_count_24, t0.rating AS rating_25, t0.badge AS badge_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.google_id AS google_id_29, t0.apple_id AS apple_id_30, t0.preferred_locale AS preferred_locale_31, t0.is_active AS is_active_32, t0.activation_code AS activation_code_33, t0.can_login AS can_login_34, t0.admin_validation AS admin_validation_35, t0.full_access AS full_access_36, t0.connected_account_verified AS connected_account_verified_37, t0.has_active_subscription AS has_active_subscription_38, t0.invoice_sequence AS invoice_sequence_39, t0.fcm_token AS fcm_token_40, t0.deleted_at AS deleted_at_41, t42.id AS id_43, t42.created_at AS created_at_44, t42.user_id AS user_id_45, t46.id AS id_47, t46.customer_id AS customer_id_48, t46.connected_account_id AS connected_account_id_49, t46.created_at AS created_at_50, t46.updated_at AS updated_at_51, t46.professional_id AS professional_id_52 FROM "users" t0 LEFT JOIN "chats_online_users" t42 ON t42.user_id = t0.id LEFT JOIN "professionals_payments_data" t46 ON t46.professional_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "rashev.petyo@gmail.com"
]

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

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#userFeatured refers to the owning side field App\Entity\Featured#featured which does not exist.
App\Entity\ChatOnlineUser No errors.
App\Entity\ProfessionalPaymentData No errors.