Suggestion - Method of additional minification and accelerating some JS.
See original GitHub issueHello. If JS code have already base64-encoded values (inline file content), after obfuscation is have dual-base64 values. Is unnecessary result increase, and unnecessary decoding slowdown. I suggest adding the skipValuesEncoding
option - an array of variables whose values will not be encoded.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to Minify JavaScript — Recommended Tools and Methods
First, you'll copy and paste your JavaScript source code or upload the source code file on the tool.
Read more >How to Minify JavaScript — Recommended Tools and Methods
JavaScript minification can be tricky... but this guide is here to help Subscribe: ...
Read more >How Does Reducing JavaScript Requests & Minifying ...
The first technique reduces the number of requests by combining (?concatenating?) multiple JS files into as few files as possible. Reducing the ...
Read more >Advanced Aggregates Minify JS - Drupal
Minify JavaScript files using a 3rd party minifier. AdvAgg includes a few and supports one faster compiled PHP extension. The options are:.
Read more >Does minified JavaScript code improve performance?
Minifying improves performance for your page overall by decreasing the load time (even if only slightly). Neither minifying nor obfuscating ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks and sorry, I missed conditional comments.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.