Hacker News new | ask | show | jobs
by attacomsian 3230 days ago
Hey, thank you. Glad, you like it.

I agree with you on page size/load time. It is just a demo landing page and not a final product. There are plenty of ways to improve the page metrics.

1 comments

Since the actual size is tiny, tried using webpack to combine some of the resources. Saved ~40% of that size with minification and dead code removal, and saving that many requests meant that it takes a tenth of the time to load.

Might recommend you try it too for releases, as a lot of people might not know how & will use this as is.