Hi! Displaying messages list via Ajax using jquery is 4-5 times slower than previous solution using DOM methods (function rcmail.add_message_row() and some code in list.js). For 100 messages per page it tooks: Firefox: jquery 1100ms, DOM 250 ms Opera: jquery 400ms, DOM 80ms.
Conclusion: don't use jquery everywhere (specially in code executed many times)! -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Project Developer http://roundcube.net _______________________________________________ List info: http://lists.roundcube.net/dev/
