Bug 392555 - [performance] TagCloud
Summary: [performance] TagCloud
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Skalli (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 04:58 EDT by Michael Ochmann CLA
Modified: 2022-10-03 10:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ochmann CLA 2012-10-22 04:58:51 EDT
TagCloud on Welcome page needs > 1 second to render for 1000+ projects because scanning all projects for tags seems to be quite inefficient: TaggingServiceImpl scans all extensions of all projects for implementations of the Taggable interface. Likely there should be some caching mechanism.