Similar to this answered question:
* How do I get a callback that runs after my template is attached to the DOM?*
This is now straightforward with the rendered callback.
How do I get a callback that runs after my entire page has been rendered for the first time? (e.g. similar to window.onload)