New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
You need a public directory to store and serve minified cache files. If you need to customize the path and url, you need to edit your <code>wp-config.php</code> and add both <code>define('FVM_DIR', '/path/to/example.com/your/public/directory');</code> and <code>define('FVM_URL', 'https://example.com/your/public/directory');</code> . | You have to log in to add a translation. | Details | |
Original untranslated
You need a public directory to store and serve minified cache files. If you need to customize the path and url, you need to edit your <code>wp-config.php</code> and add both <code>define('FVM_DIR', '/path/to/example.com/your/public/directory');</code> and <code>define('FVM_URL', 'https://example.com/your/public/directory');</code> .
You have to log in to edit this translation. Meta |
|||
If your cache is growing significantly, this could mean one of your CSS or JS files is dynamic and changes on every pageview. In that case, you would need to add the file to the ignore list, else the cache would grow indefinitely (because obviously the original files themselves are dynamic and when you minify, the plugin sees a different file). | You have to log in to add a translation. | Details | |
Original untranslated
If your cache is growing significantly, this could mean one of your CSS or JS files is dynamic and changes on every pageview. In that case, you would need to add the file to the ignore list, else the cache would grow indefinitely (because obviously the original files themselves are dynamic and when you minify, the plugin sees a different file).
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
HTML, CSS & JS optimization plugin for developers and advanced users. Note you need to look into the HELP tab after installing the plugin and manually configure it for your site. Each site is different, so the default recommendations may or may not work for you and you will need to test and find out how to adjust your settings. | You have to log in to add a translation. | Details | |
Original untranslated
HTML, CSS & JS optimization plugin for developers and advanced users. Note you need to look into the HELP tab after installing the plugin and manually configure it for your site. Each site is different, so the default recommendations may or may not work for you and you will need to test and find out how to adjust your settings.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
How to customize the cache path ? | You have to log in to add a translation. | Details | |
Original untranslated
How to customize the cache path ?
CommentFound in description header. You have to log in to edit this translation. Meta |
|||
Purge all caches on the entire network (linux): <code>wp site list --field=url | xargs -n1 -I % wp --url=% fvm purge</code> | You have to log in to add a translation. | Details | |
Original untranslated
Purge all caches on the entire network (linux): <code>wp site list --field=url | xargs -n1 -I % wp --url=% fvm purge</code>
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
↓ | cache purging fixes | You have to log in to add a translation. | Details |
Original untranslated
cache purging fixes
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | renamed a common name class to avoid conflicts with other plugins | You have to log in to add a translation. | Details |
Original untranslated
renamed a common name class to avoid conflicts with other plugins
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | fixed a bug when merging css/js can break the site layout if the plugin failed to write the cache file (there will be an html comment on the footer if this happens) | You have to log in to add a translation. | Details |
Original untranslated
fixed a bug when merging css/js can break the site layout if the plugin failed to write the cache file (there will be an html comment on the footer if this happens)
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | changed writing the css/js files to WP_Filesystem_Direct with a secondary fallback method | You have to log in to add a translation. | Details |
Original untranslated
changed writing the css/js files to WP_Filesystem_Direct with a secondary fallback method
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | switched from WP_Filesystem_Direct() to WP_Filesystem() | You have to log in to add a translation. | Details |
Original untranslated
switched from WP_Filesystem_Direct() to WP_Filesystem()
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | added option to allow processing on specific query strings | You have to log in to add a translation. | Details |
Original untranslated
added option to allow processing on specific query strings
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | added cache purging support for nginx helper plugin | You have to log in to add a translation. | Details |
Original untranslated
added cache purging support for nginx helper plugin
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | changed deferred css/js cache clearing from 24h to 7 days | You have to log in to add a translation. | Details |
Original untranslated
changed deferred css/js cache clearing from 24h to 7 days
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | WP 5.9 / PHP 8 maintenance release | You have to log in to add a translation. | Details |
Original untranslated
WP 5.9 / PHP 8 maintenance release
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | better sourceMappingURL removal during minification | You have to log in to add a translation. | Details |
Original untranslated
better sourceMappingURL removal during minification
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
Export as
Comment
Found in description paragraph.