Closed (fixed)
Project:
Chosen
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2013 at 20:49 UTC
Updated:
27 Aug 2013 at 14:22 UTC
I'm using Chosen in a term reference field; the vocabulary has more than 15,000 terms...
Chosen slows down a lot with many terms of taxonomy and the browser (Firefox, IE) crashes.
Comments
Comment #1
Taxoman commentedThat's relatively unique, and possibly not exactly a bug.
Performance issues should be looked into though.
Comment #2
linus79 commentedI used Autocomplete deluxe, alternatively; it's more rapid.
Unfortunatly I can't use Autocomplete deluxe instead of Chosen becouse Autocomplete deluxe finds needless terms. Example: if you type "apple", it finds "apple" and "pineapple"; it should find only "apple".
Comment #3
hydra commentedWell, with 15000 terms, this is a javascript issue and can't be solved by this module. Some kind of ajax autocompletion in chosen.js would be handy to get this right.
Did you take a look at the select2 fork of chosen? http://ivaynberg.github.io/select2/
It has a data load approach integrated which looks pretty promising for huge amount of tags. I would love to allow chosen forks as alternative libraries for the chosen module. Help is always welcome, have a look at #1705568: Consider to allow using forks of chosen
Also I would consider to open an issue in the project issue queue of chosen, perhaps they can help you more.