jQuery might be directly cached but does that really matter? You could make the browser cache Minified.js after the first loading.
And I'm pretty sure it's faster to parse / run a 4KB script than a 30KB script.
> And I'm pretty sure it's faster to parse / run a 4KB script than a 30KB script.
That's always a dangerous assumption to make. I can guarantee you that size has nothing to do with parsing and running times. As others have already pointed out, this library is already less performant than jQuery for their needs.
jasonlotito|12 years ago
That's always a dangerous assumption to make. I can guarantee you that size has nothing to do with parsing and running times. As others have already pointed out, this library is already less performant than jQuery for their needs.