iiRecord
Agentic AI Atlas · Backend Performance Profiling
workflow:backend-performance-profilinga5c.ai
II.
Workflow JSON

workflow:backend-performance-profiling

Structured · live

Backend Performance Profiling json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-backend.yamlCluster · workflows
Record JSON
{
  "id": "workflow:backend-performance-profiling",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-backend.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Backend Performance Profiling",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-regression",
    "complexity": "single-team",
    "description": "Investigates backend performance regressions — capturing flame graphs,\ntracing slow requests, profiling memory allocations, analyzing database\nquery plans, and producing actionable optimization recommendations.\nExcludes frontend performance work.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:backend-performance-profiling",
      "to": "role:performance-profiler",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "role:debugger",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "skill-area:postgres-tuning",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "domain:databases",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "responsibility:performance-budget-tracking",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:backend-performance-profiling",
      "to": "org-unit:engineering-productivity",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:search-discovery",
      "to": "workflow:backend-performance-profiling",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:chat-messaging-platform",
      "to": "workflow:backend-performance-profiling",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:high-perf-api-server",
      "to": "workflow:backend-performance-profiling",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:realtime-websocket-server",
      "to": "workflow:backend-performance-profiling",
      "kind": "follows_workflow"
    }
  ]
}