II.
LibraryProcess overview
Reference · livelib-process:mobile-development--mobile-performance-optimization
specializations/mobile-development/mobile-performance-optimization overview
Mobile App Performance Optimization - Comprehensive performance analysis and optimization including startup time, memory usage, battery consumption, network efficiency, and UI responsiveness.
Attributes
displayName
specializations/mobile-development/mobile-performance-optimization
description
Mobile App Performance Optimization - Comprehensive performance analysis and optimization
including startup time, memory usage, battery consumption, network efficiency, and UI responsiveness.
libraryPath
library/specializations/mobile-development/mobile-performance-optimization.js
specialization
mobile-development
references
- - iOS Performance: https://developer.apple.com/documentation/xcode/improving-your-app-s-performance
- - Android Performance: https://developer.android.com/topic/performance
- - React Native Performance: https://reactnative.dev/docs/performance
example
const result = await orchestrate('specializations/mobile-development/mobile-performance-optimization', {
appName: 'MyApp',
platforms: ['ios', 'android'],
performanceTargets: { startupTime: 2000, memoryLimit: 150, fps: 60 },
framework: 'react-native'
});
usesAgents
- mobile-perf
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow2
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area2
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
Incoming edges
None.