POST https://entreprise.v2.mageconsulting.fr/login

Query Metrics

6 Database Queries
6 Different statements
196.43 ms Query time
1 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.54 ms
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.bio AS bio_7, t0.website AS website_8, t0.twitter_handle AS twitter_handle_9, t0.is_verified AS is_verified_10, t0.enabled AS enabled_11, t0.last_login_at AS last_login_at_12, t0.avatar AS avatar_13, t0.company_id AS company_id_14 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "ali.samoudi@mageconsulting.fr"
]
2 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.roles AS roles_3, t0.company_id AS company_id_4 FROM user_group t0 INNER JOIN user_user_group ON t0.id = user_user_group.user_group_id WHERE user_user_group.user_id = ?
Parameters:
[
  2
]
3 0.23 ms
"START TRANSACTION"
Parameters:
[]
4 0.50 ms
INSERT INTO log (entity_name, entity_id, action, data, username, created_at, company_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "User"
  "2"
  "UPDATE"
  "{"lastLoginAt":[{"date":"2026-07-02 09:26:32.000000","timezone_type":3,"timezone":"UTC"},{"date":"2026-07-14 11:47:06.872192","timezone_type":3,"timezone":"UTC"}]}"
  "ali.samoudi@mageconsulting.fr"
  "2026-07-14 11:47:06"
  1
]
5 0.43 ms
UPDATE user SET last_login_at = ? WHERE id = ?
Parameters:
[
  "2026-07-14 11:47:06"
  2
]
6 194.11 ms
"COMMIT"
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\Company 1
App\Entity\UserGroup 1
App\Entity\Log 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Company
  • The field App\Entity\Company#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice#company does not contain the required 'inversedBy: "invoices"' attribute.
  • The field App\Entity\Company#payments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Payment#company does not contain the required 'inversedBy: "payments"' attribute.
  • The field App\Entity\Company#supplierInvoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SupplierInvoice#company does not contain the required 'inversedBy: "supplierInvoices"' attribute.
App\Entity\UserGroup No errors.
App\Entity\Contract No errors.
App\Entity\PurchaseOrder No errors.
App\Entity\Log No errors.