Hi Denis,

As Daniel pointed out, loops do slow down TW. Especially loops in hidden 
sliders, may slow down your performance, since sliders need to be rendered, 
but are hidden afterwards. 
Tabs are removed from the page. So a hidden tab in the sidebar has no 
negative effect. 

You could try to make your Timeline tab shorter. Eg Add a "Latest" tab, 
like so.

Open your SideBarTabs tiddler [1]. It should contain something like this.

<<tabs txtMainTab "Timeline" "Timeline" TabTimeline "All" "All tiddlers" 
TabAll "Tags" "All tags" TabTags "More" "More lists" TabMore>>

The TabTimeline tiddler contains the long timeline. 

<<timeline>>

Create a new tiddler eg: TabLatest   with this content

<<timeline "modified" "17" "YYYY-0MM-0DD">>
[[::complete timeline|TimelineComplete]]

add it to the SideBarTabs

<<tabs txtMainTab "Latest" "Latest" TabLatest "Timeline" "Timeline" 
TabTimeline "All" "All tiddlers" TabAll "Tags" "All tags" TabTags "More" 
"More lists" TabMore>>

create a new tiddler named: TimelineComplete   with the following content.

|linkTable|k
|width:400px; !by modified date |width:400px; !by date created |
|vertical-align:top;padding-left:20px;<<timeline 
"modified">>|vertical-align:top;padding-left:20px;<<timeline "created">>|


... So if you select the Latest tab, this should speed up your TW. More 
info about the timeline macro can be found at tiddlywiki.org [2]

have fun!
mario

[1] http://classic.tiddlywiki.com/#SideBarTabs  
[2] http://tiddlywiki.org/#timeline

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to