You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to include JShrink in our Javascript Optimization plugin for WordPress however it is currently impossible because JShrink is based on ob_start.
Most websites apply minification of assets based on a output buffer that for example extracts scripts from the HTML. It is impossible to start a new output buffer within the callback of an output buffer so this is likely an issue that prevents usage for many applications.
We hereby want to suggest to change the output buffer concept.
The text was updated successfully, but these errors were encountered:
Hi!
We would like to include JShrink in our Javascript Optimization plugin for WordPress however it is currently impossible because JShrink is based on
ob_start
.Most websites apply minification of assets based on a output buffer that for example extracts scripts from the HTML. It is impossible to start a new output buffer within the callback of an output buffer so this is likely an issue that prevents usage for many applications.
We hereby want to suggest to change the output buffer concept.
The text was updated successfully, but these errors were encountered: