Replies: 2 comments
-
This should already be the case. It’s part of the webpack configuration: https://github.com/epiphyt/embed-privacy/blob/main/webpack.config.js#L12 And also the minified version is registered and later printed if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A few web page performance checks have suggested that I minify the embed privacy javascript.
Some plugins serves a minified js under normal conditions, and a non-minified when WP_DEBUG is enabled.
It appears that ~50% reduction can be achieved when minified (screenshot below)
I can configure my caching plugin to minify, but I'd rather not, as its very much "all or nothing".
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions