@scott fun fact: if you are not logged in on v3 and you land on a page from an external link, it is 1.5MB of JS. If you are not logged in on v4 and you land on a page from an external link, you get 6MB of JS (this is because they got rid of serverside static page rendering in most views, which solves a bunch of problems for devs and imo hurts users)
@darius I can't imagine all of that code is used logged out, is it? could lazy code loading help without the complexity of SSR?