Big problem with back end speed (and frontend too)

This topic has 49 replies, 3 voices, and was last updated 9 months, 1 weeks ago ago by Rose Tyler

  • Avatar: Marta
    Marta
    Participant
    July 12, 2023 at 16:53

    Ok thanks, I will check everything.

    Avatar: Marta
    Marta
    Participant
    July 12, 2023 at 17:24

    Does the slider revolution plugin affect only the home page?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 13, 2023 at 07:03

    Hello, Marta,

    Thank you for your response.
    You can do the simple test, temporarily disable the slider revolution plugin and test the speed using https://gtmetrix.com/
    If you want to use the plugin still, please read this article – https://www.sliderrevolution.com/tutorials/optimizing-load-speed-and-performance/

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Marta
    Marta
    Participant
    July 14, 2023 at 10:43

    Hi, I think I have found one of the problems of my website (apart from image optimisation)

    cookie_key=xstore_wishlist_ids_0&action=xstore_get_user_wishlist
    cookie_key=xstore_compare_ids_0&action=xstore_get_user_compare
    products_count=0&action=xstore_compare_fragments
    products_count=0&action=xstore_wishlist_fragments

    These resources are using a lot of admin-ajax.php (gtmetrix test)

    Do they belong to the functions wishlist and compare, or to another one?

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 14, 2023 at 12:34

    Hello, Marta,

    Thank you for your response.

    Please try to add the next code in the functions.php file of child theme:

    add_filter('xstore_wishlist_mini_content_ajax', '__return_false');
    add_filter('xstore_compare_mini_content_ajax', '__return_false');

    Kind Regards,
    8theme team

    Avatar: Marta
    Marta
    Participant
    July 21, 2023 at 09:41

    Hi,

    that code did not works.
    I had to deactivate the wishlist and the compare.

    Also, I see another problem with the cart. Please see the file attached.

    https://app.screencast.com/ODVCJXcjy1bgC
    wc-ajax=get_refreshed_fragments

    So I need to deactivated too?

    I wonder if this only happens to me, is it because I have a function misconfigured?

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2023 at 10:57

    Hello, Marta,

    ?wc-ajax=get_refreshed_fragments is the default WooCommerce request to update cart in header and also wishlist. Unfortunately, the theme does not have options to speed it up. You can read this topic and maybe find any solution suitable for you https://wordpress.org/support/topic/wc-ajaxget_refreshed_fragments-5/
    Or you can disable Ajax Cart Fragments – Theme Options > Speed Optimization > Always Load Wc-Cart-Fragments > off. Ajax Cart Fragments option allows you to sync the number of products in the header mini-cart if you open your site in a few browser tabs.

    Kind Regards,
    8theme team

    Avatar: Marta
    Marta
    Participant
    July 21, 2023 at 11:16

    Ok thanks,
    I will try to deactivate it and see the results

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2023 at 12:14

    Hello, Marta,

    You’re welcome!

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

  • 1 2 3
    Viewing 49 results - 41 through 49 (of 49 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.