POST https://task-manager.id-1.pl/panel/login

Query Metrics

3 Database Queries
3 Different statements
0.89 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.50 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.email AS email_4, t0.type AS type_5, t0.is_active AS is_active_6 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "user@example.com"
]
2 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM settings t0 WHERE t0.id = ?
Parameters:
[
  "app.settings"
]
3 0.12 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.total_seconds AS total_seconds_3, t0.date_from AS date_from_4, t0.date_to AS date_to_5, t0.date AS date_6, t0.id_project AS id_project_7, t0.id_employee AS id_employee_8 FROM project_employee_activity t0 WHERE t0.date = ? AND t0.date_to IS NULL LIMIT 50
Parameters:
[
  "2026-07-16"
]

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\Modules\User\Entity\User 1
App\Entity\Settings 1