Forums › Forums › Search & Filter Pro › Cache error
Tagged: elasticpress, mysql
- This topic has 11 replies, 3 voices, and was last updated 5 years ago by Ross.
-
Anonymous(Private) October 23, 2019 at 8:21 am #224432
Hi, after “building cache” for 120 000 products I’ve got this error :
Fatal error: Maximum execution time of 30 seconds exceeded in /home/admin/apps/clic-and-run.fr/wordpress/wp-content/plugins/search-filter-pro/public/includes/class-search-filter-cache.php on line 1096
Can you help me please ?
I’ve already :
• Desactive an reactive S&F plugin
• Restart my serveuryou can try my bug here : http://178.128.42.58/ thanks
Trevor(Private) October 24, 2019 at 5:47 pm #224542The 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.
Ross Moderator(Private) November 5, 2019 at 12:59 pm #225822This reply has been marked as private. -
AuthorPosts