Modify ↓
Ticket #764 (new task)
Tagcloud Refactoring
| Reported by: | anna | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.7 |
| Component: | Refactoring | Severity: | New Ticket |
| Keywords: | Cc: | ||
| Who will test this: | And |
Description
The tagcloud generation takes time for the first time each instance is accessed. Subsequent requests are served a lot faster because the result is cached. That's true for the existing em.org as well. It would make a lot of sense to refactor the tagcloud portlet in order to persist the cached result in the ZODB as well and to update the tags asynchronously using plone.app.async, but that's probably something for 4.5 or 4.4.1.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Once again, have to see how much time there is to do this...