libmedium/templates
Aravinth Manivannan 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
..
img.html img: include captions 2021-11-02 13:39:37 +05:30
index.html set demo post to use relative URL 2021-11-02 13:39:02 +05:30
main.css Show author photo in metadata section 2021-11-02 13:40:13 +05:30
matcher.rs implement rendering on medium-formatted data 2021-10-31 22:26:42 +05:30
p.html Cache post data using sled 2021-11-02 15:30:25 +05:30
post.html Cache post data using sled 2021-11-02 15:30:25 +05:30