New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Dutch

1 2 3 18
Prio Original string Translation
PhastPress automatically optimizes your site for the best possible performance.
Priority: high
You have to log in to add a translation. Details
PhastPress automatically optimizes your site for the best possible performance.
Comment

Short description.

You have to log in to edit this translation.

Test your site. If you experience any issues, you may <a href="https://kiboit.com/phastpress-support">request commercial support</a>. You have to log in to add a translation. Details
Test your site. If you experience any issues, you may <a href="https://kiboit.com/phastpress-support">request commercial support</a>.
Comment

Found in installation list item.

You have to log in to edit this translation.

<a href="https://kiboit.com/phastpress-support"><strong>For commercial support and bug reports, click here.</strong></a> You have to log in to add a translation. Details
<a href="https://kiboit.com/phastpress-support"><strong>For commercial support and bug reports, click here.</strong></a>
Comment

Found in description paragraph.

You have to log in to edit this translation.

PhastPress has the Phast web page optimisation engine by <a href="https://kiboit.com/">Albert Peschar</a> and <a href="https://twitter.com/mkosturkov">Milko Kosturkov</a> at its core. You have to log in to add a translation. Details
PhastPress has the Phast web page optimisation engine by <a href="https://kiboit.com/">Albert Peschar</a> and <a href="https://twitter.com/mkosturkov">Milko Kosturkov</a> at its core.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Cloudflare <a href="https://serverfault.com/questions/780882/impossible-to-serve-webp-images-using-cloudflare">does not support <code>Vary: Accept</code></a>, so sending WebP via Cloudflare can cause browsers that don't support WebP to download the wrong image type. You can try using <a href="https://support.cloudflare.com/hc/en-us/articles/360000607372-Using-Cloudflare-Polish-to-compress-images">Cloudflare Polish</a> instead. You have to log in to add a translation. Details
Cloudflare <a href="https://serverfault.com/questions/780882/impossible-to-serve-webp-images-using-cloudflare">does not support <code>Vary: Accept</code></a>, so sending WebP via Cloudflare can cause browsers that don't support WebP to download the wrong image type. You can try using <a href="https://support.cloudflare.com/hc/en-us/articles/360000607372-Using-Cloudflare-Polish-to-compress-images">Cloudflare Polish</a> instead.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Why do images not get converted to WebP when using Cloudflare? You have to log in to add a translation. Details
Why do images not get converted to WebP when using Cloudflare?
Comment

Found in faq header.

You have to log in to edit this translation.

Yes, as long as you use a CSP with a <code>script-src</code> policy containing <code>nonce-*</code>. To enable Phast's support for CSP implement the <code>phastpress_csp_nonce</code> filter: You have to log in to add a translation. Details
Yes, as long as you use a CSP with a <code>script-src</code> policy containing <code>nonce-*</code>. To enable Phast's support for CSP implement the <code>phastpress_csp_nonce</code> filter:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Then in PhastPress settings, <strong>disable</strong> image optimization in tags and CSS. You have to log in to add a translation. Details
Then in PhastPress settings, <strong>disable</strong> image optimization in tags and CSS.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. Add these two lines to your <code>.htaccess</code> file: You have to log in to add a translation. Details
Yes. Add these two lines to your <code>.htaccess</code> file:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Alternatively, <a href="https://peschar.net/files/output-buffer.zip">download <code>output-buffer.zip</code></a> and extract the contents into your web folder. You should end up with a file named <code>output-buffer.php</code> in <code>wp-content/mu-plugins</code>. You have to log in to add a translation. Details
Alternatively, <a href="https://peschar.net/files/output-buffer.zip">download <code>output-buffer.zip</code></a> and extract the contents into your web folder. You should end up with a file named <code>output-buffer.php</code> in <code>wp-content/mu-plugins</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You can add this code to your theme's <code>functions.php</code>, or create a file <code>output-buffer.php</code> in <code>wp-content/mu-plugins</code> with the above code. You may have to create this directory first. You have to log in to add a translation. Details
You can add this code to your theme's <code>functions.php</code>, or create a file <code>output-buffer.php</code> in <code>wp-content/mu-plugins</code> with the above code. You may have to create this directory first.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

To fix the problem on your site, the following code needs to be run in order to enable output buffering: You have to log in to add a translation. Details
To fix the problem on your site, the following code needs to be run in order to enable output buffering:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

PhastPress always sends output as soon as possible, to reduce the time to first byte. That means this problem cannot be fixed without slowing down sites without buggy themes/plugins. You have to log in to add a translation. Details
PhastPress always sends output as soon as possible, to reduce the time to first byte. That means this problem cannot be fixed without slowing down sites without buggy themes/plugins.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Your theme or a plugin is trying to send HTTP headers after the page has started rendering and bytes have been sent to the browser. This is wrong, but it works when PHP output buffering is enabled. You have to log in to add a translation. Details
Your theme or a plugin is trying to send HTTP headers after the page has started rendering and bytes have been sent to the browser. This is wrong, but it works when PHP output buffering is enabled.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you use the HTML source code to find the script name, note that <code>-js</code> and <code>-js-extra</code> are <em>not</em> part of the name. For example, for a script like <code>&lt;script id="jquery-core-js"&gt;</code> in the source code, the script name is <code>jquery-core</code>, and that is what you should pass to <code>wp_script_add_data</code>. You have to log in to add a translation. Details
If you use the HTML source code to find the script name, note that <code>-js</code> and <code>-js-extra</code> are <em>not</em> part of the name. For example, for a script like <code>&lt;script id="jquery-core-js"&gt;</code> in the source code, the script name is <code>jquery-core</code>, and that is what you should pass to <code>wp_script_add_data</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 18

Export as