When a patron has an large number of tags (say 3,421) the tag cloud takes an inordinately long time to load. Maybe we could enforce a limit on initial load and then allow user to load more or paginate through all?
Are you talking about opac-tags.pl?
(In reply to Jonathan Druart from comment #1) > Are you talking about opac-tags.pl? Yes
So you are talking about the table, not the tag cloud, that's it? With 2000 tags the page is generated in 10sec on my laptop, not so bad
Nick, is this still something we should work on?
This is still relevant. We have a borrower that has tagged a lot of items. When they load opac-tags.pl it takes over 4 minutes to load. #mytagst has over 1000 rows for this borrower so I'm thinking that if #mytagst was converted to datatable, that would solve the problem. When I load opac-tags.pl for a borrower that only has one or two tags, the tag cloud and the table load quickly. It's when the borrower has a ton of stuff in #mytagst that the page drags.