Comment on Why don't modern browsers include precompiled js libraries?Comments−jensnockert14yBecause compiling jquery etc. is not expensive compared to the cost of downloading the script. Each version on Google CDN is already only downloaded once if the cache in the browser works correctly, so the cost is minimal.
Comments
Because compiling jquery etc. is not expensive compared to the cost of downloading the script. Each version on Google CDN is already only downloaded once if the cache in the browser works correctly, so the cost is minimal.