My tw get no responding after I click the tid of the tag if the tag is related to many other tids, how to solve it?

As you can see in the img. I get a tag named ‘todo’ with is related to many tids. After I click the tag todo I get a dropdown list. The first one will lead you to the tid “todo” which I have .

But after I click the todo after the “todo” tag, my tw is no responding. I have to wait about 2 min at least for the todo tid loaded done. After that I have to close the “todo” tid, and my tw back to normal again.

This case occurs when the tag related to many tids. But not that many I think is always less than 100. How to solve this problem?

I think something else is wrong.

I just used this on tiddlywiki.com to add mytag to every tiddler, then clicking on the mytag dropdown it shows the 1,539 items almost instantly.

{{{ [all[tiddlers]count[]]  }}} <$button>
Go
<$list filter="[all[tiddlers]]">
<$fieldmangler>
     <$action-sendmessage $message="tm-add-tag" $param="mytag"/>
</$fieldmangler>
</$list>

</$button>

How did the tiddlers get their icons?

Set a icon field to a image.

1 Like

So you set this on each and every tag, that makes sense, I thought it may be part of your problem, but no.

Hmm. When I add an icon to “mytag” it only appears on the tag “mytag”. If I add an icon to the other items, it doesn’t appear. How do you get the icons to appear in the tag drop-down?

I think we need to know what browser is being used also. Using Tony’s test on Chromium on Linux it was very fast.

If I were to conjecture, it has something to do with the map plugin. Like is the map plugin displaying in the sidebar? In which case opening a different sidebar tab (e.g. “open”) might solve the issue.

If it is caused by a plugin you can enable/disable each plugin systematically to identify which one is causing it. Then perhaps we can look for a solution.