New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | A very fast caching engine for WordPress that produces static html files. | You have to log in to add a translation. | Details |
Original untranslated
A very fast caching engine for WordPress that produces static html files.
You have to log in to edit this translation. |
|||
| ↑ | WP Super Cache | You have to log in to add a translation. | Details |
Original untranslated |
|||
| The cookies used to identify "known users" can be modified with wpsc_add_cookie( $name ) and wpsc_delete_cookie( $name ). See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example. | You have to log in to add a translation. | Details | |
Original untranslated
The cookies used to identify "known users" can be modified with wpsc_add_cookie( $name ) and wpsc_delete_cookie( $name ). See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| WP Super Cache has its own plugin system, loaded before most of WordPress. Add your own plugin either by putting it in the wp-content/plugins/wp-super-cache-plugins directory, or by calling wpsc_add_plugin( $name ) with the full path to the plugin. | You have to log in to add a translation. | Details | |
Original untranslated
WP Super Cache has its own plugin system, loaded before most of WordPress. Add your own plugin either by putting it in the wp-content/plugins/wp-super-cache-plugins directory, or by calling wpsc_add_plugin( $name ) with the full path to the plugin.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Garbage collection of old cache files won't work if WordPress can't find wp-cron.php. Check your access_logs for wp-cron.php entries and that your hostname resolves to the external IP address other servers on the network/Internet use. | You have to log in to add a translation. | Details | |
Original untranslated
Garbage collection of old cache files won't work if WordPress can't find wp-cron.php. Check your access_logs for wp-cron.php entries and that your hostname resolves to the external IP address other servers on the network/Internet use.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| If you need more information than the following, you can have a look at <a href="https://github.com/Automattic/wp-super-cache/wiki">the wiki</a> or the <a href="https://odd.blog/wp-super-cache-developers/">Developer documentation</a>. | You have to log in to add a translation. | Details | |
Original untranslated
If you need more information than the following, you can have a look at <a href="https://github.com/Automattic/wp-super-cache/wiki">the wiki</a> or the <a href="https://odd.blog/wp-super-cache-developers/">Developer documentation</a>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| WordPress deletes the plugin folder when it updates a plugin. This is the same with WP Super Cache so any modified files in wp-super-cache/plugins/ will be deleted. You can put your custom plugins in a different directory in a number of ways. You can define the variable $wp_cache_plugins_dir in wp-config.php or wp-content/wp-cache-config.php and point it at a directory outside of the wp-super-cache folder. The plugin will look there for it's plugins. Or if you distribute a plugin that needs to load early you can use the function <code>wpsc_add_plugin( $filename )</code> to add a new plugin wherever it may be. Use <code>wpsc_delete_plugin( $filename )</code> to remove the plugin file. See <a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> or <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">this post</a> on writing WP Super Cache plugins. | You have to log in to add a translation. | Details | |
Original untranslated
WordPress deletes the plugin folder when it updates a plugin. This is the same with WP Super Cache so any modified files in wp-super-cache/plugins/ will be deleted. You can put your custom plugins in a different directory in a number of ways. You can define the variable $wp_cache_plugins_dir in wp-config.php or wp-content/wp-cache-config.php and point it at a directory outside of the wp-super-cache folder. The plugin will look there for it's plugins. Or if you distribute a plugin that needs to load early you can use the function <code>wpsc_add_plugin( $filename )</code> to add a new plugin wherever it may be. Use <code>wpsc_delete_plugin( $filename )</code> to remove the plugin file. See <a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> or <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">this post</a> on writing WP Super Cache plugins.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Set the variable $htaccess_path in wp-config.php or wp-cache-config.php to the path of your global .htaccess if the plugin is looking for that file in the wrong directory. This might happen if you have WordPress installed in an unusual way. | You have to log in to add a translation. | Details | |
Original untranslated
Set the variable $htaccess_path in wp-config.php or wp-cache-config.php to the path of your global .htaccess if the plugin is looking for that file in the wrong directory. This might happen if you have WordPress installed in an unusual way.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| WordPress should redirect to the canonical URL of your site but if it doesn't, add this to your .htaccess above the Supercache and WordPress rules. Change example.com to your own hostname.↵ RewriteCond %{HTTP_HOST} www.example.com$ [NC]↵ RewriteRule ^(.*)$ https://example.com/$1 [L,R=301] | You have to log in to add a translation. | Details | |
Original untranslated
WordPress should redirect to the canonical URL of your site but if it doesn't, add this to your .htaccess above the Supercache and WordPress rules. Change example.com to your own hostname.↵
RewriteCond %{HTTP_HOST} www.example.com$ [NC]↵
RewriteRule ^(.*)$ https://example.com/$1 [L,R=301]
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| I can see that the www version of my site is cached separately. How do I stop that? | You have to log in to add a translation. | Details | |
Original untranslated
I can see that the www version of my site is cached separately. How do I stop that?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Translation of the plugin into different languages is on the <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">translation page</a>. | You have to log in to add a translation. | Details | |
Original untranslated
Translation of the plugin into different languages is on the <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">translation page</a>.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| Active development of this plugin is handled <a href="https://github.com/Automattic/wp-super-cache">on GitHub</a>. | You have to log in to add a translation. | Details | |
Original untranslated
Active development of this plugin is handled <a href="https://github.com/Automattic/wp-super-cache">on GitHub</a>.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| Documentation | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| Development | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| Your theme is probably responsive which means it resizes the page to suit whatever device is displaying the page. If it's not responsive, you'll have to use a separate mobile plugin to render a page formatted for those visitors. The following plugins have been tested but YMMV depending on mobile client. You'll have to enable mobile browser support as well on the Advanced settings page. | You have to log in to add a translation. | Details | |
Original untranslated
Your theme is probably responsive which means it resizes the page to suit whatever device is displaying the page. If it's not responsive, you'll have to use a separate mobile plugin to render a page formatted for those visitors. The following plugins have been tested but YMMV depending on mobile client. You'll have to enable mobile browser support as well on the Advanced settings page.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.