Goal
Investigate and reduce the compiled bundle size (MBs) of the app.
Areas to look at
- Tree-shaking / dead code elimination.
- Heavy dependencies — audit and replace/trim where possible.
- Code splitting / lazy loading of non-critical surfaces (e.g. AI panel, Docker manager, schema viz).
- Asset weight (icons, images, fonts).
- Tauri/desktop binary size.
Deliverable
A breakdown of current size contributors + concrete reductions applied.
Goal
Investigate and reduce the compiled bundle size (MBs) of the app.
Areas to look at
Deliverable
A breakdown of current size contributors + concrete reductions applied.