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. | Eine sehr schnelle Caching-Engine für WordPress, die statische HTML-Dateien erzeugt. | Details |
Original current
A very fast caching engine for WordPress that produces static html files.
You have to log in to edit this translation. |
|||
| ↑ | WP Super Cache | WP Super Cache | Details |
Original current |
|||
| Your front … | Your front … | Details | |
Original current
Your front …
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>. | Wenn du mehr Informationen als die folgenden benötigst, kannst du einen Blick auf <a href="https://github.com/Automattic/wp-super-cache/wiki">das Wiki</a> oder die <a href="https://odd.blog/wp-super-cache-developers/">Entwicklerdokumentation</a> werfen. | Details | |
Original current
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. |
|||
| 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: | WP Super Cache verfügt über ein eigenes Plugin-System. Dieser Code wird beim Laden von WP Super Cache geladen und kann benutzt werden, um die Art und Weise der Zwischenspeicherung zu ändern. Dies geschieht, bevor die meisten WordPress-Dateien geladen werden, so dass einige Funktionen nicht verfügbar sind. Plugins können sich überall dort befinden, wo PHP sie laden kann. Du kannst auch dein eigenes Plugin hinzufügen: | Details | |
Original current
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:
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| 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. | durch den Aufruf von wpsc_add_plugin( $name ), wobei $name der vollständige Dateiname und Pfad zum Plugin ist. Du musst diese Funktion nur einmal aufrufen, um sie hinzuzufügen. Benutze wpsc_delete_plugin( $name ), um sie aus der Liste der geladenen Plugins zu entfernen. | Details | |
Original current
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. |
|||
| by putting your plugin in the wp-content/plugins/wp-super-cache-plugins directory, or | indem du dein Plugin in das Verzeichnis wp-content/plugins/wp-super-cache-plugins legst, oder | Details | |
Original current
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. |
|||
| 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. | WordPress löscht den Plugin-Ordner, wenn es ein Plugin aktualisiert. Dies gilt auch für den WP Super Cache, so dass alle geänderten Dateien im wp-super-cache/plugins/ gelöscht werden. Du kannst deine individuellen Plugins auf verschiedene Weise in ein anderes Verzeichnis verschieben. Du kannst die Variable $wp_cache_plugins_dir in wp-config.php oder wp-content/wp-cache-config.php definieren und auf ein Verzeichnis außerhalb des wp-super-cache Ordners zeigen lassen. Das Plugin wird dort nach seinen Plugins suchen. Oder wenn du ein Plugin verteilst, das früh geladen werden muss, kannst du die Funktion <code>wpsc_add_plugin( $filename )</code> verwenden, um ein neues Plugin hinzuzufügen, wo immer es auch sein mag. Verwende den <code>wpsc_delete_plugin( $filename )</code>, um die Plugin-Datei zu entfernen. Siehe <a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> oder <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">diesen Beitrag</a> zum Schreiben von WP Super Cache Plugins. | Details | |
Original current
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. |
|||
| 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. | Die Cookies, die der WP Super Cache zur Identifizierung „bekannter Benutzer“ verwendet, können nun geändert werden, indem die Namen dieser Cookies in der Plugin-Konfiguration zu einer Liste hinzugefügt werden. Verwende wpsc_add_cookie( $name), um ein neues Cookie hinzuzufügen, und wpsc_delete_cookie( $name), um es zu entfernen. Die Cookie-Namen modifizieren auch die vom Plugin verwendeten mod_rewrite Regeln, aber ich empfehle die Verwendung des Simple Mode Caching, um Komplikationen beim Aktualisieren der .htaccess-Datei zu vermeiden. Der Cookie-Name und -Wert werden verwendet, um Benutzer zu unterscheiden, so dass du z.B. ein Cookie haben kannst, aber unterschiedliche Werte für jeden Typ von Benutzern auf deiner Website. Sie werden mit verschiedenen Cache-Dateien bedient. | Details | |
Original current
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. |
|||
| 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. | Siehe <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> als Beispiel für mein <a href="https://odd.blog/no-adverts-for-friends/">No Adverts for Friends</a> Plugin. | Details | |
Original current
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. |
|||
| 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] | WordPress sollte auf die kanonische URL deiner Website umleiten, aber wenn nicht, füge dies zu deiner .htaccess über den Supercache und WordPress Regeln hinzu. Änder example.com in deinen eigenen Hostnamen. RewriteCond %{HTTP_HOST} www.example.com$[NC] RewriteRule ^(.*)$ https://example.com/$1 [L,R=301] | Details | |
Original current
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? | Ich kann sehen, dass die www-Version meiner Website separat zwischengespeichert wird. Wie kann ich das verhindern? | Details | |
Original current
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>. | Die Übersetzung des Plugins in verschiedene Sprachen findest du auf der <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">Übersetzungsseite</a>. | Details | |
Original current
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>. | Die aktive Entwicklung dieses Plugins wird <a href="https://github.com/Automattic/wp-super-cache">auf GitHub</a> durchgeführt. | Details | |
Original current
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 | Dokumentation | Details | |
Original current |
|||
Export as
Comment
Short description.