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.