Hacker News new | ask | show | jobs
by rurp 625 days ago
> Why would you generate all the summaries in advance when you can summarize real-time when a user clicks on it?

Well the most obvious reason is that the summary page would load faster. I clicked on a book summary and it took much longer to render than even a bloated web app usually takes.

73k summaries isn't that many. If your site gets any traction most of those summaries will be hit repeatedly and will have to generate anyway. Creating the summaries in advance would also allow you to test and verify the output, if you're interested in that.

1 comments

Okay, that's fair. It isn't that many, but it's still 10x more than the industry leader, Blinkist, though. A good start.

As a small company, we currently need to sacrifice the first reader's experience for the sake of spreading out the costs over time. But every subsequent read is cached!