CB Activity isn't even on your home page. It can't possibly contribute to page load times if it's not even loaded. Your home page is taking 10-13s to load. You've about 8-9 failed HTTP requests to either files or URLs that don't exist, all of them will slow page load as the browser will wait for the request to timeout. Your slowdown appears to be coming from whatever is using "embed-player-new".
You also have multiple large images (400kb+) loading on every page load on a regular bases (appears to be your logos), which can likely be compressed down to 100kb or less to further speed up load times.
Navigating directly to CB Activity recent activity page as follows is still taking 10-13s to load.
index.php?option=com_comprofiler&view=pluginclass&plugin=cbactivity&action=recentactivity
Again, the slowdown on CBs recent activity page is from the above explained reasons. It appears cloudflare is trying to load Google analytics and failing, which is taking roughly 430ms of time. Rocket.js is then trying to load analytics.js and failing, which is taking roughly 1050ms of time. That's 1.48s of time lost due to 2 files not loading.
Joomla it self (no matter the page) appears to take roughly 10s to process everything based off everything installed and being loaded on your various pages. You have some optimization issues, but nothing specific to CB Activity.
Enable Debug Mode in Joomla global configuration to help with debugging page and query performance. CB Activity is highly optimized with 10,000 activity rows taking only 2.3ms on average to parse with further optimizations coming with later releases.
Kyle (Krileon)
Community Builder Team Member
Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums
CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.