6.0.0-beta1
7/24/25

[#1370] Implement getLastMessage method
Summary Implement getLastMessage method
Queue Agora
Type Enhancement
State Resolved
Priority 2. Medium
Owners
Requester vilius (at) lnk (dot) lt
Created 02/14/2005 (7465 days ago)
Due
Updated 03/14/2005 (7437 days ago)
Assigned
Resolved 03/14/2005 (7437 days ago)
Milestone
Patch No

History
03/14/2005 02:37:17 AM Chuck Hagenbuch State ⇒ Resolved
 
03/14/2005 01:44:09 AM duck (at) obala (dot) net Comment #2 Reply to this comment
This is implemented now science lib/Messages.php version 1.121.



Ticket should be closed.
03/03/2005 05:38:06 PM Jan Schneider State ⇒ Accepted
 
02/14/2005 10:25:11 AM vilius (at) lnk (dot) lt Comment #1
State ⇒ New
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Implement getLastMessage method
Queue ⇒ Agora
Reply to this comment
Agora is very slow when you browse through the top levels of forums on 
bigger installations. I investigated the code today and found that 
everytime top level is accessed Agora fetches *all* the message data 
with getThreads(). This method is used in Forums.php on line 214. It 
is used to get only last message data. This is very uneffective. We 
need something like getLastMessage for this.

Saved Queries