Re: Filemaker very slow setting fields
Re: Filemaker very slow setting fields
- Subject: Re: Filemaker very slow setting fields
- From: email@hidden
- Date: Fri, 23 Dec 2005 12:45:28 -0500
Your tests show about 2 times speed difference on this script, only. On
the script I sent, the speed difference I mention is definetly a whole
lot more than that. On the order of 10 times and above, I am
estimating.
On Dec 21, 2005, at 7:54 PM, Mr. Dan Pouliot wrote:
I while ago I wanted to optimize my FMP scripts, and I noticed that
different methods of calling the scripts resulted in different speeds.
So I ran a bunch of time trials.
set theTicks to current date
tell application "Finder"
repeat 500 times
make new file at "Macintosh HD:temp:"
end repeat
end tell
display dialog ((current date) - theTicks)
Granted, this time trial script doesn't call FMP directly, so it's
just testing the general speed of a script from being called in
different ways:
use "run script" command from FMP 6
embed script in FMP 10
run within script editor 10
run from Script menu 11
as app run from FMP 20
as app 25
send "do Script" apple event (launched classic)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden