Redirect 302 redirect from POST @admin_login (5045ae)

GET http://bandoo-dev.ru/admin/message-flow/?limit=100&search=&status=running

Query Metrics

16 Database Queries
12 Different statements
18.26 ms Query time
3 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 4.18 ms
SELECT t0.id AS id_1, t0.public_number AS public_number_2, t0.date AS date_3, t0.email AS email_4, t0.phone AS phone_5, t0.phone_numeric AS phone_numeric_6, t0.privacy_mask AS privacy_mask_7, t0.push_settings_mask AS push_settings_mask_8, t0.publish_daily_count AS publish_daily_count_9, t0.publish_daily_at AS publish_daily_at_10, t0.settings AS settings_11, t0.password AS password_12, t0.about AS about_13, t0.stuff AS stuff_14, t0.vk_code_verifier AS vk_code_verifier_15, t0.vk_id AS vk_id_16, t0.vk_avatar AS vk_avatar_17, t0.new_email AS new_email_18, t0.new_email_token AS new_email_token_19, t0.status AS status_20, t0.role AS role_21, t0.is_online AS is_online_22, t0.last_visit AS last_visit_23, t0.last_visit_at AS last_visit_at_24, t0.confirm_token_token AS confirm_token_token_25, t0.confirm_token_expires AS confirm_token_expires_26, t0.name_first AS name_first_27, t0.name_last AS name_last_28, t0.name_middle AS name_middle_29, t0.avatar_small_hash AS avatar_small_hash_30, t0.avatar_original_hash AS avatar_original_hash_31, t0.reset_token_token AS reset_token_token_32, t0.reset_token_expires AS reset_token_expires_33, t0.city_id AS city_id_34 FROM "user_users" t0 WHERE t0.id = ?
Parameters:
[
  "019badc2-e01c-f474-dc16-1d38d1864b45"
]
2 3.64 ms
SELECT t0.id AS id_1, t0.trace_id AS trace_id_2, t0.started_at AS started_at_3, t0.finished_at AS finished_at_4, t0.status AS status_5, t0.initiator AS initiator_6, t0.metadata AS metadata_7 FROM mfv_flow_run t0 WHERE t0.id = ?
Parameters:
[
  "1b77cbf7-d266-4d07-8a11-a6193bd0758b"
]
3 0.30 ms
"START TRANSACTION"
Parameters:
[]
4 1.08 ms
INSERT INTO mfv_flow_run (id, trace_id, started_at, finished_at, status, initiator, metadata) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "1b77cbf7-d266-4d07-8a11-a6193bd0758b"
  "1b08f3e4-ba0e-47f3-bcb1-46f9bf0f2098"
  "2026-06-16 21:13:20"
  null
  "running"
  "http:GET /admin/message-flow/?limit=100&search=&status=running"
  "[]"
]
5 0.63 ms
"COMMIT"
Parameters:
[]
6 0.67 ms
SELECT u0_.id AS id_0, u0_.public_number AS public_number_1, u0_.date AS date_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.phone_numeric AS phone_numeric_5, u0_.privacy_mask AS privacy_mask_6, u0_.push_settings_mask AS push_settings_mask_7, u0_.publish_daily_count AS publish_daily_count_8, u0_.publish_daily_at AS publish_daily_at_9, u0_.settings AS settings_10, u0_.password AS password_11, u0_.about AS about_12, u0_.stuff AS stuff_13, u0_.vk_code_verifier AS vk_code_verifier_14, u0_.vk_id AS vk_id_15, u0_.vk_avatar AS vk_avatar_16, u0_.new_email AS new_email_17, u0_.new_email_token AS new_email_token_18, u0_.status AS status_19, u0_.role AS role_20, u0_.is_online AS is_online_21, u0_.last_visit AS last_visit_22, u0_.last_visit_at AS last_visit_at_23, u0_.confirm_token_token AS confirm_token_token_24, u0_.confirm_token_expires AS confirm_token_expires_25, u0_.name_first AS name_first_26, u0_.name_last AS name_last_27, u0_.name_middle AS name_middle_28, u0_.avatar_small_hash AS avatar_small_hash_29, u0_.avatar_original_hash AS avatar_original_hash_30, u0_.reset_token_token AS reset_token_token_31, u0_.reset_token_expires AS reset_token_expires_32, u0_.city_id AS city_id_33 FROM "user_users" u0_ WHERE u0_.id = ?
Parameters:
[
  "019badc2-e01c-f474-dc16-1d38d1864b45"
]
7 0.19 ms
"START TRANSACTION"
Parameters:
[]
8 1.65 ms
INSERT INTO mfv_flow_step (id, parent_step_id, message_class, message_id, handler_class, transport, is_async, dispatched_at, received_at, handled_at, processing_duration_ms, queue_wait_duration_ms, total_duration_ms, status, exception_class, exception_message, retry_count, metadata, flow_run_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2d2fb14b-abba-4b80-9302-47eb47b9f79d"
  null
  "App\Message\LastVisitSaveDbJob"
  null
  null
  "sync"
  0
  "2026-06-16 21:13:20"
  null
  null
  null
  null
  null
  "pending"
  null
  null
  0
  "[]"
  "1b77cbf7-d266-4d07-8a11-a6193bd0758b"
]
9 1.25 ms
UPDATE "user_users" SET last_visit_at = ? WHERE id = ?
Parameters:
[
  "2026-06-16 21:13:20"
  "019badc2-e01c-f474-dc16-1d38d1864b45"
]
10 0.72 ms
"COMMIT"
Parameters:
[]
11 0.14 ms
"START TRANSACTION"
Parameters:
[]
12 0.60 ms
UPDATE mfv_flow_run SET finished_at = ?, status = ? WHERE id = ?
Parameters:
[
  "2026-06-16 21:13:20"
  "completed"
  "1b77cbf7-d266-4d07-8a11-a6193bd0758b"
]
13 0.58 ms
UPDATE mfv_flow_step SET handler_class = ?, handled_at = ?, processing_duration_ms = ?, total_duration_ms = ?, status = ? WHERE id = ?
Parameters:
[
  "App\MessageHandler\UserOnline\LastVisitSaveDbHandler::__invoke"
  "2026-06-16 21:13:20"
  24
  24
  "handled"
  "2d2fb14b-abba-4b80-9302-47eb47b9f79d"
]
14 0.44 ms
"COMMIT"
Parameters:
[]
15 0.83 ms
SELECT COUNT(m0_.id) AS sclr_0 FROM mfv_flow_run m0_ WHERE m0_.status = ?
Parameters:
[
  "running"
]
16 1.37 ms
SELECT m0_.id AS id_0, m0_.trace_id AS trace_id_1, m0_.started_at AS started_at_2, m0_.finished_at AS finished_at_3, m0_.status AS status_4, m0_.initiator AS initiator_5, m0_.metadata AS metadata_6 FROM mfv_flow_run m0_ WHERE m0_.status = ? ORDER BY m0_.started_at DESC LIMIT 300
Parameters:
[
  "running"
]

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\Model\User\Entity\User 1
MichalKanak\MessageFlowVisualizerBundle\Entity\FlowRun 1
MichalKanak\MessageFlowVisualizerBundle\Entity\FlowStep 1

