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).
is there any way to compress more jquery base file? what i have is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jquery 1.4 compressed with JSMin is close to 56K. packer by dean edwards generally gives a little better compression but would take longer to decompress on client side. you can compare both at jscompress
haven’t seen jquery compressed with closure being used anywhere. Personally I’d go with JSMin and serve with gzip compression. That brings it down to ~23K