question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Suggestion - Method of additional minification and accelerating some JS.

See original GitHub issue

Hello. 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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
peredozocommented, Mar 26, 2018

Thanks and sorry, I missed conditional comments.

0reactions
lock[bot]commented, Jun 6, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found