Hacker News new | ask | show | jobs
by bbody 3379 days ago
I believe mc42 wants to know why your JavaScript files are so big. E.g. why are you using the full jQuery library AND the minified library? All your JavaScript should probably be minified.
1 comments

Gotcha