Hacker News new | ask | show | jobs
by Cthulhu_ 4837 days ago
Still, optimizing the initial load is a good idea for applications like this. As an alternative, you could create an API service that returns all relevant information for the first page view in one block, instead of half a dozen smaller AJAX requests.