II.
LibraryProcess overview
Reference · livelib-process:software-architecture--performance-optimization
performance-optimization overview
Performance Optimization Process - Systematic performance improvement through profiling, bottleneck identification, optimization design, implementation, and validation. Covers application, database, and infrastructure performance with data-driven decision making.
Attributes
displayName
performance-optimization
description
Performance Optimization Process - Systematic performance improvement through profiling, bottleneck
identification, optimization design, implementation, and validation. Covers application, database, and infrastructure
performance with data-driven decision making.
libraryPath
library/specializations/software-architecture/performance-optimization.js
specialization
software-architecture
references
- - Performance Engineering: https://www.infoq.com/articles/performance-engineering/ - Optimization Patterns: https://martinfowler.com/articles/patterns-of-distributed-systems/ - APM Best Practices: https://www.datadoghq.com/knowledge-center/apm/ - Database Performance: https://use-the-index-luke.com/
example
const result = await orchestrate('specializations/software-architecture/performance-optimization', {
systemName: 'E-commerce Platform',
performanceGoals: {
latency: { p95: 200, p99: 500 },
throughput: { rps: 1000 },
resourceUsage: { cpu: 70, memory: 80 }
},
optimizationScope: 'full-stack',
targetImprovement: 30
});
usesAgents
- performance-engineer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:software-architecture·Specialization
lib_covers_topic1
- topic:design-patterns·TopicDesign Patterns
lib_implements_workflow1
- workflow:technical-debt-reduction·WorkflowTechnical Debt Reduction
lib_involves_role2
- role:principal-engineer·RolePrincipal Engineer
- role:sre·Role
lib_requires_skill_area2
- skill-area:caching-strategies·SkillAreaCaching
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
uses_agent1
- lib-agent:software-architecture--performance-engineer·LibraryAgentperformance-engineer
Incoming edges
None.