- 
                Notifications
    
You must be signed in to change notification settings  - Fork 146
 
Closed
Labels
Description
On the web, when inspecting with slowdown CPU power, this plugin yields lots of long tasks, mainly due to sql-wasm usage.
The CPU power I set to 20x slowdown in google chrome performance tab.
Check the profiler image, all the red tasks are slow and all of them mainly due to sql-wasm:
All you need for reproducing this is cloning this repo:
https://github.com/jepiqueau/blog-tutorials-apps.git
Then run this project which I used in the above screenshot:
and adding a new entity with the plus:
https://github.com/jepiqueau/blog-tutorials-apps/tree/main/SQLite/Part-1/ionic7-angular-sqlite-app
So my questions:
- Am I correct with stating that this plugin is slow (on the web) ? I am testing out other similar simple websites with 20x CPU slowdown and they behave very fast still
 - is this known that it is that slow?
 - what can be done to make it faster? any settings in the sql-wasm?
 
Thanks for any info you can provide :)