• Hi
    I have a problem with the speed of the site. I use the short code to display tags in the tab. I currently have over 6,000 tags (ultimately there will be many more). I think the problem is that the tag generates a cloud from all tags, because using the Max Height option doesn’t change anything. Is it possible to modify the plugin to limit the number of tags to the cloud using Max Height and reading more can be done through max_height_button_open?
    Maybe there is another solution to the problem?
    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter endru27

    (@endru27)

    I confirmed my assumptions by changing the “number” parameter. At values ​​below 1000 it works smoothly but it doesn’t display all the tags and I need to be able to display all the tags

    Plugin Author WPKube

    (@wpkube)

    Hi,

    The max height limits the height itself, hiding the tags below that height. It does not limit the amount of tags being loaded. Clicking on the “view more” button removes the height limitation.

    6000 tags is a lot. The plugin uses an existing WordPress function to get the tags, if it gets 6000 tags it will affect the loading time unless you use a caching plugin.

    What you are looking for is something like an AJAX powered “load more” that for example shows 30 tags and on each click of “load more” button it makes an AJAX call and loads 30 more.

    But that would use a completely different system of getting the tags data from the system currently used.

    I’m sorry, it’s a free plugin, this functionality would require completely rewriting the code and we’re not sure it would benefit a larger amount of users.

    I did a quick check through the free plugins on ww.wp.xz.cn to see if perhaps there’s one that would have the functionality you need but unfortunately I couldn’t find one.

    I think you might need to hire a developer to create a custom widget for this. I’m sorry.

    Thread Starter endru27

    (@endru27)

    I understand. Thank you for all the help. At the moment I have limited the number of tags and eventually I will look for another solution.
    Either way, the plugin works great 🙂

    Thread Starter endru27

    (@endru27)

    Do you know paid plugins worth recommending?

    Plugin Author WPKube

    (@wpkube)

    Hi,

    I tried to find a paid plugin for that but weirdly I wasn’t able to find one.

    Do you perhaps have an example of a website that has the functionality you are looking for? If it’s WordPress powered I can check if they use some plugin for that.

    Thread Starter endru27

    (@endru27)

    Hi,
    I need something similar to https://zszywka.pl/tagi.html but it’s probably not wordpress.

    Plugin Author WPKube

    (@wpkube)

    Ah, so an alphabetical index of tags. Give A-Z Listing a try.

    Thread Starter endru27

    (@endru27)

    WOOW,
    Thank you very much for your help. I’m about to check it out 🙂

    Plugin Author WPKube

    (@wpkube)

    You’re welcome 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Problem with site speed’ is closed to new replies.