II.
LibraryProcess overview
Reference · livelib-process:desktop-development--performance-optimization
specializations/desktop-development/performance-optimization overview
Desktop Application Performance Optimization - Profile and optimize desktop app for memory usage, startup time, UI responsiveness, and resource consumption; implement lazy loading and caching strategies.
Attributes
displayName
specializations/desktop-development/performance-optimization
description
Desktop Application Performance Optimization - Profile and optimize desktop app for memory usage,
startup time, UI responsiveness, and resource consumption; implement lazy loading and caching strategies.
libraryPath
library/specializations/desktop-development/performance-optimization.js
specialization
desktop-development
references
- - Chrome DevTools Performance: https://developer.chrome.com/docs/devtools/performance/
- - Electron Performance: https://www.electronjs.org/docs/latest/tutorial/performance
example
const result = await orchestrate('specializations/desktop-development/performance-optimization', {
projectName: 'MyDesktopApp',
framework: 'Electron',
performanceTargets: { startupTime: 3000, memoryUsage: 200, frameRate: 60 },
targetPlatforms: ['windows', 'macos', 'linux']
});
usesAgents
- performance-analyst
- startup-optimizer
- memory-optimizer
- ui-performance-optimizer
- bundle-optimizer
- caching-specialist
- lazy-loading-specialist
- performance-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent1
- lib-agent:shared--performance-analyst·LibraryAgentperformance-analyst
Incoming edges
None.