GET https://fim01.simbiosidev.it/installation/7/edit

Query Metrics

6 Database Queries
6 Different statements
1.76 ms Query time
0 Invalid entities
23 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.50 ms
(28.20%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.website_language_id AS website_language_id_8 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.33 ms
(18.74%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4 FROM customer t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.29 ms
(16.51%)
1
SELECT t0.id AS id_1, t0.meta_key AS meta_key_2, t0.meta_value AS meta_value_3, t0.installation_id AS installation_id_4 FROM installation_meta t0 WHERE t0.installation_id = ?
Parameters:
[
  7
]
0.27 ms
(15.14%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.hosting_machine AS hosting_machine_3, t0.installation_date AS installation_date_4, t0.git_branch AS git_branch_5, t0.git_commit_hash_short AS git_commit_hash_short_6, t0.git_commit_date AS git_commit_date_7, t0.configurator_path AS configurator_path_8, t0.crm_path AS crm_path_9, t0.symfony_env AS symfony_env_10, t0.fluentis_env AS fluentis_env_11, t0.installation_folder AS installation_folder_12, t0.installation_url AS installation_url_13, t0.last_updated_at AS last_updated_at_14, t0.note AS note_15, t0.url_scheme AS url_scheme_16, t0.url_host AS url_host_17, t0.url_port AS url_port_18, t0.created_at AS created_at_19, t0.customer_id AS customer_id_20 FROM installation t0 WHERE t0.id = ?
Parameters:
[
  "7"
]
0.22 ms
(12.76%)
1
SELECT t0.id AS id_1, t0.script_name AS script_name_2, t0.script_args AS script_args_3, t0.command_output AS command_output_4, t0.exit_code AS exit_code_5, t0.error AS error_6, t0.created_at AS created_at_7, t0.installation_id AS installation_id_8 FROM deploy_operation_log t0 WHERE t0.installation_id = ? ORDER BY t0.created_at DESC
Parameters:
[
  7
]
0.15 ms
(8.65%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.created_at AS created_at_3 FROM customer c0_
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\Customer 11
App\Entity\DeployOperationLog 6
App\Entity\InstallationMeta 4
App\Entity\User 1
App\Entity\Installation 1