6 ms·
That is absolutely the solution. Don't bundle jQuery and other big libraries into your application code. It can drastically improve performance.
by cshenoy 12y ago
That is absolutely the solution. Don't bundle jQuery and other big libraries into your application code. It can drastically improve performance.
- billsimpson 12y agoIn that case, must you create one or more separate bundles to contain your vendor libraries? I suppose there's no way to directly integrate a jQuery library hosted on a public CDN.