Entities Mapping

Class Mapping errors
App\Model\User\Entity\ConfirmToken No errors.
App\Model\User\Entity\Name No errors.
App\Model\User\Entity\Avatar No errors.
App\Model\User\Entity\ResetToken No errors.
App\Model\User\Entity\User
  • The field 'App\Model\User\Entity\User#phoneNumeric' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
App\Model\City\Entity\CityReference
  • The field 'App\Model\City\Entity\CityReference#foundationYear' has the property type 'int' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
App\Model\User\Entity\Network\Network No errors.
App\Model\User\Entity\Review\Reply No errors.
App\Model\User\Entity\Review\Review No errors.
App\Model\User\Entity\Achievement\Achievement No errors.
App\Model\User\Entity\Photo No errors.
App\Model\User\Entity\Video No errors.
App\Model\User\Entity\Audio
  • The field 'App\Model\User\Entity\Audio#duration' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
App\Model\User\Entity\Album No errors.
App\Model\User\Entity\Link\Link No errors.
App\Model\User\Entity\Like\Like No errors.
App\Model\User\Entity\Viewed\Viewed No errors.
App\Model\User\Entity\Favorite\Favorite No errors.
App\Model\User\Entity\FavoriteUser\FavoriteUser No errors.
App\Model\User\Entity\Message\MessageStatus No errors.
App\Model\User\Entity\Message\Message No errors.
App\Model\User\Entity\Instrument\UserInstrument No errors.
App\Model\User\Entity\FcmToken\UserFcmToken No errors.
MichalKanak\MessageFlowVisualizerBundle\Entity\FlowRun No errors.
MichalKanak\MessageFlowVisualizerBundle\Entity\FlowStep No errors.