17% visually complete improvement on 2G mobile by making a single change: removing jQuery
jQuery is 32 Kb compressed and minified. Pretty small, really. I’d say heck, a hero image might be 10Ă— that size alone!, but as we know, all bytes are not equal in web performance. JavaScript needs to be parsed and executed, and might even be a blocking resource depending on where and how it’s loaded. […]