You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/26 14:24:31 UTC

[GitHub] [cordova-plugin-file] breautek commented on issue #364: Large file save freeze app for seconds

breautek commented on issue #364: Large file save freeze app for seconds
URL: https://github.com/apache/cordova-plugin-file/issues/364#issuecomment-558652137
 
 
   Where is `data` coming from and how are you serialising it?
   
   I have an app where I write a rather large amount of data to a file, upwards of 50mb in size and I don't really see a huge freeze. `FileWriter` is asynchronous so it should not be pausing the webview. But in my app, the most expensive operation was `JSON.stringify`/`JSON.parse`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org