I'll try this:

I'll create separate formtiddlers for each task and project header as
well. Then they will be invoked in a project template. Maybe this will
resolve the issue.
I'll post the result.
regards,

seba

On 24 avg., 20:56, Seba <sebastjan.hri...@gmail.com> wrote:
> This is part of notes in plugin info
>
> "Clicking a checkbox immediately changes the corresponding tag value
> in the tiddler. This can, in some cases, trigger additional 'side-
> effect' processing, such as refreshing of page elements, or autosaving
> of the document (if that option is enabled)."
>
> It is slow even if I turn off autosave.
>
> regards,
>
> seba
>
> On 24 avg., 20:53, Seba <sebastjan.hri...@gmail.com> wrote:
>
> > This is what I get when checking a checkbox:
>
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 3 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
> > wikify:CheckboxToggleTag in 4 ms
>
> > And I think the same happens when I enter a project. Apparently it
> > refreshes or goes through all checkboxes in a tiddler.
>
> > Any ideas?
>
> > regards,
>
> > seba
>
> > On 24 avg., 20:49, Seba <sebastjan.hri...@gmail.com> wrote:
>
> > > thx mario,
>
> > > I'll have a look.
>
> > > regards,
>
> > > seba
>
> > > On 24 avg., 20:47, Seba <sebastjan.hri...@gmail.com> wrote:
>
> > > > 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 <sebastjan.hri...@gmail.com> 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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to