_modeChanged forces a style recalc/layout before anything on the page is visible, blocking the unpainted page for 60ms.
If I apply my fix from Polymer/polymer#3629, the forced recalc and layout happen after the first real render, and only take 7ms total.