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.
Nutzen Sie diese Fähigkeit, wenn Sie Jazz-Anwendungen hinsichtlich Geschwindigkeit, Reaktionsfähigkeit und Skalierbarkeit optimieren. Behandelt Krypto-Setup, effiziente Datenmodellierung und UI-Muster zur Vermeidung von Verzögerungen. Quelle: garden-co/jazz.