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.
Utilice esta habilidad al optimizar las aplicaciones Jazz en cuanto a velocidad, capacidad de respuesta y escalabilidad. Cubre la configuración de cifrado, el modelado de datos eficiente y los patrones de interfaz de usuario para evitar retrasos. Fuente: garden-co/jazz.