Bundling JS Files
What is the "Industry Standard" for bundling JS files in .NET apps? I've read about using CDNs to store third party JS files and then we just keep ours locally.
I'm working on bundling and the current implementation creates a separate bundle for each page, so we basically bundle jquery & other common js files in a million bundles, which creates poor experience for users loading web pages.
I attempted to add all of those bundles and load them once on a single page but that page either times out or the browser refuses to load any more bundles, as the show up as "cancelled"
0 comments:
Post a Comment