Hacker News new | ask | show | jobs
by KnownSubset 3495 days ago
Actually they have a strategy for your problem by enabling server-side rendering: http://ember-fastboot.com/
1 comments

That doesn't help much. Server rendering means the user can see something, but if the browser is executing a 2mb blob of JS and it takes 3 seconds to do so you get major jank.
I'm confused as to how Fastboot does not help?