gmazza / tightblog

Streamlined Java-based blog server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement caching for Weblog Searches

gmazza opened this issue · comments

Reduces DB calls on page refreshes.

Will skip this ticket. Already completed #1025 does weblog template caching, taking care of the DB call issue. Weblog searches aren't repetitive enough to provide much gain in caching their results.