Prox OS Internal Docs
OperationsPerformance

OS Shell Performance

Storybook can exercise visual states and dense shell controls. It does not

Focus Areas

  • Window manager profiling.
  • Route-level code splitting.
  • App-level lazy loading.
  • Shell chrome render stability.
  • Iframe lifecycle and memory pressure.
  • Long-session behavior.

Shell Review Checklist

  • Does this load a heavy app or library before the user opens it?
  • Does this keep window/app state alive after close?
  • Does this push remote data into Zustand?
  • Does this create global listeners without cleanup?
  • Does this update every window when only one app changed?
  • Does this make desktop icons, dock, or RuntimeCommandStrip depend on large objects?

Storybook And UI Workshop

Storybook can exercise visual states and dense shell controls. It does not replace browser profiling for app open latency, iframe behavior, or shell startup.

On this page