[ 
https://issues.apache.org/jira/browse/JSPWIKI-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544870
 ] 

Harry Metske commented on JSPWIKI-50:
-------------------------------------

I think I also need to know how many attachments there are in the 
www.jspwiki.org repository:

WikiEngine.getRecentChanges() looks at both pages and attachments:
........
    public Collection getRecentChanges()
    {
        try
        {
            Collection pages = m_pageManager.getAllPages();
            Collection  atts = m_attachmentManager.getAllAttachments();
.............

> RecentChanges plugin is slow
> ----------------------------
>
>                 Key: JSPWIKI-50
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-50
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Janne Jalkanen
>            Priority: Minor
>
> RecentChanges plugin gets awfully slow once the repository gets big enough.  
> It might be a good idea to cache something or do some other performance 
> optimizations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to