Ok, I made some discoveries.....

First of all, the tiddly only slowes down when entering a project or
modifying it. Any other tiddler works fine.

Secondly, I shortened the tiddler project syntax and it worked faster.
Why would tiddler rendering take so much time?

Here is an example of it:

start
---------------------------------------------------------------------------------------------------------------------------
!Project data <<tiddler CheckboxToggleTag with: [[Completed]]>>
Completed
|Customer|<<tiddler CheckboxToggleTag with: [[Customer1]]>> Customer1
<<tiddler CheckboxToggleTag with: [[Customer2]]>> Customer2|
|Tool|<<tiddler CheckboxToggleTag with: [[Tool_1]]>> Tool_1 <<tiddler
CheckboxToggleTag with: [[Tool_2]]>> Tool_2|
|Area|<html><form><input type="text" size="20" name="Area" /></form></
html>|
|Comments|<html><form><textarea name=Comments rows="4" cols="50" ></
textarea></form></html>|

|Job chain:|<<tiddler CheckboxToggleTag with: [[Task1]]>> Task1|
<<tiddler CheckboxToggleTag with: [[Task2]]>> Task2|
<<newReminder>>

!1. Task1 <<tiddler CheckboxToggleTag with: [[finished]]>> Finished
|Work type|<<tiddler CheckboxToggleTag with: [[Type1]]>> Type1
<<tiddler CheckboxToggleTag with: [[Type2]]>> Type2|
|User|<<tiddler CheckboxToggleTag with: [[User_1]]>> User_1|
------------------------------------------------------------------------------------------
end


This is just a brief example, the entire thing is much more complex,
if you imagine multiple tasks and the tasks have more specifications.
Maybe that is why the tiddly is slow.

regards,

seba

On 24 avg., 19:53, Seba <[email protected]> wrote:
> Hi All,
>
> I wonder if someone can help me with this problem.
> I have created a project management and collaboration tool (I posted
> some questions before regarding the actual creation). But now the
> tiddly has slowed down considerably.
>
> Since I don't know my way around java script and programming I used
> the available plugins and got creative:)
>
> It all consists of a template, which is invoked via a button new
> project.
> One tiddler represents one projects with all potential tasks (click to
> choose system).
> I am using CheckboxToggleTag plugin to add appropriate tag to the
> project, which enables me to then create as many dashboards as I like.
>
> In addition, I added a forum function in every project (wanted
> something like google wave), hence collaboration for all project
> members.
>
> Bur when I choose a project from a dashboard and enter it, the tiddly
> slows down. It's even worse when I confirm checkboxes to add tags.
>
> The plugins I use (if it at all helps):
>
> Under All:
> # AutoRefreshPlugin Documentation
> # Automatically create tabs from a set of Tiddlers
> # Brezovnik
> # CheckboxPlugin
> # CheckboxPluginInfo
> # CheckboxToggleTag
> # CommentsPlugin
> # DefaultTiddlers
> # EditFieldPlugin
> # EditSectionPlugin
> # ExportTiddlersPlugin
> # ExportTiddlersPluginInfo
> # FormTiddler Introduction
> # FormTiddlerMacro
> # FormTiddlerPlugin
> # GridPlugin
> # GridPluginInfo
> # HTMLFormattingPlugin
> # HTMLFormattingPluginInfo
> # IncludePlugin
> # IncludePlugin Documentation
> # IncludePlugin Options
> # InlineJavascriptPlugin
> # InlineJavascriptPluginInfo
> # Links
> # MainMenu
> # MatchTagsPlugin
> # MatchTagsPluginInfo
> # NestedSlidersPlugin
> # NestedSlidersPluginInfo
> # NewHerePlugin
> # NewMeansNewPlugin
> # Opravila
> # PaletteMaker
> # PrettyDatesPlugin
> # Project dashboard
> # ProjectTemplate
> # QuickEditToolbar
> # ReminderMacros
> # ReminderSyntax
> # SaveCloseTiddlerPlugin
> # SinglePageModePlugin
> # SinglePageModePluginInfo
> # SiteSubtitle
> # SiteTitle
> # UploadPlugin
> # ViewTemplate
> # YourSearchPlugin
> # YourSearchPlugin-src
> # formProject
>
> More->Shadowed
> # DefaultTiddlers
> # EditSectionPluginPanel
> # EditTemplate
> # ExportTiddlers
> # GettingStarted
> # ImportTiddlers
> # IncludeState
> # MainMenu
> # MarkupPostBody
> # MarkupPostHead
> # MarkupPreBody
> # MarkupPreHead
> # MatchTags
> # OptionsPanel
> # PageTemplate
> # PluginManager
> # SideBarOptions
> # SideBarTabs
> # SiteSubtitle
> # SiteTitle
> # SiteUrl
> # StyleSheet
> # StyleSheetColors
> # StyleSheetCommentsPlugin
> # StyleSheetLayout
> # StyleSheetLocale
> # StyleSheetPrint
> # TabAll
> # TabMore
> # TabMoreMissing
> # TabMoreOrphans
> # TabMoreShadowed
> # TabTags
> # TabTimeline
> # ToolbarCommands
> # UploadPluginDoc
> # ViewTemplate
> # WindowTitle
> # YourSearch
> # YourSearch Help
> # YourSearch Options
> # YourSearch Result
> # YourSearchItemTemplate
> # YourSearchResultTemplate
> # YourSearchStyleSheet
>
> This is really frustrating, cause I got to the point of a useful tool,
> but I can't use it.
> I tried downloading a fresh copy and reimporting the tiddlers, but it
> doesn't help.
>
> Thx a lot for help.
>
> regards,
> seba

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to