Replies
- Brajesh Singh on December 21, 2018 at 1:55 am in reply to: How do handle high amount of plugins – my server has been sitting at 100% CPU #19646
Hi Graham,
From the looks of the issue, you have a plugin which is doing successive polling. Look for a plugin that does some kind of real time things or notifications.None of our plugins that you use from us does any polling, so I can assure that it is not us.
As far as number of plugins are concerned, It is never an issue for server(It is a maintenance issue though). The issue concerns to what plugin you are using and what they do?
My suggestion will be disabling plugins and seeing it on a staging site.
Also, you can use heartbeat control to control the polling by BuddyPress.
Regards
Brajsh - Brajesh Singh on December 21, 2018 at 1:32 am in reply to: [Resolved] https://buddydev.com/plugins/buddypress-group-tabs-creator-pro/ #19644This reply has been marked as private.
- Brajesh Singh on December 20, 2018 at 10:55 am in reply to: Translation issue with plugin "BuddyPress User Circles" v1.0.2 #19636
Hi Thorsten,
Thank you. I will be auditing all the strings from this plugin.For the list, if it is not very important let us keep it as it is now. If you think you need this in future, we can add an option.
Regards
Brajesh - Brajesh Singh on December 20, 2018 at 10:53 am in reply to: [Resolved] https://buddydev.com/plugins/buddypress-group-tabs-creator-pro/ #19635This reply has been marked as private.
- Brajesh Singh on December 20, 2018 at 10:20 am in reply to: Translation issue with plugin "BuddyPress User Circles" v1.0.2 #19632
Hi Thorsten,
Thank you.I am sorry but I am a bit confused. What will be the difference between our current circle landing page(all circles) and the circle list? Yes, we can certainly add but if you can help me understand it, I can assist in a better way.
Thank you
Brajesh You are welcome 🙂
- Brajesh Singh on December 20, 2018 at 9:33 am in reply to: Disable BuddyPress Components Conditionally blog post #19630
Hi Carsten,
Thank you for asking.I will not suggest using it for components that allow two users to interact, the behaviour may be un-predictive.
I will suggest avoiding it for Friends/Messages as they involve 2 users.
Regards
Brajesh - Brajesh Singh on December 20, 2018 at 9:31 am in reply to: Error in breadcrumb script bp-custom.php #19629
Hi Hugo,
I am sorry, I haven’t seen this error before. You may put change this line$nav_items = buddypress()->groups->nav->get_secondary( array( 'parent_slug' => $group_slug ) );to
$nav_items = isset( buddypress()->groups->nav ) ? buddypress()->groups->nav->get_secondary( array( 'parent_slug' => $group_slug ) ) : array();Please let me know if it works or not?
Regards
Brajesh - Brajesh Singh on December 20, 2018 at 9:26 am in reply to: [Resolved] New plugin BPLFR replaces BPFR? #19627
Thank you.
yes, It is more sophisticated version and we are planning to add role to role limitng as well as per role specific restriction to it in future.Regards
Brajesh - This reply has been marked as private.