Which Bevy plugins can be safely omitted to cut runtime overhead for low‑traffic workloads?
When deploying a Bevy application that receives only sporadic traffic and does not require visual output, the goal is to trim the runtime footprint as much as possible. Typical low‑traffic scenarios eliminate the need for rendering, UI, and extensive diagnostics. The default RenderPlugin and UiPlugin consume GPU resources and memory allocations that may be u