POST https://kplan.kameldigitalsn.com/login

Query Metrics

7 Database Queries
5 Different statements
14.38 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 8.31 ms
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.date_of_birth AS date_of_birth_5, u0_.is_active AS is_active_6, u0_.confirmation_token AS confirmation_token_7, u0_.password_reset_token AS password_reset_token_8, u0_.last_login_at AS last_login_at_9, u0_.phone_number AS phone_number_10, u0_.fonction AS fonction_11, u0_.sex AS sex_12, u0_.avatar AS avatar_13, u0_.created_at AS created_at_14, u0_.updated_at AS updated_at_15, u0_.deleted_at AS deleted_at_16, u0_.id AS id_17, u0_.email AS email_18, u0_.password AS password_19, u0_.first_name AS first_name_20, u0_.last_name AS last_name_21, u0_.date_of_birth AS date_of_birth_22, u0_.is_active AS is_active_23, u0_.confirmation_token AS confirmation_token_24, u0_.password_reset_token AS password_reset_token_25, u0_.last_login_at AS last_login_at_26, u0_.phone_number AS phone_number_27, u0_.fonction AS fonction_28, u0_.sex AS sex_29, u0_.avatar AS avatar_30, u0_.created_at AS created_at_31, u0_.updated_at AS updated_at_32, u0_.deleted_at AS deleted_at_33, r1_.id AS id_34, r1_.code AS code_35, r1_.name AS name_36, r1_.description AS description_37, r1_.is_default AS is_default_38, r1_.created_at AS created_at_39, r1_.updated_at AS updated_at_40, r1_.deleted_at AS deleted_at_41, p2_.id AS id_42, p2_.code AS code_43, p2_.name AS name_44, p2_.description AS description_45, p2_.created_at AS created_at_46, p2_.updated_at AS updated_at_47, p2_.deleted_at AS deleted_at_48, u0_.user_preference_id AS user_preference_id_49, u0_.department_id AS department_id_50, u0_.organization_id AS organization_id_51, r1_.department_id AS department_id_52, r1_.organization_id AS organization_id_53, p2_.permission_group_id AS permission_group_id_54 FROM user u0_ LEFT JOIN user_role u3_ ON u0_.id = u3_.user_id LEFT JOIN role r1_ ON r1_.id = u3_.role_id AND (r1_.deleted_at IS NULL) LEFT JOIN role_permission r4_ ON r1_.id = r4_.role_id LEFT JOIN permission p2_ ON p2_.id = r4_.permission_id AND (p2_.deleted_at IS NULL) WHERE (u0_.email = ?) AND (u0_.deleted_at IS NULL)
Parameters:
[
  "admin@kplan.com"
]
2 0.53 ms
"START TRANSACTION"
Parameters:
[]
3 0.52 ms
UPDATE user SET last_login_at = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-07-29 19:40:55"
  "2026-07-29 19:40:55"
  1
]
4 1.02 ms
"COMMIT"
Parameters:
[]
5 0.26 ms
"START TRANSACTION"
Parameters:
[]
6 2.31 ms
INSERT INTO platform_usage (session_id, event_type, event_target, device_type, ip_address, created_at, metadata, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "6570be8995eca8b5d2fb6a4773f953a2"
  "LOGIN"
  "1"
  "WEB"
  "41.214.116.19"
  "2026-07-29 19:40:55"
  null
  1
]
7 1.42 ms
"COMMIT"
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Entity\Department No errors.
App\Entity\Activity No errors.
App\Entity\User No errors.
App\Entity\Role No errors.
App\Entity\Permission No errors.
App\Entity\UserPreference No errors.
App\Entity\Organization No errors.
App\Entity\PermissionGroup No errors.
App\Entity\Notification No errors.
App\Entity\UserAssignment No errors.
App\Entity\Project No errors.
App\Entity\Program No errors.
App\Entity\Component No errors.
App\Entity\ReportedProblem No errors.
App\Entity\Milestone No errors.
App\Entity\BudgetLog No errors.
App\Entity\Objective No errors.
App\Entity\DashboardKPI No errors.
App\Entity\QualityMetric No errors.
App\Entity\ReportTemplate No errors.
App\Entity\BudgetAllocation No errors.
App\Entity\EmailLoginToken No errors.
App\Entity\AiChatContext No errors.
App\Entity\PlanVersion No errors.
App\Entity\ReportScheduleExecution No errors.
App\Entity\Document No errors.
App\Entity\PlatformUsage No errors.
App\Entity\ReportFile No errors.
App\Entity\Comment No errors.
App\Entity\QualityIndicator No errors.
App\Entity\ExecutionProgress
  • The field 'App\Entity\ExecutionProgress#value' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\BudgetLine No errors.
App\Entity\Risk No errors.
App\Entity\StakeHolder No errors.
App\Entity\Locality No errors.
App\Entity\OutputExecution No errors.
App\Entity\EventCalendar No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\RiskAssessment No errors.
App\Entity\AiChatMessage No errors.
App\Entity\ProjectSettings No errors.
App\Entity\FollowUpInitialization No errors.
App\Entity\ReportInstance No errors.
App\Entity\Output No errors.