s/blob/blub/
I call this no-js-first. There are apps that are blazing fast and have a lot of fancy/modern js stuff in it, they simply don't require any of it at all.
> Also, JS is cached. First time will be slow, others, not so much This is a very weak argument. * many 3rd party resources are not cacheable or may have bad policies * caches may be more often cold then you expect.…
s/blob/blub/
I call this no-js-first. There are apps that are blazing fast and have a lot of fancy/modern js stuff in it, they simply don't require any of it at all.
> Also, JS is cached. First time will be slow, others, not so much This is a very weak argument. * many 3rd party resources are not cacheable or may have bad policies * caches may be more often cold then you expect.…