New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | Merges/Concatenates CSS & Javascript and then minifies using Minify (for CSS) and Google Closure (for JS with Minify as a fallback). | Vereint/Verbindet CSS und Javascript und minimiert es dann per Minify (für CSS9 und Google Closure (für Javascript, Minify wenn Google Closure nicht greift). | Details |
Original waiting
Merges/Concatenates CSS & Javascript and then minifies using Minify (for CSS) and Google Closure (for JS with Minify as a fallback).
You have to log in to edit this translation. Meta |
|||
Version 1.10 added should_mmr filter which allows developers to disable MMR when needed. You could use this to disable MMR for certain WordPress roles or with some Page Builders. Three new plugins have been created that utilise this:↵ <a href="https://wordpress.org/plugins/mmr-disable-for-divi">Merge + Minify + Refresh Check DIVI</a>, <a href="https://wordpress.org/plugins/mmr-disable-for-visual-composer-editor">Merge + Minify + Refresh Check Visual Composer</a> and <a href="https://wordpress.org/plugins/mmr-disable-for-beaver-builder-editor">Merge + Minify + Refresh Check Beaver Builder</a>. Please install these when required. | Version 1.10 fügte should_mmr Filter hinzu, der es Entwicklern erlaubt MMR zu deaktivieren, wenn nötig. Du kannst das benutzen um MMR für verschiedene WordPress Rollen zu deaktivieren, oder für spezifische Pagebuilder. <a href="https://wordpress.org/plugins/mmr-disable-for-divi">Merge + Minify + Refresh Check DIVI</a>, <a href="https://wordpress.org/plugins/mmr-disable-for-visual-composer-editor">Merge + Minify + Refresh Check Visual Composer</a> and <a href="https://wordpress.org/plugins/mmr-disable-for-beaver-builder-editor">Merge + Minify + Refresh Check Beaver Builder</a>. Bitte installieren, wenn benötigt. | Details | |
Original waiting
Version 1.10 added should_mmr filter which allows developers to disable MMR when needed. You could use this to disable MMR for certain WordPress roles or with some Page Builders. Three new plugins have been created that utilise this:↵
<a href="https://wordpress.org/plugins/mmr-disable-for-divi">Merge + Minify + Refresh Check DIVI</a>, <a href="https://wordpress.org/plugins/mmr-disable-for-visual-composer-editor">Merge + Minify + Refresh Check Visual Composer</a> and <a href="https://wordpress.org/plugins/mmr-disable-for-beaver-builder-editor">Merge + Minify + Refresh Check Beaver Builder</a>. Please install these when required.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Version 1.8.8 added a "merge_minify_refresh_done" hook that fires when JS or CSS has changed. | Version 1.8.8 fügte eine "merge_minify_refresh_done" Hook hinzu die aktiviert wird, wenn das JavaScript oder CSS sich geändert hat. | Details | |
Original waiting
Version 1.8.8 added a "merge_minify_refresh_done" hook that fires when JS or CSS has changed.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Works with WordPress Multisite | Funktioniert mit WordPress Multisite | Details | |
Original waiting
Works with WordPress Multisite
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Version 1.7.0 added the ability to generate .css.gz & .js.gz files. Your webserver may need to be configured to use these files. Here is how to use these files in Apache: | Version 1.7.0 fügte die Möglichkeit .css.gz und .js.gz -Dateien zu generieren. Dein Webserver müsste eventuell konfiguriert werden, um diese Dateien zu nutzen. Anleitung wie man die Dateien in Apache nutzt: | Details | |
Original waiting
Version 1.7.0 added the ability to generate .css.gz & .js.gz files. Your webserver may need to be configured to use these files. Here is how to use these files in Apache:
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Ability to generate .css.gz & .js.gz files (Thanks to Marcus Svensson) | Möglichkeit .css.gz und .js.gz -Dateien zu generien (Danke an Marcus Svensson) | Details | |
Original waiting
Ability to generate .css.gz & .js.gz files (Thanks to Marcus Svensson)
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Version 1.6.11 added the ability to specify seperate cache urls for javascript and CSS. Use MMR_JS_CACHE_URL & MMR_CSS_CACHE_URL to replace MMR_CACHE_URL. | Version 1.6.11 fügte die Möglichkeit hinzu, verschiedene Cache URLs für Javascript und CSS zu spezifizieren. Nutze MMR_JS_CACHE_URL und MMR_CSS_CACHE_URL um MMR_CACHE_URL zu ersetzen. | Details | |
Original waiting
Version 1.6.11 added the ability to specify seperate cache urls for javascript and CSS. Use MMR_JS_CACHE_URL & MMR_CSS_CACHE_URL to replace MMR_CACHE_URL.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Version 1.6.9 added the ability to specify the cache directory. Set MMR_CACHE_DIR & MMR_CACHE_URL constants in wp-config.php. MMR_CACHE_DIR must be full server path and MMR_CACHE_URL must be absolute URL for this to work correctly (thanks to <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>). | Version 1.6.9 fügte die Möglichkeit hinzu, das Cache Verzeichnis zu spezifizieren. Nutze MMR_CACHE_DIR und MMR_CACHE_URL Konstanten in wp-config.php. MMR_CACHE_DIR muss der volle Serverpfad und MMR_CACHE_URL die absolute URL sein, damit alles richtig funktioniert (Danke an <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>). | Details | |
Original waiting
Version 1.6.9 added the ability to specify the cache directory. Set MMR_CACHE_DIR & MMR_CACHE_URL constants in wp-config.php. MMR_CACHE_DIR must be full server path and MMR_CACHE_URL must be absolute URL for this to work correctly (thanks to <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>).
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Ability to specify cache directories | Möglichkeit Cache-Verzeichnisse zu spezifizieren. | Details | |
Original waiting
Ability to specify cache directories
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Ignores conditional scripts and styles | Ignoriert abhängige Scripts und Styles. | Details | |
Original waiting
Ignores conditional scripts and styles
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Option to enable http2 server push (thanks to <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>) | Option http2 server push zu aktivieren (Danke an <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>). | Details | |
Original waiting
Option to enable http2 server push (thanks to <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>)
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Upload the <code>merge-minify-refresh</code> folder to the <code>/wp-content/plugins/</code> directory or upload the zip within WordPress | Lde den <code>merge-minify-refresh</code> Ordner in das <code>/wp-content/plugins/</code> Verzeichnis hoch, oder lade die .zip über WordPress hoch. | Details | |
Original waiting
Upload the <code>merge-minify-refresh</code> folder to the <code>/wp-content/plugins/</code> directory or upload the zip within WordPress
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
<strong>Note</strong> Installing this plugin on a server with the eAccellerator module installed has the potential to break as Minify uses anonymous functions which return NULL. <a href="https://github.com/eaccelerator/eaccelerator/issues/12">View eAccellerator Issue Thread</a> | <strong>Hinweis</strong> Die Installation dieses Plugins auf einem Server mit dem eAccellerator Modul hat das Potential die Seite zu beschädigen, da Minify anonyme Funktionen nutzt, die NULL zurückgeben. <a href="https://github.com/eaccelerator/eaccelerator/issues/12">eAccellerator Problem Thread</a> | Details | |
Original waiting
<strong>Note</strong> Installing this plugin on a server with the eAccellerator module installed has the potential to break as Minify uses anonymous functions which return NULL. <a href="https://github.com/eaccelerator/eaccelerator/issues/12">View eAccellerator Issue Thread</a>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Version 1.6 added support for HTTP2 Server Push to further speed up your requests (thanks to <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>). | Version 1.6 fügte Unterstützung für HTTP2 Server Push hinzu, um die Anfragegeschwindigkeit zu beschleunigen (Danke an <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>). | Details | |
Original waiting
Version 1.6 added support for HTTP2 Server Push to further speed up your requests (thanks to <a href="https://www.slightfuture.com">Daniel Aleksandersen</a>).
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
In order to ensure fast loading times its recommended to set long expiry dates for CSS and JS as well as make sure gzip or deflate is on. | Um schnelle Ladezeiten zu versichern empfehlen wir, lange Ablaufdaten für CSS und Javascript einzurichten, sowie sicher zu stellen, dass gzip oder deflate aktiviert sind. | Details | |
Original waiting
In order to ensure fast loading times its recommended to set long expiry dates for CSS and JS as well as make sure gzip or deflate is on.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.