Query Metrics

9 Database Queries
6 Different statements
6.82 ms Query time
0 Invalid entities
6 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.22 ms
(32.55%)
1
"COMMIT"
Parameters:
[]
1.68 ms
(24.70%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.outseta_id AS outseta_id_3, t0.enabled_features AS enabled_features_4 FROM outseta_plans t0 WHERE t0.outseta_id = ? LIMIT 1
Parameters:
[
  "DQ2qZnmV"
]
1.25 ms
(18.28%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.outseta_person_id AS outseta_person_id_6, t0.active_subscriptions AS active_subscriptions_7, t0.force_enabled_subscriptions AS force_enabled_subscriptions_8, t0.last_active_at AS last_active_at_9 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "ryan@lawlens.com"
]
1.19 ms
(17.48%)
1
SELECT t0.id AS id_1, t0.outseta_id AS outseta_id_2, t0.name AS name_3 FROM outseta_account t0 INNER JOIN user_outseta_account ON t0.id = user_outseta_account.outseta_account_id WHERE user_outseta_account.user_id = ?
Parameters:
[
  20
]
0.34 ms
(4.94%)
1
UPDATE user SET password = ? WHERE id = ?
Parameters:
[
  "$2y$13$wSByD36qGGeQgvDowmGLLOMRngHNiXuWeWt.AlgP/T7jWA8MChkji"
  20
]
0.14 ms
(2.05%)
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

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\OutsetaPlan 3
App\Entity\OutsetaAccount 2
App\Entity\User 1

Entities Mapping