question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v-select very slow and sluggish with many entries

See original GitHub issue

Steps to reproduce

Create a v-select with many items (in my example 2000 which is from a real project).

Versions

0.12.6

What is expected ?

Clicking and selecting an item should not be sluggish.

What is actually happening ?

Selection is very sluggish.

In contrast a vue-multiselect (https://github.com/monterail/vue-multiselect) is very performant with the same amount of data: https://jsfiddle.net/r64s5yna/1/

Reproduction Link

https://codepen.io/anon/pen/NgqPKV

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
johnleidercommented, Jun 6, 2017

So this is because you are using the auto prop. Currently infinite scroll only works without it. If you remove that prop everything works as expected. I’ll update documentation so that this is clear.

0reactions
johnleidercommented, Jun 28, 2018

Let me just wave my magical fix it wand.

Read more comments on GitHub >

github_iconTop Results From Across the Web

vue.js - Vuetify Speed up a v-Select / v-Overflow-button
I find it slow to respond, which for me at least, breaks my UI experience a bit. Ideally I'd have close to the...
Read more >
Why is this script so slow? - Blender Stack Exchange
Every operator call creates an undo-step in memory, so it's much slower than using direct data access functions. Here is the second script, ......
Read more >
9. Queries – q-sql - Q for Mortals
There are multiple ways to insert – i.e., append – records in q. ... Nested columns are slower, more cumbersome to use (they...
Read more >
V-for REALLY slow (12+ seconds) with 3000+ records - Get Help
Hi, I have an array of about 3000 objects (from a web service) that I am rendering using a v-for. my array looks...
Read more >
IBM Spectrum Protect: Optimizing Performance
v The following best practices are the most important for optimal performance and ... Keep records of monitoring reports for up to a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found