Re: [imp] mailbox listing speed-up

2008-06-13 Thread Colin Guthrie
Ziba Scott wrote: No problem. Here it is. Again, the bulk of the diff is because of the indentations I added to the blocks which I put inside a new if statement. I'm also attaching the whole Tree.php file in case that's more convenient. diff -ub or svn diff --diff-cmd diff -x -ub wrok well h

Re: [imp] mailbox listing speed-up

2008-06-13 Thread Ziba Scott
No problem. Here it is. Again, the bulk of the diff is because of the indentations I added to the blocks which I put inside a new if statement. I'm also attaching the whole Tree.php file in case that's more convenient. -Ziba Michael M Slusarz wrote: > Quoting "Ziba Scott" <[EMAIL PROTECTED]>:

Re: [imp] mailbox listing speed-up

2008-06-13 Thread Michael M Slusarz
Quoting "Ziba Scott" <[EMAIL PROTECTED]>: > Hi imp devs and all, > > After our recent horde/imp upgrade at umich, we've seen login times rise > from ~5-10 seconds to ~10-30 seconds. The bulk of this time is spent > building the mailbox list in IMP_Tree (imp/lib/IMAP/Tree.php). We've > made some

Re: [imp] mailbox listing speed-up

2008-06-13 Thread Chuck Hagenbuch
Quoting "Michael M Slusarz" <[EMAIL PROTECTED]>: > I will probably take a look at this over the next few days and provide > feedback/comments. My preference at this point would be to simply > scrap all of the tree walking code - 50% of IMP_Tree has to be code > dealing with walking the tree - and

Re: [imp] mailbox listing speed-up

2008-06-12 Thread Michael M Slusarz
Quoting "Ziba Scott" <[EMAIL PROTECTED]>: > Hi imp devs and all, > > After our recent horde/imp upgrade at umich, we've seen login times rise > from ~5-10 seconds to ~10-30 seconds. The bulk of this time is spent > building the mailbox list in IMP_Tree (imp/lib/IMAP/Tree.php). We've > made some

[imp] mailbox listing speed-up

2008-06-12 Thread Ziba Scott
Hi imp devs and all, After our recent horde/imp upgrade at umich, we've seen login times rise from ~5-10 seconds to ~10-30 seconds. The bulk of this time is spent building the mailbox list in IMP_Tree (imp/lib/IMAP/Tree.php). We've made some changes which dramatically reduce the IMP_Tree startu