Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why not just use GZIP to reduce scripts download time?

download gzip reduce scripts time
0
Posted

Why not just use GZIP to reduce scripts download time?

0

TrickyScripter is not replacement for GZIP and it can be used in addition to GZIP. GZIP is a universal compressor; TrickyScripter is a specialized source code optimizer and obfuscator. Use them together to achieve best possible results. Try this simple exercise: • Compress some script with GZIP. • Process the same file with TrickyScripter, and then compress it with GZIP. What file is smaller? Usually an optimized and compressed file is about 30-60% smaller than a non-optimized compressed file. It is easy to see why: scripts without comments, redundant spaces and tabs, and same names for all local variables can be compressed much better. However, GZIP traffic compression is used on many servers, but not all. Support on server side is not needed for TrickyScripter, so you can use it in all your projects on any servers or even without servers (to optimize WSH scripts, extensions for applications etc.).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123