New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
WP Super Cache has its own plugin system. This code is loaded when WP Super Cache loads and can be used to change how caching is done. This is before most of WordPress loads so some functionality will not be available. Plugins can be located anywhere that PHP can load them. Add your own plugin either: | You have to log in to add a translation. | Details | |
Original untranslated
WP Super Cache has its own plugin system. This code is loaded when WP Super Cache loads and can be used to change how caching is done. This is before most of WordPress loads so some functionality will not be available. Plugins can be located anywhere that PHP can load them. Add your own plugin either:
You have to log in to edit this translation. Meta |
|||
by calling wpsc_add_plugin( $name ) where $name is the full filename and path to the plugin. You only need to call that function once to add it. Use wpsc_delete_plugin( $name ) to remove it from the list of loaded plugins. | You have to log in to add a translation. | Details | |
Original untranslated
by calling wpsc_add_plugin( $name ) where $name is the full filename and path to the plugin. You only need to call that function once to add it. Use wpsc_delete_plugin( $name ) to remove it from the list of loaded plugins.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
by putting your plugin in the wp-content/plugins/wp-super-cache-plugins directory, or | You have to log in to add a translation. | Details | |
Original untranslated
by putting your plugin in the wp-content/plugins/wp-super-cache-plugins directory, or
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
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. Meta |
|||
The cookies WP Super Cache uses to identify "known users" can be modified now by adding the names of those cookies to a list in the plugin configuration. Use wpsc_add_cookie( $name ) to add a new cookie, and wpsc_delete_cookie( $name ) to remove it. The cookie names also modify the mod_rewrite rules used by the plugin but I recommend using Simple mode caching to avoid complications with updating the .htaccess file.↵ The cookie name and value are used to differenciate users so you can have one cookie, but different values for each type of user on your site for example. They'll be served different cache files. | You have to log in to add a translation. | Details | |
Original untranslated
The cookies WP Super Cache uses to identify "known users" can be modified now by adding the names of those cookies to a list in the plugin configuration. Use wpsc_add_cookie( $name ) to add a new cookie, and wpsc_delete_cookie( $name ) to remove it. The cookie names also modify the mod_rewrite rules used by the plugin but I recommend using Simple mode caching to avoid complications with updating the .htaccess file.↵
The cookie name and value are used to differenciate users so you can have one cookie, but different values for each type of user on your site for example. They'll be served different cache files.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example I use for my <a href="https://odd.blog/no-adverts-for-friends/">No Adverts for Friends</a> plugin. | You have to log in to add a translation. | Details | |
Original untranslated
See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example I use for my <a href="https://odd.blog/no-adverts-for-friends/">No Adverts for Friends</a> plugin.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
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. Meta |
|||
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. Meta |
|||
If you need more information than the following, you can have a look at 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 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. Meta |
|||
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. Meta |
|||
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. Meta |
|||
Documentation | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
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. Meta |
|||
Sometimes a category page is cached as the homepage of the site instead of the static page. I can't <a href="https://wordpress.org/support/topic/237415/page/2?replies=38">replicate the problem</a> but a simple solution is to use the "Simple" mode. You can also enable "Extra homepage checks" on the Advanced Settings page. | You have to log in to add a translation. | Details | |
Original untranslated
Sometimes a category page is cached as the homepage of the site instead of the static page. I can't <a href="https://wordpress.org/support/topic/237415/page/2?replies=38">replicate the problem</a> but a simple solution is to use the "Simple" mode. You can also enable "Extra homepage checks" on the Advanced Settings page.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
All cache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTNANE is your domain name. The files are stored in directories matching your site's permalink structure. Supercache files are index.html or some variant of that, depending on what type of visitor hit the blog. Other files are named wp-cache-XXXXXXXXXXXXXXXXX.php. Associated meta filesnames start with "meta". Those files contain information about the cached file. These files are generated by the "WPCache caching" engine in the plugin. | You have to log in to add a translation. | Details | |
Original untranslated
All cache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTNANE is your domain name. The files are stored in directories matching your site's permalink structure. Supercache files are index.html or some variant of that, depending on what type of visitor hit the blog. Other files are named wp-cache-XXXXXXXXXXXXXXXXX.php. Associated meta filesnames start with "meta". Those files contain information about the cached file. These files are generated by the "WPCache caching" engine in the plugin.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Found in description paragraph.