Commit Graph

13 Commits

Author SHA1 Message Date
Aravinth Manivannan
dcdc2051cc fix: assign unique IDs to gist permanent links 2024-04-13 06:50:07 +05:30
Aravinth Manivannan
f2afc141a8 fix: git id extraction 2023-10-20 14:21:05 +05:30
realaravinth
4694030946 feat: syntax highlighting for github gists 2022-03-19 12:29:39 +05:30
realaravinth
574d14714d fix: render only specified gists, if specification is provided 2022-01-16 14:14:58 +05:30
realaravinth
9c5342a053 light weight graphql query to fetch data to construct post URL 2021-11-25 12:35:47 +05:30
realaravinth
33f02c2ece show post preview 2021-11-07 13:22:10 +05:30
realaravinth
59d0dd3a84 fix gist link to github 2021-11-05 20:39:22 +05:30
realaravinth
67a59fe38b cache gists 2021-11-04 23:43:40 +05:30
realaravinth
745d97acfd versioned migrations for cache 2021-11-02 21:03:23 +05:30
realaravinth
b7e3f7348c create tmp cache directory if one is not specified 2021-11-02 16:03:10 +05:30
realaravinth
817c997d4a read cache path from config file 2021-11-02 15:47:55 +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
63bd10688c reuse client object 2021-10-31 22:26:22 +05:30