The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Syncing
FAQ Members List Calendar Today's Posts

 
What to do when note text, rather than attachments, slows sync? Thread Tools Search this Thread Display Modes
I've used the Clip-o-tron liberally so I'm sure that I have a large attachment here somewhere that is slowing down my syncing. Any way to find them easily? I have 300-400 actions so it would take quite a while to go through all of this and find the offending one.

J.
 
Quote:
Originally Posted by whpalmer4 View Post
From this we'll get the task idref of "iyRXSc7CL9C" and search for that to find the actual name of the task so we can search for it in the document:



Now we know the name of the task ("send email to support@mozy.com describing problem"), and can search the entire OmniFocus document (don't forget completed items!) for it.
This is helpful, but....

When I did this I found out that the largest files are my "contents.xml" files. In other words, it's not the attachments.

Now what to do?

J.
 
Ok, I did that but found out that the "contents.xml" file was the biggest one in the list (4.3MB).

Not quite sure what to do with that. I think it may be, after looking at it, that some of the text of the emails that I clipped are contained in there as notes. Since they are not just text, but html emails, it looks like there is a ton of extra characters there.

Any thoughts?

J.
 
Do you use the File->Archive command (or the equivalent manual process) to get rid of your old, completed stuff? How many actions do you have in your database? You can run Dennis' script to get that and other stats. It would be interesting to know what the average size of an action is in your database -- maybe the problem is that you've got a ton of text in the notes, not as attachments. That would be a headache!
 
Quote:
Originally Posted by whpalmer4 View Post
Do you use the File->Archive command (or the equivalent manual process) to get rid of your old, completed stuff?
yes.

Quote:
How many actions do you have in your database?
between 300-400 at any given time.

Quote:
You can run Dennis' script to get that and other stats. It would be interesting to know what the average size of an action is in your database -- maybe the problem is that you've got a ton of text in the notes, not as attachments. That would be a headache!
I think that is the problem. I copy the text of of messages (emails) into the note field. I also keep my notes there as I work on the action.

J.
 
Okay, maybe it wouldn't be a complete headache. Assuming you've extracted your contents.xml file, you could do the following:

cat contents.xml | grep "<text>" | awk '{print length, $0}' | sort -nr | awk '{$1=""; print $0 }' > lines.txt

Then use your favorite editor to look at lines.txt and find the biggest notes fields (they should be sorted in descending size). The biggest note won't necessarily be the longest note as displayed in OF.

Finally, an excuse to play with OmniGraphSketcher! Here's a graph of note size (log 10) in my database...
Attached Thumbnails
Click image for larger version

Name:	distribution.png
Views:	672
Size:	29.8 KB
ID:	975  
 
Okay, combined posts from the two threads and moved them to a new location, since this could affect either version of the app.

If Bill's suggestion doesn't work, I'd recommend contacting the support ninjas so they can consult with Them What Write the Code, who may have some tricks up their sleeves. (I'm working remotely and am a couple of time zones out of sync with the home office, or I'd consult with them for you...)

Last edited by Brian; 2009-07-01 at 02:42 AM..
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
import text as inline note busa OmniOutliner 3 for Mac 0 2012-07-27 05:10 AM
How to get PDF attachments to an Action note to open in different app? mlevin777 OmniFocus for iPad 3 2011-03-18 03:04 PM
Email action, PDF attachments, Note Search: Missing features? jack.n OmniFocus for iPad 20 2010-08-02 05:24 PM
Applescripting Text Attachments? Charles Turner AppleScripting Omni Apps 6 2009-06-30 07:13 AM
Import Word Text as OO Note jerome219 OmniOutliner 3 for Mac 0 2008-02-20 09:52 AM


All times are GMT -8. The time now is 10:32 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.