GET https://agent.ws-thiele.de/api/projects/01a0bf6e-7534-7811-95ba-5a03539ef3c8/agent-profiles

Query Metrics

4 Database Queries
4 Different statements
11.37 ms Query time
0 Invalid entities
7 Managed entities

Queries

Group similar statements

# Time Info
1 2.91 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.display_name AS display_name_3, t0.password AS password_4, t0.roles AS roles_5, t0.active AS active_6, t0.last_login_at AS last_login_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM users t0 WHERE t0.id = ?
Parameters:
[
  "01a0bf09-6ed6-700d-8571-9d4f693ac070"
]
2 3.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.feature_key_prefix AS feature_key_prefix_5, t0.last_feature_number AS last_feature_number_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.instructions_general AS instructions_general_9, t0.instructions_architecture AS instructions_architecture_10, t0.instructions_coding_standards AS instructions_coding_standards_11, t0.instructions_testing_rules AS instructions_testing_rules_12, t0.instructions_git_rules AS instructions_git_rules_13, t0.instructions_security_rules AS instructions_security_rules_14, t0.instructions_documentation AS instructions_documentation_15, t0.settings_require_human_merge_approval AS settings_require_human_merge_approval_16, t0.settings_prevent_self_review AS settings_prevent_self_review_17 FROM projects t0 WHERE t0.id = ?
Parameters:
[
  "01a0bf6e-7534-7811-95ba-5a03539ef3c8"
]
3 1.39 ms
SELECT t0.id AS id_1, t0.role AS role_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.project_id AS project_id_5, t0.user_id AS user_id_6 FROM project_members t0 WHERE t0.project_id = ?
Parameters:
[
  "01a0bf6e-7534-7811-95ba-5a03539ef3c8"
]
4 3.92 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.type AS type_2, a0_.role AS role_3, a0_.executable AS executable_4, a0_.default_arguments AS default_arguments_5, a0_.max_runtime_seconds AS max_runtime_seconds_6, a0_.enabled AS enabled_7, a0_.created_at AS created_at_8, a0_.updated_at AS updated_at_9, a0_.project_id AS project_id_10, a0_.preferred_runner_id AS preferred_runner_id_11, a0_.prompt_template_id AS prompt_template_id_12 FROM agent_profiles a0_ WHERE a0_.project_id = ? ORDER BY a0_.name ASC
Parameters:
[
  "01a0bf6e-7534-7811-95ba-5a03539ef3c8"
]

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\Agent\Domain\AgentProfile 2
App\Prompt\Domain\PromptTemplate 2
App\User\Domain\User 1
App\Project\Domain\Project 1
App\Project\Domain\ProjectMember 1