6.0.0-RC7
6/27/26

[#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 2/14/05 (7803 days ago)
Due
Updated 3/14/05 (7775 days ago)
Assigned
Resolved 3/14/05 (7775 days ago)
Milestone
Patch No

History
172 Chuck Hagenbuch State ⇒ Resolved
 
91 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.
65 Jan Schneider State ⇒ Accepted
 
1110 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