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

Translation of Development Readme (trunk): Malay

Filter ↓ Sort ↓ All (154) Translated (0) Untranslated (154) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 11
Prio Original string Translation
A fast persistent object cache backend for the rest of us, powered by SQLite and accelerated by APCu
Priority: high
You have to log in to add a translation. Details
A fast persistent object cache backend for the rest of us, powered by SQLite and accelerated by APCu
Comment

Short description.

You have to log in to edit this translation.

SQLite Object Cache
Priority: high
You have to log in to add a translation. Details
SQLite Object Cache
Comment

Plugin name.

You have to log in to edit this translation.

WP_SQLITE_OBJECT_CACHE_CHECKPOINT_FREQ. How often, probabilistically, to force checkpointing SQLite3. Make this number smaller on busy sites if your WAL file gets too long. Default 2000. You have to log in to add a translation. Details
WP_SQLITE_OBJECT_CACHE_CHECKPOINT_FREQ. How often, probabilistically, to force checkpointing SQLite3. Make this number smaller on busy sites if your WAL file gets too long. Default 2000.
Comment

Found in installation list item.

You have to log in to edit this translation.

Timeout errors can also happen if your Cached Data Size, or your site, is very large. Try reducing your Cached Data Size. If that doesn't help eliminate timeout errors, try setting the <code>WP_SQLITE_OBJECT_CACHE_TIMEOUT</code> parameter in your <code>wp-config.php</code> file to something larger than the default 5000 milliseconds. You have to log in to add a translation. Details
Timeout errors can also happen if your Cached Data Size, or your site, is very large. Try reducing your Cached Data Size. If that doesn't help eliminate timeout errors, try setting the <code>WP_SQLITE_OBJECT_CACHE_TIMEOUT</code> parameter in your <code>wp-config.php</code> file to something larger than the default 5000 milliseconds.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Please look for more questions and answers <a href="https://www.plumislandmedia.net/wordpress-plugins/sqlite-object-cache/faq/">here</a>. Or ask your question in the <a href="https://wordpress.org/support/plugin/sqlite-object-cache/">support forum</a>. If you start a support forum topic, please go to Tools-&gt;Site Health-&gt;Info, copy your site info from there and paste it into your support topic. You have to log in to add a translation. Details
Please look for more questions and answers <a href="https://www.plumislandmedia.net/wordpress-plugins/sqlite-object-cache/faq/">here</a>. Or ask your question in the <a href="https://wordpress.org/support/plugin/sqlite-object-cache/">support forum</a>. If you start a support forum topic, please go to Tools-&gt;Site Health-&gt;Info, copy your site info from there and paste it into your support topic.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

<strong>Yes</strong>. But please be aware that users have reported cache corruption when using APCu. And please be sure to use the so-called "non thread safe" versions of php executables and DLLs. You have to log in to add a translation. Details
<strong>Yes</strong>. But please be aware that users have reported cache corruption when using APCu. And please be sure to use the so-called "non thread safe" versions of php executables and DLLs.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Does this plugin work with sites hosted on Microsoft Windows OSs with the IIS web server? You have to log in to add a translation. Details
Does this plugin work with sites hosted on Microsoft Windows OSs with the IIS web server?
Comment

Found in faq header.

You have to log in to edit this translation.

The plugin offers a few optional settings for your <code>wp-config.php</code> file. Do not change them while the plugin is activated. If you change them, deactivate the plugin first, then change them, then reactivate the plugin. You have to log in to add a translation. Details
The plugin offers a few optional settings for your <code>wp-config.php</code> file. Do not change them while the plugin is activated. If you change them, deactivate the plugin first, then change them, then reactivate the plugin.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Seriously, the core of WordPress has already worked out, over years of development and millions of sites, how to cache things and name them. This plugin, and the other persistent object cache plugins, simply extend that mechanism to make those things persistent. You have to log in to add a translation. Details
Seriously, the core of WordPress has already worked out, over years of development and millions of sites, how to cache things and name them. This plugin, and the other persistent object cache plugins, simply extend that mechanism to make those things persistent.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

This plugin measures individual operations such as the time to look something up in the cache. It collects those individual measurements. The Statistics display analyzes them to show the fastest and slowest operations, the average operation, and other desciptive statistics. Please <a href="https://www.plumislandmedia.net/wordpress-plugins/sqlite-object-cache/statistics-from-sqlite-object-cache/">read this</a> for more information. You have to log in to add a translation. Details
This plugin measures individual operations such as the time to look something up in the cache. It collects those individual measurements. The Statistics display analyzes them to show the fastest and slowest operations, the average operation, and other desciptive statistics. Please <a href="https://www.plumislandmedia.net/wordpress-plugins/sqlite-object-cache/statistics-from-sqlite-object-cache/">read this</a> for more information.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Notice that using memory-mapped I/O may not help performance in the highly concurrent environment of a busy web server. That is why it is disabled by default. Notice also that this kind of memory-mapping is not the same thing as the APCu cache. You have to log in to add a translation. Details
Notice that using memory-mapped I/O may not help performance in the highly concurrent environment of a busy web server. That is why it is disabled by default. Notice also that this kind of memory-mapping is not the same thing as the APCu cache.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you use some other backup or cloning plugin, please let the author know by creating a <a href="https://wordpress.org/support/plugin/sqlite-object-cache/">support topic</a>. It may be possible for this plugin to tell that plugin to skip backing up the SQLite files. You have to log in to add a translation. Details
If you use some other backup or cloning plugin, please let the author know by creating a <a href="https://wordpress.org/support/plugin/sqlite-object-cache/">support topic</a>. It may be possible for this plugin to tell that plugin to skip backing up the SQLite files.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

<strong>Yes.</strong> Those cache servers require WordPress to make round-trip network requests, while this one does not. Many users have found this caching methodology to be fast. You have to log in to add a translation. Details
<strong>Yes.</strong> Those cache servers require WordPress to make round-trip network requests, while this one does not. Many users have found this caching methodology to be fast.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Notice that sometimes multiple WordPress installations that run on the same server share the same APCu cache, so provide enough space for them all. And keep in mind that this plugin only uses APCu to accelerate its operations, so the consequences of setting its size too small are not great. You have to log in to add a translation. Details
Notice that sometimes multiple WordPress installations that run on the same server share the same APCu cache, so provide enough space for them all. And keep in mind that this plugin only uses APCu to accelerate its operations, so the consequences of setting its size too small are not great.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

On most operating systems the size of the APCu cache is, as installed, 32MiB. If you need to increase this size you can add a line to your <code>php.ini</code> file mentioning the <a href="https://www.php.net/manual/en/apcu.configuration.php#ini.apcu.shm-size">apc.shm_size</a> configuration option. For example, the line <code>apc.shm_size = 64M</code> sets the size to 64MiB. Please consult your operating system or hosting provider documetation for information on how to do this. You have to log in to add a translation. Details
On most operating systems the size of the APCu cache is, as installed, 32MiB. If you need to increase this size you can add a line to your <code>php.ini</code> file mentioning the <a href="https://www.php.net/manual/en/apcu.configuration.php#ini.apcu.shm-size">apc.shm_size</a> configuration option. For example, the line <code>apc.shm_size = 64M</code> sets the size to 64MiB. Please consult your operating system or hosting provider documetation for information on how to do this.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

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

Export as