• when the setting: “Load any cacheable wishlist item via AJAX” is enabled.
    i enter to page with lots of products, and when i scroll down, i don’t see the the “add to wishlist” button.
    This happens regularly when it comes to product number 56 and beyond.
    There are no plugins installed other than wocommerce and Elementor, and the template is standard.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    This happens because system automatically sends a lot of data to the server, to render all ATW button in the page
    This data unfortunately is likely to exceed post_max_size configured for your server, causing the request to be “cut” upon receival
    As a consequence, just a part of the buttons will be rendered and returned to the JS handler

    In order to workaround this issue, I sugest you to extend the limit of data that can be received by your server through an HTTP post request

Viewing 1 replies (of 1 total)
  • The topic ‘[cache] Page bug with more than 55 products’ is closed to new replies.