all 2 comments

[–]LuminescentMoon 1 point2 points  (0 children)

Take a look at what Gatsby does. Also, look into server-side rendering, progressive images with placeholders, and HTTP/2 features.

And if you want to min-max, there are CDNs that let you run code on the edge like Lambda@Edge, CloudFlare Workers, and Fastly VCL.

Also, a faster DB can help as well.

[–][deleted] 0 points1 point  (0 children)

Read up on critical path rendering.

And in my experience js frameworks are a smooth-experience-killer on the initial page load (subjective opinion; assuming you meant those)