• Hello

    My problem is that I get a huge latency on a category page where a category filter is displayed. It takes several minutes and then the page is never displayed. Locally it works, but I wait 20 seconds. The goal is to display the category’s child categories.

    Here’s how to reproduce the filter:
    I’ve simply created a filter

    Conditions : product Category – Equal – [Parent_category]

    1. Widget Type : Filter
    2. Attribute and values :
      Filter By : Product Category
      Values Order : Default
      Order Direction : Ascending
    3. Style : The first
    4. Additional
      Hierachical : Disabled
      Enable minimization option : Disabled
      Single Selection. Only one value can be selected at a time : checked
      Number of Attribute values : empty
      Show/Hide button : Default
      Advanced : Default

    Thank you for your help

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    It can be some incompatibility with other plugins or some custom code, that modify products query, that slow down all other queries that filters plugin use.

    Also plugin has multiple settings that can slow down page load and you can change it if you do not need it:
    – Set option?Values count and output; to?All non-empty values are displayed; standard recounting is applied, but it will disable any recounting after filtering.
    If you have value?All empty values are removed based on page (categories/tags/ etc.); filters are applied in recounting attribute values; all empty values based on applied filters will be hidden?then change it to latest value that works similar but faster?Filters are applied in recounting attribute values; empty values are removed on the server-side
    – Set option?Hide out of stock variations(Plugin settings -> General tab) to?Disabled?if you do not have variations or do not need variations search.
    – Disable both options of?Display variation data(Plugin settings -> General tab) if you do not need those functions or do not have variable products.
    – Disable?Search variation price(Plugin settings -> General tab) if you do not need search price of variations.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘The page is very long when the category filter is displayed’ is closed to new replies.