• Resolved ideecon

    (@ideecon)


    I love this plugin but unfortunately it produces slow queries according to “Query Monitor Plugin”.

    Is there anything you can do about it?

    • This topic was modified 2 years, 5 months ago by ideecon. Reason: translation
Viewing 1 replies (of 1 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    The plugin uses built-in WordPress WP_Query for building post queries, we use the official API to interact with it. The overall speed of your query depends on the parameters used. The more you specify the more expensive the query becomes for the database engine. But since we are not building database queries ourselves in our code but instead use WP mechanisms, there is not much we can do to speed up the query process itself.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin produces slow queries’ is closed to new replies.