Title: Cache Translation Object
Author: johanee
Published: <strong>17 de Outubro, 2009</strong>
Last modified: 23 de Outubro, 2009

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://s.w.org/plugins/geopattern-icon/cache-translation-object.svg)

# Cache Translation Object

 Por [johanee](https://profiles.wordpress.org/johanee/)

[Descargar](https://downloads.wordpress.org/plugin/cache-translation-object.1.2.zip)

 * [Detalles](https://gl.wordpress.org/plugins/cache-translation-object/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/cache-translation-object/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/cache-translation-object/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/cache-translation-object/#developers)

 [Soporte](https://wordpress.org/support/plugin/cache-translation-object/)

## Descrición

On every pageload a localized WordPress site spends a huge amount of time setting
up the translation (l10n) object. Startup for a localized site can be almost four
times slower than an untranslated one.

This plugin stores the translation object between pageloads so it only has to be
created once, resulting in significantly better performance (performance graph included
with screenshot).

Plugin supports caching multiple languages (if you use a multi-language plugin).

Available storage: Plain file, APC (Alternative PHP Cache), or SHMOP (Shared Memory)

## Capturas

[⌊Administration interface in WordPress 2.8.4⌉⌊Administration interface in WordPress
2.8.4⌉[

Administration interface in WordPress 2.8.4

[⌊Performance graph of loading an unmodified WordPress 2.8.4 start page⌉⌊Performance
graph of loading an unmodified WordPress 2.8.4 start page⌉[

Performance graph of loading an unmodified WordPress 2.8.4 start page

## Instalación

 1. Download and extract plugin files to a folder in your wp-content/plugin directory.
 2. Activate the plugin through the WordPress admin interface.
 3. Select an available storage on options page (see FAQ for more details if necessary).
 4. File storage needs write permissions (once) to wp-content after install to set 
    up the directory used for storage (`wp-content/cache/l10n-cache`). Once set up 
    is finished wp-content should be kept write protected.
 5. If you run multiple WordPress sites on the same host please consult the plugin 
    homepage for more information.

If you have any questions or problems go to: http://devel.kostdoktorn.se/cache-translation-
object

## Preguntas frecuentes

#### Which storage is better / faster?

The exact performance will depend on your configuration but in my testing APC is
a tiny bit faster than shared memory which is a bit faster than plain file storage.
Check out the plugin homepage for some graphs.

#### What is APC (Alternative PHP Cache)?

“The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal
is to provide a free, open, and robust framework for caching and optimizing PHP 
intermediate code.”

It is not usually installed by default.

#### What is SHMOP (Shared Memory)?

SHMOP is a PHP interface to handle Unix shared memory segments. It should be available
by default on Linux/Unix servers. On Windows it may be possible to enable in PHP.
ini.

On some older systems (and Windows) shared memory may have problems when multiple
languages are cached. (If `Open slots` in the debug storage information keeps decreasing
you should choose a different storage type.)

#### How do I make files writable?

    ```
    https://codex.wordpress.org/Changing_File_Permissions 
    ```

File storage write files to `wp-config/cache/l10n-cache/`. These directories will
be created automatically if `wp-config` is writable at first use. Once these sub-
directories are created `wp-config` should be kept write protected.

#### I want to change where the files are stored

Currently you’ll have to do it by hand. Find it at the top of wp-content/plugin/
cache-translation-object/cache-translation-object-file.php

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Cache Translation Object” é un software de código aberto. As seguintes persoas 
colaboraron con este plugin.

Colaboradores

 *   [ johanee ](https://profiles.wordpress.org/johanee/)

[Traduce “Cache Translation Object” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/cache-translation-object)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/cache-translation-object/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/cache-translation-object/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/cache-translation-object/)
por [RSS](https://plugins.trac.wordpress.org/log/cache-translation-object/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### Version 1.2

 * Whitelist get_locale calls to filter

#### Version 1.1

 * Rewritten to cache multiple locales separately
 * Split out admin functions into separate file
 * Handle old SHM with questionable delete behaviour by relocating as necessary.
 * Add storage debug info link
 * Do not default to any specific storage type, make user choose
 * Tell admin when something is wrong (also better error handling).
 * Added plugin localization
 * Added Swedish translation

#### Version 1.0

 * Initial release

## Meta

 *  Versión **1.2**
 *  Última actualización **Fai 17 anos**
 *  Instalacións activas **Menos de 10**
 *  Versión de WordPress ** 2.8 ou superior **
 *  Probado ata **2.8.5**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/cache-translation-object/)
 * Etiquetas
 * [cache](https://gl.wordpress.org/plugins/tags/cache/)[caching](https://gl.wordpress.org/plugins/tags/caching/)
   [i18n](https://gl.wordpress.org/plugins/tags/i18n/)[localization](https://gl.wordpress.org/plugins/tags/localization/)
   [performance](https://gl.wordpress.org/plugins/tags/performance/)[translation](https://gl.wordpress.org/plugins/tags/translation/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/cache-translation-object/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

[Your review](https://wordpress.org/support/plugin/cache-translation-object/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/cache-translation-object/reviews/)

## Colaboradores

 *   [ johanee ](https://profiles.wordpress.org/johanee/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/cache-translation-object/)