Hacker News new | ask | show | jobs
by dkuntz2 4633 days ago
There isn't any caching. But, everything other than the index page can be generated fairly quickly, because you're not making database calls, only file system calls.

The index page could take a little longer.

Regardless, it's fairly quick, but it generates the output on each request. Which is to be expected, almost every other tool that isn't manually generated is the same.