when viewing the server through ssh ps aux it shows /gallery/index.php using up to 56% of the cpu - is this bad ?
i am trying to figure out if the way we have the index page set up iss it slowing down the cpu - we do use a tag cloud using <?php printAllTagsAs('cloud'); ?>
Could this be slowing the the page down
im not sure how the tags work but is there a way of caching the results of the tag cloud rather then it goes to find and print all tags, or does it not work like that.
We are also using dynamic albums - not sure if this is slowing it down either
the site is www.tattoo.tv/gallery
Thanks
Steve
Comments
The tags should not be the issue, but there is static_html_cache plugin you might want to try.