Caching for populartags
Brought to you by:
cweiske
The populartags feature requires a great deal of performance and database load because of the complicated queries. It should get cached automatically.
See https://sourceforge.net/projects/semanticscuttle/forums/forum/759510/topic/3185362/index/page/1
You could have a look what for example WordPress does: It keeps an count column in the tags table (wp_term_taxonomy) that is updated when a new item is published or deleted.
Oh, just noticed that you don't have a "these are all tags - each just once" kind of table. Might want to change that, too :)
Ticket moved from /p/semanticscuttle/feature-requests/53/