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
I've been testing my app with SQL.js on Chrome and Firefox. With the debugger closed, queries perform with reasonable (<1ms) query times on both browsers. However, with the debugger open, SQL.js performs as expected on Chrome, but however, on Firefox, queries become much slower (on the order of magnitude of 100ms). This makes debugging quite painful.
Is this a known issue, and are there workarounds?
Thanks.
The text was updated successfully, but these errors were encountered:
I've been testing my app with SQL.js on Chrome and Firefox. With the debugger closed, queries perform with reasonable (<1ms) query times on both browsers. However, with the debugger open, SQL.js performs as expected on Chrome, but however, on Firefox, queries become much slower (on the order of magnitude of 100ms). This makes debugging quite painful.
Is this a known issue, and are there workarounds?
Thanks.
The text was updated successfully, but these errors were encountered: