• Hello,

    in the Kinsta dashboard we can see that there are some “add_to_wishlist” requests on category pages. There are only a few (0,08% of all page visits) but they take very long to be processed.

    E.g. on our category ‘Kinderstoffe’ the requested url would be /kinderstoffe?add_to_wishlist=XX where XX = productID

    Due to Kinsta more than 20 seconds. We are wondering how theses urls can be accessed and why they are so slow.

    Any ideas how to prevent such urls to be opened/requested?

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

    (@therock130)

    Hi there

    Those url are used as href for ATW anchors, and provide a fallback method to add to wishlist when JS, for any reason, isn’t available
    All ATW buttons have rel="nofollow" attribute, so no bot should follow this kind of urls; the only visits should be related to users using outdated browsers, or having any problem with JS

    Regarding the time loading, I’m not sure; on operation side, there is no difference between AJAX call and query string processing

Viewing 1 replies (of 1 total)
  • The topic ‘Slow requests of category/?_add_to_wishlist=XX urls’ is closed to new replies.