Re: [imp] message cache performance / parseAddressList

2008-08-19 Thread Michael M Slusarz
Quoting Matthew Dunham <[EMAIL PROTECTED]>: To open the worm can just a smidge more, Xdebug shows a similar (albeit smaller) performance hit in IMP_Headers->getOb when viewing individual messages. It would be great if the To/CC/Bcc addresses displayed by message.php were run through the RFC

Re: [imp] message cache performance / parseAddressList

2008-08-15 Thread Matthew Dunham
Folks - So I'm looking at cache performance in 4.2.1RC1. Once I've logged in and my mailbox cache has been populated, I still see IMP_UI_Mailbox->getFrom spending running parseAddressList every time I refresh a mailbox page. It looks like the PEAR Mail_RFC822 parser is just doing a buncha

Re: [imp] message cache performance / parseAddressList

2008-08-15 Thread Michael M Slusarz
Quoting Matthew Dunham <[EMAIL PROTECTED]>: Folks - So I'm looking at cache performance in 4.2.1RC1. Once I've logged in and my mailbox cache has been populated, I still see IMP_UI_Mailbox->getFrom spending running parseAddressList every time I refresh a mailbox page. It looks like the

Re: [imp] message cache performance / parseAddressList

2008-08-14 Thread Michael M Slusarz
Quoting Matthew Dunham <[EMAIL PROTECTED]>: Folks - So I'm looking at cache performance in 4.2.1RC1. Once I've logged in and my mailbox cache has been populated, I still see IMP_UI_Mailbox->getFrom spending running parseAddressList every time I refresh a mailbox page. It looks like the

[imp] message cache performance / parseAddressList

2008-08-13 Thread Matthew Dunham
Folks - So I'm looking at cache performance in 4.2.1RC1. Once I've logged in and my mailbox cache has been populated, I still see IMP_UI_Mailbox->getFrom spending running parseAddressList every time I refresh a mailbox page. It looks like the PEAR Mail_RFC822 parser is just doing a buncha add