If the user is asking about app speed, load times, UI lag, or choosing between scalar and collaborative types for performance reasons, use this skill.
Performance in Jazz applications depends on three main factors: cryptographic initialization speed, data model efficiency, and UI rendering patterns. Optimizing requires understanding when to use collaborative types (CoValues) versus scalar types (Zod), managing group extension depth, and implementing efficient React/Svelte subscription patterns.
In browsers and on mobile devices, the fastest crypto will automatically be initialised. On servers and edge runtimes, you should initialise crypto yourself to unlock maximum speed.
Используйте этот навык при оптимизации приложений Jazz для повышения скорости, оперативности и масштабируемости. Охватывает настройку шифрования, эффективное моделирование данных и шаблоны пользовательского интерфейса для предотвращения задержек. Источник: garden-co/jazz.