Compressed, jQuery is ~70KB in size (uncompressed: >200KB). I did not see a way to exclude rarely used parts of it like with jQuery UI. How can I reduce the (compressed and minified) file size of jQuery? I am quite concerned because dial-up lines and slow machines/browsers are very common among users of my site.
My main concern is parsing duration of the JavaScript in the browser. On older machines this takes hundreds of milliseconds. The network transfer is a one-time cost which makes this slightly more tolerable.