Summary
Propose adding a new Performance Tips skill to the set of published skills available for use with Jmix.
Motivation
The current set of published Jmix skills does not include guidance focused specifically on performance. A dedicated skill would help developers identify and apply common performance optimizations when building Jmix applications, without having to gather scattered recommendations from various documentation sources.
In addition, such a skill would help developers avoid non-obvious mistakes that are hard to detect at development time and typically surface only later — under production load, with realistic data volumes, or in specific usage scenarios — when they are far more costly to diagnose and fix.
Proposal
Introduce a Performance Tips skill that consolidates best practices and recommendations for improving the performance of Jmix applications, including (but not limited to):
- Data loading and fetch plans (avoiding N+1, lazy vs. eager loading)
- UI rendering and component-level optimizations
- Caching strategies
- Database access patterns and indexing hints
- Background tasks and asynchronous processing
- Profiling and diagnostics
Expected outcome
Developers using Jmix can invoke the Performance Tips skill to receive targeted, context-aware performance guidance during development and code review.
Summary
Propose adding a new Performance Tips skill to the set of published skills available for use with Jmix.
Motivation
The current set of published Jmix skills does not include guidance focused specifically on performance. A dedicated skill would help developers identify and apply common performance optimizations when building Jmix applications, without having to gather scattered recommendations from various documentation sources.
In addition, such a skill would help developers avoid non-obvious mistakes that are hard to detect at development time and typically surface only later — under production load, with realistic data volumes, or in specific usage scenarios — when they are far more costly to diagnose and fix.
Proposal
Introduce a Performance Tips skill that consolidates best practices and recommendations for improving the performance of Jmix applications, including (but not limited to):
Expected outcome
Developers using Jmix can invoke the Performance Tips skill to receive targeted, context-aware performance guidance during development and code review.