Re: [imp] Individual messages taking 77 seconds to open.

2019-06-14 Thread Joseph Mays
I have traced down somewhat to finding out where delay occurs in message.php. It is happening at line 257 in my message.php: if (!$imp_contents->buildMessage()) { So it's somewhere in buildMessage() function. Does anyone have any clue what that function does in message.php and what might b

Re: [imp] Individual messages taking 77 seconds to open.

2019-06-14 Thread Vijay Sankar
Quoting Joseph Mays : I have traced down somewhat to finding out where delay occurs in message.php. It is happening at line 257 in my message.php: if (!$imp_contents->buildMessage()) { So it's somewhere in buildMessage() function. Does anyone have any clue what that function does in me