Hello, I was wondering if this plugin will update itself.
Thanks,
Tom
Dear Pierre,
my new host offer Varnish and Xcache as new services.
About Xcache I’d choose your plugin to have its benefits.
Therefore I created into the cgi.bin folder, the php.ini, where I add only
xcache.var_size=64M
Then as asked by the host I needed to create the php5.fgci file to call php.ini.
As well I add into .htaccess the instruction to call the php.ini.
At this stage the website function properly but when I Upload the file object-cache.php, as it is extracted by the plugin, into my /wp-content/
directory, after 2-3 reload the website is down and the warning message is “XCache is not configured correctly”.
Can you please help me to understand where I do the mistake?
Thanks
Claudio
Please,
to correctly install the plugin may I add the line as it is:
“xcache.var_size=64M”
as well in the functions.php of my theme child? where?
Thanks in advance
]]>I suppose that to have this plugin compatible with W3 total cache plugin, I should activate the option “Optimize disk enhanced page and minify disk caching for NFS ” or what should I do to set them 2 plugin to work in sinergy and not conflict?
]]>Hey guys thinking up grading my hosting and getting access to xCache. Just want to see if it worth paying more for the hosting.
How much of a boost in performance did you guys see?
Cheers
D
]]>So I’m running xcache 3.2 and php 5.6.3.
When I load my WP dashboard, my first page loads. I can even cat the nmap file that it writes to. But subsequent pages simply time out and I don’t see any errors in the php or apache log.
Any idea what could be happening here?
Thanks.
]]>I’m interested in installing this plugin. Did you test it with WP 4.1?
]]>Hi Can you update the install instructions. The archive file is very heavy with files and the install file mentioned is not present.
]]>I have noticed some problems with Advanced Custom Fields plugin. If used together with the XCache Object Cache Backend, field order and other field meta can not be updated. The initial save is working, but for existing field groups some parts of the form is not saved anymore. After deleting the XCache plugin everything is working as standard. As this is definitely a conflict between these plugins I wanted to let both developers know about the issue. Thank you very much!
]]>Can I use this plugin with WP Super Cache? Thanks!
]]>If I activate the plugin in WordPress 3.5, it say WordPress need to upgrade the database and that message never disappear even after upgrading. after removing this plugin, it works!
]]>Hello,
In your readme.txt file, you say:
“Copy the file object-cache.php of this Plugin into your /wp-content/
directory. Note that this file needs to be stored directly into your content directory and not under the plugins directory.”
Do you mean to move or copy? Because when I copy that file, and leave the original in the plugins directory, I get this error when activating the plugin:
“Fatal error: Cannot redeclare wp_cache_add() in /var/www/vhosts/laserlightshows.us/httpdocs/wp-content/plugins/xcache/object-cache.php on line 12”
But, if I move the file, there is no plugin to activate. Can you please clarify this a little for me?
Thanks!
]]>Fatal error: Cannot redeclare wp_cache_add() (previously declared in /var/sites/c/mysite.com/public_html/wp-content/object-cache.php:92) in /var/sites/c/mysite.com/public_html/wp-content/plugins/xcache/object-cache.php on line 16
]]>Apparently this plugin doesn’t work on Xcache versions prior to 1.3 because of a dependency on the function xcache_unset_by_prefix().
Unfortunately Dreamhost offers 1.2.2 to all its users. That’s a lot of people.
Ideally we’d want to replace that function with something that does the same thing but in the mean time, perhaps the plugin can automatically detect if the environment supports that and could notify the user that they need Xcache1.3
I’ve updated the plugin with this fix and am attaching a diff for this.
]]>