You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I wish to optimize Graphs so graphs display faster.
So, how do I identify bottlecks? Are there tools or methods to measure time duration for steps during execution?
Thanks!
<:-)
RichardWilliamSmith
unread,
Aug 19, 2017, 8:00:11 PM8/19/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi Mat,
You should open the dev tools in your browser of choice and look for the profiler (a tab named performance, perhaps). You should be able to have it 'record' while you re-render your graphs and see a chart showing you how long each operation took. I'm not sure if it's fine-grained for what you need - there are other tools down there you can try out as well.