BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #19027

    Hi Brajesh,

    Thanks for your answer. For one user, 200 ms is pretty fast but when the number of visitors increased, 200 ms increases dramatically.(it passes 2 sn easily with a few visitors) Is it normal?

    Also, i want to ask question. Is it possible to run Buddypress without problem by disabling admin-ajax.php calls. (I know latest activity without reloading page will not work but it is not problem for me) When i disable the heartbeat by the below code the activities and groups are not loading. Is it possible to load activities and groups without problem by disabling heartbeat? If so, how?

    add_action( 'init', 'stop_heartbeat', 1 );
    function stop_heartbeat() {
    wp_deregister_script('heartbeat');
    }

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18818

    Hi Brajesh,

    I have not technical ability to audit webserver and db server logs. How can i open webserver log and database server log? Can you lead me in a simple way to understand the behavior of the system?

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18788

    Hi Brajesh,

    I am using loadimpact.com and Webserver Stress tool 8 software. Both of them handles approximately 100-130 users at the same time. I installed query monitor plugin to monitor queries. Queries are normal but there are lots of unnecessary queries from WordPress core like blog queries. My site is not a blog site. How can i eliminate unnecessary queries? Should i change the autoload column “no” in wp-options table? How about Plugin Organizer plugin? (They claim that it gives control to arrange which plugins will work in specific page)

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18610

    Hi Brajesh,

    Thanks for your answer. My main issue is google search is showing old results(I opened indexing when i was establishing the website) So, google search shows the old results(my testing contents). I have added sitemap.xml to google search console yesterday. Is passing of time necessary for the updated content. If so, do you know that how much time is required approximately?

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18562

    Hi Brajesh,

    The second code that you provided worked perfectly. Thanks a lot. You can mark this topic as resolved.

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18527

    Hi Brajesh,

    Thanks for your posting. I investigated Elastic search. As far as I understand, i have to setup Elastic search to my server and integrate it to wordpress with a plugin such as ElasticPress. However, I do not know how to establish it to my server. Is there a document or guideline that can assist me in order to establish it to my server?

    My server feautures
    CentOS Linux 7.5.1804 (Core)‬
    Nginx server
    PHP 7.2.11 FPM
    Plesk Panel

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #18122

    Hi Brajesh,

    Thanks a lot for your answer. You can mark this topic as resolved.

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #17952

    Hi Brajesh,

    Thanks a lot. The last code you provided did the job. In that case, i have to remove the select box(it is on the right side) that includes the four options called all, updates, group memberships and group updates. If I remove this select box too, everything will be fine. How can i achieve that?

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #17948

    Hi Brajesh,

    Thank you.

    This code removes “Search all Groups” button. But I want to remove “Search anything…” button when i am in a specific group. “Search all groups” button where is in the general groups page works successfully but “Search anything…” button where is in a spesific group does not work even in the basic themes. I want to remove that button.(I guess it is #: bp-core/bp-core-template.php:676 button.) How can i remove that?

    Thanks,
    Kerem

  • Participant
    Level: Initiated
    Posts: 15
    Kerem Erdal on #17946

    Hi Brajesh,

    I made the translations in the buddypress(changed the sprintf code) and it worked.

    Thank you,
    Kerem