Hacker News new | ask | show | jobs
by casper14 470 days ago
I've been down the same path with next.js. When seeing terrible performance after testing with k6, I pushed all static files (js, css, images etc) to a cdn.

This way only the first request hits your actual server, the rest is handled for you.