[jQuery] Should I be zipping up my Jquery?
Hi
My site is running slow(well especially the one page). On this one
page I got like 700kb worth of jquery plugins + my own jquery stuff.
So I am looking on how to make it faster. I am using as much of mini
versions of jquery as I could find so now I am looking into zipping
it.
I hear this makes it alot smaller but I thought I read once it might
actually slow it down more and its not worth it but I just did a quick
look and now I see someone recommending it.
So I just want to give it a try.
I don't know how to zip it up and all that stuff.
I am using Asp.net and I am on a shared host(so of course a windows
server- windows 2003 sever) so I need something that can work with
these conditions.
Also what is the difference in having it packed?
I think in a earlier post someone was saying they had a .dll for .net
that did the gzipping for you. Anyone know about this?