This walks you through the performance bottlenecks that hit Capacitor apps hardest: bloated bundles from eager plugin imports, janky animations from non-GPU-accelerated CSS, and sluggish native bridge calls from chatty back-and-forth patterns. The quick wins section is solid, especially the lazy loading pattern and the batching advice for storage operations. It covers profiling with Chrome DevTools, Xcode Instruments, and Android Profiler, though you'll need to know your way around those tools already. The virtual scrolling and debouncing examples are framework-agnostic pseudocode, so you'll adapt them to React, Vue, or whatever you're using. Good for when your app feels slow and you need a checklist of likely culprits rather than deep performance theory.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-performance