Forums › Forums › Search & Filter Pro › Settings for Caching Plugin
Tagged: cache
- This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Trevor.
-
Anonymous(Private) May 1, 2020 at 10:35 pm #242391
Hi,
I am using Swift Lite caching plugin on a website – everything loads fast apart from the S&F filters they take a while to filter the products – example https://beautybliss.net.au/shop/
Whats is the optimal setting or general recommendation when working with caching plugins for the S&F filtering?
Thanks
Trevor(Private) May 2, 2020 at 8:44 am #242397Caching plugins have little effect on ‘results’ pages, as they are dynamic. The data has to be fetched from the SQL database, assembled using PHP, and then delivered. Thus it is the server configuration that is key.
Many low cost hosting ‘solutions’ (especially so-called ‘Managed WordPress Hosting’ packages) are not very good when it comes to this aspect of sites.
It is a dark art, involving nginx, memcache, varnish, redis (also requires a Redis Object Cache plugin in WordPress) and (if possible) elasticsearch (if you have the option to have this on your server, you can add support in WordPress and in our queries). Also, some hosts will cache the WordPress tables in local memory.
-
AuthorPosts