Query Metrics
1
Database Queries
1
Different statements
0.61 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.61 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5, t0.is_verified AS is_verified_6, t0.is_banned AS is_banned_7, t0.welcome_seen AS welcome_seen_8, t0.phone_verified AS phone_verified_9, t0.email_verification_token AS email_verification_token_10, t0.email_verification_token_expires_at AS email_verification_token_expires_at_11, t0.registration_ip AS registration_ip_12, t0.registration_country AS registration_country_13, t0.registration_city AS registration_city_14, t0.user_type AS user_type_15, t16.id AS id_17, t16.pseudo AS pseudo_18, t16.first_name AS first_name_19, t16.last_name AS last_name_20, t16.date_of_birth AS date_of_birth_21, t16.phone AS phone_22, t16.profile_picture AS profile_picture_23, t16.gender AS gender_24, t16.country AS country_25, t16.bio AS bio_26, t16.created_at AS created_at_27, t16.user_id AS user_id_28, t29.id AS id_30, t29.pseudo AS pseudo_31, t29.first_name AS first_name_32, t29.last_name AS last_name_33, t29.date_of_birth AS date_of_birth_34, t29.country AS country_35, t29.bio AS bio_36, t29.profile_picture AS profile_picture_37, t29.cover_picture AS cover_picture_38, t29.height AS height_39, t29.weight AS weight_40, t29.shoe_size AS shoe_size_41, t29.has_tattoo AS has_tattoo_42, t29.tattoo_description AS tattoo_description_43, t29.has_piercing AS has_piercing_44, t29.piercing_description AS piercing_description_45, t29.gender AS gender_46, t29.phone AS phone_47, t29.website AS website_48, t29.instagram AS instagram_49, t29.snapchat AS snapchat_50, t29.show_subscribers_count AS show_subscribers_count_51, t29.show_posts_count AS show_posts_count_52, t29.origin AS origin_53, t29.has_pedicure AS has_pedicure_54, t29.sexual_orientation AS sexual_orientation_55, t29.hair_color AS hair_color_56, t29.created_at AS created_at_57, t29.subscription_price AS subscription_price_58, t29.id_document_path AS id_document_path_59, t29.selfie_document_path AS selfie_document_path_60, t29.is_certified AS is_certified_61, t29.auto_message_enabled AS auto_message_enabled_62, t29.auto_message_content AS auto_message_content_63, t29.notif_new_subscriber AS notif_new_subscriber_64, t29.notif_new_message AS notif_new_message_65, t29.notif_new_like AS notif_new_like_66, t29.iban AS iban_67, t29.bic AS bic_68, t29.bank_account_name AS bank_account_name_69, t29.user_id AS user_id_70 FROM `user` t0 LEFT JOIN fan_profile t16 ON t16.user_id = t0.id LEFT JOIN creator_profile t29 ON t29.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"f.torchausse@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 |
|---|---|
| App\Entity\User | 1 |
| App\Entity\CreatorProfile | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\FanProfile | No errors. |
| App\Entity\CreatorProfile | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Post | No errors. |