Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading a couple of hundreds records slow #230

Open
jeanPokou opened this issue Jul 25, 2017 · 0 comments
Open

Loading a couple of hundreds records slow #230

jeanPokou opened this issue Jul 25, 2017 · 0 comments

Comments

@jeanPokou
Copy link

I have a collections that contains more than 500 records persisted on IndexDb, I am getting a warning in chrome (v59) [Violation] 'setTimeout' handler took 13575ms. I also tried to persist with WebSql but I am getting the same outcome.

col.load(function(err,tableStats){
    if(!err){
          console.log('col has ' + tableStats.rowCount + 'items');
    } else {
          console.err(err);
    }
});
@jeanPokou jeanPokou reopened this Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant