Query Metrics
7
Database Queries
7
Different statements
8.27 ms
Query time
4
Invalid entities
2
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.67 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.facebook_id AS facebook_id_5, t0.google_id AS google_id_6, t0.confirmation_token AS confirmation_token_7, t0.linkedin_id AS linkedin_id_8, t0.apple_id AS apple_id_9, t0.has_web_device AS has_web_device_10, t0.has_ios_device AS has_ios_device_11, t0.has_android_device AS has_android_device_12, t0.username AS username_13, t0.name AS name_14, t0.firstname AS firstname_15, t0.locale AS locale_16, t0.locale_original AS locale_original_17, t0.timezone AS timezone_18, t0.timezone_original AS timezone_original_19, t0.birthday AS birthday_20, t0.last_login AS last_login_21, t0.registration_date AS registration_date_22, t0.gender AS gender_23, t0.city AS city_24, t0.phone AS phone_25, t0.about AS about_26, t0.guid AS guid_27, t0.image AS image_28, t0.original_image AS original_image_29, t0.image_cover AS image_cover_30, t0.original_image_cover AS original_image_cover_31, t0.organization AS organization_32, t0.position AS position_33, t0.facebook AS facebook_34, t0.twitter AS twitter_35, t0.instagram AS instagram_36, t0.linkedin AS linkedin_37, t0.youtube AS youtube_38, t0.is_send_welcome_notification AS is_send_welcome_notification_39, t0.is_validated AS is_validated_40, t0.elle_token AS elle_token_41, t0.last_registration_mail_confirm_date AS last_registration_mail_confirm_date_42, t0.registration_confirmed_message AS registration_confirmed_message_43, t0.history AS history_44 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"fe58ddc7fc7f6a64f00507d441f4f852"
]
|
| 2 | 0.65 ms |
SELECT t0.id AS id_1, t0.external_id AS external_id_2, t0.title AS title_3, t0.content AS content_4, t0.data1 AS data1_5, t0.data2 AS data2_6, t0.data3 AS data3_7, t0.data4 AS data4_8, t0.data5 AS data5_9, t0.data6 AS data6_10, t0.data7 AS data7_11, t0.data8 AS data8_12, t0.data9 AS data9_13, t0.data10 AS data10_14, t0.link AS link_15, t0.image AS image_16, t0.original_image AS original_image_17, t0.source AS source_18, t0.position AS position_19, t0.date AS date_20, t0.date_update AS date_update_21, t0.date_begin AS date_begin_22, t0.date_end AS date_end_23, t0.is_active AS is_active_24, t0.is_archived AS is_archived_25, t0.data AS data_26, t0.locale AS locale_27, t0.user_id AS user_id_28, t0.original_id AS original_id_29, t0.authentification_process_id AS authentification_process_id_30, t0.item_id AS item_id_31, t0.secondary_item_id AS secondary_item_id_32, t0.tertiary_item_id AS tertiary_item_id_33, t0.item_type FROM content t0 WHERE t0.item_id = ? AND t0.item_type IN ('user_sso_session')
Parameters:
[
11256848
]
|
| 3 | 0.56 ms |
SELECT t0.id AS id_1, t0.field AS field_2, t0.value AS value_3, t0.item_id AS item_id_4, t0.item_type FROM metadata t0 WHERE t0.item_id = ? AND t0.field = ? AND t0.item_type IN ('user') LIMIT 1
Parameters:
[ 11256848 "pro_sidebar_open_option" ] |
| 4 | 2.29 ms |
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM refresh_tokens t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
"dc7a7a5d885a5f1c534eb98f875bbbcc1a33480561579f0c5a96e8ec39255f047da7e8bdcbdc46cbeb65070eefae077d7b55e7b0cdbb2e1940c7bf63ed06b348"
]
|
| 5 | 0.27 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 1.33 ms |
INSERT INTO refresh_tokens (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[ "dc7a7a5d885a5f1c534eb98f875bbbcc1a33480561579f0c5a96e8ec39255f047da7e8bdcbdc46cbeb65070eefae077d7b55e7b0cdbb2e1940c7bf63ed06b348" "fe58ddc7fc7f6a64f00507d441f4f852" "2026-04-30 02:38:24" ] |
| 7 | 2.49 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| automation | doctrine.dbal.automation_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| automation | doctrine.orm.automation_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User\User | 1 |
| App\Entity\JWT\RefreshToken | 1 |
automation entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\JWT\RefreshToken | No errors. |
| App\Entity\User\User | No errors. |
| App\Entity\User\UserSSOSession |
|
| App\Entity\User\UserFollow | No errors. |
| App\Entity\User\UserNotification | No errors. |
| App\Entity\Common\Notification | No errors. |
| App\Entity\Common\BlogArticle | No errors. |
| App\Entity\Common\DeviceToken | No errors. |
| App\Entity\Common\Follow | No errors. |
| App\Entity\User\UserMetadata | No errors. |
| App\Entity\Common\Content | No errors. |
| App\Entity\Module\Registration\RegistrationInvoice | No errors. |
| App\Entity\User\UserRole |
|
| App\Entity\Tool\History\HistoryLog | No errors. |
| App\Entity\User\UserConversation | No errors. |
| App\Entity\User\UserInvitation | No errors. |
| App\Entity\Pro\Statistic\StatisticPosition | No errors. |
| App\Entity\Pro\Statistic\StatisticIbeacon | No errors. |
| App\Entity\Common\StatisticView | No errors. |
| App\Entity\User\UserTag | No errors. |
| App\Entity\Tool\Authentification\AuthentificationProcess |
|
| App\Entity\Admin\SSOProvider | No errors. |
| App\Entity\Tool\Authentification\AuthentificationMethod | No errors. |
| App\Entity\Common\HistoryTypes\UserResourcesHistory | No errors. |
| App\Entity\Common\UserGaugeSubscription | No errors. |
| App\Entity\Module\Interactivity\InteractivityTeam | No errors. |
| App\Entity\Module\Interactivity\InteractivityLiveSessionUser |
|
| App\Entity\Common\Metadata | No errors. |
| Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
automation entity manager
No loaded entities.