Hi!
After further investigation I can give you some more informations. I figured out which module is delaying the overall loading time of the userlist and also the profile view of a user profile (not the own profile)
On a Joomla menu where the cb user list gets shown and also within the profile view I do show a module type of cb content where I display the CB Menu tab. The content of that module is (17 is the id of the corresponding CB Tab (CB Menu):
Code:
[cb:usertab tab="17" user="#displayedOrMe" /]
Loading my own (profile of the logged in user) profile page I do get the following loading times with the Joomla debug system:
Code:
afterRenderComponent com_comprofiler 8372.23 ms
afterRenderModule mod_cbcontent (Profile menu) 4243.52 ms
This is shocking long. As you proposed I reduced the number of published CB Subs Plans (was 14 and now I have just 6). With that reduced amount of available CB Subs Plans the loading time reduced down to:
Code:
afterRenderComponent com_comprofiler 5025.95 ms
afterRenderModule mod_cbcontent (Profile menu) 3199.93 ms
which is better but still far away from good. I do show/hide some menu items within that CB Menu with CB Auto Actions - I disabled all these Actions but the loading time still stays at that high level.
So the problem is quiet well isolated but I have no idea how I could improve this. On the cb user list I had the same problem but there I could just disable the show of that CB menu module (from UX point of view it was not mandatory there) but I cannot disable the CB Menu within the profile view because there I do need the ability to "Send private Message, Manage Favorites, Remove From Favorites" which are items within that CB menu.
The very strange thing is that this enormous loading time is only within the profile view of my own (the logged in user) profile. If I load other users profile I do get the following loading times:
Code:
afterRenderComponent com_comprofiler 81.69 ms
afterRenderModule mod_cbcontent (Profile menu) 4.59 ms
The same module with the CB menu gets shown there as well but the loading time is just 4.59ms and not 3199 ms like I do get within loading the logged in user profile.
I hope that my explanations are making sense for you and you do have some good ideas.
Thanks for your support
Frank