If we are talking about optimising load time then pay attention to your final application size and consider using a CDN.
If we are talking about performance as in FPS it is my experience that you need to pay attention to draw calls a little bit extra. You should also keep an extra eye on script performance since we’re not using LuaJIT in HTML5.
If you’re asking about battery consumption then the same rules as on mobile applies: That is to try to write reactive code that act on events/messages instead of polling for data in update().