POST https://test2.admin.tarifdetektiv.de/login

Query Metrics

7 Database Queries
7 Different statements
6.45 ms Query time
3 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.62 ms
(25.09%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.name AS name_4, t0.surname AS surname_5, t0.user_photo_id AS user_photo_id_6, t7.id AS id_8, t7.user_id AS user_id_9, t7.timestamp AS timestamp_10, t7.edited_order_id AS edited_order_id_11, t7.user_id AS user_id_12 FROM `users` t0 LEFT JOIN edit_user t7 ON t7.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "tomasz.jacek@equiqo.com"
]
1.10 ms
(17.01%)
1
INSERT INTO rememberme_token (class, username, series, value, lastUsed) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "App\Entity\User"
  "tomasz.jacek@equiqo.com"
  "7j2IqlSHGWePt0EQVxTuRnkwX-9NwcJJ-y8PdK5JAPRC"
  "9ZjRtUgXzvK2Dfnme2bNf5AQc5tyRqeu1qfhsfwa4j9B"
  "2026-06-02 08:51:08"
]
1.06 ms
(16.36%)
1
INSERT INTO `logs` (module, ip, timestamp, action, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "Login"
  "213.136.243.144"
  "2026-06-02 08:51:08"
  """
    Requested Uri: /login\n
    Parameters:\n
    array (\n
      'email' => 'tomasz.jacek@equiqo.com',\n
      'password' => 'Tommy@123',\n
      '_remember_me' => 'on',\n
      '_csrf_token' => '5169a036.B8GeM42rR8jvYTRAMvHdCSkZy5wB2rw3VzZW8PkF1DY.QPLTcr3bH5G6LXwHZJ27PkRRuKhW4_tGBVI5lKpqs1Rrs8sC68V2kJ0MWw',\n
    )
    """
  29
]
1.00 ms
(15.49%)
1
INSERT INTO user_last_seen (user_id, user_name, last_used_module, timestamp) VALUES (29, 'Tomasz Jacek', 'Login', NOW())
                        ON DUPLICATE KEY UPDATE user_id = 29, user_name = 'Tomasz Jacek', last_used_module = 'Login', timestamp = NOW()
Parameters:
[]
0.80 ms
(12.46%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_date AS created_date_3, t0.created_username AS created_username_4, t0.update_date AS update_date_5, t0.update_username AS update_username_6, t0.super_admin AS super_admin_7 FROM `roles` t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
  29
]
0.71 ms
(11.05%)
1
"COMMIT"
Parameters:
[]
0.16 ms
(2.54%)
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

Entities Mapping

Class Mapping errors
App\Entity\User
  • The mappings App\Entity\User#tariffLog and App\Entity\TariffLog#user are inconsistent with each other.
App\Entity\UserPhoto
  • The field App\Entity\UserPhoto#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#userPhoto does not contain the required 'mappedBy="user"' attribute.
App\Entity\EditUser No errors.
App\Entity\Log No errors.
App\Entity\OrderComment No errors.
App\Entity\TariffLog
  • The association App\Entity\TariffLog#user refers to the inverse side field App\Entity\User#TariffLog which does not exist.
App\Entity\CashbackRedemptionRate No errors.
App\Entity\CancellationRate No errors.
App\Entity\Role No errors.
App\Entity\MailQueue No errors.