angular-ng-autocomplete icon indicating copy to clipboard operation
angular-ng-autocomplete copied to clipboard

Loading time issues with large dataset (12K elements)

Open well-it-wasnt-me opened this issue 2 years ago • 0 comments

Bug description

Whenever there is a huge dataset to load it take a looooot of time to load and function.

Expected result

To not take 30 seconds to load 12K elements

Actual result

Takes 30 seconds to search in a dataset of 12K

Steps to reproduce

  1. Load 10k elements in your data array
  2. Try to search

Context

Ionic 6 + Angular

wish i knew how to help in a more concise way. sorry

Your Environment

  • Angular CLI: 15.2.0
  • Node: 18.14.0
  • Package Manager: npm 9.3.1
  • OS: linux x64
  • Browser Name and version: Chromium 109.0.5414.119 (using ionic serve --lab)
  • Link to your project: not published yet

well-it-wasnt-me avatar Feb 23 '23 19:02 well-it-wasnt-me