this discourse helped me understand that static bodies are not rendered off screen but some things with dynamic bodies are lowering performance even though they are not in the rendering phase, however, if you make the dynamic bodies invisible (with .setVisible(false)) if they are off screen they will not lower performance.