Skip to content

v0.1.21: All message-crunching through cacheable Jinja2 templatess

Pre-release
Pre-release
Compare
Choose a tag to compare
@kawa-kokosowa kawa-kokosowa released this 14 Nov 09:28
· 3 commits to master since this release

Move postutils code into templating for the
purpose of making all message-parsing go through
Jinja2. This is resource-intensive, but the
solution was implementing Flask-Caching for list
& thread views...

Makes a very simple implementation of caching.
An improvement would be to make it so specific
thread view caches could be invalidated if new
post is a reply to said specific thread, also probably
invalidating searches, to.