wpmegacache
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Mega Cache] is Mega Cache ? disabledFixed that.
Please check new version and save settings once, to enable new fix.Forum: Plugins
In reply to: [Mega Cache] Redis requires password not UNIX socketMemcached also supports socket.
Forum: Plugins
In reply to: [Mega Cache] is Mega Cache ? disabledPRO version supports 7 additional cache options.
Forum: Plugins
In reply to: [atec Cache Info] caching details on nginx+php-fpmI do not know how PHP calculates that internally but returning a negative value is certainly wrong.
Forum: Plugins
In reply to: [atec Cache Info] caching details on nginx+php-fpmso PHP returns a wrong number due to the different settings.
the plugin can only show what PHP returns.Forum: Plugins
In reply to: [atec Cache Info] caching details on nginx+php-fpmcan you run this somewhere in a script?
<?php
var_dump(opcache_get_status()['memory_usage']);
?>Forum: Plugins
In reply to: [atec Cache Info] caching details on nginx+php-fpmplease update to latest version.
mem usage and free mem is what PHP reports.Forum: Plugins
In reply to: [atec Cache APCu] disable APCu for a specific scriptThank you.
The cache plugin does not itself cache any queries. Instead other plugins or WP itself must decide to cache a query.
The plugin installs an object-cache that makes the WP object cache persistent.
So can you say when scripts/queries fail?
Viewing 8 replies - 1 through 8 (of 8 total)