[asterisk-bugs] [Asterisk-GUI 0012167]: Performance issues when loading many users in users.conf

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Mar 13 14:49:05 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12167 
====================================================================== 
Reported By:                EduardoYC
Assigned To:                bkruse
====================================================================== 
Project:                    Asterisk-GUI
Issue ID:                   12167
Category:                   General
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
Asterisk Version:           Older 1.4 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 1752 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             03-07-2008 12:42 CST
Last Modified:              03-13-2008 14:49 CDT
====================================================================== 
Summary:                    Performance issues when loading many users in
users.conf
Description: 
Whenever the lists of users and queues were loaded (when loading the
users.html or queues.html), the functions "insert_option" and
"merge_extensions" (astman.js) are executed, reordering the full list for
every item inserted, thus a very slow process with lots of unnecessary
iterations. My users.conf file has about 1000 users, and it was impossible
to load the screens of Users and Queues (the browser got locked, showing an
alert about a script taking too long to complete). So I changed the
algorithm, sorting the lists only after all users or queues are loaded and
I also did a minor change in the functions "queuecallbacks.postselect" and
"queuecallbacks.newcategory" that loads users on the screen of queues,
adding a variable to temporarily store a generated html of user checkboxes,
avoiding another unnecessarily repetitive process.
====================================================================== 

---------------------------------------------------------------------- 
 qwell - 03-13-08 14:49  
---------------------------------------------------------------------- 
Patches look okay.  bkruse? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-13-08 14:49  qwell          Note Added: 0083918                          
======================================================================




More information about the asterisk-bugs mailing list