POST https://portal-dev.gophytech.com/login_check

Query Metrics

4 Database Queries
4 Different statements
2.30 ms Query time
0 Invalid entities
1 Managed entities
0 Cache hits
1 Cache misses
3 Cache puts

Grouped Statements

Show all queries

Time Count Info
1.05 ms
(45.69%)
1
"COMMIT"
Parameters:
[]
0.57 ms
(24.97%)
1
SELECT t0.enabled AS enabled_1, t0.salt AS salt_2, t0.password AS password_3, t0.last_login AS last_login_4, t0.confirmation_token AS confirmation_token_5, t0.password_requested_at AS password_requested_at_6, t0.id AS id_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.user_type AS user_type_10, t0.roles AS roles_11, t0.email AS email_12, t0.email_canonical AS email_canonical_13, t0.username AS username_14, t0.username_canonical AS username_canonical_15, t0.distributor_id AS distributor_id_16, t0.crm_repo_id AS crm_repo_id_17, t0.practice_id AS practice_id_18, t0.provider_id AS provider_id_19 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "mike@phytechsolutions.com"
]
0.42 ms
(18.49%)
1
UPDATE user SET last_login = ? WHERE id = ?
Parameters:
[
  "2026-02-11 21:07:49"
  2
]
0.25 ms
(10.84%)
1
"START TRANSACTION"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
1 Misses
3 Puts

Number of cache misses

Region Misses
app_entity_user 1

Number of cache puts

Region Puts
app_entity_user 3

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1

Entities Mapping

Class Mapping errors
FOS\UserBundle\Model\User No errors.
App\Entity\User No errors.
App\Entity\CRMDistributor No errors.
App\Entity\CRMRep No errors.
App\Entity\CRMPractice No errors.
App\Entity\CRMProvider No errors.