Forums › Forums › Search & Filter Pro › Some post is not cached
- This topic has 41 replies, 4 voices, and was last updated 8 years, 2 months ago by
Trevor.
-
Trevor(Private) July 10, 2017 at 8:30 am #119612
How are the posts entered in WordPress?
1. Individually in the admin post editor
2. User submitted from a front end form/email
3. Bulk post importerCan you give me the search page URL/link?
Can you give me the page URL/link for a post that should appear in the ‘horse’ results and does not?
Trevor(Private) July 10, 2017 at 11:18 am #119647Can you increase the WP Memory Limit? If some posts are caching and others are not, it may be that the process is running out of memory. WP allocates 40M by default, and yours is still at that setting.
In the public_html folder of your server, open/edit the file wp-config.php
Add a new line towards the end (NOT past the line that says stop editing) and copy and paste this in there:
define('WP_MEMORY_LIMIT', '128M');Save the file. Now WordPress has the higher limit. Now try and run the cache rebuild again.
Anonymous(Private) July 10, 2017 at 1:10 pm #119687Hi unfortunately we increase both to 512M and rebuild the cache again and the result still same.
Server Timezone (WP): UTC (UTC+8)
PHP Version: 5.6.30
PHP Extensions: Core, date, ereg, libxml, openssl, pcre, sqlite3, zlib, bz2, calendar, ctype, curl, hash, filter, ftp, gettext, gmp, SPL, iconv, pcntl, readline, Reflection, session, standard, SimpleXML, mbstring, tokenizer, xml, cgi-fcgi, bcmath, dom, enchant, fileinfo, gd, imap, intl, json, exif, mcrypt, mysql, mysqli, mysqlnd, PDO, pdo_mysql, pdo_sqlite, Phar, posix, pspell, tidy, uploadprogress, xmlreader, xmlrpc, xmlwriter, zip, mhash, ionCube Loader, Zend OPcache, Zend Guard Loader
Max Upload, Post Size (Input Vars): 2M, 8M (1000)
Memory Usage: 22M (4%) of 512M (actual limit)
WP Memory Limit: 512M (defined limit)
WP Admin Memory Limit: 512M (defined limit)
WP Debug: Disabled (no logging, display)
Opcache Size (Max Files, Revalidate): 64M (2000, 2 secs)
Page Cache (Plugin): Disabled
Object Cache: Disabled -
AuthorPosts