Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    Hello,

    Are you sure this is caused by our plugin? When you turn off the plugin, what are the differences between the loading times for admin user and non-admin users?

    Thread Starter greatmatter

    (@greatmatter)

    It’s hard to say at this point. My guess is that the non-admin user had requested a huge number of results to show per page (999). We did several things to make it acceptable:

    • Threw more RAM at the server
    • Enabled HHVM (for the record…holy smokes, this is fast)
    • Enabled query caching
    • Added an infinite scroll plugin to the backend

    It’s now loading a lot faster for non-admin users. That said: when I monitored the queries, I noticed a WHERE clause that had an “ID IN ()” clause that had about 1,000 IDs. So I think a more appropriate title at this point is “Slow for users who want a lot of results per page”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slow for non-admin users’ is closed to new replies.