BuddyDev

Search

[Resolved] Is there any way to speed up posting a comment?

Tagged: 

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #15964

    When I add a comment and hit the post button, it seems to wait for a while before adding it. Is there any optimising I can do to make this faster?

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #15970

    Hi Audiomonk,
    Most probably the request is taking time to complete. I will suggest investigating the request in the chrome developers toolbar.

    If the server response shows too much delay, please install a plugin like query monitor and try to see if you see anything abnormal.

    Enabling caching, specially persistent object cache using reds can improve the performance in some of the cases.

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #15997

    I’ll take a look with query monitor see if anything comes up there, can’t use redis unfortunately on my server. Only errors am getting in developers toolbar is a font error unrelated.

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #16011

    Ok. I hope you are able to find the bottlenecks.

You must be logged in to reply to this topic.

This topic is: resolved