Randy

Results 32 issues of Randy

But before using Redis, we should firstly measure current query time

enhancement
server

Make Cusdis available in your language! Here is the documentation about how you can contribute: https://cusdis.com/doc#/advanced/i18n

help wanted
good first issue
widget
PR welcome

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...

documentation
good first issue
widget

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/

help wanted
PR welcome

documentation
good first issue

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...

enhancement
widget
PR welcome
server

A command: ``` $ serlina export ``` export all static files

Render a static page, without JavaScript: ```js serlina.renderStatic('page1') ```

enhancement