II.
LibraryProcess overview
Reference · livelib-process:code-migration-modernization--performance-optimization-migration
specializations/code-migration-modernization/performance-optimization-migration overview
Performance Optimization Migration - Process for improving application performance during or after migration, including profiling, bottleneck identification, optimization implementation, and performance regression prevention.
Attributes
displayName
specializations/code-migration-modernization/performance-optimization-migration
description
Performance Optimization Migration - Process for improving application performance
during or after migration, including profiling, bottleneck identification, optimization
implementation, and performance regression prevention.
libraryPath
library/specializations/code-migration-modernization/performance-optimization-migration.js
specialization
code-migration-modernization
references
- - Performance Engineering: https://www.brendangregg.com/linuxperf.html
- - Web Performance: https://web.dev/performance/
- - APM Tools: https://www.datadoghq.com/product/apm/
example
const result = await orchestrate('specializations/code-migration-modernization/performance-optimization-migration', {
projectName: 'API Performance Optimization',
performanceRequirements: { p99Latency: '200ms', throughput: '5000 rps' },
currentMetrics: { p99Latency: '500ms', throughput: '2000 rps' },
targetEnvironment: { cloud: 'AWS', runtime: 'Node.js' }
});
usesAgents
- performance-profiler
- bottleneck-analyst
- optimization-planner
- optimization-developer
- benchmark-engineer
- regression-engineer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:code-migration-modernization·Specialization
lib_covers_topic1
- topic:refactoring·TopicRefactoring
lib_implements_workflow1
- workflow:technical-debt-reduction·WorkflowTechnical Debt Reduction
lib_involves_role2
- role:architect·RoleArchitect
- role:tech-lead·RoleTech Lead
lib_requires_skill_area3
- skill-area:strangler-fig-pattern·SkillAreaStrangler Fig Migration
- skill-area:parallel-run-migration·SkillAreaParallel-Run Migration
- skill-area:database-migrations-zero-downtime·SkillAreaZero-Downtime Database Migrations
Incoming edges
None.