Query Metrics
9
Database Queries
9
Different statements
298.46 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.32 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.verified AS verified_5, t0.valid AS valid_6, t0.last_name AS last_name_7, t0.first_name AS first_name_8, t0.totp_secret AS totp_secret_9, t0.totp_enable AS totp_enable_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
81
]
|
| 2 | 74.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.street AS street_5, t0.postal_code AS postal_code_6, t0.city AS city_7, t0.comment AS comment_8, t0.information AS information_9, t0.phone AS phone_10, t0.pay AS pay_11, t0.website AS website_12, t0.url_confluence AS url_confluence_13, t0.active AS active_14, t0.accounting_code_olisys AS accounting_code_olisys_15, t0.accounting_code_olihost AS accounting_code_olihost_16, t0.cif AS cif_17, t0.teamleader_id AS teamleader_id_18, t0.vat_number AS vat_number_19, t0.national_identification_number AS national_identification_number_20, t0.referent_id AS referent_id_21, t0.structure_id AS structure_id_22 FROM company t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 3 | 23.18 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.language AS language_4, t0.teamleader_id AS teamleader_id_5, t0.user_id AS user_id_6 FROM employee t0 WHERE t0.id = ?
Parameters:
[
23
]
|
| 4 | 77.78 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM structure t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 5 | 15.09 ms |
SELECT e0_.id AS id_0, e0_.first_name AS first_name_1, e0_.last_name AS last_name_2, e0_.language AS language_3, e0_.teamleader_id AS teamleader_id_4, e0_.user_id AS user_id_5 FROM employee e0_ WHERE e0_.id IN (?)
Parameters:
[
"23"
]
|
| 6 | 19.97 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.url AS url_2 FROM structure s0_ WHERE s0_.id IN (?)
Parameters:
[
"2"
]
|
| 7 | 73.48 ms |
"START TRANSACTION"
Parameters:
[] |
| 8 | 10.87 ms |
UPDATE company SET modification_date = ?, website = ? WHERE id = ?
Parameters:
[ "2026-05-07 15:39:38" "https://menard.fr" 1 ] |
| 9 | 3.19 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\Employee | 1 |
| App\Entity\Structure | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\UserFilter | No errors. |
| App\Entity\Employee | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\Command | No errors. |
| App\Entity\InternalDemand | No errors. |
| App\Entity\InternalAnswer | No errors. |
| App\Entity\Ticket | No errors. |
| App\Entity\Answer | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\Structure | No errors. |
| App\Entity\CompanyService | No errors. |
| App\Entity\Supervisor | No errors. |
| App\Entity\UserFilterCompany | No errors. |
| App\Entity\MovementStock | No errors. |
| App\Entity\InventoryProductLine | No errors. |
| App\Entity\TechnicianFile | No errors. |
| App\Entity\InterventionReport | No errors. |
| App\Entity\UserFilterOwner | No errors. |
| App\Entity\CommercialVisibility | No errors. |
| App\Entity\ServiceFileStructure | No errors. |