Commit Graph

5 Commits

Author SHA1 Message Date
realaravinth
7fdf255678 show reading time 2021-11-02 21:04:02 +05:30
realaravinth
af3c43dbf5 Cache post data using sled
Each post fetch was taking 800ms TAT, so I'm using sled to fetch and
cache post data. This reduced TAT down to 2ms.

However, this could cause storage issues. I must design some sort of
resource manager to clean up cache.
2021-11-02 15:30:25 +05:30
realaravinth
133c4a96b3 Show author photo in metadata section 2021-11-02 13:40:13 +05:30
realaravinth
847afe1bdd implement additional markup types on post 2021-11-02 12:00:11 +05:30
realaravinth
c23943a796 add index page 2021-10-31 23:26:15 +05:30