[Dolibarr-dev] PErformance issue with Autocomplete combobox

2013-10-30 Par sujet Florian Henry
Hi all, I'm experenting a real performance issue with jquery comobox (thridparty and contact) I've a data base with more than 20 000 contact, if I click on the arrow to display all contact, firefox freeze and put me a message "too long execution script continue or stop". I can continue

Re: [Dolibarr-dev] PErformance issue with Autocomplete combobox

2013-10-30 Par sujet Christophe Battarel
Hello, I think we should NOT have dropdown boxes with too many entries since it affects user experience (performances and too much display). In these cases, we should replace those comboboxes by a datatable in popup window. My two cents -- Responsable technique SARL altairis www.altairis.fr 09

Re: [Dolibarr-dev] PErformance issue with Autocomplete combobox

2013-10-30 Par sujet Florian Henry
Yes, that what i'm thinking about. and that how other ERP solve this problem. If someone already get code for dolibarr for this let me know. Florian HENRY florian.he...@open-concept.pro +33 6 03 76 48 07 http://www.open-concept.pro Twitter : @_Open_Concept_ Secretaire de l'association Dolibarr

Re: [Dolibarr-dev] PErformance issue with Autocomplete combobox

2013-10-30 Par sujet Destailleur Laurent
Yes, the combobox is an easy way to have autocompletion without developing ajax pages but it must be restricted to limited list. So for contacts it is not a good choice. Using a dev like we did for product should be the solution. Waiting for that, did you try with chrome ? For such problem, it is

Re: [Dolibarr-dev] PErformance issue with Autocomplete combobox

2013-10-30 Par sujet Florian Henry
What do you mean by "Using a dev like we did for product should be the solution" using ajax_autocompleter ? Florian HENRY florian.he...@open-concept.pro +33 6 03 76 48 07 http://www.open-concept.pro Twitter : @_Open_Concept_ Secretaire de l'association Dolibarr Le 30/10/2013 11:25, Destailleur