mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-13 12:35:09 -05:00
Copy extra note
This commit is contained in:
parent
7e9f2d7317
commit
eeccf33db8
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user