Randy
Randy
But before using Redis, we should firstly measure current query time
Make Cusdis available in your language! Here is the documentation about how you can contribute: https://cusdis.com/doc#/advanced/i18n
ref #49 Akismet is a spam protection service. It's free for personal use. We could provide an option to enable Akismet in self-host environment. Besides we can use $8/month plan...
Cusdis comment is support a subset of Markdown syntax. Should write a document page about it, explain which syntax is support, which is not. And add this document link to...
Comment's database query (in `service/comment.service.ts`) is recursive, it would cause a performance issue when the data get bigger. Should find a better way. Related: https://news.ycombinator.com/item?id=26885342 https://cra.mr/2010/05/30/scaling-threaded-comments-on-django-at-disqus/
The comment content doesn't have a max length limit on the api server, while it is unlimited in SQLite and 191 in PostgreSQL. We should limit it in 800 (or...
A command: ``` $ serlina export ``` export all static files
Render a static page, without JavaScript: ```js serlina.renderStatic('page1') ```