Forums › Forums › Search & Filter Pro › Unable to create cahe
Tagged: cache, caching paused
- This topic has 7 replies, 2 voices, and was last updated 5 years, 8 months ago by Trevor.
-
Trevor(Private) February 18, 2019 at 12:24 pm #202570
Two possibilities as to the cause come to mind.
1. A security plugin, like Sucuri or Wordfence, is blocking the process.
2. The server is timing out the process. For this, you would need to make sure that your server is logging errors, and see what is in those logs. You may have to talk with your host on this.Anonymous(Private) February 18, 2019 at 2:39 pm #202600Thank you for yourt answer.
I changed the max-execution-time on the server, I disabled Wordfence, I still get the error.
Here are the settings in php.ini file :
safe_mode=false;
upload_max_filesize=67108864;
post_max_size=67108864;
memory_limit=268435456;
max_execution_time = 500;
extension_dir=/usr/lib/php7.0/extensions;
zend_extension=/usr/lib/php7.0/extensions/opcache.so;
opcache.enable=1;
opcache.memory_consumption=32;
opcache.interned_strings_buffer=8;
opcache.max_accelerated_files=3000;
opcache.revalidate_freq=180;
opcache.fast_shutdown=0;
opcache.enable_cli=0;
opcache.revalidate_path=0;
opcache.validate_timestamps=2;
opcache.max_file_size=0;
opcache.file_cache=/kunden/homepages/4/d706785064/htdocs/.opcache;
opcache.file_cache_only=1;Is there something I have to modify?
Anonymous(Private) February 20, 2019 at 1:12 pm #202782I changed the debug option of WP, I did not find anything concerning search and filter. I am using woocommerce and I have several products with a lot of variations (more than 200) it can be a cause. I resized the memory limit in the php.ini file to 512M, but it still does not work.
Do I have to remove the products? If you have any idea that might help.
Thank youTrevor(Private) February 20, 2019 at 4:38 pm #202810You set the PHP memory limit to 512M, but did you set the WordPress memory limit? By default it is only 40M.
This article explains:
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
-
AuthorPosts