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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
