• ryanchamberlin

    (@ryanchamberlin)


    When using the GET method, if you set the products per page, it works as expected by adding ?ppp=#
    That behavior only lasts so long as they stay in the current category.
    If the user navigates to a different category, the ppp param is no longer in the URL but the products per page that was originally requested is still applied.
    This breaks caching.

  • The topic ‘URL param not persistent’ is closed to new replies.