Vladimir Kolesnikov
Forum Replies Created
-
Forum: Plugins
In reply to: [EM Object Cache] How to enable APC, Zend disk cache…….Hi James,
The plugin only lists the available methods.
If you, say, want APC, you will need to install APC, same for other extensions.
The three engines that you see are always available because they use plain PHP and don’t need any extensions.
Forum: Plugins
In reply to: [EM Object Cache] Alert: Wp-content directory writablewp-content needs to be writable only on installation and uninstallation. After that you can set the old permissions to it.
Whether it is dangerous — well, wp-content/uploads is also writable (for uploads to work); wp-content/plugins and wp-content/themes are also often writable to WordPress (if you install/uninstall them via the admin panel).
Forum: Plugins
In reply to: [EM Object Cache] Speed up backend?Hi Paul,
Just give it a try 🙂 It is really difficult to suggest anything without knowing internals of the site.
Best regards,
VladimirForum: Plugins
In reply to: [EM Object Cache] how does it compare to tribe cache?Comparing to TOC, EMOC also supports Zend Disk Cache and Zend SHM Cache
Forum: Reviews
In reply to: [EM Object Cache] updated .. 2.1Hi Danilo,
I asked WP Support to rename the plugin in the repo but until then it has to be renamed manually.
Of course I can modify all the paths in the code but this will break a lot of (unofficial) installations of the plugin.
Reagrding cached queries: basically the plugin can cache everything (not only query results) but for this to work the other plugins should use WP Cache API (http://codex.wordpress.org/Class_Reference/WP_Object_Cache).
In brief,
$result = wp_cache_get($key, $group); if (false === $result) { // Do the heavy stuff: query DB etc // ... // Save the result to the cache wp_cache_set($key, $result, $group, $ttl); }$keyis the ID of the data in the cache,$groupis cache group (plugin name is a good idea to be used as a group name),$ttlis the time to keep the data in the cache.WordPress itself uses the Cache API that’s why you usually see performance improvements even if no other plugins use the API.
Forum: Plugins
In reply to: [Tribe Object Cache] error, error and more errorYou will need to tweak XCache settings, namely increase the value of
xcache.var_size. By default it is set to 0 which disables the user cache.Forum: Plugins
In reply to: [EM Object Cache] how does it compare to tribe cache?Hello,
EM Object Cache supports eAccelerator and Memcache (there are two PHP extensions: memcache and memcached — both are supported) but Wincache is not supported.
I am working on adding Mongo backend and possibly Phalcon.
Forum: Plugins
In reply to: [EM Object Cache] I get errorHello,
Please rename the directory for now – I have asked WP stuff to rename the plugin in the repo.
Forum: Plugins
In reply to: [EM Object Cache] Warning: require_onceHello,
The plugin is meant to be called em_object_cache, not em-object-cache.
Please rename the directory for now – I have asked WP stuf to rename the plugin in the repo.
Forum: Fixing WordPress
In reply to: Beginner QuestionsHey there ViolinTutorPro,
All your questions are pretty easily answered. @mrmist is right you should contact us rather than the WordPress community. Our system is fully hosted (not just a plugin) so many of the things are just not related to the WP side of things.
Please contact support (support@extrememember.com) for assistance.
In short you can have your other sites (funnel sites) setup to generate sales/leads for your membership site (ExtremeMember.com site)
Your EM site will handle the payments (clickbank integration), the securing content, the email marketing, don’t worry about securing folders put the content into posts/pages.It also handles all the sign up, registration, login, passwords etc. that’s all automated so you don’t have to worry about it.
Shane