You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
No doubt performance isn't great on the Nexus5 and similar devices, although the recent qtwebengine upgrade helped. Maybe the ubports upgrade to qt5.12 might improve things further.
On ConverseJS there isn't that much further improvements possible, but the upcoming new 7.0 version might help here and there.
I previously tried switching to IndexDB for browser storage, but that was really slow.
No doubt performance isn't great on the Nexus5 and similar devices, although the recent qtwebengine upgrade helped. Maybe the ubports upgrade to qt5.12 might improve things further.
On ConverseJS there isn't that much further improvements possible, but the upcoming new 7.0 version might help here and there.
I previously tried switching to IndexDB for browser storage, but that was really slow.
But I was recently told (memory footprint halfed) that the generally good performance of localStorage could be further improved with this:
https://github.com/esphen/localforage-webExtensionStorage-driver
Might be worth a try.
Edit: could be that this only works in a browser extension.
The text was updated successfully, but these errors were encountered: