Forums › Forums › Search & Filter Pro › Filtering Very Slow
- This topic has 9 replies, 2 voices, and was last updated 5 years, 5 months ago by
Trevor.
-
Anonymous(Private) November 5, 2019 at 4:29 am #225456
Hello,
I’ve been working with the plugin, but when using any of the filters the results are very slow to come back. Is there anything that can be done to improve performance? I have tried switching the caching speed to fast, but it doesn’t seem to make a difference.
Trevor(Private) November 5, 2019 at 2:18 pm #225835The loading of a static content page versus one whose content has to be made on demand will show a considerable variance.
Depending on complex the query is, your server may be making many calls to the database. In turn, the speed of this will rely on whether the database and other objects are cached, by software like Redis, Varnish and Memcached.
For example, my server has all three of these, with nginx as the proxy server. Redis requires the installation of an Object cache in WordPress.
The tuning of a server for search intensive sites is a dark art, and this is outside the scope of our technical support.
If I may ask, how many posts does your site have, and how big is the form?
Trevor(Private) November 11, 2019 at 4:14 pm #226288When working in the admin, I notice that that pages load very slowly. This is very unusual for WP Engine hosted sites. They normally load almost instantly. This is not improved if I deactivate our plugin. Something very odd is going on.
Normally, I would say use a WordPress cache plugin to speed up front end loading. The simplest to set up, and the fastest (by only the tiniest of margins) that I have tested is Breeze. But, WP Engine must surely offer you server side performance tools as well? It is there that the issue originates I think. Maybe the database is not being cached, forcing requests to go to the actual disc drive?
As I said, all this is a dark art, and I am not the best person to be asking this of. I am not familiar enough with WP Engine hosting (other than to know that they are an excellent hosting company).
-
AuthorPosts