II.
Domain JSON
Structured · livedomain:performance-engineering
Performance Engineering json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "domain:performance-engineering",
"_kind": "Domain",
"_file": "domain/domains/domains-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Performance Engineering",
"description": "Systematic approach to performance — profiling, benchmarking, load\ntesting, capacity modeling, and latency optimization across the full\nstack from frontend to database and network layers.\n"
},
"outgoingEdges": [
{
"from": "domain:performance-engineering",
"to": "specialization:performance-optimization",
"kind": "contains"
},
{
"from": "domain:performance-engineering",
"to": "specialization:algorithms-optimization",
"kind": "contains"
}
],
"incomingEdges": [
{
"from": "role:performance-engineer",
"to": "domain:performance-engineering",
"kind": "applies_to",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "domain:performance-engineering",
"kind": "applies_to_domain",
"attributes": {}
}
]
}