Copy extra note

This commit is contained in:
Chris Brody 2012-07-30 00:35:36 +02:00
parent 7e9f2d7317
commit eeccf33db8
1 changed files with 9 additions and 0 deletions

View File

@ -297,3 +297,12 @@ writeJavascript on a timer, however there was only a barely noticeable
performance gain. So I took it out, not worth it. However there is a
massive performance gain by batching on the client-side to minimize
PhoneGap.exec calls using the transaction support.
### Other notes from @davibe:
I used the plugin to store very large documents (1 or 2 Mb each) and found
that the main bottleneck was passing data from javascript to native code.
Running PhoneGap.exec took some seconds while completely blocking my
application.