Thanks to visit codestin.com
Credit goes to translate.wordpress.org

New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Pirate

Filter ↓ Sort ↓ All (330) Translated (0) Untranslated (330) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 22
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 …
Priority: high
You have to log in to add a translation. Details
{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 …
Comment

Short description.

You have to log in to edit this translation.

{eac}ObjectCache - a persistent object cache using SQLite & APCu to cache WordPress objects.
Priority: high
You have to log in to add a translation. Details
{eac}ObjectCache - a persistent object cache using SQLite & APCu to cache WordPress objects.
Comment

Plugin 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
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 …
Comment

Found in description paragraph.

You have to log in to edit this translation.

&#042; <em>Once enabled, the caches should be cleared to eliminate previously cached <code>alloptions</code> arrays.</em> &#042; <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
&#042; <em>Once enabled, the caches should be cleared to eliminate previously cached <code>alloptions</code> arrays.</em> &#042; <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>
Comment

Found 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
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.
Comment

Found 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
To disable use of the <code>alloptions</code> array in WordPress (default: false):
Comment

Found 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
Object cache statistics may be found:
Comment

Found 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
<em>When using APCu shared memory, data is accessable by other PHP processes that may run on the server.</em>
Comment

Found in description paragraph.

You have to log in to edit this translation.

&#042; These options may be set from the {eac}Doojigger administration screen. You have to log in to add a translation. Details
&#042; These options may be set from the {eac}Doojigger administration screen.
Comment

Found 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
For high-volume sites - <em>reduces or eliminates potential race conditions</em>
Comment

Found 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
Least efficient (default when APCu is not installed) - <em>Uses in-process memory and SQLite database.</em>
Comment

Found 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
Resilient, efficient, and fast (recommended) - <em>Uses in-process memory, APCu shared memory, and SQLite database.</em>
Comment

Found 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
Most resilient (and still fast) - <em>Uses in-process memory, APCu shared memory, and SQLite database.</em>
Comment

Found 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
Less memory (almost as fast) - <em>Uses in-process memory and APCu shared memory.</em>
Comment

Found 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
Fastest Caching - <em>Uses in-process memory and APCu shared memory.</em>
Comment

Found in description paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 22

Export as