POST https://missioncontrol.digitalsynergy.co.za/login

Query Metrics

4 Database Queries
4 Different statements
2.34 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.35 ms
(57.86%)
1
"COMMIT"
Parameters:
[]
0.38 ms
(16.22%)
1
INSERT INTO audit_log_entries (actor_id, actor_email, actor_token_label, impersonator_id, impersonator_email, target_type, target_id, action, metadata, ip, user_agent, created_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Úq{ær¶šÎþ\x10\x05ïŠG"
  "anthony@digitalsynergy.co.za"
  null
  null
  null
  null
  null
  "login.trusted_device_used"
  null
  "192.168.1.7"
  "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0"
  "2026-07-07 15:15:52"
]
0.37 ms
(15.96%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password_hash AS password_hash_3, t0.role AS role_4, t0.is_enabled AS is_enabled_5, t0.totp_secret AS totp_secret_6, t0.auth_generation AS auth_generation_7, t0.billing_account_id AS billing_account_id_8, t0.force_password_change AS force_password_change_9, t0.reseller_id AS reseller_id_10, t0.parent_owner_id AS parent_owner_id_11, t0.permissions AS permissions_12, t0.display_name AS display_name_13, t0.created_at AS created_at_14, t0.last_login_at AS last_login_at_15 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "anthony@digitalsynergy.co.za"
]
0.23 ms
(9.97%)
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\User 1
App\Entity\AuditLogEntry 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\AuditLogEntry No errors.