Slow loading

Issue #114 resolved
Tony Jensen created an issue

Once the app opens it takes another 20 seconds for Posts to show up. My guess is it is due to all of the posts stored in the database. Is it possible to show only the newest 20 or so And then use a background process to fill in the rest?

Comments (3)

  1. Marco Ferreira repo owner

    Yes, this is exactly how's going to work. Tentr will only keep 30 posts in cache. Once new posts come in, the older ones get pushed out of the storage.

    It's basically a FIFO list - First In First Out

  2. Log in to comment