Prio | Original string | Translation | — |
---|---|---|---|
↑ | Supercharge your WP Object Cache with LCache, a persistent, performant, and multi-layer cache library. | You have to log in to add a translation. | Details |
Original untranslated
Supercharge your WP Object Cache with LCache, a persistent, performant, and multi-layer cache library.
You have to log in to edit this translation. Meta |
|||
↑ | WP LCache | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
<strong>Note</strong>: WP LCache development is currently on hold, and not recommendated for production use, due to an <a href="https://github.com/lcache/wp-lcache/issues/138">issue with APCu cache fragmentation</a>. <a href="https://wordpress.org/plugins/wp-redis/">WP Redis</a>, also maintained by Pantheon, is a great alternative. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Note</strong>: WP LCache development is currently on hold, and not recommendated for production use, due to an <a href="https://github.com/lcache/wp-lcache/issues/138">issue with APCu cache fragmentation</a>. <a href="https://wordpress.org/plugins/wp-redis/">WP Redis</a>, also maintained by Pantheon, is a great alternative.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
In both of these cases, any persistent object cache drop-in probably isn't going to be useful until you solve your code problems. | You have to log in to add a translation. | Details | |
Original untranslated
In both of these cases, any persistent object cache drop-in probably isn't going to be useful until you solve your code problems.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
However, if your codebase isn't optimized, you'll see continued database load. Some common issues include: | You have to log in to add a translation. | Details | |
Original untranslated
However, if your codebase isn't optimized, you'll see continued database load. Some common issues include:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
When you first enable WP LCache, you'll have a good amount of database activity as it writes all cache entries to the database. Eventually, as long as your codebase is optimized, database activity will die down and most activity will be in APCu. | You have to log in to add a translation. | Details | |
Original untranslated
When you first enable WP LCache, you'll have a good amount of database activity as it writes all cache entries to the database. Eventually, as long as your codebase is optimized, database activity will die down and most activity will be in APCu.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Redundant or duplicative calls to <code>wp_cache_set()</code>, where code paths hardly ever use the cache values they set. | You have to log in to add a translation. | Details | |
Original untranslated
Redundant or duplicative calls to <code>wp_cache_set()</code>, where code paths hardly ever use the cache values they set.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
Frequent calls to <code>wp_cache_flush()</code>, which empties the entire cache and requires the L2 to be completely repopulated. | You have to log in to add a translation. | Details | |
Original untranslated
Frequent calls to <code>wp_cache_flush()</code>, which empties the entire cache and requires the L2 to be completely repopulated.
CommentFound in faq list item. You have to log in to edit this translation. Meta |
|||
Why am I seeing heavy database load from WP LCache? | You have to log in to add a translation. | Details | |
Original untranslated
Why am I seeing heavy database load from WP LCache?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
APCu is persistent through the life of a PHP-FPM process. However, unlike Redis, APCu doesn't save its state to disk at shutdown. When PHP-FPM is restarted, WP LCache will repopulate the L1 cache (APCu) from the L2 cache (database). | You have to log in to add a translation. | Details | |
Original untranslated
APCu is persistent through the life of a PHP-FPM process. However, unlike Redis, APCu doesn't save its state to disk at shutdown. When PHP-FPM is restarted, WP LCache will repopulate the L1 cache (APCu) from the L2 cache (database).
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
If you'd like to do some benchmarking yourself, we'd love to hear about your testing methodology and conclusions. Caching is more of an art than a science, and outcomes can vary. Because cost of network transactions is one of the problems solved by WP LCache, the performance gains will be more impressive if you've historically been using Redis or Memcached on a separate machine. | You have to log in to add a translation. | Details | |
Original untranslated
If you'd like to do some benchmarking yourself, we'd love to hear about your testing methodology and conclusions. Caching is more of an art than a science, and outcomes can vary. Because cost of network transactions is one of the problems solved by WP LCache, the performance gains will be more impressive if you've historically been using Redis or Memcached on a separate machine.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
We've done some rudimentary testing with New Relic on Pantheon infrastructure. <a href="https://twitter.com/outlandishjosh/status/775756511611990016">The results</a> were substantial enough for us to begin using LCache in production. <a href="https://twitter.com/outlandishjosh/status/781281995213115396">Watch David Strauss' DrupalCon presentation</a> for a more thorough explanation. | You have to log in to add a translation. | Details | |
Original untranslated
We've done some rudimentary testing with New Relic on Pantheon infrastructure. <a href="https://twitter.com/outlandishjosh/status/775756511611990016">The results</a> were substantial enough for us to begin using LCache in production. <a href="https://twitter.com/outlandishjosh/status/781281995213115396">Watch David Strauss' DrupalCon presentation</a> for a more thorough explanation.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Is APCu persistent like Redis is? | You have to log in to add a translation. | Details | |
Original untranslated
Is APCu persistent like Redis is?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Do you have benchmarks you can share? | You have to log in to add a translation. | Details | |
Original untranslated
Do you have benchmarks you can share?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Enabling APCu for CLI is a matter of adding <code>apc.enable_cli='on'</code> to your <code>etc/php5/cli/php.ini</code>. | You have to log in to add a translation. | Details | |
Original untranslated
Enabling APCu for CLI is a matter of adding <code>apc.enable_cli='on'</code> to your <code>etc/php5/cli/php.ini</code>.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.