Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to compress more jquery file?

is there any way to compress more jquery base file? what i have is about 56K and i need a more light file because of dial-up speed(56k).

like image 857
hd. Avatar asked Dec 23 '22 03:12

hd.


1 Answers

You can also check the The JavaScript CompressorRater and see how different tools will compress jQuery. The rule of thumb however is to enable GZIP compression for browsers that support it.

like image 56
Atanas Korchev Avatar answered Jan 05 '23 15:01

Atanas Korchev