Home Forums WoodMart support forum Long loading pages.

Long loading pages.

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #55743

    rvk
    Participant

    After installing WoodMart site pages began to load for 30-40 seconds.

    #55760

    Eric Watson
    Participant

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin and FTP access so we can check it?

    Thank you in advance

    #55791

    rvk
    Participant

    Hello.
    Thank you for your support
    I found the problem in my shop.

    #55799

    Eric Watson
    Participant

    Please, provide us your admin and FTP access so we can login and check this on your side.

    Thank you in advance.

    #55809

    rvk
    Participant

    Ok

    #55810

    Eric Watson
    Participant

    #55833

    rvk
    Participant

    Ок

    #55844

    Eric Watson
    Participant

    Hello,

    Our AJAX requests have a timeout of 5 seconds and if they don’t get a response from the server in this time the page will be loaded in a natural way. If you need, we can give you an instruction how to increase this time to 10 or 15 seconds but it is not a solution and you can try to disable this function completely.

    Kind Regards
    Xtemos

    #55848

    rvk
    Participant

    Give me all the instructions.

    #55851

    Eric Watson
    Participant

    1) Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'woodmart_pjax_timeout', function(){ return 20000; } );

    2) You can disable AJAX only completely in Theme Settings -> Shop -> AJAX shop.

    Kind Regards
    Xtemos

    #55860

    rvk
    Participant

    It’s not working. I tried 1 and 2 option.

    #55867

    Eric Watson
    Participant

    As we can see you completely disable the AJAX functionality.
    https://drive.google.com/file/d/1lOd29MBMbAu5UOQyKqHCxmiFGQsEdHlw/view?usp=sharing

    Kind Regards
    Xtemos

    #56269

    rvk
    Participant

    Thank

    #56270

    Eric Watson
    Participant

    You are welcome!

Viewing 14 posts - 1 through 14 (of 14 total)