Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to disable the "Recent Labels" and "Popular Labels" macros/boxes?

TomTom April 1, 2013

Hi!

We are facing some performance issues with Confluence 4.2.1 and would like to disable the "Recent Labels" and "Popular Labels" boxes from a specific page. That page appears when someone searches for all sites related to a label by clicking on the respective label in the label overview.

We disabled the "popular-label" and "recently-used-labels" macros from the "Advanced Macros" Add-On as described here:
https://answers.atlassian.com/questions/117268/disable-the-popular-labels-macro (please copy and paste; the link does not work for some reason.)
However, the "Advanced Macros" Add-On is categorized as "User-installed Add-Ons" in our environment, not as "System Add-Ons". But I guess that changed with some new version of Confluence.

Unfortunately, the boxes are still appearing on this page.
Is there any way to disable/remove them completely?

Reason: We learned that the SELECT statements for those boxes take much time and in total, from the moment a user clicks a label until this search result page is displayed, 3-5mins pass.

Thanks for your help!
Cheers, Tom

2 answers

1 accepted

2 votes
Answer accepted
Matthew J. Horn
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2013

The "Recent Labels" and "Popular Labels" in the right column are populated by the labels-sidebar.vm file. This file is located in the /confluence/labels/includes/ directory.

Looking at this VM file, it appears that the $action.getText("recent.labels") and $action.getText("popular.labels") are the culprits.

So, you could either comment out those functions (or the entire file), or comment out the place where this file is being parsed. In this case, the labels-sidebar.vm file is being parsed by the viewlabel.vm file (which is the page that I think you're referring to).

hth,

matt

TomTom April 1, 2013

Hi Matthew,

thank you very much! Commenting out the caller and the functions (to be save) increased the performance of this site enormously. We are down to 15-20secs. until this site is being displayed.

Thanks for your help!
Cheers, Tom

0 votes
TomTom April 8, 2013

Side note:

If someone else is having issues with label performance:

An update to at least 4.2.5 will perfectly fix all issue regarding that topic. Found here:
https://jira.atlassian.com/browse/CONF-25236
We tested the behaviour on 4.3.7 and the performance issues are completely gone.

Cheers, Tom

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events