Plugin Bundle Size

Optimise Grafana app plugin bundle size using React.lazy, Suspense, and webpack code splitting. Use when the user asks to reduce plugin bundle size, optimise module.js, add code splitting, improve initial plugin load performance, split plugin chunks, lazy load plugin pages, or help implement lazy loading in a Grafana app plugin. Triggers on phrases like "optimise plugin bundle size", "module.js is too large", "plugin is slow to load", "code split the plugin", "reduce initial JS payload", or "help me with Suspense in my plugin".

grafana 8dd3774 3 files · 19.6 KB Updated

File contents

grafana/skills/tree/main/skills/grafana-plugins/plugin-bundle-size commit 8dd3774761

Frequently asked questions

npx skillmds@latest add grafana/plugin-bundle-size