New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | {eac}ObjectCache is a persistent object cache using APCu & SQLite to cache WordPress objects; A drop-in replacement to the WP Object Cache used by … | You have to log in to add a translation. | Details |
Original untranslated
{eac}ObjectCache is a persistent object cache using APCu & SQLite to cache WordPress objects; A drop-in replacement to the WP Object Cache used by …
You have to log in to edit this translation. |
|||
| ↑ | {eac}ObjectCache - a persistent object cache using SQLite & APCu to cache WordPress objects. | You have to log in to add a translation. | Details |
Original untranslated
{eac}ObjectCache - a persistent object cache using SQLite & APCu to cache WordPress objects.
CommentPlugin name. You have to log in to edit this translation. |
|||
| When using the default WordPress object cache, object expiration isn't very important because the entire cache expires at the end of the script process/page request. With a persistent cache, this isn't the case. When an object is cached, the developer has the option of specifying an expiration time for that object. Since we don't know … | You have to log in to add a translation. | Details | |
Original untranslated
When using the default WordPress object cache, object expiration isn't very important because the entire cache expires at the end of the script process/page request. With a persistent cache, this isn't the case. When an object is cached, the developer has the option of specifying an expiration time for that object. Since we don't know …
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| * <em>Once enabled, the caches should be cleared to eliminate previously cached <code>alloptions</code> arrays.</em>↵ * <em>Uses filters <code>pre_wp_load_alloptions</code> (introduced in WP 6.2.0) and <code>wp_autoload_values_to_autoload</code> (introduced in WP 6.6.0).</em> | You have to log in to add a translation. | Details | |
Original untranslated
* <em>Once enabled, the caches should be cleared to eliminate previously cached <code>alloptions</code> arrays.</em>↵
* <em>Uses filters <code>pre_wp_load_alloptions</code> (introduced in WP 6.2.0) and <code>wp_autoload_values_to_autoload</code> (introduced in WP 6.6.0).</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| By default, WordPress pre-fetches many of the option values from the wp-options table on startup. This facilitates faster access to oft-used options. However, this also creates 1) a potential race condition on high-volume sites, and 2) a sometimes very large array of data in memory that may also be duplicated in the L1 and L2 caches. Disabling this forces WordPress to get individual options from the cache rather than from the array, eliminates the race condition, eliminates the large array(s), and reduces much of the logic used to maintain the array(s). This may be particularly advantageous when using APCu since the option values should already be in shared memory. | You have to log in to add a translation. | Details | |
Original untranslated
By default, WordPress pre-fetches many of the option values from the wp-options table on startup. This facilitates faster access to oft-used options. However, this also creates 1) a potential race condition on high-volume sites, and 2) a sometimes very large array of data in memory that may also be duplicated in the L1 and L2 caches. Disabling this forces WordPress to get individual options from the cache rather than from the array, eliminates the race condition, eliminates the large array(s), and reduces much of the logic used to maintain the array(s). This may be particularly advantageous when using APCu since the option values should already be in shared memory.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| To disable use of the <code>alloptions</code> array in WordPress (default: false): | You have to log in to add a translation. | Details | |
Original untranslated
To disable use of the <code>alloptions</code> array in WordPress (default: false):
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Object cache statistics may be found: | You have to log in to add a translation. | Details | |
Original untranslated
Object cache statistics may be found:
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| <em>When using APCu shared memory, data is accessable by other PHP processes that may run on the server.</em> | You have to log in to add a translation. | Details | |
Original untranslated
<em>When using APCu shared memory, data is accessable by other PHP processes that may run on the server.</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| * These options may be set from the {eac}Doojigger administration screen. | You have to log in to add a translation. | Details | |
Original untranslated
* These options may be set from the {eac}Doojigger administration screen.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| For high-volume sites - <em>reduces or eliminates potential race conditions</em> | You have to log in to add a translation. | Details | |
Original untranslated
For high-volume sites - <em>reduces or eliminates potential race conditions</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Least efficient (default when APCu is not installed) - <em>Uses in-process memory and SQLite database.</em> | You have to log in to add a translation. | Details | |
Original untranslated
Least efficient (default when APCu is not installed) - <em>Uses in-process memory and SQLite database.</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Resilient, efficient, and fast (recommended) - <em>Uses in-process memory, APCu shared memory, and SQLite database.</em> | You have to log in to add a translation. | Details | |
Original untranslated
Resilient, efficient, and fast (recommended) - <em>Uses in-process memory, APCu shared memory, and SQLite database.</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Most resilient (and still fast) - <em>Uses in-process memory, APCu shared memory, and SQLite database.</em> | You have to log in to add a translation. | Details | |
Original untranslated
Most resilient (and still fast) - <em>Uses in-process memory, APCu shared memory, and SQLite database.</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Less memory (almost as fast) - <em>Uses in-process memory and APCu shared memory.</em> | You have to log in to add a translation. | Details | |
Original untranslated
Less memory (almost as fast) - <em>Uses in-process memory and APCu shared memory.</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Fastest Caching - <em>Uses in-process memory and APCu shared memory.</em> | You have to log in to add a translation. | Details | |
Original untranslated
Fastest Caching - <em>Uses in-process memory and APCu shared memory.</em>
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.