POST https://ticket.olihost.com/fr/company/1/edit

Query Metrics

9 Database Queries
9 Different statements
298.46 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
77.78 ms
(26.06%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM structure t0 WHERE t0.id = ?
Parameters:
[
  2
]
74.59 ms
(24.99%)
1
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"
]
73.48 ms
(24.62%)
1
"START TRANSACTION"
Parameters:
[]
23.18 ms
(7.77%)
1
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
]
19.97 ms
(6.69%)
1
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"
]
15.09 ms
(5.05%)
1
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"
]
10.87 ms
(3.64%)
1
UPDATE company SET modification_date = ?, website = ? WHERE id = ?
Parameters:
[
  "2026-05-07 15:39:38"
  "https://menard.fr"
  1
]
3.19 ms
(1.07%)
1
"COMMIT"
Parameters:
[]
0.32 ms
(0.11%)
1
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
]

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