Fixed  Show conversations takes more than a minute

swatme

Well-known member
if you click your INBOX link in header
it will show your conversations...

BUT it takes more than a minute to show
if you have 500 unread messages. (BUG)

yes its 500+ unread messages due to import problem
php bb to vb to xf

is there anyway to speedup the inbox show conversations?
 
if you click your INBOX link in header
it will show your conversations...

BUT it takes more than a minute to show
if you have 500 unread messages. (BUG)

yes its 500+ unread messages due to import problem
php bb to vb to xf

is there anyway to speedup the inbox show conversations?

I find it hard for this to be a bug.
It is slow, but it is still working.

Notice that the 500 unread messages is very unusual and that it should be fixed with the importer.
 
I find it hard for this to be a bug.
It is slow, but it is still working.

Notice that the 500 unread messages is very unusual and that it should be fixed with the importer.

if youve noticed, when you click INBOX
its supposed only to show 5-10 "recent" conversations regardless of
how many unread conversations do you have. right?

then it became a bug as why does it takes minutes so long to show if
it only needs to display the recent 5-10 conversations...
thats a bug...
 
I have changed this code so that it limits to the 10 most recent conversations (meeting the necessary criteria). It will pull unread conversations first though.
 
Top Bottom