Hey everyone!  I have buttons that, when clicked, set a field in a tiddler 
using a filter that sorts through six thousand tiddlers.  The buttons 
responsible for this are slowing down my wiki considerably.

Here's the code for the buttons I use
<$button to="Good Tumblr" class="tab_button">Good
<<set_timefields>>

<$set name="goods" filter="[tag[tumblr]!year{Sandbox_Retrieve!!year}] 
[tag[tumblr]year{Sandbox_Retrieve!!year}!month{Sandbox_Retrieve!!month}]+[category[good]!prefix[Template]sort[modified]!has[format]!has[improve]limit[5]]">

<$action-setfield $tiddler="Sandbox_Retrieve" $field="goods" 
$value=<<goods>> />

</$set>

</$button>




I have some pages that have several of these buttons on a page at one time, 
and these slow the wiki more than others.  Can anyone tell me if there's 
something I can do to speed up my wiki? Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97ed402b-1ccc-40ae-9409-dc41d9e2e9a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to