• Resolved redair

    (@redair)


    Hi.

    Let′s say i have 100 cities and therefore i have 100 different conditions to show content. I have now 15 and it′s already getting slower. Any way to speed it up?

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just wondering why you would want to have 100 conditions in the first place? Wouldn’t it be easier and more performant to have an overview page of the 100 cities and then click through to a city detail page? Or check for an AJAX based solution?

    • This reply was modified 5 years, 7 months ago by jorix.
    Plugin Author rtowebsites

    (@rtowebsites)

    hello @redair,

    no there is no way to speed it up. If you have 100 conditions, the plugin have to check 100 conditions. Every check will cost time. You could speed up you page with a caching system. So it will only be slow when u clear the cache after changes.

    Or do it as @jorix said. And look for other way to avoid that many conditions.

    We close this issue, if you need any further help you can just rewrite or open an new issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Performance’ is closed to new replies.