A. Don't use a separate layout if you don't need to. You can use layers and visibility instead.
B. Use the persist behavior to keep object properties when switching layouts.
Pausing really depends on your project and what you need paused specifically. Generally speaking though, if you change layouts nothing is going to be happening on the previous layout so it's effectively paused by default.