Reputation: 1551
My server supports HTTP compression. Is there any advantage to compressing my JavaScript files? (not minifying them)
Update and clarification to what I mean:
Upvotes: 1
Views: 666
Reputation: 145
Compressing your JS file will lead to, as Ian answered, smaller size and thus faster downloads. This is really a must-have for people coming from mobile devices or low-internet speeds(say at a free wifi spot, for instance).
Upvotes: 1